From a232b7134ae55913ff1c60a8ffedebd7f3e57f48 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Feb 2020 10:42:45 +0100 Subject: [PATCH 1/6] v2.0.24 (cherry picked from commit 4afb9d06d4a27874fc3c1446b775b8d5cfe29961) --- .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 bc3bd5e..1d6db77 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 501c9d54a4367b1279dfcffaf5ec2b7386c764f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Feb 2020 08:36:43 +0100 Subject: [PATCH 2/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 1d6db77..7caa488 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 7cee057db712f47559b82d0852f7d76a387efcb0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Mar 2020 16:21:38 +0100 Subject: [PATCH 3/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 7caa488..9ac2099 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 06644151b121f820cd2baa34b250afd6a67b8c4a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Apr 2020 10:58:25 +0200 Subject: [PATCH 4/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 9ac2099..cb7fb09 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 From 7b3a5e7c2c0d9678d8aee915a2d672da1767b6bc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Jul 2020 15:38:37 +0200 Subject: [PATCH 5/6] v2.0.28 (cherry picked from commit 8059a579e4ef86f720d64a3c6382ac345e8244af) --- .gitignore | 1 + php-phpseclib.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index b6ce423..5645540 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ clog /php-phpseclib-2.0.25-c181596.tgz /php-phpseclib-2.0.26-09655fc.tgz /php-phpseclib-2.0.27-34620af.tgz +/php-phpseclib-2.0.28-d1ca58c.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index cb7fb09..223ae3a 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc +%global github_commit d1ca58cf33cb21046d702ae3a7b14fdacd9f3260 %global github_short %(c=%{github_commit}; echo ${c:0:7}) -%global with_tests 0%{!?_without_tests:1} +%bcond_without tests Name: php-%{composer_vendor} -Version: 2.0.27 +Version: 2.0.28 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -21,7 +21,7 @@ Source2: makesrc.sh BuildArch: noarch -%if %{with_tests} +%if %{with tests} BuildRequires: php-composer(fedora/autoloader) %if 0%{?fedora} >= 26 || 0%{?rhel} >= 8 %global phpunit %{_bindir}/phpunit6 @@ -70,7 +70,7 @@ mkdir -p %{buildroot}%{_datadir}/php cp -pr %{composer_vendor} %{buildroot}%{_datadir}/php -%if %{with_tests} +%if %{with tests} %check %{_bindir}/phpab --output tests/bootstrap.php tests cat << 'EOF' | tee -a tests/bootstrap.php @@ -84,7 +84,7 @@ EOF # testAuthorityInfoAccess fails without internet access ret=0 -for cmd in "php %{phpunit}" php71 php72 php73 php74; do +for cmd in "php %{phpunit}" php72 php73 php74 php80; do if which $cmd; then set $cmd $1 -d memory_limit=1G ${2:-%{_bindir}/phpunit6} \ @@ -104,6 +104,9 @@ exit $ret %changelog +* Wed Jul 8 2020 Remi Collet - 2.0.28-1 +- update to 2.0.28 + * Mon Apr 6 2020 Remi Collet - 2.0.27-1 - update to 2.0.27 diff --git a/sources b/sources index 5d18860..1ad50fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.27-34620af.tgz) = de9419dec6cbca5945816e8d5333ab8b5b94ea721c8f39a896fcf81f86bdacfbd7878873713d2f7c9df82c6a954c9f5764a091adef231a0135f8ffbeba395162 +SHA512 (php-phpseclib-2.0.28-d1ca58c.tgz) = 0c8f0602d735c91778eaf24d98b6f4acea1383130440eec24fa3cbceec97bffd83eb32c322715a500ed6e8e2eeeefaaf8273f96dfa035ad38df87e8677050b10 From 430a459c17dcc1bd55b6fb6ef9b9416d56ca45b7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Sep 2020 07:32:13 +0200 Subject: [PATCH 6/6] v2.0.29 (cherry picked from commit cc9c74cb414dcf358b5b7adfd12a98bc9596c29e) (cherry picked from commit f562138f214788dcd942e8f5abbfd5748258aa5b) --- .gitignore | 1 + php-phpseclib.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5645540..a53bbd5 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ clog /php-phpseclib-2.0.26-09655fc.tgz /php-phpseclib-2.0.27-34620af.tgz /php-phpseclib-2.0.28-d1ca58c.tgz +/php-phpseclib-2.0.29-497856a.tgz diff --git a/php-phpseclib.spec b/php-phpseclib.spec index 223ae3a..b61e73f 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit d1ca58cf33cb21046d702ae3a7b14fdacd9f3260 +%global github_commit 497856a8d997f640b4a516062f84228a772a48a8 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %bcond_without tests Name: php-%{composer_vendor} -Version: 2.0.28 +Version: 2.0.29 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}" php72 php73 php74 php80; do +for cmd in "php %{phpunit}" 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 +* Tue Sep 8 2020 Remi Collet - 2.0.29-1 +- update to 2.0.29 + * Wed Jul 8 2020 Remi Collet - 2.0.28-1 - update to 2.0.28 diff --git a/sources b/sources index 1ad50fc..48acdb9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpseclib-2.0.28-d1ca58c.tgz) = 0c8f0602d735c91778eaf24d98b6f4acea1383130440eec24fa3cbceec97bffd83eb32c322715a500ed6e8e2eeeefaaf8273f96dfa035ad38df87e8677050b10 +SHA512 (php-phpseclib-2.0.29-497856a.tgz) = 25cd67195588ea0e48f2fcb1d31ff22290b713cea9ea2295da92257393a7fc8341ad080fd3f5db54c00e38220affe1828ddbbb87a56460674a6782da9dc2113c