From 4f274b22a4444ee07397dc4f2672ada519a9a19a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Nov 2025 09:00:59 +0100 Subject: Update to 8.4.15 - http://www.php.net/releases/8_4_15.php switch to bz2 archive to workaround RHEL-125143 --- failed.txt | 2 +- php84.spec | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index 8710c0f..aa9b4d2 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.4.15RC1 (2025-11-06) +===== 8.4.15 (2025-11-20) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php84.spec b/php84.spec index 4f8b7c7..0e70530 100644 --- a/php84.spec +++ b/php84.spec @@ -81,7 +81,7 @@ %bcond_with zip %global upver 8.4.15 -%global rcver RC1 +#global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -98,7 +98,7 @@ Release: 1%{?dist} License: PHP-3.01 AND Zend-2.0 AND BSD-2-Clause AND MIT AND Apache-1.0 AND NCSA AND BSL-1.0 URL: http://www.php.net/ -Source0: http://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz +Source0: http://www.php.net/distributions/php-%{upver}%{?rcver}.tar.bz2 Source1: php.conf Source2: php.ini Source3: macros.php @@ -112,7 +112,7 @@ Source13: nginx-fpm.conf Source14: nginx-php.conf # See https://secure.php.net/gpg-keys.php Source20: https://www.php.net/distributions/php-keyring.gpg -Source21: https://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz.asc +Source21: https://www.php.net/distributions/php-%{upver}%{?rcver}.tar.bz2.asc # Configuration files for some extensions Source50: 10-opcache.ini Source51: opcache-default.blacklist @@ -1851,6 +1851,10 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Wed Nov 19 2025 Remi Collet - 8.4.15-1 +- Update to 8.4.15 - http://www.php.net/releases/8_4_15.php +- switch to bz2 archive to workaround RHEL-125143 + * Wed Nov 5 2025 Remi Collet - 8.4.15~RC1-1 - Update to 8.4.15RC1 -- cgit