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 2021/10/18 08:29:53 UTC

svn commit: r1894344 - in /httpd/test/mod_h2/trunk: clients/Makefile.am configure.ac

Author: icing
Date: Mon Oct 18 08:29:53 2021
New Revision: 1894344

URL: http://svn.apache.org/viewvc?rev=1894344&view=rev
Log:
update sw versions

Modified:
    httpd/test/mod_h2/trunk/clients/Makefile.am
    httpd/test/mod_h2/trunk/configure.ac

Modified: httpd/test/mod_h2/trunk/clients/Makefile.am
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/clients/Makefile.am?rev=1894344&r1=1894343&r2=1894344&view=diff
==============================================================================
--- httpd/test/mod_h2/trunk/clients/Makefile.am (original)
+++ httpd/test/mod_h2/trunk/clients/Makefile.am Mon Oct 18 08:29:53 2021
@@ -16,11 +16,11 @@
 CURL_VERSION = @CURL_VERSION@
 CURL_DIR     = curl-$(CURL_VERSION)
 CURL_TAR     = $(CURL_DIR).tar.gz
-CURL_URL     = https://curl.haxx.se/download/$(CURL_TAR)
+CURL_URL     = https://curl.se/download/$(CURL_TAR)
 
 GEN          = gen
 
-CURL_CONF    = @CURL_CONF@
+CURL_CONF    = @CURL_CONF@ --with-openssl
 
 all: @CLIENT_TARGETS@
 
@@ -91,6 +91,6 @@ $(GEN)/$(CURL_DIR)/.curl-extracted: \
 #
 $(GEN)/$(CURL_TAR):
 	@mkdir -p $(GEN)
-	curl --progress-bar $(CURL_URL) > $(GEN)/$(CURL_TAR)
+	curl --progress-bar -L $(CURL_URL) > $(GEN)/$(CURL_TAR)
 
 

Modified: httpd/test/mod_h2/trunk/configure.ac
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/configure.ac?rev=1894344&r1=1894343&r2=1894344&view=diff
==============================================================================
--- httpd/test/mod_h2/trunk/configure.ac (original)
+++ httpd/test/mod_h2/trunk/configure.ac Mon Oct 18 08:29:53 2021
@@ -45,9 +45,9 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_R
 OS=$( uname -s )
 
 # Version of things we try to install when missing
-NGHTTP2_VERSION=1.40.0
-CURL_VERSION=7.70.0
-OPENSSL_VERSION=1.1.1g
+NGHTTP2_VERSION=1.45.0
+CURL_VERSION=7.79.0
+OPENSSL_VERSION=1.1.1l
 LIBEVENT_VERSION=2.1.11-stable
 LIBEV_VERSION=4.33
 ZLIB_VERSION=1.2.11