parent
54044044c4
commit
faedea2a65
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,3 +14,4 @@ clog
|
|||
/php-phpseclib-2.0.13-42603ce.tgz
|
||||
/php-phpseclib-2.0.14-8ebfcad.tgz
|
||||
/php-phpseclib-2.0.15-11cf67c.tgz
|
||||
/php-phpseclib-2.0.17-3ca5b88.tgz
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
%global github_owner phpseclib
|
||||
%global github_name phpseclib
|
||||
%global github_commit 11cf67cf78dc4acb18dc9149a57be4aee5036ce0
|
||||
%global github_commit 3ca5b88d582c69178c8d01fd9d02b94e15042bb8
|
||||
%global github_short %(c=%{github_commit}; echo ${c:0:7})
|
||||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: php-%{composer_vendor}
|
||||
Version: 2.0.15
|
||||
Version: 2.0.17
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Secure Communications Library
|
||||
License: MIT
|
||||
|
|
@ -84,7 +84,7 @@ EOF
|
|||
|
||||
# testAuthorityInfoAccess fails without internet access
|
||||
ret=0
|
||||
for cmd in "php %{phpunit}" php70 php71 php72 php73; do
|
||||
for cmd in "php %{phpunit}" php71 php72 php73 php74; do
|
||||
if which $cmd; then
|
||||
set $cmd
|
||||
$1 -d memory_limit=1G ${2:-%{_bindir}/phpunit6} \
|
||||
|
|
@ -104,6 +104,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon May 27 2019 Remi Collet <remi@remirepo.net> - 2.0.17-1
|
||||
- update to 2.0.17
|
||||
|
||||
* Mon Mar 11 2019 Remi Collet <remi@remirepo.net> - 2.0.15-1
|
||||
- update to 2.0.15
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpseclib-2.0.15-11cf67c.tgz) = 5a777388f8684f3b0fda7b9da9e98936ad7d26539bf8ee89b04142b98c688a4c6b399e7088305f6aeea5e181bb90e77550e8e9c41a73e2336be24e5e3c11e767
|
||||
SHA512 (php-phpseclib-2.0.17-3ca5b88.tgz) = 528e394d4eb3379372782ef68cb768de18e83e9f57f41e09b045244843bb5ba2972c0d4b3e0a942cab4973abfa81e5626f9a21b363f07e1b26897a3d39379711
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue