From 82c2063ab3977ed4aa736405164e4e9f4fbf8f02 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Sep 2021 05:05:14 +0200 Subject: update to 3.0.6 --- PHPINFO | 2 +- REFLECTION | 6 +++--- php-pecl-event.spec | 7 +++++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 4f13cb5..05af992 100644 --- a/PHPINFO +++ b/PHPINFO @@ -7,5 +7,5 @@ Debug support => disabled Extra functionality support including HTTP, DNS, and RPC => enabled OpenSSL support => enabled Thread safety support => disabled -Extension version => 3.0.4 +Extension version => 3.0.6 libevent2 headers version => 2.1.8-stable diff --git a/REFLECTION b/REFLECTION index f88594b..897cda3 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 event version 3.0.4 ] { +Extension [ extension #124 event version 3.0.6 ] { - Dependencies { Dependency [ sockets (Required) ] @@ -1517,8 +1517,8 @@ Extension [ extension #120 event version 3.0.4 ] { Constant [ public int OPT_CIPHER_SERVER_PREFERENCE ] { 15 } Constant [ public int OPT_REQUIRE_CLIENT_CERT ] { 16 } Constant [ public int OPT_VERIFY_CLIENT_ONCE ] { 17 } - Constant [ public string OPENSSL_VERSION_TEXT ] { OpenSSL 1.1.1k FIPS 25 Mar 2021 } - Constant [ public int OPENSSL_VERSION_NUMBER ] { 269488319 } + Constant [ public string OPENSSL_VERSION_TEXT ] { OpenSSL 1.1.1l FIPS 24 Aug 2021 } + Constant [ public int OPENSSL_VERSION_NUMBER ] { 269488335 } Constant [ public int SSL3_VERSION ] { 768 } Constant [ public int TLS1_VERSION ] { 769 } Constant [ public int TLS1_1_VERSION ] { 770 } diff --git a/php-pecl-event.spec b/php-pecl-event.spec index 22cf3cb..27d5ac0 100644 --- a/php-pecl-event.spec +++ b/php-pecl-event.spec @@ -31,14 +31,14 @@ # After 20-sockets.so %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 3.0.5 +%global upstream_version 3.0.6 #global upstream_prever RC3 #global upstream_postver r1 Summary: Provides interface to libevent library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}%{?upstream_postver:+%{upstream_postver}} -Release: 3%{?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;')}} License: PHP URL: https://pecl.php.net/package/event Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}%{?upstream_postver}.tgz @@ -265,6 +265,9 @@ fi %changelog +* Thu Sep 23 2021 Remi Collet - 3.0.6-1 +- update to 3.0.6 + * Wed Sep 01 2021 Remi Collet - 3.0.5-3 - rebuild for 8.1.0RC1 -- cgit