Fri Jun 3 13:26:50 2011 UTC ()
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)


(taca)
diff -r1.10 -r1.11 pkgsrc/devel/java-subversion/Makefile
diff -r1.50 -r1.51 pkgsrc/devel/p5-subversion/Makefile
diff -r1.39 -r1.40 pkgsrc/devel/py-subversion/Makefile
diff -r1.30 -r1.31 pkgsrc/devel/ruby-subversion/Makefile
diff -r1.43 -r1.44 pkgsrc/devel/subversion/Makefile
diff -r1.57 -r1.58 pkgsrc/devel/subversion/Makefile.version
diff -r1.78 -r1.79 pkgsrc/devel/subversion/distinfo
diff -r1.71 -r1.72 pkgsrc/devel/subversion-base/Makefile
diff -r1.43 -r1.44 pkgsrc/www/ap2-subversion/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/devel/java-subversion/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/java-subversion/Makefile 2011/04/22 13:45:18 1.10
+++ pkgsrc/devel/java-subversion/Makefile 2011/06/03 13:26:49 1.11
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2011/04/22 13:45:18 obache Exp $ 1# $NetBSD: Makefile,v 1.11 2011/06/03 13:26:49 taca Exp $
2 2
3PKGNAME= java-subversion-${SVNVER} 3PKGNAME= java-subversion-${SVNVER}
4PKGREVISION= 1 
5COMMENT= Java bindings for Subversion 4COMMENT= Java bindings for Subversion
6 5
7PKG_INSTALLATION_TYPES= overwrite pkgviews 6PKG_INSTALLATION_TYPES= overwrite pkgviews
8PKG_DESTDIR_SUPPORT= user-destdir 7PKG_DESTDIR_SUPPORT= user-destdir
9 8
10MAKE_JOBS_SAFE= no 9MAKE_JOBS_SAFE= no
11 10
12.include "../../devel/subversion/Makefile.common" 11.include "../../devel/subversion/Makefile.common"
13 12
14SHLIBTOOL_OVERRIDE= # empty 13SHLIBTOOL_OVERRIDE= # empty
15 14
16USE_LANGUAGES+= c c++ 15USE_LANGUAGES+= c c++
17USE_JAVA= yes 16USE_JAVA= yes

cvs diff -r1.50 -r1.51 pkgsrc/devel/p5-subversion/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-subversion/Makefile 2011/04/22 13:45:18 1.50
+++ pkgsrc/devel/p5-subversion/Makefile 2011/06/03 13:26:49 1.51
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.50 2011/04/22 13:45:18 obache Exp $ 1# $NetBSD: Makefile,v 1.51 2011/06/03 13:26:49 taca Exp $
2 2
3PKGNAME= p5-subversion-${SVNVER} 3PKGNAME= p5-subversion-${SVNVER}
4PKGREVISION= 1 
5COMMENT= Perl bindings for Subversion 4COMMENT= Perl bindings for Subversion
6 5
7PKG_INSTALLATION_TYPES= overwrite pkgviews 6PKG_INSTALLATION_TYPES= overwrite pkgviews
8PKG_DESTDIR_SUPPORT= user-destdir 7PKG_DESTDIR_SUPPORT= user-destdir
9 8
10MAKE_JOBS_SAFE= no 9MAKE_JOBS_SAFE= no
11 10
12.include "../../devel/subversion/Makefile.common" 11.include "../../devel/subversion/Makefile.common"
13 12
14SHLIBTOOL_OVERRIDE= # empty 13SHLIBTOOL_OVERRIDE= # empty
15 14
16USE_TOOLS+= perl 15USE_TOOLS+= perl
17PERL5_CONFIGURE= no 16PERL5_CONFIGURE= no

cvs diff -r1.39 -r1.40 pkgsrc/devel/py-subversion/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-subversion/Makefile 2011/04/22 13:45:18 1.39
+++ pkgsrc/devel/py-subversion/Makefile 2011/06/03 13:26:49 1.40
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.39 2011/04/22 13:45:18 obache Exp $ 1# $NetBSD: Makefile,v 1.40 2011/06/03 13:26:49 taca Exp $
2 2
3PKGNAME= ${PYPKGPREFIX}-subversion-${SVNVER} 3PKGNAME= ${PYPKGPREFIX}-subversion-${SVNVER}
4PKGREVISION= 1 
5COMMENT= Python bindings and tools for Subversion 4COMMENT= Python bindings and tools for Subversion
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9.include "../../devel/subversion/Makefile.common" 8.include "../../devel/subversion/Makefile.common"
10 9
11SHLIBTOOL_OVERRIDE= # empty 10SHLIBTOOL_OVERRIDE= # empty
12 11
13CONFIGURE_ENV+= PYTHON2=${PYTHONBIN:Q} 12CONFIGURE_ENV+= PYTHON2=${PYTHONBIN:Q}
14 13
15PY_PATCHPLIST= YES 14PY_PATCHPLIST= YES
16PYTHON_PATCH_SCRIPTS= tools/hook-scripts/mailer/mailer.py 15PYTHON_PATCH_SCRIPTS= tools/hook-scripts/mailer/mailer.py
17 16

