summaryrefslogtreecommitdiffstats
path: root/php-extras.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-extras.spec')
-rw-r--r--php-extras.spec12
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