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

Last change on this file since 2194 was 2184, checked in by ezyang, 12 years ago
Scriptsify PHP, patch CVE 2012-1823.
File size: 829 bytes
  • php.spec

    old new  
    3737Summary: PHP scripting language for creating dynamic web sites
    3838Name: php
    3939Version: 5.3.10
    40 Release: 1%{?dist}
     40Release: 1%{?dist}.scripts.%{scriptsversion}
    4141License: PHP
    4242Group: Development/Languages
    4343URL: http://www.php.net/
     
    7676# Fixes for tests
    7777Patch61: php-5.0.4-tests-wddx.patch
    7878
     79Provides: scripts-php
     80Patch100: php-cve-2012-1823.patch
     81
    7982BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    8083
    8184BuildRequires: bzip2-devel, curl-devel >= 7.9, db4-devel, gmp-devel
     
    544547
    545548%patch61 -p1 -b .tests-wddx
    546549
     550%patch100 -p0 -b .cve-2012-1823
     551
    547552# Prevent %%doc confusion over LICENSE files
    548553cp Zend/LICENSE Zend/ZEND_LICENSE
    549554cp TSRM/LICENSE TSRM_LICENSE
Note: See TracBrowser for help on using the repository browser.