diff options
author | taca <taca@pkgsrc.org> | 2011-06-03 13:26:49 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-06-03 13:26:49 +0000 |
commit | 8e91d934d8a1dbc1192d1d57fe5b0e4bde5ca2f4 (patch) | |
tree | e31669f60ec8a7f24759a291ac40573c1c0cd227 | |
parent | 987566835bc32f56c1d100a845629c79d8be788c (diff) | |
download | pkgsrc-8e91d934d8a1dbc1192d1d57fe5b0e4bde5ca2f4.tar.gz |
Update subversion pacakges to 1.6.17.
Version 1.6.17
(01 Jun 2011, from /branches/1.6.x)
http://svn.apache.org/repos/asf/subversion/tags/1.6.17
User-visible changes:
* improve checkout speed on Windows (issue #3719)
* make 'blame -g' more efficient on with large mergeinfo (r1094692)
* avoid some invalid handle exceptions on Windows (r1095654)
* preserve log message with a non-zero editor exit (r1072084)
* fix FSFS cache performance on 64-bit platforms (r1103665)
* make svn cleanup tolerate obstructed directories (r1091881)
* fix deadlock in multithreaded servers serving FSFS repositories (r1104093)
* detect very occasional corruption and abort commit (issue #3845)
* fixed: file externals cause non-inheritable mergeinfo (issue #3843)
* fixed: file externals cause mixed-revision working copies (issue #3816)
* fix crash in mod_dav_svn with GETs of baselined resources (r1104126)
See CVE-2011-1752, and descriptive advisory at
http://subversion.apache.org/security/CVE-2011-1752-advisory.txt
* fixed: write-through proxy could direcly commit to slave (r917523)
* detect a particular corruption condition in FSFS (r1100213)
* improve error message when clients refer to unkown revisions (r939000)
* bugfixes and optimizations to the DAV mirroring code (r878607)
* fixed: locked and deleted file causes tree conflict (issue #3525)
* fixed: update touches locked file with svn:keywords property (issue #3471)
* fix svnsync handling of directory copyfrom (issue #3641)
* fix 'log -g' excessive duplicate output (issue #3650)
* fix svnsync copyfrom handling bug with BDB (r1036429)
* server-side validation of svn:mergeinfo syntax during commit (issue #3895)
* fix remotely triggerable mod_dav_svn DoS
See CVE-2011-1783, and descriptive advisory at
http://subversion.apache.org/security/CVE-2011-1783-advisory.txt
* fix potential leak of authz-protected file contents
See CVE-2011-1921, and descriptive advisory at
http://subversion.apache.org/security/CVE-2011-1921-advisory.txt
Developer-visible changes:
* fix reporting FS-level post-commit processing errors (r1104098)
* fix JVM recognition on OS X Snow Leopard (10.6) (r1028084)
* allow building on Windows with recent Expat (r1074572)
-rw-r--r-- | devel/java-subversion/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-subversion/Makefile | 3 | ||||
-rw-r--r-- | devel/py-subversion/Makefile | 3 | ||||
-rw-r--r-- | devel/ruby-subversion/Makefile | 3 | ||||
-rw-r--r-- | devel/subversion-base/Makefile | 3 | ||||
-rw-r--r-- | devel/subversion/Makefile | 3 | ||||
-rw-r--r-- | devel/subversion/Makefile.version | 4 | ||||
-rw-r--r-- | devel/subversion/distinfo | 8 | ||||
-rw-r--r-- | www/ap2-subversion/Makefile | 3 |
9 files changed, 13 insertions, 20 deletions
diff --git a/devel/java-subversion/Makefile b/devel/java-subversion/Makefile index 070a16a7445..e1bfbb1c396 100644 --- a/devel/java-subversion/Makefile +++ b/devel/java-subversion/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2011/04/22 13:45:18 obache Exp $ +# $NetBSD: Makefile,v 1.11 2011/06/03 13:26:49 taca Exp $ PKGNAME= java-subversion-${SVNVER} -PKGREVISION= 1 COMMENT= Java bindings for Subversion PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/p5-subversion/Makefile b/devel/p5-subversion/Makefile index ac01351cb02..e727bca9d97 100644 --- a/devel/p5-subversion/Makefile +++ b/devel/p5-subversion/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2011/04/22 13:45:18 obache Exp $ +# $NetBSD: Makefile,v 1.51 2011/06/03 13:26:49 taca Exp $ PKGNAME= p5-subversion-${SVNVER} -PKGREVISION= 1 COMMENT= Perl bindings for Subversion PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/py-subversion/Makefile b/devel/py-subversion/Makefile index aa7bb8a95b6..f66b93fa61a 100644 --- a/devel/py-subversion/Makefile +++ b/devel/py-subversion/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2011/04/22 13:45:18 obache Exp $ +# $NetBSD: Makefile,v 1.40 2011/06/03 13:26:49 taca Exp $ PKGNAME= ${PYPKGPREFIX}-subversion-${SVNVER} -PKGREVISION= 1 COMMENT= Python bindings and tools for Subversion PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/ruby-subversion/Makefile b/devel/ruby-subversion/Makefile index 80b7869e34b..86cee096c8e 100644 --- a/devel/ruby-subversion/Makefile +++ b/devel/ruby-subversion/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2011/04/22 13:45:18 obache Exp $ +# $NetBSD: Makefile,v 1.31 2011/06/03 13:26:50 taca Exp $ PKGNAME= ${RUBY_PKGPREFIX}-subversion-${SVNVER} -PKGREVISION= 1 COMMENT= Ruby bindings for Subversion PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/subversion-base/Makefile b/devel/subversion-base/Makefile index b2252ba1e06..0aed343ad55 100644 --- a/devel/subversion-base/Makefile +++ b/devel/subversion-base/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2011/04/22 13:43:23 obache Exp $ +# $NetBSD: Makefile,v 1.72 2011/06/03 13:26:50 taca Exp $ PKGNAME= subversion-base-${SVNVER} -PKGREVISION= 1 COMMENT= Version control system, base programs and libraries PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index 5f21b1ee009..c9e482ce672 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2011/04/22 13:43:23 obache Exp $ +# $NetBSD: Makefile,v 1.44 2011/06/03 13:26:50 taca Exp $ PKGNAME= subversion-${SVNVER} -PKGREVISION= 1 COMMENT= Version control system, meta-package META_PACKAGE= # empty diff --git a/devel/subversion/Makefile.version b/devel/subversion/Makefile.version index 507ada624c2..ed7b479b50f 100644 --- a/devel/subversion/Makefile.version +++ b/devel/subversion/Makefile.version @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.version,v 1.57 2011/03/04 03:12:35 taca Exp $ +# $NetBSD: Makefile.version,v 1.58 2011/06/03 13:26:50 taca 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.6.16 +SVNVER= 1.6.17 .endif diff --git a/devel/subversion/distinfo b/devel/subversion/distinfo index 1e4fe081fd1..25264f19d71 100644 --- a/devel/subversion/distinfo +++ b/devel/subversion/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.78 2011/03/04 03:12:35 taca Exp $ +$NetBSD: distinfo,v 1.79 2011/06/03 13:26:50 taca Exp $ -SHA1 (subversion-1.6.16.tar.gz) = e957da04252d4d7e0fff72fdcf72c715bfbaa393 -RMD160 (subversion-1.6.16.tar.gz) = 7d0b6cbce0a264bafefcd2bb9eb19e22b9a9e477 -Size (subversion-1.6.16.tar.gz) = 7516368 bytes +SHA1 (subversion-1.6.17.tar.gz) = 2ddf55622f0a742d8474feaa69596b2f7c4f1084 +RMD160 (subversion-1.6.17.tar.gz) = 521fa8e4d1ff916695bf8771336b2d7f11dbf458 +Size (subversion-1.6.17.tar.gz) = 7531891 bytes SHA1 (patch-ad) = ae54d77447c2ef746bca21f755aa7c255c9521b9 SHA1 (patch-ae) = 55982ded0a7cbb09a91545c7580021e8ed4947f0 diff --git a/www/ap2-subversion/Makefile b/www/ap2-subversion/Makefile index 3c377576bc1..77df0e96773 100644 --- a/www/ap2-subversion/Makefile +++ b/www/ap2-subversion/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2011/04/22 13:45:18 obache Exp $ +# $NetBSD: Makefile,v 1.44 2011/06/03 13:26:50 taca Exp $ PKGNAME= ${APACHE_PKG_PREFIX}-subversion-${SVNVER} -PKGREVISION= 1 COMMENT= WebDAV server (Apache module) for Subversion PKG_DESTDIR_SUPPORT= user-destdir |