summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 03713e2..e39543c 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 => 2.5.4
+Extension version => 2.5.5
libevent2 headers version => 2.1.8-stable
diff --git a/REFLECTION b/REFLECTION
index 0feb019..ee598a2 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #111 event version 2.5.4 ] {
+Extension [ <persistent> extension #114 event version 2.5.5 ] {
- Dependencies {
Dependency [ sockets (Required) ]
@@ -1521,8 +1521,8 @@ Extension [ <persistent> extension #111 event version 2.5.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.1d FIPS 10 Sep 2019 }
- Constant [ public int OPENSSL_VERSION_NUMBER ] { 269488207 }
+ Constant [ public string OPENSSL_VERSION_TEXT ] { OpenSSL 1.1.1g FIPS 21 Apr 2020 }
+ Constant [ public int OPENSSL_VERSION_NUMBER ] { 269488255 }
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 21101ce..25ebe0c 100644
--- a/php-pecl-event.spec
+++ b/php-pecl-event.spec
@@ -30,13 +30,13 @@
# After 20-sockets.so
%global ini_name 40-%{pecl_name}.ini
%endif
-%global upstream_version 2.5.4
+%global upstream_version 2.5.5
#global upstream_prever RC3
Summary: Provides interface to libevent library
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-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}.tgz
@@ -282,6 +282,9 @@ fi
%changelog
+* Tue May 12 2020 Remi Collet <remi@remirepo.net> - 2.5.5-1
+- update to 2.5.5
+
* Sun Feb 23 2020 Remi Collet <remi@remirepo.net> - 2.5.4-1
- update to 2.5.4