summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-11-14 06:55:17 +0100
committerRemi Collet <remi@remirepo.net>2018-11-14 06:55:17 +0100
commitf715fd74b3173fd5c53894655ecc299aa6bd5215 (patch)
treeeffb15b8e2e9715e854b13c074fdddeefee6578a
parentc26a0a7ae1e52e6c6b969cf0453e5d9a60a013af (diff)
v2.0.14
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-libsodium2.spec6
3 files changed, 7 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index 96d37dc..02ca3ce 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,6 +2,6 @@
sodium
sodium support => enabled
-sodium compiled version => 2.0.13
+sodium compiled version => 2.0.14
libsodium headers version => 1.0.16
libsodium library version => 1.0.16
diff --git a/REFLECTION b/REFLECTION
index dc0ce99..f0ebaf3 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #137 sodium version 2.0.13 ] {
+Extension [ <persistent> extension #70 sodium version 2.0.14 ] {
- Constants [86] {
Constant [ string SODIUM_LIBRARY_VERSION ] { 1.0.16 }
diff --git a/php-pecl-libsodium2.spec b/php-pecl-libsodium2.spec
index a4b37ca..9c279e9 100644
--- a/php-pecl-libsodium2.spec
+++ b/php-pecl-libsodium2.spec
@@ -24,7 +24,7 @@
Summary: Wrapper for the Sodium cryptographic library
Name: %{?sub_prefix}php-pecl-%{proj_name}2
-Version: 2.0.13
+Version: 2.0.14
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
URL: http://pecl.php.net/package/%{proj_name}
@@ -87,6 +87,7 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd NTS
+sed -e '/PHP_SODIUM_VERSION/s/2.0.13/2.0.14/' -i php_libsodium.h
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_SODIUM_VERSION/{s/.* "//;s/".*$//;p}' php_libsodium.h)
@@ -218,6 +219,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Nov 14 2018 Remi Collet <remi@remirepo.net> - 2.0.14-1
+- update to 2.0.14
+
* Sat Oct 13 2018 Remi Collet <remi@remirepo.net> - 2.0.13-1
- update to 2.0.13