summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-12-19 10:32:33 +0100
committerRemi Collet <remi@php.net>2022-12-19 10:32:33 +0100
commit834245617c2a421be194c86e2b7eb97ad699244d (patch)
tree5946a64cc0915efa0c20007d21c473e06e811fd8
parent82a096e12b0a3f80101d45f06145a1eb75bb57be (diff)
update to 3.0.18
-rw-r--r--php-phpseclib3.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpseclib3.spec b/php-phpseclib3.spec
index aa085ae..b50f5e6 100644
--- a/php-phpseclib3.spec
+++ b/php-phpseclib3.spec
@@ -3,14 +3,14 @@
%global github_owner phpseclib
%global github_name phpseclib
-%global github_commit dbc2307d5c69aeb22db136c52e91130d7f2ca761
+%global github_commit f28693d38ba21bb0d9f0c411ee5dae2b178201da
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%global major 3
%bcond_without tests
Name: php-%{composer_vendor}%{major}
-Version: 3.0.17
+Version: 3.0.18
Release: 1%{?dist}
Summary: PHP Secure Communications Library
License: MIT
@@ -119,7 +119,7 @@ php tests/make_compatible_with_new_phpunit_versions.php
# testAuthorityInfoAccess fails without internet access
# testCurveExistance as we remove some files
ret=0
-for cmd in "php %{phpunit}" php74 php80 php81 php82; do
+for cmd in "php %{phpunit}" php80 php81 php82; do
if which $cmd; then
set $cmd
$1 -d memory_limit=1G ${2:-%{_bindir}/phpunit9} \
@@ -139,6 +139,9 @@ exit $ret
%changelog
+* Mon Dec 19 2022 Remi Collet <remi@remirepo.net> - 3.0.18-1
+- update to 3.0.18
+
* Mon Oct 24 2022 Remi Collet <remi@remirepo.net> - 3.0.17-1
- update to 3.0.17