You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/07/16 23:05:03 UTC

svn commit: r1503888 - /subversion/branches/1.7.x/get-deps.sh

Author: breser
Date: Tue Jul 16 21:05:03 2013
New Revision: 1503888

URL: http://svn.apache.org/r1503888
Log:
* get-deps.sh: Recommend http 2.2.25, not merged since trunk is entirely
    different now.

Modified:
    subversion/branches/1.7.x/get-deps.sh

Modified: subversion/branches/1.7.x/get-deps.sh
URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x/get-deps.sh?rev=1503888&r1=1503887&r2=1503888&view=diff
==============================================================================
--- subversion/branches/1.7.x/get-deps.sh (original)
+++ subversion/branches/1.7.x/get-deps.sh Tue Jul 16 21:05:03 2013
@@ -33,7 +33,7 @@ SQLITE_VERSION_LIST=`echo $SQLITE_VERSIO
 SQLITE=sqlite-amalgamation-`printf %d%02d%02d%02d $SQLITE_VERSION_LIST`
 
 
-HTTPD=httpd-2.2.19
+HTTPD=httpd-2.2.25
 APR_ICONV=apr-iconv-1.2.1
 
 BASEDIR=`pwd`