diff options
author | ryoon <ryoon> | 2013-04-13 12:57:40 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-04-13 12:57:40 +0000 |
commit | 2a271d8c57689719a45c4e626a6f364b858aa9aa (patch) | |
tree | ec6bd735d0f3f2f82b9b8318121b6b963cd5cb70 /devel | |
parent | ba163d61a347b4b9e9c07feb621080e245d5ae5a (diff) | |
download | pkgsrc-2a271d8c57689719a45c4e626a6f364b858aa9aa.tar.gz |
Update to 1.7.9
Changelog:
Version 1.7.9
(04 Apr 2013, from /branches/1.7.x)
http://svn.apache.org/repos/asf/subversion/tags/1.7.9
User-visible changes
- Client-side bugfixes:
* improved error messages about svn:date and svn:author props. (r1440620)
* fix local_relpath assertion (issue #4257)
* fix memory leak in `svn log` over svn:// (r1458341)
* fix incorrect authz failure when using neon http library (issue #4332)
* fix segfault when using kwallet (r1421103)
- Server-side bugfixes:
* svnserve will log the replayed rev not the low-water rev. (r1461278)
* mod_dav_svn will omit some property values for activity urls (r1453780)
* fix an assertion in mod_dav_svn when acting as a proxy on / (issue #4272)
* improve memory usage when committing properties in mod_dav_svn (r1443929)
* fix svnrdump to load dump files with non-LF line endings (issue #4263)
* fix assertion when rep-cache is inaccessible (r1422100)
* improved logic in mod_dav_svn's implementation of lock. (r1455352)
* avoid executing unnecessary code in log with limit (r1459599)
Developer-visible changes:
- General:
* fix an assertion in dav_svn_get_repos_path() on Windows (r1425368)
* fix get-deps.sh to correctly download zlib (r13520131)
* doxygen docs will now ignore prefixes when producing the index (r1429201)
* fix get-deps.sh on freebsd (r1423646)
- Bindings:
* javahl status api now respects the ignoreExternals boolean (r1435361)
This release addesses five security issues:
CVE-2013-1845: mod_dav_svn excessive memory usage from property changes
CVE-2013-1846: mod_dav_svn crashes on LOCK requests against activity URLs
CVE-2013-1847: mod_dav_svn crashes on LOCK requests against
non-existant URLs
CVE-2013-1849: mod_dav_svn crashes on PROPFIND requests against
activity URLs
CVE-2013-1884: mod_dav_svn crashes on out of range limit in log
REPORT request
Diffstat (limited to 'devel')
-rw-r--r-- | devel/subversion/Makefile.version | 4 | ||||
-rw-r--r-- | devel/subversion/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/subversion/Makefile.version b/devel/subversion/Makefile.version index 10ea63da1f8..f231c912647 100644 --- a/devel/subversion/Makefile.version +++ b/devel/subversion/Makefile.version @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.version,v 1.60 2013/02/09 13:22:09 ryoon Exp $ +# $NetBSD: Makefile.version,v 1.61 2013/04/13 12:57:40 ryoon Exp $ # When updating subversion, all packages are updated at the same time # to have a consistent set of packages. A particularly tricky aspect @@ -7,5 +7,5 @@ # changing the version. .if !defined(SVNVER) -SVNVER= 1.7.8 +SVNVER= 1.7.9 .endif diff --git a/devel/subversion/distinfo b/devel/subversion/distinfo index 0999b2e500e..657f64fe538 100644 --- a/devel/subversion/distinfo +++ b/devel/subversion/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.82 2013/02/09 13:22:09 ryoon Exp $ +$NetBSD: distinfo,v 1.83 2013/04/13 12:57:40 ryoon Exp $ -SHA1 (subversion-1.7.8.tar.bz2) = 12c7d8d5414bba74c9777c4d1dae74f152df63c2 -RMD160 (subversion-1.7.8.tar.bz2) = c905a961c32a54e67ddd471949468c1e806e6b6f -Size (subversion-1.7.8.tar.bz2) = 6023912 bytes +SHA1 (subversion-1.7.9.tar.bz2) = 453757bae78a800997559f2232483ab99238ec1e +RMD160 (subversion-1.7.9.tar.bz2) = cd600f3aee929a3c766e87bcee296ef6be6eb97f +Size (subversion-1.7.9.tar.bz2) = 6040347 bytes SHA1 (patch-ad) = ae54d77447c2ef746bca21f755aa7c255c9521b9 SHA1 (patch-ae) = 9be99291ffb37eb10859a98cb25dee4228136a00 |