From fe7deb9b511af4623a253ebe41d99b73885e1787 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:16:43 +0000 Subject: [PATCH 1/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-paragonie-constant-time-encoding.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-paragonie-constant-time-encoding.spec b/php-paragonie-constant-time-encoding.spec index 8709c16..56cf1eb 100644 --- a/php-paragonie-constant-time-encoding.spec +++ b/php-paragonie-constant-time-encoding.spec @@ -11,7 +11,7 @@ Name: php-%{composer_vendor}-constant-time-encoding Version: 2.6.3 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Constant-time Implementations of RFC 4648 Encoding License: MIT @@ -71,6 +71,9 @@ cp -pr src/* %{buildroot}%{_datadir}/php/%{composer_namespace} %license LICENSE.txt %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 2.6.3-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Jan 18 2025 Fedora Release Engineering - 2.6.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 3581c48730d219dba4e11294b1280d8dcaba7898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Kooman?= Date: Tue, 23 Sep 2025 07:49:58 +0200 Subject: [PATCH 2/3] update to 2.8.0 References: https://bugzilla.redhat.com/show_bug.cgi?id=2397518 --- .gitignore | 1 + php-paragonie-constant-time-encoding.spec | 22 +++++++++++----------- sources | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 441cdcb..3d3e61b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /php-paragonie-constant-time-encoding-2.6.1-d6e1d5d.tgz /php-paragonie-constant-time-encoding-2.6.2-c1b1d82.tgz /php-paragonie-constant-time-encoding-2.6.3-58c3f47.tgz +/php-paragonie-constant-time-encoding-2.8.0-ce27936.tgz diff --git a/php-paragonie-constant-time-encoding.spec b/php-paragonie-constant-time-encoding.spec index 56cf1eb..77d5fdc 100644 --- a/php-paragonie-constant-time-encoding.spec +++ b/php-paragonie-constant-time-encoding.spec @@ -5,13 +5,13 @@ %global github_owner paragonie %global github_name constant_time_encoding -%global commit0 58c3f47f650c94ec05a151692652a868995d2938 +%global commit0 ce27936c8dfb73e3ab9c94469130428af9752c96 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: php-%{composer_vendor}-constant-time-encoding -Version: 2.6.3 -Release: 9%{?dist} +Version: 2.8.0 +Release: 1%{?dist} Summary: Constant-time Implementations of RFC 4648 Encoding License: MIT @@ -27,14 +27,7 @@ BuildRequires: php(language) >= 7 BuildRequires: php-mbstring BuildRequires: php-spl # "phpunit/phpunit": "^6|^7|^8|^9" -%if 0%{?fedora} >= 32 || 0%{?rhel} >= 9 BuildRequires: phpunit9 -%global phpunit %{_bindir}/phpunit9 -%else -BuildRequires: phpunit8 -%global phpunit %{_bindir}/phpunit8 -%endif - BuildRequires: php-fedora-autoloader-devel # "php": "^7|^8" @@ -42,6 +35,8 @@ Requires: php(language) >= 7 Requires: php-mbstring Requires: php-spl +Suggests: php-sodium + Provides: php-composer(%{composer_vendor}/%{composer_project}) = %{version} %description @@ -62,7 +57,7 @@ cp -pr src/* %{buildroot}%{_datadir}/php/%{composer_namespace} %check %{_bindir}/phpab -t fedora -o tests/autoload.php src tests -%{phpunit} tests --verbose --bootstrap=tests/autoload.php +%{_bindir}/phpunit9 tests --verbose --bootstrap=tests/autoload.php %files %dir %{_datadir}/php/ParagonIE @@ -71,6 +66,11 @@ cp -pr src/* %{buildroot}%{_datadir}/php/%{composer_namespace} %license LICENSE.txt %changelog +* Tue Sep 23 2025 François Kooman - 2.8.0-1 +- update to 2.8.0 +- hard build dependency on PHPUnit 9 now +- add php-sodium extension as a suggestion + * Fri Jul 25 2025 Fedora Release Engineering - 2.6.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index dadaba6..bd58f1d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-paragonie-constant-time-encoding-2.6.3-58c3f47.tgz) = 91ec951ddb263abcf81c427afff570b88d52b30186f920454f23810f0dbafcc3aa44d36ec912d4865db0ab2aed78cf96ac969e9fbf43247a7bb4a95b7eadc6fa +SHA512 (php-paragonie-constant-time-encoding-2.8.0-ce27936.tgz) = c3fb15163a142dc3cea2ea86da543fe51fd84f9bfb397808ff3edc86336aae9b028f731c90c626c9a7f2cfa45af05dcc65d508e5c3046abbb006dd6c0ca3ea14 From 32d96830e9dc54c1bc60fc8cab46e6f476776ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Kooman?= Date: Wed, 1 Oct 2025 16:05:07 +0200 Subject: [PATCH 3/3] update to 2.8.2 --- .gitignore | 1 + php-paragonie-constant-time-encoding.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3d3e61b..ecc52e8 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /php-paragonie-constant-time-encoding-2.6.2-c1b1d82.tgz /php-paragonie-constant-time-encoding-2.6.3-58c3f47.tgz /php-paragonie-constant-time-encoding-2.8.0-ce27936.tgz +/php-paragonie-constant-time-encoding-2.8.2-e30811f.tgz diff --git a/php-paragonie-constant-time-encoding.spec b/php-paragonie-constant-time-encoding.spec index 77d5fdc..3864b96 100644 --- a/php-paragonie-constant-time-encoding.spec +++ b/php-paragonie-constant-time-encoding.spec @@ -5,12 +5,12 @@ %global github_owner paragonie %global github_name constant_time_encoding -%global commit0 ce27936c8dfb73e3ab9c94469130428af9752c96 +%global commit0 e30811f7bc69e4b5b6d5783e712c06c8eabf0226 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: php-%{composer_vendor}-constant-time-encoding -Version: 2.8.0 +Version: 2.8.2 Release: 1%{?dist} Summary: Constant-time Implementations of RFC 4648 Encoding @@ -66,6 +66,9 @@ cp -pr src/* %{buildroot}%{_datadir}/php/%{composer_namespace} %license LICENSE.txt %changelog +* Wed Oct 01 2025 François Kooman - 2.8.2-1 +- update to 2.8.2 + * Tue Sep 23 2025 François Kooman - 2.8.0-1 - update to 2.8.0 - hard build dependency on PHPUnit 9 now diff --git a/sources b/sources index bd58f1d..aa26ef3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-paragonie-constant-time-encoding-2.8.0-ce27936.tgz) = c3fb15163a142dc3cea2ea86da543fe51fd84f9bfb397808ff3edc86336aae9b028f731c90c626c9a7f2cfa45af05dcc65d508e5c3046abbb006dd6c0ca3ea14 +SHA512 (php-paragonie-constant-time-encoding-2.8.2-e30811f.tgz) = 06ed2956086022e92f95b3b30e4222a3511de7cb22de038a92c080424443f7745528c8ab916b9848e06b1312711dc32415bbcf592008bd0026ac7413651e0291