diff options
| author | Remi Collet <remi@remirepo.net> | 2025-11-21 10:10:04 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-11-21 10:10:04 +0100 |
| commit | 88968a659d6f4c52ad4a1220311b9fdd71ce61ef (patch) | |
| tree | 878c502d55a9c9325fcaa6b4fd1f529d264375c7 /php.spec | |
| parent | cbb9bae84ab343458d18d5e4661458a3adaea450 (diff) | |
in square brackets (upstream patch)
Diffstat (limited to 'php.spec')
| -rw-r--r-- | php.spec | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -108,7 +108,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lowrc:~%{lowrc}}%{?gh_date:.%{gh_date}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -169,6 +169,7 @@ Patch48: php-8.5.0-openssl-ec-param.patch # RC Patch # Upstream fixes (100+) +Patch100: php-bug20528.patch # Security fixes (200+) @@ -869,6 +870,7 @@ 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 @@ -1372,7 +1374,7 @@ ln -s %{_bindir}/lsphp $RPM_BUILD_ROOT%{_root_bindir}/ls%{scl} TESTCMD="$RPM_BUILD_ROOT%{_bindir}/php --no-php-ini" # Ensure all provided extensions are really there -for mod in core date filter hash json lexbor libxml openssl pcntl pcre random readline reflection session spl standard uri zlib +for mod in core date filter hash json lexbor libxml openssl pcntl pcre random readline reflection session sockets spl standard uri zlib do $TESTCMD --modules | grep -i "$mod\$" done @@ -1657,6 +1659,10 @@ fi %changelog +* 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) + * Wed Nov 19 2025 Remi Collet <remi@remirepo.net> - 8.5.0-1 - Update to 8.5.0 GA - switch to bz2 archive to workaround RHEL-125143 |
