summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-20 14:55:07 +0200
committerRemi Collet <remi@php.net>2021-10-20 14:55:07 +0200
commitd44d225c5ad7c7116642f0b2fd4cf3ba32f0ca02 (patch)
tree350c9fbfc0cb0c05289f094912d0c8e1c30d1899 /php.spec
parent6d23ce82e0edabe6a28a2eea5a493b6f4186a5c2 (diff)
fix PHP-FPM oob R/W in root process leading to priv escalation
CVE-2021-21703 use libicu version 69 use oracle client library version 21.3
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec17
1 files changed, 12 insertions, 5 deletions
diff --git a/php.spec b/php.spec
index c1d9fb7..445ffb2 100644
--- a/php.spec
+++ b/php.spec
@@ -55,7 +55,7 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
-%global oraclever 21.1
+%global oraclever 21.3
%global oraclelib 21.1
# Build for LiteSpeed Web Server (LSAPI)
@@ -126,7 +126,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 17%{?dist}
+Release: 18%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -217,6 +217,7 @@ Patch224: php-bug80710.patch
Patch225: php-bug81122.patch
Patch226: php-bug76450.patch
Patch227: php-bug81211.patch
+Patch228: php-bug81026.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -865,7 +866,7 @@ Group: System Environment/Libraries
License: PHP
Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release}
# Upstream requires 4.0, we require 50 to ensure use of libicu-last
-BuildRequires: libicu-devel >= 50
+BuildRequires: libicu-devel >= 69
%description intl
The %{?scl_prefix}php-intl package contains a dynamic shared object that will add
@@ -979,6 +980,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch225 -p1 -b .bug81122
%patch226 -p1 -b .bug76450
%patch227 -p1 -b .bug81211
+%patch228 -p1 -b .bug81026
# Fixes for tests
%patch300 -p1 -b .datetests
@@ -1380,8 +1382,7 @@ popd
%check
%if %runselftest
-
-cd build-apache
+cd build-fpm
# Run tests, using the CLI SAPI
export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
@@ -1943,6 +1944,12 @@ EOF
%changelog
+* Wed Oct 20 2021 Remi Collet <remi@remirepo.net> - 7.1.33-18
+- fix PHP-FPM oob R/W in root process leading to priv escalation
+ CVE-2021-21703
+- use libicu version 69
+- use oracle client library version 21.3
+
* Tue Sep 7 2021 Remi Collet <remi@remirepo.net> - 7.1.33-17
- fix intl build on F35