From 6447c1910af99553fead7827733fcad4cc938e1d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Jul 2017 19:28:28 +0200 Subject: rebuild with libsodium 1.0.13 --- REFLECTION | 4 ++-- php-pecl-libsodium2.spec | 6 +++--- 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 [ 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 - 2.0.2-2 -- rebuild +* Mon Jul 17 2017 Remi Collet - 2.0.2-3 +- rebuild with libsodium 1.0.13 * Mon Jul 17 2017 Remi Collet - 2.0.2-1 - renamed to php-pecl-libsodium2 (new API) -- cgit