summaryrefslogtreecommitdiffstats
path: root/php84.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-19 09:00:59 +0100
committerRemi Collet <remi@php.net>2025-11-19 09:00:59 +0100
commit4f274b22a4444ee07397dc4f2672ada519a9a19a (patch)
treeb663c048750656ce54a8b0da2c144497a708b641 /php84.spec
parent2dc836c12a4069bfe196eeb89a0171dfd238d526 (diff)
Update to 8.4.15 - http://www.php.net/releases/8_4_15.phpv8.4.15
switch to bz2 archive to workaround RHEL-125143
Diffstat (limited to 'php84.spec')
-rw-r--r--php84.spec10
1 files changed, 7 insertions, 3 deletions
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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 8.4.15~RC1-1
- Update to 8.4.15RC1