summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-libsodium2.spec9
1 files changed, 8 insertions, 1 deletions
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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 2.0.17-1
- update to 2.0.17
- open https://github.com/jedisct1/libsodium-php/issues/191