Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
430a459c17 | ||
|
|
7b3a5e7c2c | ||
|
|
06644151b1 | ||
|
|
7cee057db7 | ||
|
|
501c9d54a4 | ||
|
|
a232b7134a |
3 changed files with 31 additions and 7 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -21,3 +21,9 @@ clog
|
|||
/php-phpseclib-2.0.21-9f1287e.tgz
|
||||
/php-phpseclib-2.0.22-cbddb52.tgz
|
||||
/php-phpseclib-2.0.23-c78eb50.tgz
|
||||
/php-phpseclib-2.0.24-4099815.tgz
|
||||
/php-phpseclib-2.0.25-c181596.tgz
|
||||
/php-phpseclib-2.0.26-09655fc.tgz
|
||||
/php-phpseclib-2.0.27-34620af.tgz
|
||||
/php-phpseclib-2.0.28-d1ca58c.tgz
|
||||
/php-phpseclib-2.0.29-497856a.tgz
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
%global github_owner phpseclib
|
||||
%global github_name phpseclib
|
||||
%global github_commit c78eb5058d5bb1a183133c36d4ba5b6675dfa099
|
||||
%global github_commit 497856a8d997f640b4a516062f84228a772a48a8
|
||||
%global github_short %(c=%{github_commit}; echo ${c:0:7})
|
||||
%global with_tests 0%{!?_without_tests:1}
|
||||
%bcond_without tests
|
||||
|
||||
Name: php-%{composer_vendor}
|
||||
Version: 2.0.23
|
||||
Version: 2.0.29
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Secure Communications Library
|
||||
License: MIT
|
||||
|
|
@ -21,7 +21,7 @@ Source2: makesrc.sh
|
|||
|
||||
BuildArch: noarch
|
||||
|
||||
%if %{with_tests}
|
||||
%if %{with tests}
|
||||
BuildRequires: php-composer(fedora/autoloader)
|
||||
%if 0%{?fedora} >= 26 || 0%{?rhel} >= 8
|
||||
%global phpunit %{_bindir}/phpunit6
|
||||
|
|
@ -70,7 +70,7 @@ mkdir -p %{buildroot}%{_datadir}/php
|
|||
cp -pr %{composer_vendor} %{buildroot}%{_datadir}/php
|
||||
|
||||
|
||||
%if %{with_tests}
|
||||
%if %{with tests}
|
||||
%check
|
||||
%{_bindir}/phpab --output tests/bootstrap.php tests
|
||||
cat << 'EOF' | tee -a tests/bootstrap.php
|
||||
|
|
@ -84,7 +84,7 @@ EOF
|
|||
|
||||
# testAuthorityInfoAccess fails without internet access
|
||||
ret=0
|
||||
for cmd in "php %{phpunit}" php71 php72 php73 php74; do
|
||||
for cmd in "php %{phpunit}" php72 php73 php74; do
|
||||
if which $cmd; then
|
||||
set $cmd
|
||||
$1 -d memory_limit=1G ${2:-%{_bindir}/phpunit6} \
|
||||
|
|
@ -104,6 +104,24 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 8 2020 Remi Collet <remi@remirepo.net> - 2.0.29-1
|
||||
- update to 2.0.29
|
||||
|
||||
* Wed Jul 8 2020 Remi Collet <remi@remirepo.net> - 2.0.28-1
|
||||
- update to 2.0.28
|
||||
|
||||
* Mon Apr 6 2020 Remi Collet <remi@remirepo.net> - 2.0.27-1
|
||||
- update to 2.0.27
|
||||
|
||||
* Mon Mar 23 2020 Remi Collet <remi@remirepo.net> - 2.0.26-1
|
||||
- update to 2.0.26
|
||||
|
||||
* Tue Feb 25 2020 Remi Collet <remi@remirepo.net> - 2.0.25-1
|
||||
- update to 2.0.25
|
||||
|
||||
* Mon Feb 24 2020 Remi Collet <remi@remirepo.net> - 2.0.24-1
|
||||
- update to 2.0.24
|
||||
|
||||
* Tue Sep 17 2019 Remi Collet <remi@remirepo.net> - 2.0.23-1
|
||||
- update to 2.0.23
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpseclib-2.0.23-c78eb50.tgz) = 8129ce261caaccfca10e5e1d6d257fd7bc2d49d8a4ebff5dd1ff28474a175af2bba8c0e49763ff52a032e1b6cca75b02bee439b3672f0ca73a18584e24ae9eb6
|
||||
SHA512 (php-phpseclib-2.0.29-497856a.tgz) = 25cd67195588ea0e48f2fcb1d31ff22290b713cea9ea2295da92257393a7fc8341ad080fd3f5db54c00e38220affe1828ddbbb87a56460674a6782da9dc2113c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue