summaryrefslogtreecommitdiffstats
path: root/php-phpseclib.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-12 11:09:04 +0200
committerRemi Collet <remi@php.net>2022-09-12 11:09:04 +0200
commit3373b476d3ce301db51eb8448404bfd8aea4fb65 (patch)
tree505962d89bc40c4a254d05c5aecae33c39f26723 /php-phpseclib.spec
parentbe8a0601f7a461f8bfcb7ef071aa9447984c0e20 (diff)
update to 2.0.38
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 7d06d69..493f8c6 100644
--- a/php-phpseclib.spec
+++ b/php-phpseclib.spec
@@ -3,12 +3,12 @@
%global github_owner phpseclib
%global github_name phpseclib
-%global github_commit c812fbb4d6b4d7f30235ab7298a12f09ba13b37c
+%global github_commit b03536539f43a4f9aa33c4f0b2f3a1c752088fcd
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%bcond_without tests
Name: php-%{composer_vendor}
-Version: 2.0.37
+Version: 2.0.38
Release: 1%{?dist}
Summary: PHP Secure Communications Library
License: MIT
@@ -115,7 +115,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}" php74 php80 php81; do
+for cmd in "php %{phpunit}" php74 php80 php81 php82; do
if which $cmd; then
set $cmd
$1 -d memory_limit=1G ${2:-%{_bindir}/phpunit9} \
@@ -135,6 +135,9 @@ exit $ret
%changelog
+* Mon Sep 12 2022 Remi Collet <remi@remirepo.net> - 2.0.38-1
+- update to 2.0.38
+
* Mon Apr 4 2022 Remi Collet <remi@remirepo.net> - 2.0.37-1
- update to 2.0.37