From 2649cd0216aa8fd9bd3fa05a9f71431dd883a427 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Sep 2022 11:21:13 +0200 Subject: [PATCH 1/6] v2.0.38 (cherry picked from commit 1e18b27e65827aa45b125dd9b6b9addca032a7dd) --- .gitignore | 1 + php-phpseclib.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9d2c883..f886048 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ clog /php-phpseclib-2.0.35-4e16cf3.tgz /php-phpseclib-2.0.36-a975471.tgz /php-phpseclib-2.0.37-c812fbb.tgz +/php-phpseclib-2.0.38-b035365.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index 1c9fec5..9e9a333 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit c812fbb4d6b4d7f30235ab7298a12f09ba13b37c +%global github_commit b03536539f43a4f9aa33c4f0b2f3a1c752088fcd %global github_short %(c=%{github_commit}; echo ${c:0:7}) %bcond_without tests Name: php-%{composer_vendor} -Version: 2.0.37 +Version: 2.0.38 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; do +for cmd in "php %{phpunit}" php74 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 Sep 12 2022 Remi Collet - 2.0.38-1 +- update to 2.0.38 + * Mon Apr 4 2022 Remi Collet - 2.0.37-1 - update to 2.0.37 diff --git a/sources b/sources index 35d04b6..9211947 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.37-c812fbb.tgz) = 4b92d819830697b817307d6ed6ed349ef3f1bcf0e388db685a3ee92b8ecbbcd2be96e537b3d24647479aefdb9e242f8a3e64aeb5e471e643149440c7132462dd +SHA512 (php-phpseclib-2.0.38-b035365.tgz) = 4b08a452481d99bc2a15c3fc509e345a6d186bb555bc34776c494de46c6fdc3682cf35850d8f5b5a6eb4ebbd743a4515781c73dc6061091f5cb7874d736f7762 From 6718712a6519612af651f68a3444602c658e50b7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Sep 2022 11:55:12 +0200 Subject: [PATCH 2/6] 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 9e9a333..5b5715b 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 3ad49b60b5f54dd8656498a42c302ceb952f893d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Oct 2022 15:06:46 +0200 Subject: [PATCH 3/6] 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 5b5715b..591e515 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 2f9339f1b6aa38506e359d8013a00beaf6bffa45 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Dec 2022 10:42:06 +0100 Subject: [PATCH 4/6] 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 591e515..83a54ed 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 6ad2f89a888c4ee4c8b8e70d5394cbf5c986e459 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Jan 2023 09:08:16 +0100 Subject: [PATCH 5/6] 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 83a54ed..02f994a 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 a8002aef0213463dd07dad340a001e056955ef52 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Mar 2023 14:55:09 +0100 Subject: [PATCH 6/6] v2.0.42 (cherry picked from commit 2414802c38adb041df0ddd2929ba04411f611f18) (cherry picked from commit a049eb7bb24b57d252e5575c94a804917f6a74e1) --- .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 02f994a..6c89a3d 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