summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-23 14:58:29 +0100
committerRemi Collet <remi@remirepo.net>2020-11-23 14:58:29 +0100
commite008dc20a2605a9c0455d10fc71525d04c46d000 (patch)
tree896991055f92d350c1431637ee7f3a155f594766
parent7c8c29525ebc49943ebe3a364cc78df9c5747c41 (diff)
update to 1.19.2
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-zip.spec7
3 files changed, 9 insertions, 6 deletions
diff --git a/PHPINFO b/PHPINFO
index 2f37648..481188c 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,11 +2,11 @@
zip
Zip => enabled
-Zip version => 1.19.1
-Libzip headers version => 1.7.3
-Libzip library version => 1.7.3
+Zip version => 1.19.2
+Libzip version => 1.7.3
BZIP2 compression => Yes
XZ compression => Yes
+ZSTD compression => No
AES-128 encryption => Yes
AES-192 encryption => Yes
AES-256 encryption => Yes
diff --git a/REFLECTION b/REFLECTION
index 8ed55a3..fdf8c7c 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #106 zip version 1.19.1 ] {
+Extension [ <persistent> extension #106 zip version 1.19.2 ] {
- Functions {
Function [ <internal:zip> function zip_open ] {
diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec
index 5479a2d..85dc79f 100644
--- a/php-pecl-zip.spec
+++ b/php-pecl-zip.spec
@@ -18,7 +18,7 @@
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global pecl_name zip
-%global upstream_version 1.19.1
+%global upstream_version 1.19.2
#global upstream_prever dev
#global upstream_lower DEV
@@ -34,7 +34,7 @@ Summary: A ZIP archive management extension
Summary(fr): Une extension de gestion des ZIP
Name: %{?scl_prefix}php-pecl-zip
Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}}
-Release: 2%{?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
Group: Development/Languages
URL: https://pecl.php.net/package/zip
@@ -270,6 +270,9 @@ fi
%changelog
+* Mon Nov 23 2020 Remi Collet <remi@remirepo.net> - 1.19.2-1
+- update to 1.19.2
+
* Thu Nov 5 2020 Remi Collet <remi@remirepo.net> - 1.19.1-2
- rebuild against latest libzip SCL packages (EL-8)