From b68c91cd2a3db73ee12f08414867dd50f3ce94f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Mar 2019 14:04:19 +0100 Subject: - exit: Fix #77509 Uninitialized read in exif_process_IFD_in_TIFF Fix #77540 Invalid Read on exif_process_SOFn Fix #77563 Uninitialized read in exif_process_IFD_in_MAKERNOTE Fix #77659 Uninitialized read in exif_process_IFD_in_MAKERNOTE - phar: Fix #77396 Null Pointer Dereference in phar_create_or_parse_filename - spl: Fix #77431 openFile() silently truncates after a null byte --- php.spec | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 79092c5..9a7a06e 100644 --- a/php.spec +++ b/php.spec @@ -131,7 +131,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 3%{?dist} +Release: 4%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -203,6 +203,11 @@ Patch204: php-bug77380.patch Patch205: php-bug77381.patch Patch206: php-bug77369.patch Patch207: php-bug77418.patch +Patch208: php-bug77396.patch +Patch209: php-bug77431.patch +Patch210: php-bug77540.patch +Patch211: php-bug77563.patch +Patch212: php-bug77586.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -944,6 +949,11 @@ support for JavaScript Object Notation (JSON) to PHP. %patch205 -p1 -b .bug77381 %patch206 -p1 -b .bug77369 %patch207 -p1 -b .bug77418 +%patch208 -p1 -b .bug77396 +%patch209 -p1 -b .bug77431 +%patch210 -p1 -b .bug77540 +%patch211 -p1 -b .bug77563 +%patch212 -p1 -b .bug77586 : --------------------------- #exit 1 @@ -1896,6 +1906,18 @@ EOF %changelog +* Mon Mar 4 2019 Remi Collet - 7.0.33-4 +- exit: + Fix #77509 Uninitialized read in exif_process_IFD_in_TIFF + Fix #77540 Invalid Read on exif_process_SOFn + Fix #77563 Uninitialized read in exif_process_IFD_in_MAKERNOTE + Fix #77659 Uninitialized read in exif_process_IFD_in_MAKERNOTE +- phar: + Fix #77396 Null Pointer Dereference in phar_create_or_parse_filename +- spl: + Fix #77431 openFile() silently truncates after a null byte + + * Fri Jan 18 2019 Remi Collet - 7.0.33-3 - cleanup for EL-8 -- cgit