summaryrefslogtreecommitdiffstats
path: root/php-phpseclib.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-29 08:43:51 +0100
committerRemi Collet <remi@php.net>2021-11-29 08:43:51 +0100
commit8fc0b3ab109ac906c0f1de305ea69cd747852adf (patch)
tree3f79d85bdb477409a06c48cf78397b56f8dfe4d6 /php-phpseclib.spec
parente70e4381ab2b70da7c0eb33aa6c5a8b7657b786b (diff)
update to 2.0.35
Diffstat (limited to 'php-phpseclib.spec')
-rw-r--r--php-phpseclib.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpseclib.spec b/php-phpseclib.spec
index d8eb5ce..0832983 100644
--- a/php-phpseclib.spec
+++ b/php-phpseclib.spec
@@ -3,12 +3,12 @@
%global github_owner phpseclib
%global github_name phpseclib
-%global github_commit 98a6fe587f3481aea319eef7e656d02cfe1675ec
+%global github_commit 4e16cf3f5f927a7d3f5317820af795c0366c0420
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%bcond_without tests
Name: php-%{composer_vendor}
-Version: 2.0.34
+Version: 2.0.35
Release: 1%{?dist}
Summary: PHP Secure Communications Library
License: MIT
@@ -112,7 +112,7 @@ sed -e '/require /d' -i tests/Unit/Crypt/Hash/SHA*_96Test.php
# testAuthorityInfoAccess fails without internet access
ret=0
-for cmd in "php %{phpunit}" php73 php74 php80; do
+for cmd in "php %{phpunit}" php74 php80 php81; do
if which $cmd; then
set $cmd
$1 -d memory_limit=1G ${2:-%{_bindir}/phpunit9} \
@@ -132,6 +132,9 @@ exit $ret
%changelog
+* Mon Nov 29 2021 Remi Collet <remi@remirepo.net> - 2.0.35-1
+- update to 2.0.35
+
* Wed Oct 27 2021 Remi Collet <remi@remirepo.net> - 2.0.34-1
- update to 2.0.34