summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-libsodium2.spec5
3 files changed, 6 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index 019af3c..cade33a 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,6 +2,6 @@
sodium
sodium support => enabled
-sodium compiled version => 2.0.16
+sodium compiled version => 2.0.20
libsodium headers version => 1.0.16
libsodium library version => 1.0.16
diff --git a/REFLECTION b/REFLECTION
index 2e44f69..7e9de27 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #70 sodium version 2.0.16 ] {
+Extension [ <persistent> extension #70 sodium version 2.0.20 ] {
- Constants [86] {
Constant [ string SODIUM_LIBRARY_VERSION ] { 1.0.16 }
diff --git a/php-pecl-libsodium2.spec b/php-pecl-libsodium2.spec
index 8ebf736..6b4e4b7 100644
--- a/php-pecl-libsodium2.spec
+++ b/php-pecl-libsodium2.spec
@@ -20,7 +20,7 @@
Summary: Wrapper for the Sodium cryptographic library
Name: %{?sub_prefix}php-pecl-%{proj_name}2
-Version: 2.0.19
+Version: 2.0.20
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
URL: http://pecl.php.net/package/%{proj_name}
@@ -213,6 +213,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Dec 18 2018 Remi Collet <remi@remirepo.net> - 2.0.20-1
+- update to 2.0.20
+
* Tue Dec 18 2018 Remi Collet <remi@remirepo.net> - 2.0.19-1
- update to 2.0.19
- open https://github.com/jedisct1/libsodium-php/issues/192