Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
371e21f7cd | ||
|
|
67e41be619 | ||
|
|
71795a67ce | ||
|
|
ff96f37fdf | ||
|
|
232623ce56 | ||
|
|
2df3be76a7 | ||
|
|
c977c21d14 |
4 changed files with 27 additions and 8 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -42,3 +42,6 @@ clog
|
|||
/php-phpseclib-2.0.42-665d289.tgz
|
||||
/php-phpseclib-2.0.43-87b6bb4.tgz
|
||||
/php-phpseclib-2.0.44-149f608.tgz
|
||||
/php-phpseclib-2.0.48-eaa7be7.tgz
|
||||
/php-phpseclib-2.0.49-4de468f.tgz
|
||||
/php-phpseclib-2.0.50-1815ddd.tgz
|
||||
|
|
|
|||
|
|
@ -11,11 +11,10 @@ echo -e "\nCreate git snapshot\nName=$NAME, Owner=$OWNER, Project=$PROJECT, Vers
|
|||
|
||||
echo "Cloning..."
|
||||
rm -rf $PROJECT-$COMMIT
|
||||
git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT
|
||||
git clone --revision "${COMMIT}" --depth 1 https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT
|
||||
|
||||
echo "Getting commit..."
|
||||
echo "Saving a copy of composer.json..."
|
||||
pushd $PROJECT-$COMMIT
|
||||
git checkout $COMMIT
|
||||
cp composer.json ../composer-$VERSION.json
|
||||
popd
|
||||
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@
|
|||
|
||||
%global github_owner phpseclib
|
||||
%global github_name phpseclib
|
||||
%global github_commit 149f608243f8133c61926aae26ce67d2b22b37e5
|
||||
%global github_commit 1815ddd00195487cc922577751c175f339f4e20f
|
||||
%global github_short %(c=%{github_commit}; echo ${c:0:7})
|
||||
%bcond_without tests
|
||||
|
||||
Name: php-%{composer_vendor}
|
||||
Version: 2.0.44
|
||||
Release: 5%{?dist}
|
||||
Version: 2.0.50
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Secure Communications Library
|
||||
License: MIT
|
||||
URL: https://github.com/%{github_owner}/%{github_name}
|
||||
|
|
@ -37,6 +37,7 @@ BuildRequires: %{_bindir}/phpab
|
|||
# Optional at runtime, to avoid too muck skipped tests
|
||||
BuildRequires: php-bcmath
|
||||
BuildRequires: php-gmp
|
||||
BuildRequires: php-mcrypt
|
||||
%endif
|
||||
|
||||
Requires: php(language) >= 5.3.3
|
||||
|
|
@ -44,6 +45,7 @@ Requires: php-bcmath
|
|||
Requires: php-date
|
||||
Requires: php-gmp
|
||||
Requires: php-hash
|
||||
Requires: php-mcrypt
|
||||
Requires: php-openssl
|
||||
Requires: php-pcre
|
||||
Requires: php-session
|
||||
|
|
@ -111,7 +113,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}" php80 php81 php82; do
|
||||
for cmd in "php %{phpunit}" php80 php81 php82 php83 php84 php85; do
|
||||
if which $cmd; then
|
||||
set $cmd
|
||||
$1 -d memory_limit=1G ${2:-%{_bindir}/phpunit9} \
|
||||
|
|
@ -131,6 +133,21 @@ exit $ret
|
|||
|
||||
|
||||
%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
|
||||
- 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
|
||||
- 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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpseclib-2.0.44-149f608.tgz) = bef9ee0018b5e4ccff94efa6ae4583f8f4b36688695c237b49092f29a403c6554f406180b2acda3c68086554fe86cc806ce588742cb227fd6dc3b35460ee32cb
|
||||
SHA512 (php-phpseclib-2.0.50-1815ddd.tgz) = cd7e28877120886af1b764ee5aba46f1d4f05f396d60f9fab45678c8a51a077690f61c24299aab5c239de0515ffcb34a91f533172a8d5f272840bc29ef3f5513
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue