summaryrefslogtreecommitdiffstats
path: root/php70.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-14 10:30:07 +0200
committerRemi Collet <remi@remirepo.net>2020-04-14 10:30:07 +0200
commite266f520b5f3a79a8c3dcb3ec7ec4edc29cb9101 (patch)
tree39b750baa6a57d79ee2f8d64676c3a243ecc2aad /php70.spec
parentb4598c8450148eae0f1437614fcbb0c962816565 (diff)
standard:
Fix #79330 shell_exec silently truncates after a null byte Fix #79465 OOB Read in urldecode CVE-2020-7067
Diffstat (limited to 'php70.spec')
-rw-r--r--php70.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/php70.spec b/php70.spec
index f2d9f60..26246d4 100644
--- a/php70.spec
+++ b/php70.spec
@@ -118,7 +118,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-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
@@ -216,6 +216,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
@@ -1111,6 +1113,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
%if 0%{?fedora} >= 21 || 0%{?rhel} >= 5
@@ -2148,6 +2152,12 @@ fi
%changelog
+* Tue Apr 14 2020 Remi Collet <remi@remirepo.net> - 7.0.33-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> - 7.0.33-19
- standard:
Fix #79329 get_headers() silently truncates after a null byte