summaryrefslogtreecommitdiffstats
path: root/php-extras.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-02-13 08:03:04 +0100
committerRemi Collet <fedora@famillecollet.com>2015-02-13 08:03:04 +0100
commitbc879fa08ec1b3f6c79d75d10672936231d569bc (patch)
tree770317c047fd003e513b734fedbfe5e3f508e5c3 /php-extras.spec
parentbf8b135ce0c5a26466be6543f52fe78e5bfb6e16 (diff)
php54-extras: upstream mcrypt security fix
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 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 <rcollet@redhat.com> - 5.4.16-6
+- mcrypt upstream security fix
+
* Mon Jul 21 2014 Remi Collet <rcollet@redhat.com> - 5.4.16-5
- add tidy for rhel-7