summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-27 13:26:17 +0200
committerRemi Collet <remi@remirepo.net>2019-05-27 13:26:26 +0200
commit19e0bb616b4a6ab68685e7c83ef5c5a83821daea (patch)
tree6617caf16f3acd62995fead03573a83deca46679
parenta2e8f906b4fa8eed6fbd833a1d3f7e617ef9bc71 (diff)
v2.0.17
-rw-r--r--php-phpseclib.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpseclib.spec b/php-phpseclib.spec
index 1b33227..793b619 100644
--- a/php-phpseclib.spec
+++ b/php-phpseclib.spec
@@ -3,12 +3,12 @@
%global github_owner phpseclib
%global github_name phpseclib
-%global github_commit 11cf67cf78dc4acb18dc9149a57be4aee5036ce0
+%global github_commit 3ca5b88d582c69178c8d01fd9d02b94e15042bb8
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%global with_tests 0%{!?_without_tests:1}
Name: php-%{composer_vendor}
-Version: 2.0.15
+Version: 2.0.17
Release: 1%{?dist}
Summary: PHP Secure Communications Library
License: MIT
@@ -88,7 +88,7 @@ EOF
# testAuthorityInfoAccess fails without internet access
ret=0
-for cmd in "php %{phpunit}" php70 php71 php72 php73; do
+for cmd in "php %{phpunit}" php71 php72 php73 php74; do
if which $cmd; then
set $cmd
$1 -d memory_limit=1G ${2:-%{_bindir}/phpunit6} \
@@ -108,6 +108,9 @@ exit $ret
%changelog
+* Mon May 27 2019 Remi Collet <remi@remirepo.net> - 2.0.17-1
+- update to 2.0.17
+
* Mon Mar 11 2019 Remi Collet <remi@remirepo.net> - 2.0.15-1
- update to 2.0.15