summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec25
1 files changed, 23 insertions, 2 deletions
diff --git a/php.spec b/php.spec
index 8990793..5686958 100644
--- a/php.spec
+++ b/php.spec
@@ -49,7 +49,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
@@ -118,7 +118,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}}
-Release: 24%{?dist}
+Release: 25%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -164,6 +164,8 @@ Patch10: php-7.4.33-gcc14.patch
Patch11: php-7.4.33-icu.patch
# Fix strict prototypes from 8.1
Patch12: php-7.4.33-proto.patch
+# Fix for bash 5.3 (Fedora 43)
+Patch13: php-7.4.33-bash53.patch
# Functional changes
Patch42: php-7.3.3-systzdata-v19.patch
@@ -215,6 +217,9 @@ Patch224: php-cve-2025-1219.patch
Patch225: php-cve-2025-6491.patch
Patch226: php-cve-2025-1220.patch
Patch227: php-cve-2025-1735.patch
+Patch228: php-cve-2025-14177.patch
+Patch229: php-cve-2025-14178.patch
+Patch230: php-ghsa-www2-q4fc-65wf.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -773,7 +778,11 @@ License: PHP and BSD
%endif
Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release}
%if %{with_libgd}
+%if 0%{?rhel}
+BuildRequires: gd3php-devel >= 2.3.3
+%else
BuildRequires: pkgconfig(gdlib) >= 2.3.3
+%endif
%else
# Required to build the bundled GD library
BuildRequires: pkgconfig(zlib)
@@ -981,6 +990,7 @@ in pure PHP.
%patch -P10 -p1 -b .gcc14
%patch -P11 -p1 -b .icu74
%patch -P12 -p1 -b .proto
+%patch -P13 -p1 -b .bash53
%patch -P42 -p1 -b .systzdata
%patch -P43 -p1 -b .headers
@@ -1027,6 +1037,9 @@ rm ext/openssl/tests/p12_with_extra_certs.p12
%patch -P225 -p1 -b .cve6491
%patch -P226 -p1 -b .cve1220
%patch -P227 -p1 -b .cve1735
+%patch -P228 -p1 -b .cve14177
+%patch -P229 -p1 -b .cve14178
+%patch -P230 -p1 -b .ghsawwww2
# Fixes for tests
%patch -P300 -p1 -b .datetests
@@ -1926,6 +1939,14 @@ EOF
%changelog
+* Thu Dec 18 2025 Remi Collet <remi@remirepo.net> - 7.4.33-25
+- Fix Null byte termination in dns_get_record()
+ GHSA-www2-q4fc-65wf
+- Fix Heap buffer overflow in array_merge()
+ CVE-2025-14178
+- Fix Information Leak of Memory in getimagesize
+ CVE-2025-14177
+
* Thu Jul 3 2025 Remi Collet <remi@remirepo.net> - 7.4.33-24
- Fix pgsql extension does not check for errors during escaping
CVE-2025-1735