From 6b20f5f94268e9663f89515319bb5997c252718c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Sep 2022 11:55:12 +0200 Subject: [PATCH 1/7] skip more tests with erratic results (cherry picked from commit 259132ea6123fedf64b5894c1bb3559bfbf9f159) --- php-phpseclib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-phpseclib.spec b/php-phpseclib.spec index c690eaa..ec91b6d 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -115,7 +115,7 @@ for cmd in "php %{phpunit}" php74 php80 php81 php82; do if which $cmd; then set $cmd $1 -d memory_limit=1G ${2:-%{_bindir}/phpunit9} \ - --filter '^((?!(testAuthorityInfoAccess)).)*$' \ + --filter '^((?!(testAuthorityInfoAccess|testVectors|testKeySizes|testOpenSSHEncrypted)).)*$' \ --verbose || ret=1 fi done From 0b7b0d39221d64632652d90ca657fe170a5259b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Oct 2022 15:06:46 +0200 Subject: [PATCH 2/7] v2.0.39 (cherry picked from commit 303f260b988adef14ebc9d7cec1415833ffe4424) --- .gitignore | 1 + php-phpseclib.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f886048..d000977 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ clog /php-phpseclib-2.0.36-a975471.tgz /php-phpseclib-2.0.37-c812fbb.tgz /php-phpseclib-2.0.38-b035365.tgz +/php-phpseclib-2.0.39-f3a0e2b.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index ec91b6d..5d34ff3 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit b03536539f43a4f9aa33c4f0b2f3a1c752088fcd +%global github_commit f3a0e2b715c40cf1fd270d444901b63311725d63 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %bcond_without tests Name: php-%{composer_vendor} -Version: 2.0.38 +Version: 2.0.39 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -131,6 +131,9 @@ exit $ret %changelog +* Mon Oct 24 2022 Remi Collet - 2.0.39-1 +- update to 2.0.39 + * Mon Sep 12 2022 Remi Collet - 2.0.38-1 - update to 2.0.38 diff --git a/sources b/sources index 9211947..382460a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.38-b035365.tgz) = 4b08a452481d99bc2a15c3fc509e345a6d186bb555bc34776c494de46c6fdc3682cf35850d8f5b5a6eb4ebbd743a4515781c73dc6061091f5cb7874d736f7762 +SHA512 (php-phpseclib-2.0.39-f3a0e2b.tgz) = 423de695e328670742918ac6b036807f649a31e61c436640836b443f0f18fd659e31f53a60221d580b97f5882c9d8f9148b2f0579b046b0fa9fd010059b31f0c From 96fb6e399f97827a267663f69b9bb70b96ed5ade Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Dec 2022 10:42:06 +0100 Subject: [PATCH 3/7] v2.0.40 (cherry picked from commit 3d1e925527226a08bffd98a389ec7ed13e009f6b) --- .gitignore | 1 + php-phpseclib.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d000977..34a83fc 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ clog /php-phpseclib-2.0.37-c812fbb.tgz /php-phpseclib-2.0.38-b035365.tgz /php-phpseclib-2.0.39-f3a0e2b.tgz +/php-phpseclib-2.0.40-5ef6f83.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index 5d34ff3..0933a41 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit f3a0e2b715c40cf1fd270d444901b63311725d63 +%global github_commit 5ef6f8376ddad21f3ce1da429950f7e00ec2292c %global github_short %(c=%{github_commit}; echo ${c:0:7}) %bcond_without tests Name: php-%{composer_vendor} -Version: 2.0.39 +Version: 2.0.40 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -111,7 +111,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}" php74 php80 php81 php82; do +for cmd in "php %{phpunit}" php80 php81 php82; do if which $cmd; then set $cmd $1 -d memory_limit=1G ${2:-%{_bindir}/phpunit9} \ @@ -131,6 +131,9 @@ exit $ret %changelog +* Mon Dec 19 2022 Remi Collet - 2.0.40-1 +- update to 2.0.40 + * Mon Oct 24 2022 Remi Collet - 2.0.39-1 - update to 2.0.39 diff --git a/sources b/sources index 382460a..073721b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.39-f3a0e2b.tgz) = 423de695e328670742918ac6b036807f649a31e61c436640836b443f0f18fd659e31f53a60221d580b97f5882c9d8f9148b2f0579b046b0fa9fd010059b31f0c +SHA512 (php-phpseclib-2.0.40-5ef6f83.tgz) = ab89e53d66fd957cf4ed1f6afbff007c5987db18e0e75a9699f9bc54a68556fa5bfecffa22bb4c51520ccc496d9f54eb7de3105b82fc49e3f2b22fbb8dd0f459 From 38ed77822b1726e158231bf1471eb845282ebc02 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Jan 2023 09:08:16 +0100 Subject: [PATCH 4/7] v2.0.41 (cherry picked from commit 88e40fd0eda48511117586137adbc4206cc682f2) --- .gitignore | 1 + php-phpseclib.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 34a83fc..0978b72 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ clog /php-phpseclib-2.0.38-b035365.tgz /php-phpseclib-2.0.39-f3a0e2b.tgz /php-phpseclib-2.0.40-5ef6f83.tgz +/php-phpseclib-2.0.41-7e763c6.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index 0933a41..2b037d5 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 5ef6f8376ddad21f3ce1da429950f7e00ec2292c +%global github_commit 7e763c6f97ec1fcb37c46aa8ecfc20a2c71d9c1b %global github_short %(c=%{github_commit}; echo ${c:0:7}) %bcond_without tests Name: php-%{composer_vendor} -Version: 2.0.40 +Version: 2.0.41 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -131,6 +131,9 @@ exit $ret %changelog +* Tue Jan 3 2023 Remi Collet - 2.0.41-1 +- update to 2.0.41 + * Mon Dec 19 2022 Remi Collet - 2.0.40-1 - update to 2.0.40 diff --git a/sources b/sources index 073721b..82dcbe0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.40-5ef6f83.tgz) = ab89e53d66fd957cf4ed1f6afbff007c5987db18e0e75a9699f9bc54a68556fa5bfecffa22bb4c51520ccc496d9f54eb7de3105b82fc49e3f2b22fbb8dd0f459 +SHA512 (php-phpseclib-2.0.41-7e763c6.tgz) = 1d9897d0efd201cb7ecbd37e9ebe50d5b1072cc2edef4c40e9dae5d17a98ecd514a548b87901143745b6a4738f82710d851f095ff664cb19221373d812fdd089 From a049eb7bb24b57d252e5575c94a804917f6a74e1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Mar 2023 14:55:09 +0100 Subject: [PATCH 5/7] v2.0.42 (cherry picked from commit 2414802c38adb041df0ddd2929ba04411f611f18) --- .gitignore | 1 + php-phpseclib.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0978b72..12b75bb 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ clog /php-phpseclib-2.0.39-f3a0e2b.tgz /php-phpseclib-2.0.40-5ef6f83.tgz /php-phpseclib-2.0.41-7e763c6.tgz +/php-phpseclib-2.0.42-665d289.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index 2b037d5..1ecbdb6 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 7e763c6f97ec1fcb37c46aa8ecfc20a2c71d9c1b +%global github_commit 665d289f59e646a259ebf13f29be7f6f54cab24b %global github_short %(c=%{github_commit}; echo ${c:0:7}) %bcond_without tests Name: php-%{composer_vendor} -Version: 2.0.41 +Version: 2.0.42 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -131,6 +131,9 @@ exit $ret %changelog +* Mon Mar 6 2023 Remi Collet - 2.0.42-1 +- update to 2.0.42 + * Tue Jan 3 2023 Remi Collet - 2.0.41-1 - update to 2.0.41 diff --git a/sources b/sources index 82dcbe0..fc3bbd8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.41-7e763c6.tgz) = 1d9897d0efd201cb7ecbd37e9ebe50d5b1072cc2edef4c40e9dae5d17a98ecd514a548b87901143745b6a4738f82710d851f095ff664cb19221373d812fdd089 +SHA512 (php-phpseclib-2.0.42-665d289.tgz) = da75bce58cf6e232021db6dc457021a5e6f0cbabbf6616c73b8f7c9bf431d46365a853de0c625d475024f18b4f6a9065d6cb23659dc33c76f3d9634a2cfc61b6 From db0570ed1db126222c1b6621d02ff811b7259324 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Jun 2023 09:34:07 +0200 Subject: [PATCH 6/7] v2.0.43 (cherry picked from commit 74e1f53f48bdbd39e5c16a9fb358128403171972) --- .gitignore | 1 + php-phpseclib.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 12b75bb..241591c 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ clog /php-phpseclib-2.0.40-5ef6f83.tgz /php-phpseclib-2.0.41-7e763c6.tgz /php-phpseclib-2.0.42-665d289.tgz +/php-phpseclib-2.0.43-87b6bb4.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index 1ecbdb6..a5a4a83 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 665d289f59e646a259ebf13f29be7f6f54cab24b +%global github_commit 87b6bb4b481c7cfed8526f3911127a270b42e5b6 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %bcond_without tests Name: php-%{composer_vendor} -Version: 2.0.42 +Version: 2.0.43 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -131,6 +131,9 @@ exit $ret %changelog +* Tue Jun 13 2023 Remi Collet - 2.0.43-1 +- update to 2.0.43 + * Mon Mar 6 2023 Remi Collet - 2.0.42-1 - update to 2.0.42 diff --git a/sources b/sources index fc3bbd8..2a1f9a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.42-665d289.tgz) = da75bce58cf6e232021db6dc457021a5e6f0cbabbf6616c73b8f7c9bf431d46365a853de0c625d475024f18b4f6a9065d6cb23659dc33c76f3d9634a2cfc61b6 +SHA512 (php-phpseclib-2.0.43-87b6bb4.tgz) = f42743cda70527888bacecb67f81482e5b89e760b7588fe7c467b1777178be45c6febf44717e76318b4c7be9f4089e8364cac2c46a7fe4391256c43ba9b03e64 From 1341128d0ce42930e9909509f25a87e011bc374e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Jun 2023 11:45:24 +0200 Subject: [PATCH 7/7] v2.0.44 (cherry picked from commit a054661e13872a52d03add3986c1c5f702cfb0da) --- .gitignore | 1 + php-phpseclib.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 241591c..6e211a6 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ clog /php-phpseclib-2.0.41-7e763c6.tgz /php-phpseclib-2.0.42-665d289.tgz /php-phpseclib-2.0.43-87b6bb4.tgz +/php-phpseclib-2.0.44-149f608.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index a5a4a83..7642194 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 87b6bb4b481c7cfed8526f3911127a270b42e5b6 +%global github_commit 149f608243f8133c61926aae26ce67d2b22b37e5 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %bcond_without tests Name: php-%{composer_vendor} -Version: 2.0.43 +Version: 2.0.44 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -131,6 +131,9 @@ exit $ret %changelog +* Tue Jun 13 2023 Remi Collet - 2.0.44-1 +- update to 2.0.44 + * Tue Jun 13 2023 Remi Collet - 2.0.43-1 - update to 2.0.43 diff --git a/sources b/sources index 2a1f9a6..303944c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.43-87b6bb4.tgz) = f42743cda70527888bacecb67f81482e5b89e760b7588fe7c467b1777178be45c6febf44717e76318b4c7be9f4089e8364cac2c46a7fe4391256c43ba9b03e64 +SHA512 (php-phpseclib-2.0.44-149f608.tgz) = bef9ee0018b5e4ccff94efa6ae4583f8f4b36688695c237b49092f29a403c6554f406180b2acda3c68086554fe86cc806ce588742cb227fd6dc3b35460ee32cb