diff options
Diffstat (limited to 'php.spec')
| -rw-r--r-- | php.spec | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -100,15 +100,15 @@ #global gh_date 20250630 %global gh_owner php %global gh_project php-src -%global upver 8.5.0 -#global rcver RC5 -#global lowrc rc5 +%global upver 8.5.1 +%global rcver RC1 +%global lowrc RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lowrc:~%{lowrc}}%{?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 @@ -122,10 +122,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 @@ -169,7 +169,6 @@ Patch48: php-8.5.0-openssl-ec-param.patch # RC Patch # Upstream fixes (100+) -Patch100: php-bug20528.patch # Security fixes (200+) @@ -870,7 +869,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 @@ -1659,6 +1657,10 @@ fi %changelog +* Tue Dec 2 2025 Remi Collet <remi@remirepo.net> - 8.5.1~RC1-1 +- update to 8.5.1RC1 +- switch back to xz archive + * Fri Nov 21 2025 Remi Collet <remi@remirepo.net> - 8.5.0-2 - Fix GH-20528 regression breaks mysql connexion using an IPv6 address enclosed in square brackets (upstream patch) |
