From 9913e95b95946a751d416111c026530ef57d8662 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 7 Sep 2019 11:12:52 +0200 Subject: v2.0.22 --- PHPINFO | 6 +++--- REFLECTION | 9 +++++---- php-pecl-libsodium2.spec | 5 ++++- 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 [ extension #69 sodium version 2.0.21 ] { +Extension [ 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 [ 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 - 2.0.22-1 +- update to 2.0.22 + * Thu Feb 21 2019 Remi Collet - 2.0.21-1 - update to 2.0.21 -- cgit