summaryrefslogtreecommitdiffstats
path: root/php-5.6.37-icu62.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-20 16:45:51 +0200
committerRemi Collet <remi@php.net>2021-10-20 16:45:51 +0200
commit06fa1a3ab1e3f8ceaf961ce2b55131c2adfe8ab1 (patch)
treed1b3331a993f02c621929a49aa9ff6732bba5482 /php-5.6.37-icu62.patch
parent5808669486e99d6e7476b550eb4a47a18dcd78d2 (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-5.6.37-icu62.patch')
-rw-r--r--php-5.6.37-icu62.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-5.6.37-icu62.patch b/php-5.6.37-icu62.patch
index dd145bc..9d6e669 100644
--- a/php-5.6.37-icu62.patch
+++ b/php-5.6.37-icu62.patch
@@ -556,7 +556,7 @@ index e8428e1cbbe8..52408f8e9183 100644
PHP_SETUP_ICU(INTL_SHARED_LIBADD)
PHP_SUBST(INTL_SHARED_LIBADD)
PHP_REQUIRE_CXX()
-+ INTL_COMMON_FLAGS="$ICU_INCS -Wno-write-strings -D__STDC_LIMIT_MACROS"
++ INTL_COMMON_FLAGS="$ICU_INCS -Wno-write-strings -DU_DEFINE_FALSE_AND_TRUE=1 -D__STDC_LIMIT_MACROS"
if test "$icu_version" -ge "4002"; then
icu_spoof_src=" spoofchecker/spoofchecker_class.c \
spoofchecker/spoofchecker.c\