You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2012/03/26 15:25:45 UTC

svn commit: r1305345 - /subversion/trunk/tools/dist/make-deps-tarball.sh

Author: stsp
Date: Mon Mar 26 13:25:45 2012
New Revision: 1305345

URL: http://svn.apache.org/viewvc?rev=1305345&view=rev
Log:
* tools/dist/make-deps-tarball.sh: Use APR-1.4.5 by default. For 1.6.19 and
   later we should fix the test suite to copy with hash ordering changes
   from APR-1.4.6 or leave the dependency at APR-1.4.5.

Modified:
    subversion/trunk/tools/dist/make-deps-tarball.sh

Modified: subversion/trunk/tools/dist/make-deps-tarball.sh
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/make-deps-tarball.sh?rev=1305345&r1=1305344&r2=1305345&view=diff
==============================================================================
--- subversion/trunk/tools/dist/make-deps-tarball.sh (original)
+++ subversion/trunk/tools/dist/make-deps-tarball.sh Mon Mar 26 13:25:45 2012
@@ -21,7 +21,9 @@
 #
 set -e
 
-APR=apr-1.4.6
+# NOTE: Before bumping the default APR dependency the 1.6.x test suite
+# should be adjusted to cope with hash ordering changes from APR 1.4.6.
+APR=apr-1.4.5
 APR_UTIL=apr-util-1.4.1
 NEON=neon-0.29.6
 SERF=serf-0.3.1