From bc879fa08ec1b3f6c79d75d10672936231d569bc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Feb 2015 08:03:04 +0100 Subject: php54-extras: upstream mcrypt security fix --- php-extras.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'php-extras.spec') diff --git a/php-extras.spec b/php-extras.spec index ad167ff..a2f12a1 100644 --- a/php-extras.spec +++ b/php-extras.spec @@ -29,13 +29,16 @@ Name: %{?scl_prefix}php-extras Summary: Additional PHP modules from the standard PHP distribution Version: 5.4.16 -Release: 5%{?dist} +Release: 6%{?dist} Group: Development/Languages License: The PHP License URL: http://www.php.net/ Source0: http://www.php.net/distributions/php-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# Security patches +Patch0: php-5.4.16-mcrypt.patch + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{?scl_prefix}php-devel >= 5.4 @@ -155,6 +158,8 @@ add support for using the enchant library to PHP. %prep %setup -q -n php-%{version} +%patch0 -p1 -b .security + # avoid tests which requires databases rm -rf ext/{mssql,pdo_dblib,interbase,pdo_firebird}/tests @@ -242,6 +247,9 @@ rm -rf %{buildroot} %changelog +* Fri Feb 13 2015 Remi Collet - 5.4.16-6 +- mcrypt upstream security fix + * Mon Jul 21 2014 Remi Collet - 5.4.16-5 - add tidy for rhel-7 -- cgit