From 3a6dac843330e594b509aac7a24ea235a119fa0b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Dec 2018 11:42:28 +0100 Subject: v2.0.20 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-libsodium2.spec | 5 ++++- 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 [ extension #70 sodium version 2.0.16 ] { +Extension [ 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 - 2.0.20-1 +- update to 2.0.20 + * Tue Dec 18 2018 Remi Collet - 2.0.19-1 - update to 2.0.19 - open https://github.com/jedisct1/libsodium-php/issues/192 -- cgit