summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-24 05:05:14 +0200
committerRemi Collet <remi@remirepo.net>2021-09-24 05:05:14 +0200
commit82c2063ab3977ed4aa736405164e4e9f4fbf8f02 (patch)
tree629648c218d5ee865ef0a27dcb9de834d5e3698c
parent87aae0e7e158df9c2ffff1dee9f017237a823f91 (diff)
update to 3.0.6
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION6
-rw-r--r--php-pecl-event.spec7
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 [ <persistent> extension #120 event version 3.0.4 ] {
+Extension [ <persistent> extension #124 event version 3.0.6 ] {
- Dependencies {
Dependency [ sockets (Required) ]
@@ -1517,8 +1517,8 @@ Extension [ <persistent> 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 <remi@remirepo.net> - 3.0.6-1
+- update to 3.0.6
+
* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 3.0.5-3
- rebuild for 8.1.0RC1