From 535673a7e88814590d723519c967d45812ca0744 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Dec 2020 15:07:59 +0100 Subject: update to 3.0.1 (no change) --- PHPINFO | 2 +- REFLECTION | 6 +++--- php-pecl-event.spec | 18 ++++-------------- 3 files changed, 8 insertions(+), 18 deletions(-) diff --git a/PHPINFO b/PHPINFO index 7c7b5cb..9bd5a81 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.0 +Extension version => 3.0.1 libevent2 headers version => 2.1.8-stable diff --git a/REFLECTION b/REFLECTION index caed626..7455d11 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 event version 3.0.0 ] { +Extension [ extension #117 event version 3.0.1 ] { - Dependencies { Dependency [ sockets (Required) ] @@ -1517,8 +1517,8 @@ Extension [ extension #117 event version 3.0.0 ] { 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.1g FIPS 21 Apr 2020 } - Constant [ public int OPENSSL_VERSION_NUMBER ] { 269488255 } + Constant [ public string OPENSSL_VERSION_TEXT ] { OpenSSL 1.1.1h FIPS 22 Sep 2020 } + Constant [ public int OPENSSL_VERSION_NUMBER ] { 269488271 } 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 9535ff6..1333f7f 100644 --- a/php-pecl-event.spec +++ b/php-pecl-event.spec @@ -30,7 +30,7 @@ # After 20-sockets.so %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 3.0.0 +%global upstream_version 3.0.1 #global upstream_prever RC3 Summary: Provides interface to libevent library @@ -68,9 +68,6 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{relea %endif %if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} -%if "%{php_version}" > "7.2" -Obsoletes: php72u-pecl-%{pecl_name} <= %{version} -%endif %if "%{php_version}" > "7.3" Obsoletes: php73-pecl-%{pecl_name} <= %{version} %endif @@ -82,12 +79,6 @@ Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif %endif -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter private shared -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%endif -%{?filter_setup} - %description This is an extension to efficiently schedule I/O, time and signal based @@ -223,10 +214,6 @@ REPORT_EXIT_STATUS=1 \ %if %{with_zts} cd ../ZTS -%if 0%{?rhel} == 6 -rm -f tests/27-event-util-create-socket.phpt -%endif - : Upstream test suite for ZTS extension SKIP_ONLINE_TESTS=1 \ TEST_PHP_EXECUTABLE=%{__ztsphp} \ @@ -272,6 +259,9 @@ fi %changelog +* Wed Dec 2 2020 Remi Collet - 3.0.1-1 +- update to 3.0.1 (no change) + * Wed Oct 28 2020 Remi Collet - 3.0.0-1 - update to 3.0.0 (beta) -- cgit