summaryrefslogtreecommitdiff
path: root/devel/subversion
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-03-04 03:12:35 +0000
committertaca <taca@pkgsrc.org>2011-03-04 03:12:35 +0000
commit8d8877c113f7fe002c91c827221d8ab39bdb5072 (patch)
treecd3d5f7b113b6418288b75d51935639398cccf31 /devel/subversion
parent4b5a89c7ae022667dcd5f16b97bd5a7b08884227 (diff)
downloadpkgsrc-8d8877c113f7fe002c91c827221d8ab39bdb5072.tar.gz
Update subversion package to 1.6.16.
Security fix seems to related to www/ap2-subversion. Version 1.6.16 (02 Mar 2011, from /branches/1.6.x) http://svn.apache.org/repos/asf/subversion/tags/1.6.16 User-visible changes: * more improvement to the 'blame -g' memory leak from 1.6.15 (r1041438) * avoid a crash in mod_dav_svn when using locks (r1071239, -307) See CVE-2011-0715, and descriptive advisory at http://subversion.apache.org/security/CVE-2011-0715-advisory.txt * avoid unnecessary globbing for performance (r1068988) * don't add tree conflicts when one already exists (issue #3486) * fix potential crash when requesting mergeinfo (r902467) * don't attempt to resolve prop conflicts in 'merge --dry-run' (r880146) * more fixes for issue #3270. Developer-visible changes: * ensure report_info_t is properly initialized by ra_serf (r1058722) * locate errors properly on a malfunction (r1053208) * fix output param timing of svn_fs_commit_txn() on fsfs (r1051751) * for svn_fs_commit_txn(), set invalid rev on failed commit (r1051632, -8) * fix sporadic Ruby bindings test failures (r1038792) * fix JavaHL JVM object leak when dumping large revisions (r947006) * use Perl to resolve symlinks when building swig-pl (r1039040) * allow Perl bindings to build within a symlinked working copy (r1036534) * don't overwrite the LD_LIBRARY_PATH during make check-swig-pl (r946355) * improve unit tests for some fs functions (r1051744, -5, -3185, -241)
Diffstat (limited to 'devel/subversion')
-rw-r--r--devel/subversion/Makefile.version4
-rw-r--r--devel/subversion/distinfo10
-rw-r--r--devel/subversion/patches/patch-ad12
3 files changed, 13 insertions, 13 deletions
diff --git a/devel/subversion/Makefile.version b/devel/subversion/Makefile.version
index a3146a87d1e..507ada624c2 100644
--- a/devel/subversion/Makefile.version
+++ b/devel/subversion/Makefile.version
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.version,v 1.56 2010/11/26 13:57:59 taca Exp $
+# $NetBSD: Makefile.version,v 1.57 2011/03/04 03:12:35 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.15
+SVNVER= 1.6.16
.endif
diff --git a/devel/subversion/distinfo b/devel/subversion/distinfo
index e15f114343f..1e4fe081fd1 100644
--- a/devel/subversion/distinfo
+++ b/devel/subversion/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.77 2010/11/26 13:57:59 taca Exp $
+$NetBSD: distinfo,v 1.78 2011/03/04 03:12:35 taca Exp $
-SHA1 (subversion-1.6.15.tar.gz) = e587227eff1cf86eec69336738a3aa38dae09dec
-RMD160 (subversion-1.6.15.tar.gz) = 26ca1a742eeb228ae31034fbe637c067090f4fd0
-Size (subversion-1.6.15.tar.gz) = 7513581 bytes
-SHA1 (patch-ad) = 52da52e60e4d70266081d98ab0bf4ec312427bd6
+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 (patch-ad) = ae54d77447c2ef746bca21f755aa7c255c9521b9
SHA1 (patch-ae) = 55982ded0a7cbb09a91545c7580021e8ed4947f0
diff --git a/devel/subversion/patches/patch-ad b/devel/subversion/patches/patch-ad
index 68a70741a2c..5ae64c1de97 100644
--- a/devel/subversion/patches/patch-ad
+++ b/devel/subversion/patches/patch-ad
@@ -1,13 +1,13 @@
-$NetBSD: patch-ad,v 1.14 2008/06/19 22:33:25 epg Exp $
+$NetBSD: patch-ad,v 1.15 2011/03/04 03:12:36 taca Exp $
---- Makefile.in.orig 2008-02-24 03:36:03.000000000 +0000
-+++ Makefile.in 2008-03-20 05:15:54.000000000 +0000
-@@ -638,7 +638,7 @@
+--- Makefile.in.orig 2010-11-25 17:55:59.000000000 +0000
++++ Makefile.in
+@@ -682,7 +682,7 @@ $(SWIG_PL_DIR)/native/Makefile.PL: $(SWI
./config.status subversion/bindings/swig/perl/native/Makefile.PL
$(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL
- cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL
+ cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL INSTALLDIRS=vendor
- swig-pl_DEPS = autogen-swig-pl libsvn_swig_perl \
- $(SWIG_PL_DIR)/native/Makefile
+ # There is a "readlink -f" command on some systems for the same purpose,
+ # but it's not as portable (e.g. Mac OS X doesn't have it). These should