From c6b46c13d5d3f06664b0a657feb6eca35e392f12 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Sep 2019 09:17:21 +0200 Subject: [PATCH 1/6] v2.0.22 (cherry picked from commit 25d4ebf6d184873a64d2bc17f60ad497c6cb26da) --- .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 5b787e8..1879188 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 5a4f14d6299980fdc0c8efea090f6f14f0c1eb7c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Sep 2019 08:42:34 +0200 Subject: [PATCH 2/6] 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 1879188..b2b76f6 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 From 2251182cf8bb628f6c4ad79c7736f5a8de4083cc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Feb 2020 10:42:45 +0100 Subject: [PATCH 3/6] v2.0.24 (cherry picked from commit 4afb9d06d4a27874fc3c1446b775b8d5cfe29961) (cherry picked from commit a232b7134ae55913ff1c60a8ffedebd7f3e57f48) --- .gitignore | 1 + php-phpseclib.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ad690fc..32b2895 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ clog /php-phpseclib-2.0.21-9f1287e.tgz /php-phpseclib-2.0.22-cbddb52.tgz /php-phpseclib-2.0.23-c78eb50.tgz +/php-phpseclib-2.0.24-4099815.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index b2b76f6..c377de7 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit c78eb5058d5bb1a183133c36d4ba5b6675dfa099 +%global github_commit 40998159a0907cc523e1f2d1904d45765613a617 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global with_tests 0%{!?_without_tests:1} Name: php-%{composer_vendor} -Version: 2.0.23 +Version: 2.0.24 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -104,6 +104,9 @@ exit $ret %changelog +* Mon Feb 24 2020 Remi Collet - 2.0.24-1 +- update to 2.0.24 + * Tue Sep 17 2019 Remi Collet - 2.0.23-1 - update to 2.0.23 diff --git a/sources b/sources index daad635..a1fa734 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.23-c78eb50.tgz) = 8129ce261caaccfca10e5e1d6d257fd7bc2d49d8a4ebff5dd1ff28474a175af2bba8c0e49763ff52a032e1b6cca75b02bee439b3672f0ca73a18584e24ae9eb6 +SHA512 (php-phpseclib-2.0.24-4099815.tgz) = b837486b4fc14bbe54432c32936b30ec7979e8ff5729270aa26b7d27f8c144f83adffade2ff9023adae9b9bd8c016a5114301b0a2ace0d376d0d4c25f2d6cd60 From 922efcbf1b1d131f2f1b9d3aa01b889ffc7087f1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Feb 2020 08:36:43 +0100 Subject: [PATCH 4/6] v2.0.25 (cherry picked from commit b7026bf6d0865a0174468cf3dabdd702df0212cb) --- .gitignore | 1 + php-phpseclib.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 32b2895..d6365c4 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ clog /php-phpseclib-2.0.22-cbddb52.tgz /php-phpseclib-2.0.23-c78eb50.tgz /php-phpseclib-2.0.24-4099815.tgz +/php-phpseclib-2.0.25-c181596.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index c377de7..cc17ca5 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 40998159a0907cc523e1f2d1904d45765613a617 +%global github_commit c18159618ed7cd7ff721ac1a8fec7860a475d2f0 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global with_tests 0%{!?_without_tests:1} Name: php-%{composer_vendor} -Version: 2.0.24 +Version: 2.0.25 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -104,6 +104,9 @@ exit $ret %changelog +* Tue Feb 25 2020 Remi Collet - 2.0.25-1 +- update to 2.0.25 + * Mon Feb 24 2020 Remi Collet - 2.0.24-1 - update to 2.0.24 diff --git a/sources b/sources index a1fa734..b1f7378 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.24-4099815.tgz) = b837486b4fc14bbe54432c32936b30ec7979e8ff5729270aa26b7d27f8c144f83adffade2ff9023adae9b9bd8c016a5114301b0a2ace0d376d0d4c25f2d6cd60 +SHA512 (php-phpseclib-2.0.25-c181596.tgz) = 34db733ee23b5c4d5325941003a9811a92a36d88c6bbfcc522548a04ff926eac33a0b4dd4d0725e64824843d7925d6caf0308db761d240160b9419324b515691 From 3dcc2167cf69c6870d7982cb73be13ea4745d92f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Mar 2020 16:21:38 +0100 Subject: [PATCH 5/6] v2.0.26 (cherry picked from commit be5f67da40b9c9e3ea04b01df1ddaa0c19ff883d) --- .gitignore | 1 + php-phpseclib.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d6365c4..cccc136 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ clog /php-phpseclib-2.0.23-c78eb50.tgz /php-phpseclib-2.0.24-4099815.tgz /php-phpseclib-2.0.25-c181596.tgz +/php-phpseclib-2.0.26-09655fc.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index cc17ca5..29e6fc4 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit c18159618ed7cd7ff721ac1a8fec7860a475d2f0 +%global github_commit 09655fcc1f8bab65727be036b28f6f20311c126c %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global with_tests 0%{!?_without_tests:1} Name: php-%{composer_vendor} -Version: 2.0.25 +Version: 2.0.26 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -104,6 +104,9 @@ exit $ret %changelog +* Mon Mar 23 2020 Remi Collet - 2.0.26-1 +- update to 2.0.26 + * Tue Feb 25 2020 Remi Collet - 2.0.25-1 - update to 2.0.25 diff --git a/sources b/sources index b1f7378..7055bd9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.25-c181596.tgz) = 34db733ee23b5c4d5325941003a9811a92a36d88c6bbfcc522548a04ff926eac33a0b4dd4d0725e64824843d7925d6caf0308db761d240160b9419324b515691 +SHA512 (php-phpseclib-2.0.26-09655fc.tgz) = b96aa64420fa0cab540f7414599b78b5d097daba3de2bb5b330899e72cef14fadfd9933dd425286497132a375dd0c0ea1ca8eb33ffc0eeff7ac38b70fa649951 From c1b95d9739a11078673e0cde69830527ea6aac98 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Apr 2020 10:58:25 +0200 Subject: [PATCH 6/6] v2.0.27 (cherry picked from commit ef09b9e3840b4fbd376cb16ff22255233417dbb6) --- .gitignore | 1 + php-phpseclib.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cccc136..b6ce423 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ clog /php-phpseclib-2.0.24-4099815.tgz /php-phpseclib-2.0.25-c181596.tgz /php-phpseclib-2.0.26-09655fc.tgz +/php-phpseclib-2.0.27-34620af.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index 29e6fc4..b6d55de 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 09655fcc1f8bab65727be036b28f6f20311c126c +%global github_commit 34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global with_tests 0%{!?_without_tests:1} Name: php-%{composer_vendor} -Version: 2.0.26 +Version: 2.0.27 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -104,6 +104,9 @@ exit $ret %changelog +* Mon Apr 6 2020 Remi Collet - 2.0.27-1 +- update to 2.0.27 + * Mon Mar 23 2020 Remi Collet - 2.0.26-1 - update to 2.0.26 diff --git a/sources b/sources index 7055bd9..5d18860 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.26-09655fc.tgz) = b96aa64420fa0cab540f7414599b78b5d097daba3de2bb5b330899e72cef14fadfd9933dd425286497132a375dd0c0ea1ca8eb33ffc0eeff7ac38b70fa649951 +SHA512 (php-phpseclib-2.0.27-34620af.tgz) = de9419dec6cbca5945816e8d5333ab8b5b94ea721c8f39a896fcf81f86bdacfbd7878873713d2f7c9df82c6a954c9f5764a091adef231a0135f8ffbeba395162