Browse Source

apply security fix (CAN-2005-2728)

master
parent
commit
cdb466ca55
  1. 5
      apache2/apache2.spec

5
apache2/apache2.spec

@ -39,7 +39,7 @@ Class: PLUS
Group: Web
License: ASF
Version: %{V_apache}
Release: 20050728
Release: 20050905
# package options (suexec related)
%option with_suexec yes
@ -61,6 +61,7 @@ Source0: http://www.apache.org/dist/httpd/httpd-%{V_apache}.tar.gz
Source1: http://perl.apache.org/dist/mod_perl-%{V_mod_perl}.tar.gz
Source2: rc.apache2
Patch0: apache2.patch
Patch1: http://people.apache.org/~jorton/ap_byterange.diff
# build information
Prefix: %{l_prefix}
@ -119,7 +120,7 @@ Conflicts: apache
%prep
%setup -q -c
%patch -p0 -d httpd-%{V_apache}
%patch -p0 -d httpd-%{V_apache} -P 0 1
%if "%{with_mod_perl}" == "yes"
%setup -q -T -D -a 1
%endif

Loading…
Cancel
Save