From 9938c051c375524db720a6748f019009b4d4c49a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Jun 2022 10:13:33 +0200 Subject: update to 4.2.3 --- PHPINFO | 2 +- REFLECTION | 6 +++--- php-pecl-http.spec | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 8e241f0..d215c97 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ http HTTP Support => enabled -Extension Version => 4.2.2 +Extension Version => 4.2.3 Used Library => Compiled => Linked libz => 1.2.11 => 1.2.11 diff --git a/REFLECTION b/REFLECTION index d70959f..7d78cb0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #109 http version 4.2.2 ] { +Extension [ extension #109 http version 4.2.3 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -39,9 +39,9 @@ Extension [ extension #109 http version 4.2.2 ] { 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/7.79.1 OpenSSL/1.1.1l-fips zlib/1.2.11 brotli/1.0.9 libidn2/2.3.2 libpsl/0.21.1 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.45.1 OpenLDAP/2.4.59 } + Constant [ string http\Client\Curl\VERSIONS ] { libcurl/7.79.1 OpenSSL/1.1.1n-fips zlib/1.2.11 brotli/1.0.9 libidn2/2.3.2 libpsl/0.21.1 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.45.1 OpenLDAP/2.4.59 } Constant [ string http\Client\Curl\Versions\CURL ] { 7.79.1 } - Constant [ string http\Client\Curl\Versions\SSL ] { OpenSSL/1.1.1l-fips } + Constant [ string http\Client\Curl\Versions\SSL ] { OpenSSL/1.1.1n-fips } Constant [ string http\Client\Curl\Versions\LIBZ ] { 1.2.11 } Constant [ null http\Client\Curl\Versions\ARES ] { } Constant [ string http\Client\Curl\Versions\IDN ] { 2.3.2 } diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 8363a6f..5de8af4 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -36,7 +36,7 @@ %bcond_without tests %endif -%global upstream_version 4.2.2 +%global upstream_version 4.2.3 #global upstream_prever beta1 #global upstream_lower beta1 @@ -335,6 +335,9 @@ fi %changelog +* Fri Jun 10 2022 Remi Collet - 4.2.3-1 +- update to 4.2.3 + * Fri Feb 25 2022 Remi Collet - 4.2.2-1 - update to 4.2.2 -- cgit