summaryrefslogtreecommitdiffstats
path: root/php73.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-20 11:12:59 +0200
committerRemi Collet <remi@php.net>2021-10-20 11:12:59 +0200
commit9a770fefe98706541fa587fb64bdf1d043457882 (patch)
tree7674db9b7d5e972ed11d2bfdf84159a4814b1445 /php73.spec
parent40e1203a4801f25cfdfc2bcaa56dfb946c46491b (diff)
fix PHP-FPM oob R/W in root process leading to priv escalation
CVE-2021-21703 use libicu version 69
Diffstat (limited to 'php73.spec')
-rw-r--r--php73.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/php73.spec b/php73.spec
index 8223ddb..326da27 100644
--- a/php73.spec
+++ b/php73.spec
@@ -111,7 +111,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
@@ -182,6 +182,7 @@ Patch100: php-bug80682.patch
Patch101: php-bug80783.patch
# Security fixes (200+)
+Patch200: php-bug81026.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -1027,7 +1028,7 @@ Group: System Environment/Libraries
License: PHP
Requires: php-common%{?_isa} = %{version}-%{release}
# Upstream requires 4.0, we require 50 to ensure use of libicu-last / libicu65
-BuildRequires: libicu-devel >= 50
+BuildRequires: libicu-devel >= 69
%if 0%{?rhel}
Obsoletes: php53-intl, php53u-intl, php54-intl, php54w-intl, php55u-intl, php55w-intl, php56u-intl, php56w-intl
Obsoletes: php70u-intl, php70w-intl, php71u-intl, php71w-intl, php72u-intl, php72w-intl
@@ -1164,6 +1165,7 @@ low-level PHP extension for the libsodium cryptographic library.
%patch101 -p1 -b .bug80783
# security patches
+%patch200 -p1 -b .bug81026
# Fixes for tests
%if 0%{?fedora} >= 25 || 0%{?rhel} >= 6
@@ -1691,7 +1693,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
@@ -2256,6 +2258,11 @@ fi
%changelog
+* Wed Oct 20 2021 Remi Collet <remi@remirepo.net> - 7.3.31-2
+- fix PHP-FPM oob R/W in root process leading to priv escalation
+ CVE-2021-21703
+- use libicu version 69
+
* Tue Sep 21 2021 Remi Collet <remi@remirepo.net> - 7.3.31-1
- Update to 7.3.31 - http://www.php.net/releases/7_3_31.php
- use oracle client library version 21.3