From 8905d89ec430cf345db3660d0c00674975ce9b22 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Dec 2025 08:46:36 +0100 Subject: update to 8.4.16RC1 switch back to xz archive --- php.spec | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 7bc0860..5c08634 100644 --- a/php.spec +++ b/php.spec @@ -93,14 +93,14 @@ #global gh_date 20230605 %global gh_owner php %global gh_project php-src -%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: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -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 @@ -114,10 +114,10 @@ URL: http://www.php.net/ %if 0%{?gh_date} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{upver}-%{gh_short}.tar.gz %else -Source0: http://www.php.net/distributions/php-%{upver}%{?rcver}.tar.bz2 +Source0: http://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz # 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 %endif Source1: php.conf Source2: php.ini @@ -161,7 +161,6 @@ Patch48: php-8.3.0-openssl-ec-param.patch # RC Patch # Upstream fixes (100+) -Patch100: php-bug20528.patch # Security fixes (200+) @@ -869,7 +868,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch -P48 -p1 -b .ec-param # upstream patches -%patch -P100 -p1 -b .20528 # security patches @@ -1660,6 +1658,10 @@ fi %changelog +* Wed Dec 3 2025 Remi Collet - 8.4.16~RC1-1 +- update to 8.4.16RC1 +- switch back to xz archive + * Fri Nov 21 2025 Remi Collet - 8.4.15-2 - Fix GH-20528 regression breaks mysql connexion using an IPv6 address enclosed in square brackets (upstream patch) -- cgit