cvs diff -r1.30 -r1.31 pkgsrc/devel/ruby-subversion/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-subversion/Makefile 2011/04/22 13:45:18 1.30
+++ pkgsrc/devel/ruby-subversion/Makefile 2011/06/03 13:26:50 1.31
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.30 2011/04/22 13:45:18 obache Exp $ 1# $NetBSD: Makefile,v 1.31 2011/06/03 13:26:50 taca Exp $
2 2
3PKGNAME= ${RUBY_PKGPREFIX}-subversion-${SVNVER} 3PKGNAME= ${RUBY_PKGPREFIX}-subversion-${SVNVER}
4PKGREVISION= 1 
5COMMENT= Ruby bindings for Subversion 4COMMENT= Ruby bindings for Subversion
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9.include "../../devel/subversion/Makefile.common" 8.include "../../devel/subversion/Makefile.common"
10 9
11SHLIBTOOL_OVERRIDE= # empty 10SHLIBTOOL_OVERRIDE= # empty
12 11
13REPLACE_RUBY_DIRS= tools 12REPLACE_RUBY_DIRS= tools
14 13
15CONFIGURE_ENV+= RUBY=${RUBY:Q} 14CONFIGURE_ENV+= RUBY=${RUBY:Q}
16CONFIGURE_ARGS+= --with-ruby-sitedir=${PREFIX}/${RUBY_VENDORLIB_BASE} 15CONFIGURE_ARGS+= --with-ruby-sitedir=${PREFIX}/${RUBY_VENDORLIB_BASE}
17 16

cvs diff -r1.43 -r1.44 pkgsrc/devel/subversion/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/subversion/Makefile 2011/04/22 13:43:23 1.43
+++ pkgsrc/devel/subversion/Makefile 2011/06/03 13:26:50 1.44
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.43 2011/04/22 13:43:23 obache Exp $ 1# $NetBSD: Makefile,v 1.44 2011/06/03 13:26:50 taca Exp $
2 2
3PKGNAME= subversion-${SVNVER} 3PKGNAME= subversion-${SVNVER}
4PKGREVISION= 1 
5COMMENT= Version control system, meta-package 4COMMENT= Version control system, meta-package
6 5
7META_PACKAGE= # empty 6META_PACKAGE= # empty
8 7
9.include "../../devel/subversion/Makefile.common" 8.include "../../devel/subversion/Makefile.common"
10 9
11DEPENDS+= subversion-base-${SVNVER}{,nb[0-9]*}:../../devel/subversion-base 10DEPENDS+= subversion-base-${SVNVER}{,nb[0-9]*}:../../devel/subversion-base
12DEPENDS+= ${APACHE_PKG_PREFIX}-subversion-${SVNVER}{,nb[0-9]*}:../../www/ap2-subversion 11DEPENDS+= ${APACHE_PKG_PREFIX}-subversion-${SVNVER}{,nb[0-9]*}:../../www/ap2-subversion
13DEPENDS+= p5-subversion-${SVNVER}{,nb[0-9]*}:../../devel/p5-subversion 12DEPENDS+= p5-subversion-${SVNVER}{,nb[0-9]*}:../../devel/p5-subversion
14DEPENDS+= ${PYPKGPREFIX}-subversion-${SVNVER}{,nb[0-9]*}:../../devel/py-subversion 13DEPENDS+= ${PYPKGPREFIX}-subversion-${SVNVER}{,nb[0-9]*}:../../devel/py-subversion
15DEPENDS+= ${RUBY_PKGPREFIX}-subversion-${SVNVER}{,nb[0-9]*}:../../devel/ruby-subversion 14DEPENDS+= ${RUBY_PKGPREFIX}-subversion-${SVNVER}{,nb[0-9]*}:../../devel/ruby-subversion
16 15
17.if !empty(PKG_OPTIONS:Mjava) 16.if !empty(PKG_OPTIONS:Mjava)

cvs diff -r1.57 -r1.58 pkgsrc/devel/subversion/Makefile.version (expand / switch to unified diff)

--- pkgsrc/devel/subversion/Makefile.version 2011/03/04 03:12:35 1.57
+++ pkgsrc/devel/subversion/Makefile.version 2011/06/03 13:26:50 1.58
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1# $NetBSD: Makefile.version,v 1.57 2011/03/04 03:12:35 taca Exp $ 1# $NetBSD: Makefile.version,v 1.58 2011/06/03 13:26:50 taca Exp $
2 2
3# When updating subversion, all packages are updated at the same time 3# When updating subversion, all packages are updated at the same time
4# to have a consistent set of packages. A particularly tricky aspect 4# to have a consistent set of packages. A particularly tricky aspect
5# is our interaction with the svn build system. See the make target 5# is our interaction with the svn build system. See the make target
6# "svn-build-outputs-hack" in devel/subversion-base/Makefile when 6# "svn-build-outputs-hack" in devel/subversion-base/Makefile when
7# changing the version. 7# changing the version.
8 8
9.if !defined(SVNVER) 9.if !defined(SVNVER)
10SVNVER= 1.6.16 10SVNVER= 1.6.17
11.endif 11.endif

