summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-07-17 19:28:28 +0200
committerRemi Collet <remi@remirepo.net>2017-07-17 19:28:28 +0200
commit6447c1910af99553fead7827733fcad4cc938e1d (patch)
treecb032a9f745dcf0c7ee7433343ee32ecefd92c54
parente6a0f2d1f57e4ef8f9eb2faa4dc0f5f54c778e0a (diff)
rebuild with libsodium 1.0.13
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-libsodium2.spec6
2 files changed, 5 insertions, 5 deletions
diff --git a/REFLECTION b/REFLECTION
index be92075..94557b4 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,9 +1,9 @@
Extension [ <persistent> extension #126 sodium version 2.0.2 ] {
- Constants [71] {
- Constant [ string SODIUM_LIBRARY_VERSION ] { 1.0.12 }
+ Constant [ string SODIUM_LIBRARY_VERSION ] { 1.0.13 }
Constant [ integer SODIUM_LIBRARY_MAJOR_VERSION ] { 9 }
- Constant [ integer SODIUM_LIBRARY_MINOR_VERSION ] { 4 }
+ Constant [ integer SODIUM_LIBRARY_MINOR_VERSION ] { 5 }
Constant [ integer SODIUM_CRYPTO_AEAD_AES256GCM_KEYBYTES ] { 32 }
Constant [ integer SODIUM_CRYPTO_AEAD_AES256GCM_NSECBYTES ] { 0 }
Constant [ integer SODIUM_CRYPTO_AEAD_AES256GCM_NPUBBYTES ] { 12 }
diff --git a/php-pecl-libsodium2.spec b/php-pecl-libsodium2.spec
index 8f6c74f..ef3efaa 100644
--- a/php-pecl-libsodium2.spec
+++ b/php-pecl-libsodium2.spec
@@ -25,7 +25,7 @@
Summary: Wrapper for the Sodium cryptographic library
Name: %{?sub_prefix}php-pecl-%{proj_name}2
Version: 2.0.2
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
Group: Development/Languages
URL: http://pecl.php.net/package/%{proj_name}
@@ -238,8 +238,8 @@ REPORT_EXIT_STATUS=1 \
%changelog
-* Mon Jul 17 2017 Remi Collet <remi@fedoraproject.org> - 2.0.2-2
-- rebuild
+* Mon Jul 17 2017 Remi Collet <remi@fedoraproject.org> - 2.0.2-3
+- rebuild with libsodium 1.0.13
* Mon Jul 17 2017 Remi Collet <remi@fedoraproject.org> - 2.0.2-1
- renamed to php-pecl-libsodium2 (new API)