summaryrefslogtreecommitdiffstats
path: root/php56.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-17 08:17:06 +0100
committerRemi Collet <remi@remirepo.net>2020-03-17 08:17:06 +0100
commitb7581d7d6e424b72f8653e9852e882436fffb6c5 (patch)
tree3d7f7e3667323c8514f12ecaf136b88f3742bac8 /php56.spec
parent313c6ee5d5d2d72745c56e5054467ea542c42deb (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 'php56.spec')
-rw-r--r--php56.spec17
1 files changed, 15 insertions, 2 deletions
diff --git a/php56.spec b/php56.spec
index 21e19c3..594e7b2 100644
--- a/php56.spec
+++ b/php56.spec
@@ -36,7 +36,7 @@
%endif
%global oraclelib 18.1
%else
-%global oraclever 19.5
+%global oraclever 19.6
%global oraclelib 19.1
%endif
@@ -152,7 +152,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.6.40
-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
@@ -244,6 +244,8 @@ Patch233: php-bug79099.patch
Patch234: php-bug79037.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
@@ -1041,6 +1043,8 @@ echo CIBLE = %{name}-%{version}-%{release} oci8=%{with_oci8} libzip=%{with_libzi
%patch234 -p1 -b .bug79037
%patch236 -p1 -b .bug79221
%patch237 -p1 -b .bug79082
+%patch238 -p1 -b .bug79282
+%patch239 -p1 -b .bug79329
# Fixes for tests
%patch300 -p1 -b .datetests
@@ -2097,6 +2101,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> - 5.6.40-18
- phar:
Fix #79082 Files added to tar with Phar::buildFromIterator have all-access permissions