summaryrefslogtreecommitdiffstats
path: root/php-phpseclib3.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-27 10:09:15 +0200
committerRemi Collet <remi@php.net>2021-10-27 10:09:15 +0200
commit59cc78a9417fa5bd0a0c53d60d6f4a3f07ee7de6 (patch)
treee26aa68f091f7cd1b65ba6a0cd95161e0fc615c9 /php-phpseclib3.spec
parent696b5bc0c18042269c6fbb12701538df02764815 (diff)
update to 3.0.11
Diffstat (limited to 'php-phpseclib3.spec')
-rw-r--r--php-phpseclib3.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/php-phpseclib3.spec b/php-phpseclib3.spec
index 2d509f2..d3b9f9b 100644
--- a/php-phpseclib3.spec
+++ b/php-phpseclib3.spec
@@ -3,14 +3,14 @@
%global github_owner phpseclib
%global github_name phpseclib
-%global github_commit 62fcc5a94ac83b1506f52d7558d828617fac9187
+%global github_commit 6e794226a35159eb06f355efe59a0075a16551dd
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%global major 3
%bcond_without tests
Name: php-%{composer_vendor}%{major}
-Version: 3.0.10
+Version: 3.0.11
Release: 1%{?dist}
Summary: PHP Secure Communications Library
License: MIT
@@ -138,6 +138,7 @@ fi
# testAuthorityInfoAccess fails without internet access
# testCurveExistance as we remove some files
+# TODO php 8.1
ret=0
for cmd in "php %{phpunit}" php73 php74 php80; do
if which $cmd; then
@@ -159,6 +160,9 @@ exit $ret
%changelog
+* Wed Oct 27 2021 Remi Collet <remi@remirepo.net> - 3.0.11-1
+- update to 3.0.11
+
* Thu Sep 2 2021 Remi Collet <remi@remirepo.net> - 3.0.10-1
- update to 3.0.10