You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2018/01/03 12:22:38 UTC

svn commit: r1819954 - /httpd/test/mod_h2/trunk/configure.ac

Author: icing
Date: Wed Jan  3 12:22:38 2018
New Revision: 1819954

URL: http://svn.apache.org/viewvc?rev=1819954&view=rev
Log:
updated curl and nghttp2 versions

Modified:
    httpd/test/mod_h2/trunk/configure.ac

Modified: httpd/test/mod_h2/trunk/configure.ac
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/configure.ac?rev=1819954&r1=1819953&r2=1819954&view=diff
==============================================================================
--- httpd/test/mod_h2/trunk/configure.ac (original)
+++ httpd/test/mod_h2/trunk/configure.ac Wed Jan  3 12:22:38 2018
@@ -52,7 +52,7 @@ AC_ARG_WITH([serverdir], [AS_HELP_STRING
     [Use serverdir directory for setup [default=gen/apache]])],
     [request_serverdir=$withval], [request_serverdir=$PWD/gen/apache])
 
-NGHTTP2_VERSION=1.26.0
+NGHTTP2_VERSION=1.29.0
 
 AC_ARG_WITH([nghttp2-version], [AS_HELP_STRING([--with-nghttp2-version],
     [Use nghttp2 of specified version [default=<ignore>]])],
@@ -130,7 +130,7 @@ TEST_DEP=""
 ################################################################################
 # curl 
 ################################################################################
-CURL_VERSION=7.55.1
+CURL_VERSION=7.57.0
 
 AC_PATH_PROG([CURL], [curl])
 CURL=""