summaryrefslogtreecommitdiffstats
path: root/php71.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-17 09:34:59 +0100
committerRemi Collet <remi@remirepo.net>2020-03-17 09:34:59 +0100
commit9f6be3ba3d21582ce2bc0e2934e8bc3c71b18b38 (patch)
tree3cd80723c05a4bcbd9b31db616634e74a55ac960 /php71.spec
parente45351ab26fc8ef71c133804d0999c0b64e0f1bb (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 'php71.spec')
-rw-r--r--php71.spec17
1 files changed, 15 insertions, 2 deletions
diff --git a/php71.spec b/php71.spec
index 10b81db..07e33d0 100644
--- a/php71.spec
+++ b/php71.spec
@@ -34,7 +34,7 @@
%endif
%global oraclelib 18.1
%else
-%global oraclever 19.5
+%global oraclever 19.6
%global oraclelib 19.1
%endif
@@ -118,7 +118,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 5%{?dist}
+Release: 6%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -189,6 +189,8 @@ Patch208: php-bug79037.patch
Patch209: php-bug77569.patch
Patch210: php-bug79221.patch
Patch211: php-bug79082.patch
+Patch212: php-bug79282.patch
+Patch213: php-bug79329.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -1056,6 +1058,8 @@ support for JavaScript Object Notation (JSON) to PHP.
%patch209 -p1 -b .bug77569
%patch210 -p1 -b .bug79221
%patch211 -p1 -b .bug79082
+%patch212 -p1 -b .bug79282
+%patch213 -p1 -b .bug79329
# Fixes for tests
%if 0%{?fedora} >= 25 || 0%{?rhel} >= 6
@@ -2130,6 +2134,15 @@ EOF
%changelog
+* Tue Mar 17 2020 Remi Collet <remi@remirepo.net> - 7.1.33-6
+- 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.1.33-5
- dom:
Fix #77569 Write Access Violation in DomImplementation