Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c4523b969 | ||
|
|
eadb7fd1a6 |
3 changed files with 4 additions and 16 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -44,4 +44,3 @@ clog
|
||||||
/php-phpseclib-2.0.44-149f608.tgz
|
/php-phpseclib-2.0.44-149f608.tgz
|
||||||
/php-phpseclib-2.0.48-eaa7be7.tgz
|
/php-phpseclib-2.0.48-eaa7be7.tgz
|
||||||
/php-phpseclib-2.0.49-4de468f.tgz
|
/php-phpseclib-2.0.49-4de468f.tgz
|
||||||
/php-phpseclib-2.0.50-1815ddd.tgz
|
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,12 @@
|
||||||
|
|
||||||
%global github_owner phpseclib
|
%global github_owner phpseclib
|
||||||
%global github_name phpseclib
|
%global github_name phpseclib
|
||||||
%global github_commit 1815ddd00195487cc922577751c175f339f4e20f
|
%global github_commit 4de468f48f0ab9709fc875aca0762abdc81cfa9b
|
||||||
%global github_short %(c=%{github_commit}; echo ${c:0:7})
|
%global github_short %(c=%{github_commit}; echo ${c:0:7})
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|
||||||
Name: php-%{composer_vendor}
|
Name: php-%{composer_vendor}
|
||||||
Version: 2.0.50
|
Version: 2.0.49
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: PHP Secure Communications Library
|
Summary: PHP Secure Communications Library
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
@ -37,7 +37,6 @@ BuildRequires: %{_bindir}/phpab
|
||||||
# Optional at runtime, to avoid too muck skipped tests
|
# Optional at runtime, to avoid too muck skipped tests
|
||||||
BuildRequires: php-bcmath
|
BuildRequires: php-bcmath
|
||||||
BuildRequires: php-gmp
|
BuildRequires: php-gmp
|
||||||
BuildRequires: php-mcrypt
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: php(language) >= 5.3.3
|
Requires: php(language) >= 5.3.3
|
||||||
|
|
@ -45,7 +44,6 @@ Requires: php-bcmath
|
||||||
Requires: php-date
|
Requires: php-date
|
||||||
Requires: php-gmp
|
Requires: php-gmp
|
||||||
Requires: php-hash
|
Requires: php-hash
|
||||||
Requires: php-mcrypt
|
|
||||||
Requires: php-openssl
|
Requires: php-openssl
|
||||||
Requires: php-pcre
|
Requires: php-pcre
|
||||||
Requires: php-session
|
Requires: php-session
|
||||||
|
|
@ -113,7 +111,7 @@ sed -e '/require /d' -i tests/Unit/Crypt/Hash/SHA*_96Test.php
|
||||||
|
|
||||||
# testAuthorityInfoAccess fails without internet access
|
# testAuthorityInfoAccess fails without internet access
|
||||||
ret=0
|
ret=0
|
||||||
for cmd in "php %{phpunit}" php80 php81 php82 php83 php84 php85; do
|
for cmd in "php %{phpunit}" php80 php81 php82; do
|
||||||
if which $cmd; then
|
if which $cmd; then
|
||||||
set $cmd
|
set $cmd
|
||||||
$1 -d memory_limit=1G ${2:-%{_bindir}/phpunit9} \
|
$1 -d memory_limit=1G ${2:-%{_bindir}/phpunit9} \
|
||||||
|
|
@ -133,21 +131,12 @@ exit $ret
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Jan 03 2026 Artur Frenszek-Iwicki <fedora@svgames.pl> - 2.0.50-1
|
|
||||||
- Update to v2.0.50
|
|
||||||
|
|
||||||
* Mon Oct 06 2025 Artur Frenszek-Iwicki <fedora@svgames.pl> - 2.0.49-1
|
* Mon Oct 06 2025 Artur Frenszek-Iwicki <fedora@svgames.pl> - 2.0.49-1
|
||||||
- Update to v2.0.49
|
- Update to v2.0.49
|
||||||
|
|
||||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.48-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 30 2025 Artur Frenszek-Iwicki <fedora@svgames.pl> - 2.0.48-1
|
* Thu Jan 30 2025 Artur Frenszek-Iwicki <fedora@svgames.pl> - 2.0.48-1
|
||||||
- Update to v2.0.48
|
- Update to v2.0.48
|
||||||
|
|
||||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.44-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.44-5
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.44-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (php-phpseclib-2.0.50-1815ddd.tgz) = cd7e28877120886af1b764ee5aba46f1d4f05f396d60f9fab45678c8a51a077690f61c24299aab5c239de0515ffcb34a91f533172a8d5f272840bc29ef3f5513
|
SHA512 (php-phpseclib-2.0.49-4de468f.tgz) = 1f3602066cb9cc2bb1d726a514c3abfd1b34b7d034baa88a1ae0a921699096cc6a6a9113775159144edf6d98beeeeddfb970ae2ae5b1e24c8a10ea542f9766da
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue