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 2016/10/09 19:45:00 UTC

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

Author: icing
Date: Sun Oct  9 19:45:00 2016
New Revision: 1764003

URL: http://svn.apache.org/viewvc?rev=1764003&view=rev
Log:
update to date versions of nghttp/openssl/curl

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=1764003&r1=1764002&r2=1764003&view=diff
==============================================================================
--- httpd/test/mod_h2/trunk/configure.ac (original)
+++ httpd/test/mod_h2/trunk/configure.ac Sun Oct  9 19:45:00 2016
@@ -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.14.0
+NGHTTP2_VERSION=1.15.0
 
 AC_ARG_WITH([nghttp2-version], [AS_HELP_STRING([--with-nghttp2-version],
     [Use nghttp2 of specified version [default=<ignore>]])],
@@ -267,7 +267,7 @@ fi
 # openssl 
 ################################################################################
 
-OPENSSL_VERSION=1.0.2h
+OPENSSL_VERSION=1.0.2j
 LIBEVENT_VERSION=2.0.22-stable
 LIBEV_VERSION=4.22
 ZLIB_VERSION=1.2.8