From d86fc6e7b23f6fe389b22746f775b93d5d80d0ca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Jan 2019 13:38:24 +0100 Subject: Backport xmlrpc security fix from 5.6.40 - Fix #77242 heap out of bounds read in xmlrpc_decode - Fix #77380 Global out of bounds read in xmlrpc base64 code --- php.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 3a8674d..8509d51 100644 --- a/php.spec +++ b/php.spec @@ -121,7 +121,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: 5.4.45 -Release: 16%{?dist} +Release: 17%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -257,6 +257,8 @@ Patch271: bug76582.patch Patch272: bug77153.patch Patch273: bug77020.patch Patch274: bug77231.patch +Patch275: bug77242.patch +Patch276: bug77380.patch # Fixes for tests (300+) # Backported from 5.5 @@ -972,6 +974,8 @@ support for using the enchant library to PHP. %patch272 -p1 -b .bug77153 %patch273 -p1 -b .bug77020 %patch274 -p1 -b .bug77231 +%patch275 -p1 -b .bug77242 +%patch276 -p1 -b .bug77380 : ------------------------ #exit 1 @@ -1809,6 +1813,10 @@ EOF %changelog +* Fri Jan 11 2019 Remi Collet - 5.4.45-17 +- Fix #77242 heap out of bounds read in xmlrpc_decode +- Fix #77380 Global out of bounds read in xmlrpc base64 code + * Mon Dec 10 2018 Remi Collet - 5.4.45-16 - Fix #77231 Segfault when using convert.quoted-printable-encode filter - Fix #77020 null pointer dereference in imap_mail -- cgit