From: Adam Gołębiowski Date: Thu, 25 Aug 2005 09:08:30 +0000 (+0000) Subject: - fix for a byterange handling bug that could cause a DoS X-Git-Tag: auto/ac/apache-2_0_54-5~1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=5cb02b5b19ca47d45f4f1b031ac27bbb7fea10f5;p=packages%2Fapache.git - fix for a byterange handling bug that could cause a DoS - release 5 Changed files: apache.spec -> 1.405 --- diff --git a/apache.spec b/apache.spec index 1a61a7d..305c9ec 100644 --- a/apache.spec +++ b/apache.spec @@ -1,5 +1,4 @@ # TODO: -# - security http://security.gentoo.org/glsa/glsa-200508-15.xml # - mod_case_filter # - mod_case_filter_in # - mod_optional_fn_{export,import} @@ -36,7 +35,7 @@ Summary(ru): Summary(tr): Lider WWW tarayýcý Name: apache Version: 2.0.54 -Release: 4 +Release: 5 License: Apache Group License Group: Networking/Daemons Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz @@ -90,6 +89,8 @@ Patch22: %{name}-apr1.patch Patch23: %{name}-normalize-path.patch # http://issues.apache.org/bugzilla/attachment.cgi?id=13377 external pcre Patch24: %{name}2-pcre-patch.diff +# http://issues.apache.org/bugzilla/attachment.cgi?id=16102 DoS +Patch25: %{name}2-byterange.patch URL: http://httpd.apache.org/ BuildRequires: automake BuildRequires: apr-devel >= 1:1.0.0 @@ -774,6 +775,7 @@ Dwa programy testowe/przyk %patch22 -p1 %patch23 -p1 %{?with_external_pcre:%patch24 -p2} +%patch25 -p0 %{__perl} -pi -e "s@/usr/local/bin/perl@%{__perl}@" $(grep -rl "/usr/local/bin/perl" *) %{__perl} -pi -e "s@BUILD_SUBDIRS.*@BUILD_SUBDIRS =@g" srclib/Makefile.in