source: trunk/server/fedora/specs/php.spec.patch @ 2199

Last change on this file since 2199 was 2199, checked in by ezyang, 12 years ago
PHP version bump (undeployed)
File size: 829 bytes
RevLine 
[2199]1--- php.spec.~1~        2012-04-27 11:35:35.000000000 -0400
2+++ php.spec    2012-05-23 00:39:40.233431646 -0400
3@@ -38,7 +38,7 @@
[2184]4 Summary: PHP scripting language for creating dynamic web sites
5 Name: php
[2199]6 Version: 5.3.11
[2184]7-Release: 1%{?dist}
8+Release: 1%{?dist}.scripts.%{scriptsversion}
9 License: PHP
10 Group: Development/Languages
11 URL: http://www.php.net/
[2199]12@@ -78,6 +78,9 @@
[2184]13 # Fixes for tests
14 Patch61: php-5.0.4-tests-wddx.patch
15 
16+Provides: scripts-php
17+Patch100: php-cve-2012-1823.patch
18+
19 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
20 
21 BuildRequires: bzip2-devel, curl-devel >= 7.9, db4-devel, gmp-devel
[2199]22@@ -546,6 +549,8 @@
[2184]23 
24 %patch61 -p1 -b .tests-wddx
25 
26+%patch100 -p0 -b .cve-2012-1823
27+
28 # Prevent %%doc confusion over LICENSE files
29 cp Zend/LICENSE Zend/ZEND_LICENSE
30 cp TSRM/LICENSE TSRM_LICENSE
Note: See TracBrowser for help on using the repository browser.