From 081c8f0910e48e31080e2a494234d963990c5bca Mon Sep 17 00:00:00 2001 From: radek Date: Fri, 23 Mar 2007 13:14:52 +0000 Subject: [PATCH] - release 2: added SECURITY -path_info_secfix.path Changed files: apache-mod_perl.spec -> 1.154 --- apache-mod_perl.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apache-mod_perl.spec b/apache-mod_perl.spec index 0ebfc07..8d73a34 100644 --- a/apache-mod_perl.spec +++ b/apache-mod_perl.spec @@ -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 -- 2.44.0