diff options
| author | Remi Collet <remi@remirepo.net> | 2025-12-17 10:01:16 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-12-17 10:01:16 +0100 |
| commit | 4c8b20e1bb213d1651b3f1cfcd9464bd67959fcb (patch) | |
| tree | 76bab12dbc028dd24a925d4af655c05e2e4dde06 /php82.spec | |
| parent | c21ad1d63bdc2d36ea4abbb11a4097709f463117 (diff) | |
Diffstat (limited to 'php82.spec')
| -rw-r--r-- | php82.spec | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -24,7 +24,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 23.8 +%global oraclever 23.9 %global oraclemax 24 %global oraclelib 23.1 %global oracledir 23 @@ -119,13 +119,13 @@ %bcond_without libgd %bcond_with zip -%global upver 8.2.29 +%global upver 8.2.30 #global rcver RC1 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 @@ -164,8 +164,8 @@ Patch1: php-7.4.0-httpd.patch Patch5: php-7.2.0-includedir.patch Patch6: php-8.0.0-embed.patch Patch8: php-8.1.0-libdb.patch -# RHEL backports -Patch10: php-8.2.0-curl.patch +# Fix for bash 5.3 (Fedora 43) +Patch13: php-7.4.33-bash53.patch # Functional changes # Use system nikic/php-parser @@ -1192,9 +1192,7 @@ in pure PHP. %patch -P5 -p1 -b .includedir %patch -P6 -p1 -b .embed %patch -P8 -p1 -b .libdb -%if 0%{?rhel} == 7 -%patch -P10 -p1 -b .curltls -%endif +%patch -P13 -p1 -b .bash53 %patch -P41 -p1 -b .syslib %if %{with tzdata} @@ -2205,6 +2203,9 @@ fi %changelog +* Wed Dec 17 2025 Remi Collet <remi@remirepo.net> - 8.2.30-1 +- Update to 8.2.30 - http://www.php.net/releases/8_2_30.php + * Thu Aug 28 2025 Remi Collet <remi@remirepo.net> - 8.2.29-2 - rebuild using gd3php on EL-10 |
