summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-07 11:12:52 +0200
committerRemi Collet <remi@remirepo.net>2019-09-07 11:12:52 +0200
commit9913e95b95946a751d416111c026530ef57d8662 (patch)
tree294495aa1925f6d9a064bcd663b03710217f5178
parent9c118d2a0e4b368d64e5ec8c45f70990828141de (diff)
v2.0.22
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION9
-rw-r--r--php-pecl-libsodium2.spec5
3 files changed, 12 insertions, 8 deletions
diff --git a/PHPINFO b/PHPINFO
index c9eccc6..952fd22 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,6 +2,6 @@
sodium
sodium support => enabled
-sodium compiled version => 2.0.21
-libsodium headers version => 1.0.17
-libsodium library version => 1.0.17
+sodium compiled version => 2.0.22
+libsodium headers version => 1.0.18
+libsodium library version => 1.0.18
diff --git a/REFLECTION b/REFLECTION
index 30e6c3d..b4b1ec9 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,9 +1,9 @@
-Extension [ <persistent> extension #69 sodium version 2.0.21 ] {
+Extension [ <persistent> extension #69 sodium version 2.0.22 ] {
- - Constants [86] {
- Constant [ string SODIUM_LIBRARY_VERSION ] { 1.0.17 }
+ - Constants [87] {
+ Constant [ string SODIUM_LIBRARY_VERSION ] { 1.0.18 }
Constant [ integer SODIUM_LIBRARY_MAJOR_VERSION ] { 10 }
- Constant [ integer SODIUM_LIBRARY_MINOR_VERSION ] { 2 }
+ Constant [ integer SODIUM_LIBRARY_MINOR_VERSION ] { 3 }
Constant [ integer SODIUM_CRYPTO_AEAD_AES256GCM_KEYBYTES ] { 32 }
Constant [ integer SODIUM_CRYPTO_AEAD_AES256GCM_NSECBYTES ] { 0 }
Constant [ integer SODIUM_CRYPTO_AEAD_AES256GCM_NPUBBYTES ] { 12 }
@@ -57,6 +57,7 @@ Extension [ <persistent> extension #69 sodium version 2.0.21 ] {
Constant [ integer SODIUM_CRYPTO_PWHASH_ALG_DEFAULT ] { 2 }
Constant [ integer SODIUM_CRYPTO_PWHASH_SALTBYTES ] { 16 }
Constant [ string SODIUM_CRYPTO_PWHASH_STRPREFIX ] { $argon2id$ }
+ Constant [ integer SODIUM_CRYPTO_PWHASH_STRBYTES ] { 128 }
Constant [ integer SODIUM_CRYPTO_PWHASH_OPSLIMIT_INTERACTIVE ] { 2 }
Constant [ integer SODIUM_CRYPTO_PWHASH_MEMLIMIT_INTERACTIVE ] { 67108864 }
Constant [ integer SODIUM_CRYPTO_PWHASH_OPSLIMIT_MODERATE ] { 3 }
diff --git a/php-pecl-libsodium2.spec b/php-pecl-libsodium2.spec
index 76e7539..8dfba2c 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.21
+Version: 2.0.22
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
URL: http://pecl.php.net/package/%{proj_name}
@@ -211,6 +211,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Sat Sep 7 2019 Remi Collet <remi@remirepo.net> - 2.0.22-1
+- update to 2.0.22
+
* Thu Feb 21 2019 Remi Collet <remi@remirepo.net> - 2.0.21-1
- update to 2.0.21