From c9c87abe9a0bf7b045e989ce9e9fc16ac1cc97dc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Oct 2025 08:36:49 +0200 Subject: update to 4.3.1 open https://github.com/m6w6/ext-http/issues/151 test suite hangs with old libcurl (EL-8) fix build with libcurl 7.61 (EL-8) using patch from https://github.com/m6w6/ext-http/pull/152 --- REFLECTION | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 7737c82..8ad6726 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #116 http version 4.2.6 ] { +Extension [ extension #136 http version 4.3.1 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -39,15 +39,15 @@ Extension [ extension #116 http version 4.2.6 ] { Constant [ int http\Client\Curl\Features\ZSTD ] { 67108864 } Constant [ int http\Client\Curl\Features\UNICODE ] { 134217728 } Constant [ int http\Client\Curl\Features\HSTS ] { 268435456 } - Constant [ string http\Client\Curl\VERSIONS ] { libcurl/8.2.1 OpenSSL/3.1.4 zlib/1.2.13 libidn2/2.3.7 nghttp2/1.55.1 } - Constant [ string http\Client\Curl\Versions\CURL ] { 8.2.1 } - Constant [ string http\Client\Curl\Versions\SSL ] { OpenSSL/3.1.4 } - Constant [ string http\Client\Curl\Versions\LIBZ ] { 1.2.13 } + Constant [ string http\Client\Curl\VERSIONS ] { libcurl/8.9.1 OpenSSL/3.2.4 zlib/1.3.1.zlib-ng libidn2/2.3.8 nghttp2/1.62.1 } + Constant [ string http\Client\Curl\Versions\CURL ] { 8.9.1 } + Constant [ string http\Client\Curl\Versions\SSL ] { OpenSSL/3.2.4 } + Constant [ string http\Client\Curl\Versions\LIBZ ] { 1.3.1.zlib-ng } Constant [ null http\Client\Curl\Versions\ARES ] { } - Constant [ string http\Client\Curl\Versions\IDN ] { 2.3.7 } + Constant [ string http\Client\Curl\Versions\IDN ] { 2.3.8 } Constant [ null http\Client\Curl\Versions\ICONV ] { } Constant [ null http\Client\Curl\Versions\BROTLI ] { } - Constant [ string http\Client\Curl\Versions\NGHTTP2 ] { 1.55.1 } + Constant [ string http\Client\Curl\Versions\NGHTTP2 ] { 1.62.1 } Constant [ null http\Client\Curl\Versions\QUIC ] { } Constant [ string http\Client\Curl\Versions\CAINFO ] { /etc/pki/tls/certs/ca-bundle.crt } Constant [ null http\Client\Curl\Versions\CAPATH ] { } -- cgit