summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-17 08:44:47 +0100
committerRemi Collet <remi@remirepo.net>2020-03-17 08:44:47 +0100
commit551f96862bcde0240976c067e36ed67a6977ad8f (patch)
treea39539fb4520f605b3d421f1467afe794882a8c4 /php.spec
parent86519c6c353db3038812339d6a3c5dcab928c2e4 (diff)
standard:
Fix #79329 get_headers() silently truncates after a null byte CVE-2020-7066 exif: Fix #79282 Use-of-uninitialized-value in exif CVE-2020-7064 use oracle client library version 19.6 (18.5 on EL-6)
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec17
1 files changed, 15 insertions, 2 deletions
diff --git a/php.spec b/php.spec
index fa99981..268c1af 100644
--- a/php.spec
+++ b/php.spec
@@ -63,7 +63,7 @@
%endif
%global oraclelib 18.1
%else
-%global oraclever 19.5
+%global oraclever 19.6
%global oraclelib 19.1
%endif
@@ -141,7 +141,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 18%{?dist}
+Release: 19%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -243,6 +243,8 @@ Patch234: php-bug79037.patch
Patch235: php-bug77569.patch
Patch236: php-bug79221.patch
Patch237: php-bug79082.patch
+Patch238: php-bug79282.patch
+Patch239: php-bug79329.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -1023,6 +1025,8 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch235 -p1 -b .bug77569
%patch236 -p1 -b .bug79221
%patch237 -p1 -b .bug79082
+%patch238 -p1 -b .bug79282
+%patch239 -p1 -b .bug79329
: ---------------------------
#exit 1
@@ -1975,6 +1979,15 @@ EOF
%changelog
+* Tue Mar 17 2020 Remi Collet <remi@remirepo.net> - 5.6.40-19
+- standard:
+ Fix #79329 get_headers() silently truncates after a null byte
+ CVE-2020-7066
+- exif:
+ Fix #79282 Use-of-uninitialized-value in exif
+ CVE-2020-7064
+- use oracle client library version 19.6 (18.5 on EL-6)
+
* Tue Feb 18 2020 Remi Collet <remi@remirepo.net> - 7.0.33-18
- dom:
Fix #77569 Write Access Violation in DomImplementation