summaryrefslogtreecommitdiff
path: root/www
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 /www
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 'www')
-rw-r--r--www/ap2-subversion/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/ap2-subversion/Makefile b/www/ap2-subversion/Makefile
index d5a91ae0082..aa20d8e7527 100644
--- a/www/ap2-subversion/Makefile
+++ b/www/ap2-subversion/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2017/04/22 21:04:00 adam Exp $
+# $NetBSD: Makefile,v 1.79 2017/07/07 04:51:47 adam Exp $
PKGNAME= ${APACHE_PKG_PREFIX}-subversion-${SVNVER}
-PKGREVISION= 2
COMMENT= WebDAV server (Apache module) for Subversion
.include "../../devel/subversion/Makefile.common"