From 88b9cf1c6517cfb8f1b5d68bd9d3637c04eebdf4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Nov 2018 07:35:02 +0100 Subject: v2.0.15 --- PHPINFO | 2 +- REFLECTION | 5 ++--- php-pecl-libsodium2.spec | 7 ++++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/PHPINFO b/PHPINFO index 02ca3ce..2569d0d 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,6 +2,6 @@ sodium sodium support => enabled -sodium compiled version => 2.0.14 +sodium compiled version => 2.0.15 libsodium headers version => 1.0.16 libsodium library version => 1.0.16 diff --git a/REFLECTION b/REFLECTION index f0ebaf3..11c10f1 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #70 sodium version 2.0.14 ] { +Extension [ extension #70 sodium version 2.0.15 ] { - Constants [86] { Constant [ string SODIUM_LIBRARY_VERSION ] { 1.0.16 } @@ -702,9 +702,8 @@ Extension [ extension #70 sodium version 2.0.14 ] { } Function [ function sodium_memzero ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ &$reference ] - Parameter #1 [ $length ] } } Function [ function sodium_pad ] { diff --git a/php-pecl-libsodium2.spec b/php-pecl-libsodium2.spec index 9c279e9..fd0bdd4 100644 --- a/php-pecl-libsodium2.spec +++ b/php-pecl-libsodium2.spec @@ -24,7 +24,7 @@ Summary: Wrapper for the Sodium cryptographic library Name: %{?sub_prefix}php-pecl-%{proj_name}2 -Version: 2.0.14 +Version: 2.0.15 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{proj_name} @@ -87,8 +87,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -sed -e '/PHP_SODIUM_VERSION/s/2.0.13/2.0.14/' -i php_libsodium.h - # Sanity check, really often broken extver=$(sed -n '/#define PHP_SODIUM_VERSION/{s/.* "//;s/".*$//;p}' php_libsodium.h) if test "x${extver}" != "x%{version}"; then @@ -219,6 +217,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Nov 19 2018 Remi Collet - 2.0.15-1 +- update to 2.0.15 + * Wed Nov 14 2018 Remi Collet - 2.0.14-1 - update to 2.0.14 -- cgit