From b62477ae70d01286a33b9faf812d5ce7b8376ee5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Apr 2015 13:10:42 +0200 Subject: PHP 5.4: add patch from 5.5.14 for https://bugs.php.net/50444 --- php.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index be5c307..1b0930e 100644 --- a/php.spec +++ b/php.spec @@ -109,7 +109,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: 5.4.39 -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -163,6 +163,8 @@ Patch91: php-5.3.7-oci8conf.patch Patch100: php-5.4.33-bug65641.patch # Backported from 5.5.16 for https://bugs.php.net/67635 Patch101: php-5.4.38-systemd.patch +# Backported from 5.5.14 for https://bugs.php.net/50444 +Patch102: php-5.4.39-bug50444.patch # Security fixes (200+) @@ -792,6 +794,7 @@ support for using the enchant library to PHP. # upstream patches %patch100 -p1 -b .bug65641 %patch101 -p1 -b .bug65635 +%patch102 -p1 -b .bug50444 # security patches @@ -1590,6 +1593,9 @@ fi %changelog +* Thu Apr 9 2015 Remi Collet 5.4.39-2 +- add patch from 5.5.14 for https://bugs.php.net/50444 + * Thu Mar 19 2015 Remi Collet 5.4.39-1 - Update to 5.4.39 http://www.php.net/releases/5_4_39.php -- cgit