From 16375f649ef046432ee49b51fdb073bad92d72ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 5 Nov 2009 09:40:56 +0000 Subject: [PATCH] - rel 8; fix for bug 48094 and slowloris like connection scheme mitigation patch Changed files: apache.spec -> 1.584 --- apache.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apache.spec b/apache.spec index 63aa34f..a327a7c 100644 --- a/apache.spec +++ b/apache.spec @@ -25,7 +25,7 @@ Summary(ru.UTF-8): Самый популярный веб-сервер Summary(tr.UTF-8): Lider WWW tarayıcı Name: apache Version: 2.2.14 -Release: 7 +Release: 8 License: Apache v2.0 Group: Networking/Daemons/HTTP Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz @@ -77,6 +77,9 @@ Patch18: %{name}-v6only-ENOPROTOOPT.patch Patch19: %{name}-conffile-path.patch Patch20: %{name}-apxs.patch Patch23: %{name}-suexec_fcgi.patch +Patch24: %{name}-bug-48094.patch +# http://marc.info/?l=apache-httpd-dev&m=125712658610440&w=2 +Patch25: %{name}-shutdown-sockets.patch URL: http://httpd.apache.org/ BuildRequires: apr-devel >= 1:1.2 BuildRequires: apr-util-devel >= 1:1.3 @@ -1732,6 +1735,8 @@ Dwa programy testowe/przykładowe cgi: test-cgi and print-env. %patch19 -p1 %patch20 -p1 %patch23 -p1 +%patch24 -p1 +%patch25 -p1 # using system apr, apr-util and pcre rm -rf srclib/{apr,apr-util,pcre} -- 2.44.0