From f5db479a6466c27c3dbad8a2efc3a4a5f22b3eb3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Oct 2023 11:39:12 +0200 Subject: update to 4.2.4 --- PHPINFO | 2 +- REFLECTION | 9 ++++----- php-pecl-http.spec | 7 +++++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/PHPINFO b/PHPINFO index 7bd5ef2..b554302 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ http HTTP Support => enabled -Extension Version => 4.2.3 +Extension Version => 4.2.4 Used Library => Compiled => Linked libz => 1.2.12 => 1.2.12 diff --git a/REFLECTION b/REFLECTION index 37e8121..9c05ddb 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #110 http version 4.2.3 ] { +Extension [ extension #114 http version 4.2.4 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -11,7 +11,7 @@ Extension [ extension #110 http version 4.2.3 ] { } } - - Constants [91] { + - Constants [90] { Constant [ int http\Client\Curl\FEATURES ] { 1371522973 } Constant [ int http\Client\Curl\Features\IPV6 ] { 1 } Constant [ int http\Client\Curl\Features\KERBEROS4 ] { 2 } @@ -39,9 +39,9 @@ Extension [ extension #110 http version 4.2.3 ] { 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.85.0 OpenSSL/3.0.8 zlib/1.2.12 brotli/1.0.9 libidn2/2.3.4 libpsl/0.21.1 (+libidn2/2.3.3) libssh/0.10.4/openssl/zlib nghttp2/1.51.0 } + Constant [ string http\Client\Curl\VERSIONS ] { libcurl/7.85.0 OpenSSL/3.0.9 zlib/1.2.12 brotli/1.0.9 libidn2/2.3.4 libpsl/0.21.1 (+libidn2/2.3.3) libssh/0.10.5/openssl/zlib nghttp2/1.51.0 } Constant [ string http\Client\Curl\Versions\CURL ] { 7.85.0 } - Constant [ string http\Client\Curl\Versions\SSL ] { OpenSSL/3.0.8 } + Constant [ string http\Client\Curl\Versions\SSL ] { OpenSSL/3.0.9 } Constant [ string http\Client\Curl\Versions\LIBZ ] { 1.2.12 } Constant [ null http\Client\Curl\Versions\ARES ] { } Constant [ string http\Client\Curl\Versions\IDN ] { 2.3.4 } @@ -68,7 +68,6 @@ Extension [ extension #110 http version 4.2.3 ] { Constant [ int http\Client\Curl\SSL_VERSION_SSLv2 ] { 2 } Constant [ int http\Client\Curl\SSL_VERSION_SSLv3 ] { 3 } Constant [ int http\Client\Curl\SSL_VERSION_ANY ] { 0 } - Constant [ int http\Client\Curl\TLSAUTH_SRP ] { 1 } Constant [ int http\Client\Curl\SSL_VERSION_MAX_DEFAULT ] { 65536 } Constant [ int http\Client\Curl\SSL_VERSION_MAX_TLSv1_0 ] { 262144 } Constant [ int http\Client\Curl\SSL_VERSION_MAX_TLSv1_1 ] { 327680 } diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 420ac70..b16a0fd 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -35,7 +35,7 @@ %bcond_without tests %endif -%global upstream_version 4.2.3 +%global upstream_version 4.2.4 #global upstream_prever beta1 #global upstream_lower beta1 %if 0%{?gh_date:1} @@ -51,7 +51,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} Release: 0.10.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{proj_name}-%{upstream_version}%{?upstream_prever}.tgz %endif Summary: Extended HTTP support @@ -317,6 +317,9 @@ fi %changelog +* Mon Oct 2 2023 Remi Collet - 4.2.4-1 +- update to 4.2.4 + * Wed Aug 30 2023 Remi Collet - 4.2.3-5 - rebuild for PHP 8.3.0RC1 -- cgit