summaryrefslogtreecommitdiffstats
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
parentbe8a0601f7a461f8bfcb7ef071aa9447984c0e20 (diff)
update to 2.0.38
-rw-r--r--composer.json3
-rw-r--r--php-phpseclib.spec9
2 files changed, 8 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 08b9c7c..3fbffa6 100644
--- a/composer.json
+++ b/composer.json
@@ -62,7 +62,8 @@
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.",
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
- "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations."
+ "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
+ "ext-xml": "Install the XML extension to load XML formatted public keys."
},
"autoload": {
"files": [
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