summaryrefslogtreecommitdiffstats
path: root/php56.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-14 09:36:58 +0200
committerRemi Collet <remi@remirepo.net>2020-04-14 09:36:58 +0200
commit794e4ce8b0c8c6592b935e82fd8d5a40cdbf35bd (patch)
treeb3ab4392e5cbfa41e52aaaa089dbfb46b0999d4a /php56.spec
parentb7581d7d6e424b72f8653e9852e882436fffb6c5 (diff)
standard:
Fix #79330 shell_exec silently truncates after a null byte Fix #79465 OOB Read in urldecode CVE-2020-7067
Diffstat (limited to 'php56.spec')
-rw-r--r--php56.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/php56.spec b/php56.spec
index 594e7b2..f04259c 100644
--- a/php56.spec
+++ b/php56.spec
@@ -152,7 +152,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.6.40
-Release: 19%{?dist}
+Release: 20%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -246,6 +246,8 @@ Patch236: php-bug79221.patch
Patch237: php-bug79082.patch
Patch238: php-bug79282.patch
Patch239: php-bug79329.patch
+Patch240: php-bug79330.patch
+Patch241: php-bug79465.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -1045,6 +1047,8 @@ echo CIBLE = %{name}-%{version}-%{release} oci8=%{with_oci8} libzip=%{with_libzi
%patch237 -p1 -b .bug79082
%patch238 -p1 -b .bug79282
%patch239 -p1 -b .bug79329
+%patch240 -p1 -b .bug79330
+%patch241 -p1 -b .bug79465
# Fixes for tests
%patch300 -p1 -b .datetests
@@ -2101,6 +2105,12 @@ EOF
%changelog
+* Tue Apr 14 2020 Remi Collet <remi@remirepo.net> - 5.6.40-20
+- standard:
+ Fix #79330 shell_exec silently truncates after a null byte
+ Fix #79465 OOB Read in urldecode
+ CVE-2020-7067
+
* Tue Mar 17 2020 Remi Collet <remi@remirepo.net> - 5.6.40-19
- standard:
Fix #79329 get_headers() silently truncates after a null byte