From dbdcc8fad56ab1b98b4ca5b572bb8ed086606562 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 27 Mar 2021 07:09:39 +0100 Subject: update to 3.0.3 --- PHPINFO | 2 +- REFLECTION | 6 +++--- php-pecl-event.spec | 7 +++++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 6fcf984..cb26804 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.2r1 +Extension version => 3.0.3 libevent2 headers version => 2.1.8-stable diff --git a/REFLECTION b/REFLECTION index 259923c..7b5bbf2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #121 event version 3.0.2r1 ] { +Extension [ extension #119 event version 3.0.3 ] { - Dependencies { Dependency [ sockets (Required) ] @@ -1517,8 +1517,8 @@ Extension [ extension #121 event version 3.0.2r1 ] { 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.1i FIPS 8 Dec 2020 } - Constant [ public int OPENSSL_VERSION_NUMBER ] { 269488287 } + Constant [ public string OPENSSL_VERSION_TEXT ] { OpenSSL 1.1.1j FIPS 16 Feb 2021 } + Constant [ public int OPENSSL_VERSION_NUMBER ] { 269488303 } 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 58f429b..1bcd5cd 100644 --- a/php-pecl-event.spec +++ b/php-pecl-event.spec @@ -31,9 +31,9 @@ # After 20-sockets.so %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 3.0.2 +%global upstream_version 3.0.3 #global upstream_prever RC3 -%global upstream_postver r1 +#global upstream_postver r1 Summary: Provides interface to libevent library Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -262,6 +262,9 @@ fi %changelog +* Sat Mar 27 2021 Remi Collet - 3.0.3-1 +- update to 3.0.3 + * Tue Feb 16 2021 Remi Collet - 3.0.2+r1-1 - update to 3.0.2r1 (stable) -- cgit