summaryrefslogtreecommitdiffstats
path: root/php84.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php84.spec')
-rw-r--r--php84.spec16
1 files changed, 9 insertions, 7 deletions
diff --git a/php84.spec b/php84.spec
index e4830d6..a20179a 100644
--- a/php84.spec
+++ b/php84.spec
@@ -80,14 +80,14 @@
%bcond_without libgd
%bcond_with zip
-%global upver 8.4.15
-#global rcver RC1
+%global upver 8.4.16
+%global rcver RC1
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 2%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -98,7 +98,7 @@ Release: 2%{?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.bz2
+Source0: http://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz
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.bz2.asc
+Source21: https://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz.asc
# Configuration files for some extensions
Source50: 10-opcache.ini
Source51: opcache-default.blacklist
@@ -146,7 +146,6 @@ Patch48: php-8.3.0-openssl-ec-param.patch
# RC Patch
# Upstream fixes (100+)
-Patch100: php-bug20528.patch
# Security fixes (200+)
@@ -993,7 +992,6 @@ in pure PHP.
%patch -P48 -p1 -b .ec-param
# upstream patches
-%patch -P100 -p1 -b .20528
# security patches
@@ -1853,6 +1851,10 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
%changelog
+* Wed Dec 3 2025 Remi Collet <remi@remirepo.net> - 8.4.16~RC1-1
+- update to 8.4.16RC1
+- switch back to xz archive
+
* Fri Nov 21 2025 Remi Collet <remi@remirepo.net> - 8.4.15-2
- Fix GH-20528 regression breaks mysql connexion using an IPv6 address enclosed
in square brackets (upstream patch)