From ce5ff8df151d827ebad47f84ea490a9ed9de02c4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Dec 2018 07:15:33 +0100 Subject: v2.0.19 still broken --- php-pecl-libsodium2.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/php-pecl-libsodium2.spec b/php-pecl-libsodium2.spec index 9815d6c..8ebf736 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.17 +Version: 2.0.19 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,13 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Dec 18 2018 Remi Collet - 2.0.19-1 +- update to 2.0.19 +- open https://github.com/jedisct1/libsodium-php/issues/192 + broken build with PHP < 7.3 +- open https://github.com/jedisct1/libsodium-php/issues/193 + segfault with 7.3 + * Sun Dec 16 2018 Remi Collet - 2.0.17-1 - update to 2.0.17 - open https://github.com/jedisct1/libsodium-php/issues/191 -- cgit