From 0ed2ff8a913d336d1eb842a8298da70989fafafb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Mar 2019 08:35:38 +0100 Subject: [PATCH 1/8] v2.0.15 (cherry picked from commit 262fb9bea46c7ac6f0872cdf5d62d8c813ff309e) --- .gitignore | 1 + php-phpseclib.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d0250d0..1e72613 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ clog /php-phpseclib-2.0.12-8814dc7.tgz /php-phpseclib-2.0.13-42603ce.tgz /php-phpseclib-2.0.14-8ebfcad.tgz +/php-phpseclib-2.0.15-11cf67c.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index f0f81c0..3e6b8d5 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 8ebfcadbf30524aeb75b2c446bc2519d5b321478 +%global github_commit 11cf67cf78dc4acb18dc9149a57be4aee5036ce0 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global with_tests 0%{!?_without_tests:1} Name: php-%{composer_vendor} -Version: 2.0.14 +Version: 2.0.15 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -104,6 +104,9 @@ exit $ret %changelog +* Mon Mar 11 2019 Remi Collet - 2.0.15-1 +- update to 2.0.15 + * Thu Jan 31 2019 Remi Collet - 2.0.14-1 - update to 2.0.14 diff --git a/sources b/sources index cf438b4..d6a99ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.14-8ebfcad.tgz) = f0ddba4bb5cf45a32f8ab64c4b84e9d80281b58e8bb5d31b91b7b41a1355410cacbfaa852a0be1450994248a41cdc4346e661186c80468ac71a34f241b027bfd +SHA512 (php-phpseclib-2.0.15-11cf67c.tgz) = 5a777388f8684f3b0fda7b9da9e98936ad7d26539bf8ee89b04142b98c688a4c6b399e7088305f6aeea5e181bb90e77550e8e9c41a73e2336be24e5e3c11e767 From 34b143deaa97178a00ca91e0f3c5b3d2f2ddfb77 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 May 2019 14:02:45 +0200 Subject: [PATCH 2/8] v2.0.17 (cherry picked from commit 1f9c22bdc729b004b57be99ad85582e3d9f28553) --- .gitignore | 1 + php-phpseclib.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1e72613..21ac0ca 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ clog /php-phpseclib-2.0.13-42603ce.tgz /php-phpseclib-2.0.14-8ebfcad.tgz /php-phpseclib-2.0.15-11cf67c.tgz +/php-phpseclib-2.0.17-3ca5b88.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index 3e6b8d5..cf46c01 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 11cf67cf78dc4acb18dc9149a57be4aee5036ce0 +%global github_commit 3ca5b88d582c69178c8d01fd9d02b94e15042bb8 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global with_tests 0%{!?_without_tests:1} Name: php-%{composer_vendor} -Version: 2.0.15 +Version: 2.0.17 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -84,7 +84,7 @@ EOF # testAuthorityInfoAccess fails without internet access ret=0 -for cmd in "php %{phpunit}" php70 php71 php72 php73; do +for cmd in "php %{phpunit}" php71 php72 php73 php74; do if which $cmd; then set $cmd $1 -d memory_limit=1G ${2:-%{_bindir}/phpunit6} \ @@ -104,6 +104,9 @@ exit $ret %changelog +* Mon May 27 2019 Remi Collet - 2.0.17-1 +- update to 2.0.17 + * Mon Mar 11 2019 Remi Collet - 2.0.15-1 - update to 2.0.15 diff --git a/sources b/sources index d6a99ab..7cfb229 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.15-11cf67c.tgz) = 5a777388f8684f3b0fda7b9da9e98936ad7d26539bf8ee89b04142b98c688a4c6b399e7088305f6aeea5e181bb90e77550e8e9c41a73e2336be24e5e3c11e767 +SHA512 (php-phpseclib-2.0.17-3ca5b88.tgz) = 528e394d4eb3379372782ef68cb768de18e83e9f57f41e09b045244843bb5ba2972c0d4b3e0a942cab4973abfa81e5626f9a21b363f07e1b26897a3d39379711 From eb2fd4321119577eba5290c02848e1b89e66451b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Jun 2019 11:47:59 +0200 Subject: [PATCH 3/8] v2.0.18 (cherry picked from commit 3f9638b7c6e5e6e9bd29441e12d426f3c5dc154f) --- .gitignore | 1 + php-phpseclib.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 21ac0ca..5cec9b4 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ clog /php-phpseclib-2.0.14-8ebfcad.tgz /php-phpseclib-2.0.15-11cf67c.tgz /php-phpseclib-2.0.17-3ca5b88.tgz +/php-phpseclib-2.0.18-6051900.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index cf46c01..e00df36 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 3ca5b88d582c69178c8d01fd9d02b94e15042bb8 +%global github_commit 60519001db8d791215a822efd366d24cafee9e63 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global with_tests 0%{!?_without_tests:1} Name: php-%{composer_vendor} -Version: 2.0.17 +Version: 2.0.18 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -104,6 +104,9 @@ exit $ret %changelog +* Thu Jun 13 2019 Remi Collet - 2.0.18-1 +- update to 2.0.18 + * Mon May 27 2019 Remi Collet - 2.0.17-1 - update to 2.0.17 diff --git a/sources b/sources index 7cfb229..8efcd77 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.17-3ca5b88.tgz) = 528e394d4eb3379372782ef68cb768de18e83e9f57f41e09b045244843bb5ba2972c0d4b3e0a942cab4973abfa81e5626f9a21b363f07e1b26897a3d39379711 +SHA512 (php-phpseclib-2.0.18-6051900.tgz) = 619a8021cff1db422971c9e001f36eb01b3766fdbbfa4ac298239d2e528c38c9c52feb04bf994b4c873ec4b17590be914819edc55d318936b942a08d15bbb681 From a5b0b2bcc8e65d55c80614f997481502deaeab63 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Jun 2019 09:00:55 +0200 Subject: [PATCH 4/8] v2.0.19 (cherry picked from commit 3cebcf26f6001da159de574b81562e6419b474b8) --- .gitignore | 1 + php-phpseclib.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5cec9b4..e7727bc 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ clog /php-phpseclib-2.0.15-11cf67c.tgz /php-phpseclib-2.0.17-3ca5b88.tgz /php-phpseclib-2.0.18-6051900.tgz +/php-phpseclib-2.0.19-d2085db.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index e00df36..644133a 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 60519001db8d791215a822efd366d24cafee9e63 +%global github_commit d2085db7b7394baa071a69c8f9159723c250f2ba %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global with_tests 0%{!?_without_tests:1} Name: php-%{composer_vendor} -Version: 2.0.18 +Version: 2.0.19 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -104,6 +104,9 @@ exit $ret %changelog +* Fri Jun 21 2019 Remi Collet - 2.0.19-1 +- update to 2.0.19 + * Thu Jun 13 2019 Remi Collet - 2.0.18-1 - update to 2.0.18 diff --git a/sources b/sources index 8efcd77..d35fc0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.18-6051900.tgz) = 619a8021cff1db422971c9e001f36eb01b3766fdbbfa4ac298239d2e528c38c9c52feb04bf994b4c873ec4b17590be914819edc55d318936b942a08d15bbb681 +SHA512 (php-phpseclib-2.0.19-d2085db.tgz) = 49c62eea531b0ebd45777d27302624a6bda21c1d515d0bd49a5d22c83931255dc0bd0d036e296db244262b37e5398c693691cef08212bca8e43a5f3209c4d30d From 879753799bdf5de6a611b04fbfaa4cd802d623d7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Jun 2019 08:19:57 +0200 Subject: [PATCH 5/8] v2.0.20 (cherry picked from commit 344facb219f41db447ed2eadb2a8324133b977dc) --- .gitignore | 1 + php-phpseclib.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e7727bc..42b58fa 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ clog /php-phpseclib-2.0.17-3ca5b88.tgz /php-phpseclib-2.0.18-6051900.tgz /php-phpseclib-2.0.19-d2085db.tgz +/php-phpseclib-2.0.20-d6819a5.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index 644133a..13ed259 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit d2085db7b7394baa071a69c8f9159723c250f2ba +%global github_commit d6819a55b05e123db1e881d8b230d57f912126be %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global with_tests 0%{!?_without_tests:1} Name: php-%{composer_vendor} -Version: 2.0.19 +Version: 2.0.20 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -104,6 +104,9 @@ exit $ret %changelog +* Tue Jun 25 2019 Remi Collet - 2.0.20-1 +- update to 2.0.20 + * Fri Jun 21 2019 Remi Collet - 2.0.19-1 - update to 2.0.19 diff --git a/sources b/sources index d35fc0e..1df7e20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.19-d2085db.tgz) = 49c62eea531b0ebd45777d27302624a6bda21c1d515d0bd49a5d22c83931255dc0bd0d036e296db244262b37e5398c693691cef08212bca8e43a5f3209c4d30d +SHA512 (php-phpseclib-2.0.20-d6819a5.tgz) = b9e0c50023d680d3db1e9a33a46c7c61a51ded77bef8e2deefcd12b6fa2e597b89f016e409be8d53cead6c9d6100863044bdceb0e106b18c2dbfc064e4a0e7ac From eb15612c67d0a05739f775c682e30f6b91807976 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Jul 2019 11:19:48 +0200 Subject: [PATCH 6/8] v2.0.21 (cherry picked from commit 8632a71b342b3a054ac30831241abf96360705cc) --- .gitignore | 1 + php-phpseclib.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 42b58fa..f278bed 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ clog /php-phpseclib-2.0.18-6051900.tgz /php-phpseclib-2.0.19-d2085db.tgz /php-phpseclib-2.0.20-d6819a5.tgz +/php-phpseclib-2.0.21-9f1287e.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index 13ed259..ea1e287 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit d6819a55b05e123db1e881d8b230d57f912126be +%global github_commit 9f1287e68b3f283339a9f98f67515dd619e5bf9d %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global with_tests 0%{!?_without_tests:1} Name: php-%{composer_vendor} -Version: 2.0.20 +Version: 2.0.21 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -104,6 +104,9 @@ exit $ret %changelog +* Mon Jul 15 2019 Remi Collet - 2.0.21-1 +- update to 2.0.21 + * Tue Jun 25 2019 Remi Collet - 2.0.20-1 - update to 2.0.20 diff --git a/sources b/sources index 1df7e20..e956a19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.20-d6819a5.tgz) = b9e0c50023d680d3db1e9a33a46c7c61a51ded77bef8e2deefcd12b6fa2e597b89f016e409be8d53cead6c9d6100863044bdceb0e106b18c2dbfc064e4a0e7ac +SHA512 (php-phpseclib-2.0.21-9f1287e.tgz) = 0523bf8949050beb4a4bf3130f7fc140472a7edcdbe616cd4010b3d9266138467bc9cbaf27f79ed28900d230f59435e07623d371c44baf9da492b29e132a0a79 From c0be644a37c35dd372fa16ab44904ca88e9a0a7a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Sep 2019 09:17:21 +0200 Subject: [PATCH 7/8] v2.0.22 (cherry picked from commit 25d4ebf6d184873a64d2bc17f60ad497c6cb26da) (cherry picked from commit c6b46c13d5d3f06664b0a657feb6eca35e392f12) --- .gitignore | 1 + php-phpseclib.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f278bed..1feff30 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ clog /php-phpseclib-2.0.19-d2085db.tgz /php-phpseclib-2.0.20-d6819a5.tgz /php-phpseclib-2.0.21-9f1287e.tgz +/php-phpseclib-2.0.22-cbddb52.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index ea1e287..d30ee6e 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 9f1287e68b3f283339a9f98f67515dd619e5bf9d +%global github_commit cbddb5244edff6d2599977f1a1e4c8657f292e7c %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global with_tests 0%{!?_without_tests:1} Name: php-%{composer_vendor} -Version: 2.0.21 +Version: 2.0.22 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -104,6 +104,9 @@ exit $ret %changelog +* Mon Sep 16 2019 Remi Collet - 2.0.22-1 +- update to 2.0.22 + * Mon Jul 15 2019 Remi Collet - 2.0.21-1 - update to 2.0.21 diff --git a/sources b/sources index e956a19..8598208 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.21-9f1287e.tgz) = 0523bf8949050beb4a4bf3130f7fc140472a7edcdbe616cd4010b3d9266138467bc9cbaf27f79ed28900d230f59435e07623d371c44baf9da492b29e132a0a79 +SHA512 (php-phpseclib-2.0.22-cbddb52.tgz) = fc6de5cb9756e37698d8426be2cc4e7e2fa0ffe42c17a8b930e9c5420095ce25d7169c32b01502c22ede1da7336d38edb7780b73e8c832bcd01050e2404cd81d From 6a750ddd4254a5fa5da34902d5263498b3d968ad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Sep 2019 08:42:34 +0200 Subject: [PATCH 8/8] v2.0.23 (cherry picked from commit d5c345214eeb727863f725d5a3440e7106c47bf1) --- .gitignore | 1 + php-phpseclib.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1feff30..ad690fc 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ clog /php-phpseclib-2.0.20-d6819a5.tgz /php-phpseclib-2.0.21-9f1287e.tgz /php-phpseclib-2.0.22-cbddb52.tgz +/php-phpseclib-2.0.23-c78eb50.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index d30ee6e..36ac7d1 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit cbddb5244edff6d2599977f1a1e4c8657f292e7c +%global github_commit c78eb5058d5bb1a183133c36d4ba5b6675dfa099 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global with_tests 0%{!?_without_tests:1} Name: php-%{composer_vendor} -Version: 2.0.22 +Version: 2.0.23 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -104,6 +104,9 @@ exit $ret %changelog +* Tue Sep 17 2019 Remi Collet - 2.0.23-1 +- update to 2.0.23 + * Mon Sep 16 2019 Remi Collet - 2.0.22-1 - update to 2.0.22 diff --git a/sources b/sources index 8598208..daad635 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.22-cbddb52.tgz) = fc6de5cb9756e37698d8426be2cc4e7e2fa0ffe42c17a8b930e9c5420095ce25d7169c32b01502c22ede1da7336d38edb7780b73e8c832bcd01050e2404cd81d +SHA512 (php-phpseclib-2.0.23-c78eb50.tgz) = 8129ce261caaccfca10e5e1d6d257fd7bc2d49d8a4ebff5dd1ff28474a175af2bba8c0e49763ff52a032e1b6cca75b02bee439b3672f0ca73a18584e24ae9eb6