Released last week. Contains minor bug fixes as far as OpenBSD is concerned.
Release announcement: http://svn.haxx.se/users/archive-2012-10/0068.shtml Version 1.7.7 (09 Oct 2012, from /branches/1.7.x) http://svn.apache.org/repos/asf/subversion/tags/1.7.7 User-visible changes - Client- and server-side bugfixes: * fix memory read bug (r137614) * update Chinese translation - Client-side bugfixes: * fix issues with applying Git patch files (r1374800, et al) * fix status does not descend into dir externals after upgrade (issue #4016) * fix file externals don't update with old mod_dav_svn (issue #4224) * fix external diff tool duplicates Index: lines with 'svn diff' (r1380697) * fix GNOME keyring library fails with very old glib (r1378847) * fix unknown password stores in config file cause error (r1375052) * fix assertions in ra_serf running against server root (r1365519, et al) * fix ra_serf checkout/export aborts early on Windows (issue #4174) - Server-side bugfixes: * fix an assert with SVNAutoVersioning in mod_dav_svn (issue #4231) * fix unbounded memory use with SVNPathAuthz short_circuit (r1387943) * fix svndumpfilter exclude --targets requires leading slash (issue #4234) * fix connection ttl for memcache should be 50 seconds (r1391641) * stabilize order of paths in dumpfiles with APR 1.4.6 (r1344864, et al) Developer-visible changes: - General: * print "All tests successful" at the end of 'make check' (r1375089) * fix sandbox violation in a test (r1371282) * fix tests fail when running within a format 30 WC (r1391188, et al) * fix return value of svn_client_update4() incorrect (r1380295) * fix make check summary missing test failures (r1390965) * fix build does not fail when apache httpd is not available (r1374198) - Bindings: * fix swig-pl build fails with swig 2.0.7 and newer. (r1389658) * fix swig-py runtime problems with swig 2.0.5 and newer (r1351117) Index: Makefile =================================================================== RCS file: /cvs/ports/devel/subversion/Makefile,v retrieving revision 1.114 diff -u -p -r1.114 Makefile --- Makefile 1 Sep 2012 13:40:18 -0000 1.114 +++ Makefile 22 Oct 2012 16:38:45 -0000 @@ -7,7 +7,7 @@ COMMENT-ruby= ruby interface to subvers COMMENT-ap2= apache2 subversion modules COMMENT-gnome-keyring= GNOME keyring support for subversion -VERSION= 1.7.6 +VERSION= 1.7.7 DISTNAME= subversion-${VERSION} PKGNAME-main= ${DISTNAME} FULLPKGNAME-perl= p5-SVN-${VERSION} Index: distinfo =================================================================== RCS file: /cvs/ports/devel/subversion/distinfo,v retrieving revision 1.35 diff -u -p -r1.35 distinfo --- distinfo 1 Sep 2012 13:40:18 -0000 1.35 +++ distinfo 22 Oct 2012 16:39:27 -0000 @@ -1,2 +1,2 @@ -SHA256 (subversion-1.7.6.tar.bz2) = 0aTxPFyZKhUnoq6sJixvVOBzljzh0Tq/q7KpCYD6fQU= -SIZE (subversion-1.7.6.tar.bz2) = 6006767 +SHA256 (subversion-1.7.7.tar.bz2) = /IWpNB0dwnWyeeRwd2AUsCMooCjkinrHhorAfUpAoyE= +SIZE (subversion-1.7.7.tar.bz2) = 6023686 Index: patches/patch-build_conf =================================================================== RCS file: patches/patch-build_conf diff -N patches/patch-build_conf --- patches/patch-build_conf 7 Sep 2012 23:30:32 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,18 +0,0 @@ -$OpenBSD: patch-build_conf,v 1.1 2012/09/07 23:30:32 stsp Exp $ -Fix no_ap2 flavor build. -http://svn.apache.org/viewvc?view=revision&revision=r1374198 ---- build.conf.orig Thu Aug 2 06:02:59 2012 -+++ build.conf Sat Sep 8 00:10:17 2012 -@@ -367,7 +367,11 @@ type = apache-mod - path = tools/server-side/mod_dontdothat - nonlibs = mod_dav_svn apr aprutil - libs = libsvn_subr xml --install = tools -+# This will cause mod_dontdothat to be installed with the other apache -+# modules instead of with the tools. While this is not quite right, -+# the build generator currently cannot exclude this module from the -+# build based on its install type -+install = apache-mod - msvc-libs = libhttpd.lib - - # ----------------------------------------------------------------------------