parent
39b474b097
commit
3d249e0000
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -32,3 +32,4 @@ clog
|
|||
/php-phpseclib-2.0.32-f5c4c19.tgz
|
||||
/php-phpseclib-2.0.33-fb53b78.tgz
|
||||
/php-phpseclib-2.0.34-98a6fe5.tgz
|
||||
/php-phpseclib-2.0.35-4e16cf3.tgz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -108,7 +108,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} \
|
||||
|
|
@ -128,6 +128,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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpseclib-2.0.34-98a6fe5.tgz) = 4f14afbf812fecff02ea8131da8b702c41202c253c426796d98479a975e5fb24c65d70cc4ef48fb36b57aae6bdee2e0ae075b41f4417a1fb3c7e8e875ea74b83
|
||||
SHA512 (php-phpseclib-2.0.35-4e16cf3.tgz) = f898190a83cc2046ef34dd382bda3cf086db06f643fd123bdf27f8425865157ec3b7ced58dd4f6f563f6194650f97ab873d201950fb8c7b1d3cb66521960c503
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue