diff options
Diffstat (limited to 'php83.spec')
| -rw-r--r-- | php83.spec | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -129,7 +129,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -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 @@ -196,6 +196,7 @@ Patch49: php-8.2.0-iodbc.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) +Patch100: php-bug20528.patch # Security fixes (200+) @@ -1223,6 +1224,7 @@ in pure PHP. %patch -P91 -p1 -b .remi-oci8 # upstream patches +%patch -P100 -p1 -b .20528 # security patches @@ -1863,7 +1865,7 @@ install -D -m 644 %{SOURCE14} _fpmdoc/nginx-php.conf TESTCMD="$RPM_BUILD_ROOT%{_bindir}/php --no-php-ini" # Ensure all provided extensions are really there -for mod in core date filter hash json libxml openssl pcntl pcre readline reflection session spl standard zlib +for mod in core date filter hash json libxml openssl pcntl pcre random readline reflection session sockets spl standard zlib do $TESTCMD --modules | grep -i "$mod\$" done @@ -2233,6 +2235,10 @@ fi %changelog +* Fri Nov 21 2025 Remi Collet <remi@remirepo.net> - 8.3.28-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.3.28-1 - Update to 8.3.28 - http://www.php.net/releases/8_3_28.php - switch to bz2 archive to workaround RHEL-125143 |
