Path to this page:
./
devel/java-subversion,
Java bindings for Subversion
Branch: CURRENT,
Version: 1.9.7nb3,
Package name: java-subversion-1.9.7nb3,
Maintainer: pkgsrc-usersThe goal of the Subversion project is to build a version control system that
is a compelling replacement for CVS in the open source community. The software
is released under an Apache/BSD-style open source license.
This package contains the Java bindings to the Subversion libraries.
Required to run:[
www/serf] [
devel/subversion-base] [
lang/openjdk8]
Required to build:[
pkgtools/cwrappers]
Package options: serf
Master sites: (Expand)
SHA1: 874b81749cdc3e88152d103243c3623ac6338388
RMD160: d4ede3249729ce56ff7c9d7993a238d7a5446733
Filesize: 7697.177 KB
Version history: (Expand)
- (2018-04-14) Updated to version: java-subversion-1.9.7nb3
- (2017-11-30) Updated to version: java-subversion-1.9.7nb2
- (2017-11-23) Package has been reborn
- (2017-09-18) Updated to version: java-subversion-1.9.7nb1
- (2017-08-31) Updated to version: java-subversion-1.9.7
- (2017-07-07) Updated to version: java-subversion-1.9.6
CVS history: (Expand)
2018-04-14 09:34:46 by Adam Ciarcinski | Files touched by this commit (681) |  |
Log message:
revbump after icu update
|
2017-11-30 17:45:43 by Adam Ciarcinski | Files touched by this commit (654) |  |
Log message:
Revbump after textproc/icu update
|
2017-09-18 11:53:40 by Maya Rashish | Files touched by this commit (676) |
Log message:
revbump for requiring ICU 59.x
|
2017-07-07 06:51:47 by Adam Ciarcinski | Files touched by this commit (9) |
Log message:
Version 1.9.6
User-visible changes:
- Client-side bugfixes:
* cp/mv: improve error message when target is an unversioned dir
* merge: reduce memory usage with large amounts of mergeinfo
- Server-side bugfixes:
* 'svnadmin freeze': document the purpose more clearly
* dump: fix segfault when a revision has no revprops
* fsfs: improve error message upon failure to open rep-cache
* fsfs: never attempt to share directory representations
* fsfs: make consistency independent of hash algorithms
This change makes Subversion resilient to collision attacks, including
SHA-1 collision attacks such as <http://shattered.io/>. See also our
documentation at <https://subversion.apache.org/faq#shattered-sha1> and
<https://subversion.apache.org/docs/release-notes/1.9#shattered-sha1>.
- Client-side and server-side bugfixes:
* work around an APR bug related to file truncation
- Bindings bugfixes:
* javahl: follow redirects when opening a connection
Developer-visible changes:
- General:
* win_tests.py: make the --bin option work, rather than abort
(regression introduced in 1.9.2)
* windows: support building with 'zlibstat.lib' in install-layout
- API changes:
(none)
|
2017-04-22 23:04:05 by Adam Ciarcinski | Files touched by this commit (670) |  |
Log message:
Revbump after icu update
|
2016-12-04 06:17:46 by Ryo ONODERA | Files touched by this commit (667) |
Log message:
Recursive revbump from textproc/icu 58.1
|
2016-05-01 02:48:33 by Ryo ONODERA | Files touched by this commit (8) |  |
Log message:
Update Subversion to 1.9.4
Changelog:
Version 1.9.4
(28 Apr 2016, from /branches/1.9.x)
http://svn.apache.org/repos/asf/subversion/tags/1.9.4
User-visible changes:
- Client-side bugfixes:
* diff: support '--summarize --ignore-properties' (part of issue #4567)
* checkout: fix performance regression on NFS (r1710167)
* gpg-agent: properly handle passwords with percent characters (issue #4611)
* svn-graph.pl: fix assertion about a non-canonical path (r1729060 et al)
* hot-backup.py: better input validation (r1721174, r1721175)
* commit: abort on Ctrl-C in plaintext password prompt (issue #4624)
* diff: produce proper forward binary diffs with --git (r1704292, r1704573)
* ra_serf: fix deleting directories with many files (issue #4557)
- Server-side bugfixes:
* improve documentation for AuthzSVNGroupsFile and groups-db (r1730856)
* fsfs: reduce peak memory usage when listing large directories (r1725180)
* fsfs: fix a rare source of incomplete dump files and reports (r1717876)
- Client-side and server-side bugfixes:
* update INSTALL documentation file (r1703470 et al)
* fix potential memory access bugs (r1722860 et al)
* fix potential out of bounds read in svn_repos_get_logs5() (r1738259)
- Bindings bugfixes:
* ignore absent nodes in javahl version of svn status -u (r1720643)
Developer-visible changes:
- General:
* fix ruby test suite to work with test-unit gem (r1714790)
* allow building against KDE4 without conflict with KDE5 (r1734926)
* fix update_tests.py#76 with SVNPathAuthz short_circuit (r1736432)
* build system tweaks:
* tweak how symbolic error names in maintainer mode (r1735179)
* fix inconsistent behavior of inherited property API (r1717874 et al)
- API changes:
* properly interpret parameters in svn_wc_get_diff_editor6() (r1728308)
|
2016-04-11 21:02:08 by Ryo ONODERA | Files touched by this commit (527) |
Log message:
Recursive revbump from textproc/icu 57.1
|