diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-02-13 08:08:21 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-02-13 08:08:21 +0100 |
commit | ac79814f8387b199c5062258b24d2fef50bf0a56 (patch) | |
tree | aca23f0eaeb163ed9f1ab24b19ef54a1d6130f70 /php-extras.spec | |
parent | 54c38d46e504a1b1545b586910cfa09cc16f2ff1 (diff) |
php55-extras: upstream mcrypt security fix
Diffstat (limited to 'php-extras.spec')
-rw-r--r-- | php-extras.spec | 12 |
1 files changed, 10 insertions, 2 deletions
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 <rcollet@redhat.com> - 5.5.6-3 +- mcrypt upstream security fix + * Mon Jul 21 2014 Remi Collet <rcollet@redhat.com> - 5.5.6-2 - add imap for rhel-7 |