From 0ac82d3dcef0092c753d0a421d1e278739a70f0e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Sep 2022 11:48:16 +0200 Subject: [PATCH 1/5] update to 9.5.24 raise dependency on sebastian/type 3.1 (cherry picked from commit c03e978b94e80e6d162cd00e29f666fc95490cba) --- .gitignore | 1 + phpunit9.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index f04853f..fd10a69 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /phpunit9-9.5.17-5c5abcf.tgz /phpunit9-9.5.18-1b58560.tgz /phpunit9-9.5.21-0e32b76.tgz +/phpunit9-9.5.24-d0aa609.tgz diff --git a/phpunit9.spec b/phpunit9.spec index 825bea3..e934a33 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 0e32b76be457de00e83213528f6bb37e2a38fcb1 +%global gh_commit d0aa6097bef9fd42458a9b3c49da32c6ce6129c5 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 %global ver_minor 5 -%global upstream_version 9.5.21 +%global upstream_version 9.5.24 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -62,7 +62,7 @@ BuildRequires: (php-composer(sebastian/exporter) >= 4.0.2 with php-c BuildRequires: (php-composer(sebastian/global-state) >= 5.0 with php-composer(sebastian/global-state) < 6) BuildRequires: (php-composer(sebastian/object-enumerator) >= 4.0.2 with php-composer(sebastian/object-enumerator) < 5) BuildRequires: (php-composer(sebastian/resource-operations) >= 3.0.2 with php-composer(sebastian/resource-operations) < 4) -BuildRequires: (php-composer(sebastian/type) >= 3.0 with php-composer(sebastian/type) < 4) +BuildRequires: (php-composer(sebastian/type) >= 3.1 with php-composer(sebastian/type) < 4) BuildRequires: (php-composer(sebastian/version) >= 3.0.1 with php-composer(sebastian/version) < 4) BuildRequires: php-dom BuildRequires: php-json @@ -85,7 +85,6 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "myclabs/deep-copy": "^1.10.1", # "phar-io/manifest": "^2.0.3", # "phar-io/version": "^3.0.2", -# "phpspec/prophecy": "^1.12.1", # "phpunit/php-code-coverage": "^9.2.13", # "phpunit/php-file-iterator": "^3.0.5", # "phpunit/php-invoker": "^3.1.1", @@ -100,7 +99,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "sebastian/global-state": "^5.0.1", # "sebastian/object-enumerator": "^4.0.3", # "sebastian/resource-operations": "^3.0.3", -# "sebastian/type": "^3.0", +# "sebastian/type": "^3.1", # "sebastian/version": "^3.0.2" Requires: php(language) >= 7.3 Requires: php-cli @@ -129,7 +128,7 @@ Requires: (php-composer(sebastian/exporter) >= 4.0.2 with php-c Requires: (php-composer(sebastian/global-state) >= 5.0 with php-composer(sebastian/global-state) < 6) Requires: (php-composer(sebastian/object-enumerator) >= 4.0.2 with php-composer(sebastian/object-enumerator) < 5) Requires: (php-composer(sebastian/resource-operations) >= 3.0.2 with php-composer(sebastian/resource-operations) < 4) -Requires: (php-composer(sebastian/type) >= 3.0 with php-composer(sebastian/type) < 4) +Requires: (php-composer(sebastian/type) >= 3.1 with php-composer(sebastian/type) < 4) Requires: (php-composer(sebastian/version) >= 3.0.1 with php-composer(sebastian/version) < 4) # From composer.json, "suggest": { # "ext-soap": "*", @@ -245,6 +244,10 @@ exit $ret %changelog +* Thu Sep 1 2022 Remi Collet - 9.5.24-1 +- update to 9.5.24 +- raise dependency on sebastian/type 3.1 + * Mon Jun 20 2022 Remi Collet - 9.5.21-1 - update to 9.5.21 - raise dependency on sebastian/type 3.0 diff --git a/sources b/sources index 4512542..529fdf1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.21-0e32b76.tgz) = 9533b7953e248cd085779619f5cb3d72c0cfd4eaae8e5cd235889be0f52adcf83d04e87cd567a958c094bf220c7510fd3f73cc6c47e85ded2145ce1000384fa8 +SHA512 (phpunit9-9.5.24-d0aa609.tgz) = d85a8c9ec458ba178e1ee7365000e08c3213cc41385f0f96c385683880129d82b100a5fa0c61019783b51df9fbc2c4cba419c34825ab0722a5aa713c11971369 From 96a1eb472035b2d4b3eaefe58226ba80b5f92b3b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Sep 2022 09:14:29 +0200 Subject: [PATCH 2/5] update to 9.5.25 raise dependency on sebastian/comparator 4.0.8 raise dependency on sebastian/exporter 4.0.5 raise dependency on sebastian/type 3.2 (cherry picked from commit 3b0f081ce61950614c3006da56e6018d8eb4b611) --- .gitignore | 1 + phpunit9.spec | 28 +++++++++++++++++----------- sources | 2 +- 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index fd10a69..047848c 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /phpunit9-9.5.18-1b58560.tgz /phpunit9-9.5.21-0e32b76.tgz /phpunit9-9.5.24-d0aa609.tgz +/phpunit9-9.5.25-3e6f90c.tgz diff --git a/phpunit9.spec b/phpunit9.spec index e934a33..50f9cfe 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit d0aa6097bef9fd42458a9b3c49da32c6ce6129c5 +%global gh_commit 3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 %global ver_minor 5 -%global upstream_version 9.5.24 +%global upstream_version 9.5.25 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -55,14 +55,14 @@ BuildRequires: (php-composer(phpunit/php-text-template) >= 2.0.2 with php-c BuildRequires: (php-composer(phpunit/php-timer) >= 5.0.1 with php-composer(phpunit/php-timer) < 6) BuildRequires: (php-composer(sebastian/cli-parser) >= 1.0 with php-composer(sebastian/cli-parser) < 2) BuildRequires: (php-composer(sebastian/code-unit) >= 1.0.5 with php-composer(sebastian/code-unit) < 2) -BuildRequires: (php-composer(sebastian/comparator) >= 4.0.5 with php-composer(sebastian/comparator) < 5) +BuildRequires: (php-composer(sebastian/comparator) >= 4.0.8 with php-composer(sebastian/comparator) < 5) BuildRequires: (php-composer(sebastian/diff) >= 4.0.2 with php-composer(sebastian/diff) < 5) BuildRequires: (php-composer(sebastian/environment) >= 5.1.2 with php-composer(sebastian/environment) < 6) -BuildRequires: (php-composer(sebastian/exporter) >= 4.0.2 with php-composer(sebastian/exporter) < 5) +BuildRequires: (php-composer(sebastian/exporter) >= 4.0.5 with php-composer(sebastian/exporter) < 5) BuildRequires: (php-composer(sebastian/global-state) >= 5.0 with php-composer(sebastian/global-state) < 6) BuildRequires: (php-composer(sebastian/object-enumerator) >= 4.0.2 with php-composer(sebastian/object-enumerator) < 5) BuildRequires: (php-composer(sebastian/resource-operations) >= 3.0.2 with php-composer(sebastian/resource-operations) < 4) -BuildRequires: (php-composer(sebastian/type) >= 3.1 with php-composer(sebastian/type) < 4) +BuildRequires: (php-composer(sebastian/type) >= 3.2 with php-composer(sebastian/type) < 4) BuildRequires: (php-composer(sebastian/version) >= 3.0.1 with php-composer(sebastian/version) < 4) BuildRequires: php-dom BuildRequires: php-json @@ -92,14 +92,14 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "phpunit/php-timer": "^5.0.2", # "sebastian/cli-parser": "^1.0.1", # "sebastian/code-unit": "^1.0.6", -# "sebastian/comparator": "^4.0.5", +# "sebastian/comparator": "^4.0.8", # "sebastian/diff": "^4.0.3", # "sebastian/environment": "^5.1.3", -# "sebastian/exporter": "^4.0.3", +# "sebastian/exporter": "^4.0.5", # "sebastian/global-state": "^5.0.1", # "sebastian/object-enumerator": "^4.0.3", # "sebastian/resource-operations": "^3.0.3", -# "sebastian/type": "^3.1", +# "sebastian/type": "^3.2", # "sebastian/version": "^3.0.2" Requires: php(language) >= 7.3 Requires: php-cli @@ -121,14 +121,14 @@ Requires: (php-composer(phpunit/php-text-template) >= 2.0.2 with php-c Requires: (php-composer(phpunit/php-timer) >= 5.0.1 with php-composer(phpunit/php-timer) < 6) Requires: (php-composer(sebastian/cli-parser) >= 1.0 with php-composer(sebastian/cli-parser) < 2) Requires: (php-composer(sebastian/code-unit) >= 1.0.5 with php-composer(sebastian/code-unit) < 2) -Requires: (php-composer(sebastian/comparator) >= 4.0.5 with php-composer(sebastian/comparator) < 5) +Requires: (php-composer(sebastian/comparator) >= 4.0.8 with php-composer(sebastian/comparator) < 5) Requires: (php-composer(sebastian/diff) >= 4.0.2 with php-composer(sebastian/diff) < 5) Requires: (php-composer(sebastian/environment) >= 5.1.2 with php-composer(sebastian/environment) < 6) -Requires: (php-composer(sebastian/exporter) >= 4.0.2 with php-composer(sebastian/exporter) < 5) +Requires: (php-composer(sebastian/exporter) >= 4.0.5 with php-composer(sebastian/exporter) < 5) Requires: (php-composer(sebastian/global-state) >= 5.0 with php-composer(sebastian/global-state) < 6) Requires: (php-composer(sebastian/object-enumerator) >= 4.0.2 with php-composer(sebastian/object-enumerator) < 5) Requires: (php-composer(sebastian/resource-operations) >= 3.0.2 with php-composer(sebastian/resource-operations) < 4) -Requires: (php-composer(sebastian/type) >= 3.1 with php-composer(sebastian/type) < 4) +Requires: (php-composer(sebastian/type) >= 3.2 with php-composer(sebastian/type) < 4) Requires: (php-composer(sebastian/version) >= 3.0.1 with php-composer(sebastian/version) < 4) # From composer.json, "suggest": { # "ext-soap": "*", @@ -244,6 +244,12 @@ exit $ret %changelog +* Sun Sep 25 2022 Remi Collet - 9.5.25-1 +- update to 9.5.25 +- raise dependency on sebastian/comparator 4.0.8 +- raise dependency on sebastian/exporter 4.0.5 +- raise dependency on sebastian/type 3.2 + * Thu Sep 1 2022 Remi Collet - 9.5.24-1 - update to 9.5.24 - raise dependency on sebastian/type 3.1 diff --git a/sources b/sources index 529fdf1..f39b449 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.24-d0aa609.tgz) = d85a8c9ec458ba178e1ee7365000e08c3213cc41385f0f96c385683880129d82b100a5fa0c61019783b51df9fbc2c4cba419c34825ab0722a5aa713c11971369 +SHA512 (phpunit9-9.5.25-3e6f90c.tgz) = 701b2bd645810fb3ae01764f3f850694c183b80b310e52f49dd710c7399d9aff5f5474c740430a15720b711e8c6b386205ac8ac6585fe201e6ef01d1005e9720 From 13a2a830896421fd487301c7226d4a64696ea66d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Oct 2022 08:48:16 +0200 Subject: [PATCH 3/5] v9.5.26 (cherry picked from commit 03d13f48931c5e7eaeeca4992f3f6d31985bfcdf) --- .gitignore | 1 + phpunit9.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 047848c..088580a 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /phpunit9-9.5.21-0e32b76.tgz /phpunit9-9.5.24-d0aa609.tgz /phpunit9-9.5.25-3e6f90c.tgz +/phpunit9-9.5.26-851867e.tgz diff --git a/phpunit9.spec b/phpunit9.spec index 50f9cfe..a82e87f 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d +%global gh_commit 851867efcbb6a1b992ec515c71cdcf20d895e9d2 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 %global ver_minor 5 -%global upstream_version 9.5.25 +%global upstream_version 9.5.26 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -244,6 +244,9 @@ exit $ret %changelog +* Fri Oct 28 2022 Remi Collet - 9.5.26-1 +- update to 9.5.26 + * Sun Sep 25 2022 Remi Collet - 9.5.25-1 - update to 9.5.25 - raise dependency on sebastian/comparator 4.0.8 diff --git a/sources b/sources index f39b449..99bf9c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.25-3e6f90c.tgz) = 701b2bd645810fb3ae01764f3f850694c183b80b310e52f49dd710c7399d9aff5f5474c740430a15720b711e8c6b386205ac8ac6585fe201e6ef01d1005e9720 +SHA512 (phpunit9-9.5.26-851867e.tgz) = 4087baf36115e8df858bc3dd86baa0a4048bf0abc65fdd2973d53064a362b4a62d6662218bf2b52bf3b4d5baa0167ce553e7d7541e0a131e96b3c8ff86ff181a From 647af4f28156e70fe9caede772bcb8b42ba6603d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Dec 2022 08:38:30 +0100 Subject: [PATCH 4/5] v9.5.27 (cherry picked from commit 73b895e2138af6c43b3525944c58545b532b11f4) --- .gitignore | 1 + phpunit9.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 088580a..5085858 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /phpunit9-9.5.24-d0aa609.tgz /phpunit9-9.5.25-3e6f90c.tgz /phpunit9-9.5.26-851867e.tgz +/phpunit9-9.5.27-a2bc7ff.tgz diff --git a/phpunit9.spec b/phpunit9.spec index a82e87f..ea31f3b 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 851867efcbb6a1b992ec515c71cdcf20d895e9d2 +%global gh_commit a2bc7ffdca99f92d959b3f2270529334030bba38 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 %global ver_minor 5 -%global upstream_version 9.5.26 +%global upstream_version 9.5.27 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -227,7 +227,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit ret=0 -for cmd in php php74 php80 php81 php82; do +for cmd in php php80 php81 php82; do if which $cmd; then $cmd ./phpunit $OPT --verbose || ret=1 fi @@ -244,6 +244,9 @@ exit $ret %changelog +* Fri Dec 9 2022 Remi Collet - 9.5.27-1 +- update to 9.5.27 + * Fri Oct 28 2022 Remi Collet - 9.5.26-1 - update to 9.5.26 diff --git a/sources b/sources index 99bf9c0..47c245f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.26-851867e.tgz) = 4087baf36115e8df858bc3dd86baa0a4048bf0abc65fdd2973d53064a362b4a62d6662218bf2b52bf3b4d5baa0167ce553e7d7541e0a131e96b3c8ff86ff181a +SHA512 (phpunit9-9.5.27-a2bc7ff.tgz) = 2d9049df8cfe5fa7ab59a72cca8b74f36e50f3898c9bc09bdd531110889dc201e176acfa8ca3b896b4ee291b2e5c35ec01bfd7e1e9e3add416371b735ece9980 From a8de9eb9dc8b299de8b1791c386c8a9d97caba93 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Jan 2023 07:56:10 +0100 Subject: [PATCH 5/5] update to 9.5.28 allow doctrine/instantiator v2 (cherry picked from commit 1e4a20f7e9a0b909f23bfe020cae2e6332417077) --- .gitignore | 1 + phpunit9.spec | 26 +++++++++++++++++++------- sources | 2 +- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 5085858..a823462 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /phpunit9-9.5.25-3e6f90c.tgz /phpunit9-9.5.26-851867e.tgz /phpunit9-9.5.27-a2bc7ff.tgz +/phpunit9-9.5.28-954ca31.tgz diff --git a/phpunit9.spec b/phpunit9.spec index ea31f3b..1e984e3 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit a2bc7ffdca99f92d959b3f2270529334030bba38 +%global gh_commit 954ca3113a03bf780d22f07bf055d883ee04b65e #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 %global ver_minor 5 -%global upstream_version 9.5.27 +%global upstream_version 9.5.28 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -33,7 +33,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} -License: BSD +License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{name}-%{upstream_version}-%{gh_short}.tgz Source1: makesrc.sh @@ -43,7 +43,7 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 7.3 -BuildRequires: (php-composer(doctrine/instantiator) >= 1.3.1 with php-composer(doctrine/instantiator) < 2) +BuildRequires: (php-composer(doctrine/instantiator) >= 1.3.1 with php-composer(doctrine/instantiator) < 3) BuildRequires: (php-composer(myclabs/deep-copy) >= 1.10.1 with php-composer(myclabs/deep-copy) < 2) BuildRequires: (php-composer(phar-io/manifest) >= 2.0.3 with php-composer(phar-io/manifest) < 3) BuildRequires: (php-composer(phar-io/version) >= 3.0.2 with php-composer(phar-io/version) < 4) @@ -81,7 +81,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-mbstring": "*", # "ext-xml": "*", # "ext-xmlwriter": "*", -# "doctrine/instantiator": "^1.3.1", +# "doctrine/instantiator": "^1.3.1 || ^2", # "myclabs/deep-copy": "^1.10.1", # "phar-io/manifest": "^2.0.3", # "phar-io/version": "^3.0.2", @@ -109,7 +109,7 @@ Requires: php-libxml Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter -Requires: (php-composer(doctrine/instantiator) >= 1.3.1 with php-composer(doctrine/instantiator) < 2) +Requires: (php-composer(doctrine/instantiator) >= 1.3.1 with php-composer(doctrine/instantiator) < 3) Requires: (php-composer(myclabs/deep-copy) >= 1.10.1 with php-composer(myclabs/deep-copy) < 2) Requires: (php-composer(phar-io/manifest) >= 2.0.3 with php-composer(phar-io/manifest) < 3) Requires: (php-composer(phar-io/version) >= 3.0.2 with php-composer(phar-io/version) < 4) @@ -171,6 +171,14 @@ find . -name \*.rpm -delete -print cat << 'EOF' | tee -a src/autoload.php // Dependencies +if (PHP_VERSION_ID > 80100) { + $inst = [ + '%{php_home}/Doctrine/Instantiator2/autoload.php', + '%{php_home}/Doctrine/Instantiator/autoload.php', + ]; +} else { + $inst = '%{php_home}/Doctrine/Instantiator/autoload.php'; +} \Fedora\Autoloader\Dependencies::required([ '%{php_home}/SebastianBergmann/CodeCoverage9/autoload.php', '%{php_home}/SebastianBergmann/FileIterator3/autoload.php', @@ -189,7 +197,7 @@ cat << 'EOF' | tee -a src/autoload.php '%{php_home}/SebastianBergmann/ResourceOperations3/autoload.php', '%{php_home}/SebastianBergmann/Type3/autoload.php', '%{php_home}/SebastianBergmann/Version3/autoload.php', - '%{php_home}/Doctrine/Instantiator/autoload.php', + $inst, '%{php_home}/DeepCopy/autoload.php', '%{php_home}/PharIo/Manifest2/autoload.php', '%{php_home}/PharIo/Version3/autoload.php', @@ -244,6 +252,10 @@ exit $ret %changelog +* Mon Jan 16 2023 Remi Collet - 9.5.28-1 +- update to 9.5.28 +- allow doctrine/instantiator v2 + * Fri Dec 9 2022 Remi Collet - 9.5.27-1 - update to 9.5.27 diff --git a/sources b/sources index 47c245f..2db9052 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phpunit9-9.5.27-a2bc7ff.tgz) = 2d9049df8cfe5fa7ab59a72cca8b74f36e50f3898c9bc09bdd531110889dc201e176acfa8ca3b896b4ee291b2e5c35ec01bfd7e1e9e3add416371b735ece9980 +SHA512 (phpunit9-9.5.28-954ca31.tgz) = 5c12e28e2b0add0e4a3683b7a7e27c6bbfe9a195d1c2f3c9ff1630b325a19894b237ed8f29c62e32b8c3ba20213cb0a940089336d689e8cfa5f704be58be06c7