]> git.pld-linux.org Git - packages/apache-mod_perl.git/commitdiff
- release 2: added SECURITY -path_info_secfix.path auto/th/apache-mod_perl-2_0_3-2
authorradek <radek@pld-linux.org>
Fri, 23 Mar 2007 13:14:52 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_perl.spec -> 1.154

apache-mod_perl.spec

index 0ebfc07d8a16cfdaaf5689d141bb29d609b26702..8d73a34dd9553f9843efe4ab9d1d196d4503f654 100644 (file)
@@ -31,7 +31,7 @@ Summary(uk.UTF-8):    Модуль вбудовування інтерпретат
 Summary(zh_CN.UTF-8):  用于 Apache web 服务程序的 Perl 解释程序。
 Name:          apache-mod_perl
 Version:       2.0.3
-Release:       1
+Release:       2
 Epoch:         1
 License:       Apache
 Group:         Networking/Daemons
@@ -39,6 +39,7 @@ Source0:      http://perl.apache.org/dist/mod_perl-%{version}.tar.gz
 # Source0-md5: b40e2adf67c6be15a0041af1c67b6997
 Source1:       %{name}.conf
 Patch0:                %{name}-Makefile_PL.patch
+Patch1:                %{name}-path_info_secfix.patch
 URL:           http://perl.apache.org/
 BuildRequires: apache-devel >= 2.0.55-1
 BuildRequires: apr-util-devel >= 1:1.0.0
@@ -236,6 +237,7 @@ Perlowe API dla mod_perla.
 %prep
 %setup -q -n mod_%{mod_name}-%{version}
 %patch0 -p1
+%patch1 -p0
 
 bundled=$(%{__perl} -IApache-Test/lib -MApache::Test -e 'print Apache::Test->VERSION')
 if [ "%apache_test_version" != "$bundled" ]; then
This page took 0.159016 seconds and 4 git commands to generate.