Subversion 1.6.15 has been released:
http://svn.haxx.se/users/archive-2010-11/0480.shtml

Version 1.6.15
(26 Nov 2010, from /branches/1.6.x)
http://svn.apache.org/repos/asf/subversion/tags/1.6.15

  User-visible changes:
   * hide unreadable dirs in mod_dav_svn's GET response (r996884)
   * make 'svnmucc propsetf' actually work (r1005446)
   * limit memory fragmentation in svnserve (r1022675)
   * fix 'svn export' regression from 1.6.13 (r1032970)
   * fix 'svn export' mistakenly uri-encodes paths (issue #3745)
   * fix server-side memory leaks triggered by 'blame -g' (r1032808)
   * prevent crash in mod_dav_svn when using SVNParentPath (r1033166)
   * allow 'log -g' to continue in the face of invalid mergeinfo (r1028108)
   * filter unreadable paths for 'svn ls' and 'svn co' (r997026, -070, -474)
   * fix abort in 'svn blame -g' (issue #3666)
   * fix file handle leak in ruby bindings (issue #3512)
   * remove check for 1.7-style working copies (issue #3729)

  Developer-visible changes:
   * improve some swig parameter mapping (r984565, r1035745)
   * improve test accuracy over dav (r991534, r877814)
   * create fails.log for test runs (r964349)
   * improve detection of 'svnversion' when buildling (r877219, et al)
   * don't violate API layering in dumpstream logic (issue #3733)
   * don't report working copy installs as switched (r1033921)

The diff below updates the port from 1.6.13 to 1.6.15.
1.6.14 was not released.

Please test/ok.

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/subversion/Makefile,v
retrieving revision 1.83
diff -u -p -r1.83 Makefile
--- Makefile    15 Nov 2010 19:46:09 -0000      1.83
+++ Makefile    24 Nov 2010 13:18:44 -0000
@@ -6,7 +6,7 @@ COMMENT-python=         python interface to sub
 COMMENT-ruby=          ruby interface to subversion
 COMMENT-ap2=           apache2 subversion modules
 
-VERSION=               1.6.13
+VERSION=               1.6.15
 DISTNAME=              subversion-${VERSION}
 PKGNAME-main=          ${DISTNAME}
 FULLPKGNAME-perl=      p5-SVN-${VERSION}
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/subversion/distinfo,v
retrieving revision 1.25
diff -u -p -r1.25 distinfo
--- distinfo    6 Oct 2010 22:03:19 -0000       1.25
+++ distinfo    24 Nov 2010 12:43:22 -0000
@@ -1,5 +1,5 @@
-MD5 (subversion-1.6.13.tar.bz2) = euHIJ2ifIc+XWAQAW+MK6w==
-RMD160 (subversion-1.6.13.tar.bz2) = GiEifaEY7v1wXXII2P/3H2+QA1s=
-SHA1 (subversion-1.6.13.tar.bz2) = GF79Epw8SwTxVE1iu5o/zQ9Yuik=
-SHA256 (subversion-1.6.13.tar.bz2) = 
OjAye9sEEJ82lYYZbuSmmTzass+oXDE0VJ8Cwim/DRU=
-SIZE (subversion-1.6.13.tar.bz2) = 5513370
+MD5 (subversion-1.6.15.tar.bz2) = ET/KHZ5Ko4nX3CshABD6aQ==
+RMD160 (subversion-1.6.15.tar.bz2) = 0aG7h3AK9iSyHYTS8forvN85F+s=
+SHA1 (subversion-1.6.15.tar.bz2) = tvrflEqUuG+Ynwe8LXgb5B3wF78=
+SHA256 (subversion-1.6.15.tar.bz2) = 
spGdYDpfPBn0LjJlxLkw4jdsQ7OWm5DvnEKy9y1aqkU=
+SIZE (subversion-1.6.15.tar.bz2) = 5515056

Reply via email to