summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-12-18 07:15:33 +0100
committerRemi Collet <remi@remirepo.net>2018-12-18 07:15:33 +0100
commitce5ff8df151d827ebad47f84ea490a9ed9de02c4 (patch)
tree2491ba82d106348303c2e6247f4ba3e415c52d37
parenta4cdef505c19449b782b9ee24085fbf1a0fa18ec (diff)
v2.0.19 still broken
-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