From ac79814f8387b199c5062258b24d2fef50bf0a56 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Feb 2015 08:08:21 +0100 Subject: php55-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 1d506ab..38048ea 100644 --- a/php-extras.spec +++ b/php-extras.spec @@ -30,14 +30,17 @@ Name: %{?scl_prefix}php-extras Summary: Additional PHP modules from the standard PHP distribution Version: 5.5.6 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Languages License: The PHP License URL: http://www.php.net/ # Sources extracted from php source rpm Source0: php-%{version}-strip.tar.xz -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 >= %{version} @@ -159,6 +162,8 @@ messages on mail servers. PHP is an HTML-embedded scripting language. %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 @@ -246,6 +251,9 @@ rm -rf %{buildroot} %changelog +* Fri Feb 13 2015 Remi Collet - 5.5.6-3 +- mcrypt upstream security fix + * Mon Jul 21 2014 Remi Collet - 5.5.6-2 - add imap for rhel-7 -- cgit