summaryrefslogtreecommitdiff
path: root/devel/p5-subversion/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-07-07 04:51:47 +0000
committeradam <adam@pkgsrc.org>2017-07-07 04:51:47 +0000
commit776a970a779f65b12c74549efdbc13f94ad55b1b (patch)
treebbc159011fe00ceddd8442fa2b84b38e662cb792 /devel/p5-subversion/Makefile
parent7c5fcb86ff46131007328be5dc4b46d2c81ad899 (diff)
downloadpkgsrc-776a970a779f65b12c74549efdbc13f94ad55b1b.tar.gz
Version 1.9.6
User-visible changes: - Client-side bugfixes: * cp/mv: improve error message when target is an unversioned dir * merge: reduce memory usage with large amounts of mergeinfo - Server-side bugfixes: * 'svnadmin freeze': document the purpose more clearly * dump: fix segfault when a revision has no revprops * fsfs: improve error message upon failure to open rep-cache * fsfs: never attempt to share directory representations * fsfs: make consistency independent of hash algorithms This change makes Subversion resilient to collision attacks, including SHA-1 collision attacks such as <http://shattered.io/>. See also our documentation at <https://subversion.apache.org/faq#shattered-sha1> and <https://subversion.apache.org/docs/release-notes/1.9#shattered-sha1>. - Client-side and server-side bugfixes: * work around an APR bug related to file truncation - Bindings bugfixes: * javahl: follow redirects when opening a connection Developer-visible changes: - General: * win_tests.py: make the --bin option work, rather than abort (regression introduced in 1.9.2) * windows: support building with 'zlibstat.lib' in install-layout - API changes: (none)
Diffstat (limited to 'devel/p5-subversion/Makefile')
-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 3ecaec13657..6dddb5bed37 100644
--- a/devel/p5-subversion/Makefile
+++ b/devel/p5-subversion/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.97 2017/06/05 14:23:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.98 2017/07/07 04:51:47 adam Exp $
PKGNAME= p5-subversion-${SVNVER}
-PKGREVISION= 3
COMMENT= Perl bindings for Subversion
.include "../../devel/subversion/Makefile.common"