cvs diff -r1.78 -r1.79 pkgsrc/devel/subversion/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/subversion/distinfo 2011/03/04 03:12:35 1.78
+++ pkgsrc/devel/subversion/distinfo 2011/06/03 13:26:50 1.79
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.78 2011/03/04 03:12:35 taca Exp $ 1$NetBSD: distinfo,v 1.79 2011/06/03 13:26:50 taca Exp $
2 2
3SHA1 (subversion-1.6.16.tar.gz) = e957da04252d4d7e0fff72fdcf72c715bfbaa393 3SHA1 (subversion-1.6.17.tar.gz) = 2ddf55622f0a742d8474feaa69596b2f7c4f1084
4RMD160 (subversion-1.6.16.tar.gz) = 7d0b6cbce0a264bafefcd2bb9eb19e22b9a9e477 4RMD160 (subversion-1.6.17.tar.gz) = 521fa8e4d1ff916695bf8771336b2d7f11dbf458
5Size (subversion-1.6.16.tar.gz) = 7516368 bytes 5Size (subversion-1.6.17.tar.gz) = 7531891 bytes
6SHA1 (patch-ad) = ae54d77447c2ef746bca21f755aa7c255c9521b9 6SHA1 (patch-ad) = ae54d77447c2ef746bca21f755aa7c255c9521b9
7SHA1 (patch-ae) = 55982ded0a7cbb09a91545c7580021e8ed4947f0 7SHA1 (patch-ae) = 55982ded0a7cbb09a91545c7580021e8ed4947f0

cvs diff -r1.71 -r1.72 pkgsrc/devel/subversion-base/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/subversion-base/Makefile 2011/04/22 13:43:23 1.71
+++ pkgsrc/devel/subversion-base/Makefile 2011/06/03 13:26:50 1.72
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.71 2011/04/22 13:43:23 obache Exp $ 1# $NetBSD: Makefile,v 1.72 2011/06/03 13:26:50 taca Exp $
2 2
3PKGNAME= subversion-base-${SVNVER} 3PKGNAME= subversion-base-${SVNVER}
4PKGREVISION= 1 
5COMMENT= Version control system, base programs and libraries 4COMMENT= Version control system, base programs and libraries
6 5
7PKG_INSTALLATION_TYPES= overwrite pkgviews 6PKG_INSTALLATION_TYPES= overwrite pkgviews
8PKG_DESTDIR_SUPPORT= user-destdir 7PKG_DESTDIR_SUPPORT= user-destdir
9 8
10# on at least solaris, configure fails to figure out 9# on at least solaris, configure fails to figure out
11# that you need -lintl 10# that you need -lintl
12BROKEN_GETTEXT_DETECTION= yes 11BROKEN_GETTEXT_DETECTION= yes
13 12
14.include "../../devel/subversion/Makefile.common" 13.include "../../devel/subversion/Makefile.common"
15 14
16USE_TOOLS+= msgfmt 15USE_TOOLS+= msgfmt
17 16

cvs diff -r1.43 -r1.44 pkgsrc/www/ap2-subversion/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ap2-subversion/Makefile 2011/04/22 13:45:18 1.43
+++ pkgsrc/www/ap2-subversion/Makefile 2011/06/03 13:26:50 1.44
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.43 2011/04/22 13:45:18 obache Exp $ 1# $NetBSD: Makefile,v 1.44 2011/06/03 13:26:50 taca Exp $
2 2
3PKGNAME= ${APACHE_PKG_PREFIX}-subversion-${SVNVER} 3PKGNAME= ${APACHE_PKG_PREFIX}-subversion-${SVNVER}
4PKGREVISION= 1 
5COMMENT= WebDAV server (Apache module) for Subversion 4COMMENT= WebDAV server (Apache module) for Subversion
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9.include "../../devel/subversion/Makefile.common" 8.include "../../devel/subversion/Makefile.common"
10 9
11CONFIGURE_ARGS+= --with-apxs=${APXS:Q} 10CONFIGURE_ARGS+= --with-apxs=${APXS:Q}
12CONFIGURE_ARGS+= --disable-mod-activation 11CONFIGURE_ARGS+= --disable-mod-activation
13 12
14APACHE_MODULE= YES 13APACHE_MODULE= YES
15 14
16BUILD_TARGET= apache-mod 15BUILD_TARGET= apache-mod
17INSTALL_TARGET= install-mods-shared 16INSTALL_TARGET= install-mods-shared