]> git.pld-linux.org Git - packages/apache.git/commitdiff
- rel 8; fix for bug 48094 and slowloris like connection scheme mitigation patch
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 5 Nov 2009 09:40:56 +0000 (09:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.spec -> 1.584

apache.spec

index 63aa34f6b8d7b17ac31f02fc22f7e2228d52afc0..a327a7c53063ca707e8dc7ef22531c6b7a3592a5 100644 (file)
@@ -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}
This page took 0.144545 seconds and 4 git commands to generate.