summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-10-24 15:06:12 +0200
committerRemi Collet <remi@php.net>2022-10-24 15:06:12 +0200
commite6144bcb60b185c3348798d3521e1ddf7dfb0650 (patch)
tree5bcd60cc8c2a0bfe92cc66327628120ee69162a2
parent3373b476d3ce301db51eb8448404bfd8aea4fb65 (diff)
update to 2.0.39
-rw-r--r--php-phpseclib.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpseclib.spec b/php-phpseclib.spec
index 493f8c6..a9c7971 100644
--- a/php-phpseclib.spec
+++ b/php-phpseclib.spec
@@ -3,12 +3,12 @@
%global github_owner phpseclib
%global github_name phpseclib
-%global github_commit b03536539f43a4f9aa33c4f0b2f3a1c752088fcd
+%global github_commit f3a0e2b715c40cf1fd270d444901b63311725d63
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%bcond_without tests
Name: php-%{composer_vendor}
-Version: 2.0.38
+Version: 2.0.39
Release: 1%{?dist}
Summary: PHP Secure Communications Library
License: MIT
@@ -119,7 +119,7 @@ for cmd in "php %{phpunit}" php74 php80 php81 php82; do
if which $cmd; then
set $cmd
$1 -d memory_limit=1G ${2:-%{_bindir}/phpunit9} \
- --filter '^((?!(testAuthorityInfoAccess)).)*$' \
+ --filter '^((?!(testAuthorityInfoAccess|testVectors|testKeySizes|testOpenSSHEncrypted)).)*$' \
--verbose || ret=1
fi
done
@@ -135,6 +135,9 @@ exit $ret
%changelog
+* Mon Oct 24 2022 Remi Collet <remi@remirepo.net> - 2.0.39-1
+- update to 2.0.39
+
* Mon Sep 12 2022 Remi Collet <remi@remirepo.net> - 2.0.38-1
- update to 2.0.38