From 9fcf313ce835b2433b6d1a2ad3644461cb706630 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Mar 2019 08:49:47 +0100 Subject: Fix #77630 rename() across the device may allow unwanted access during processing --- php56.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php56.spec') diff --git a/php56.spec b/php56.spec index e4c1a87..945c160 100644 --- a/php56.spec +++ b/php56.spec @@ -142,7 +142,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.6.40 -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 @@ -205,6 +205,7 @@ Patch100: php-5.6.31-oci.patch # Security fixes (200+) Patch210: php-bug77540.patch Patch211: php-bug77563.patch +Patch213: php-bug77630.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -966,6 +967,7 @@ echo CIBLE = %{name}-%{version}-%{release} oci8=%{with_oci8} libzip=%{with_libzi # security patches %patch210 -p1 -b .bug77540 %patch211 -p1 -b .bug77563 +%patch213 -p1 -b .bug77630 # Fixes for tests %patch300 -p1 -b .datetests @@ -1996,6 +1998,10 @@ EOF %changelog +* Tue Mar 5 2019 Remi Collet - 5.6.40-4 +- Fix #77630 rename() across the device may allow unwanted access + during processing + * Mon Mar 4 2019 Remi Collet - 5.6.40-3 - exif: Fix #77509 Uninitialized read in exif_process_IFD_in_TIFF -- cgit