summaryrefslogtreecommitdiff
path: root/devel/p5-subversion
diff options
context:
space:
mode:
authorobache <obache>2013-06-29 08:56:56 +0000
committerobache <obache>2013-06-29 08:56:56 +0000
commit2108b3d966af6f7f868c13c09cbb0055b21f219e (patch)
tree4d2892636862996300816f766e73924dca202e11 /devel/p5-subversion
parentcfa8cbe2dbd116182af8d9c7113468123765a269 (diff)
downloadpkgsrc-2108b3d966af6f7f868c13c09cbb0055b21f219e.tar.gz
Update subversion to 1.7.10.
This release addresses three security issues: CVE-2013-1968: fsfs repository corruption caused by newline characters in filenames CVE-2013-2088: contrib hook-scripts can allow arbitrary code execution CVE-2013-2112: svnserve remotely triggerable DoS. Version 1.7.10 (30 May 2013, from /branches/1.7.x) http://svn.apache.org/repos/asf/subversion/tags/1.7.10 User-visible changes: - Client-side bugfixes: * fix 'svn revert' "no such table: revert_list" spurious error (issue #4168) * fix 'svn diff' doesn't show some locally added files (issue #3797) * fix changelist filtering when --changelist values aren't UTF8 (r1475724) * fix 'svn diff --git' shows wrong copyfrom (issue #4294) * fix 'svn diff -x-w' shows wrong changes (issues #4133 and #4270, r1427278) * fix 'svn blame' sometimes shows every line as modified (issue #4034) * fix regression in 'svn status -u' output for externals (r1434750) * fix file permissions change on commit of file with keywords (issue #4331) * improve some fatal error messages (r1465975) * fix externals not removed when working copy is made shallow (issue #3741) - Server-side bugfixes: * fix repository corruption due to newline in filename (issue #4340) * fix svnserve exiting when a client connection is aborted (r1482759) * fix svnserve memory use after clear (issue #4365) * fix repository corruption on power/disk failure on Windows (r1483781) Developer-visible changes - General: * make get-deps.sh compatible with Solaris /bin/sh (r1451678) * fix infinite recursion bug in get-deps.sh (r1421541, r1424977) * fix uninitialised output parameter of svn_fs_commit_txn() (r1461743) - Bindings: * fix JavaHL thread-safety bug (r1476359)
Diffstat (limited to 'devel/p5-subversion')
-rw-r--r--devel/p5-subversion/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/p5-subversion/Makefile b/devel/p5-subversion/Makefile
index dc977afcf6f..c27c797bfb8 100644
--- a/devel/p5-subversion/Makefile
+++ b/devel/p5-subversion/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2013/05/31 12:40:56 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2013/06/29 08:56:56 obache Exp $
PKGNAME= p5-subversion-${SVNVER}
-PKGREVISION= 1
COMMENT= Perl bindings for Subversion
PKG_INSTALLATION_TYPES= overwrite pkgviews