mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add a patch for a bug on infinite loop in HTTP_IN
filter that allows DoS attack. - Bump PORTREVISION - Change maintainer address Obtained from: Apache Group CVS (rev 1.150-1.151)
This commit is contained in:
parent
914d8e6f31
commit
f3cc6576b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62692
8 changed files with 48 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= apache
|
||||
PORTVERSION= 2.0.39
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= http://www.apache.org/dist/httpd/ \
|
||||
http://apache.mirrorcentral.com/dist/httpd/ \
|
||||
|
@ -21,7 +21,7 @@ DISTNAME= httpd-${PORTVERSION}
|
|||
DISTFILES= ${DISTNAME}.tar.gz powerlogo.gif:freebsd
|
||||
EXTRACT_ONLY= ${DISTNAME}.tar.gz
|
||||
|
||||
MAINTAINER?= perky@fallin.lv
|
||||
MAINTAINER?= perky@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2
|
||||
|
||||
|
|
10
www/apache2/files/patch-modules:http:http_request.c
Normal file
10
www/apache2/files/patch-modules:http:http_request.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- modules/http/http_request.c.orig 26 Jun 2002 19:45:06 -0000 1.150
|
||||
+++ modules/http/http_request.c 27 Jun 2002 04:40:47 -0000 1.151
|
||||
@@ -383,8 +383,6 @@
|
||||
f = f->next;
|
||||
}
|
||||
|
||||
- ap_add_input_filter("HTTP_IN", NULL, new, new->connection);
|
||||
-
|
||||
apr_table_setn(new->subprocess_env, "REDIRECT_STATUS",
|
||||
apr_itoa(r->pool, r->status));
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= apache
|
||||
PORTVERSION= 2.0.39
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= http://www.apache.org/dist/httpd/ \
|
||||
http://apache.mirrorcentral.com/dist/httpd/ \
|
||||
|
@ -21,7 +21,7 @@ DISTNAME= httpd-${PORTVERSION}
|
|||
DISTFILES= ${DISTNAME}.tar.gz powerlogo.gif:freebsd
|
||||
EXTRACT_ONLY= ${DISTNAME}.tar.gz
|
||||
|
||||
MAINTAINER?= perky@fallin.lv
|
||||
MAINTAINER?= perky@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2
|
||||
|
||||
|
|
10
www/apache20/files/patch-modules:http:http_request.c
Normal file
10
www/apache20/files/patch-modules:http:http_request.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- modules/http/http_request.c.orig 26 Jun 2002 19:45:06 -0000 1.150
|
||||
+++ modules/http/http_request.c 27 Jun 2002 04:40:47 -0000 1.151
|
||||
@@ -383,8 +383,6 @@
|
||||
f = f->next;
|
||||
}
|
||||
|
||||
- ap_add_input_filter("HTTP_IN", NULL, new, new->connection);
|
||||
-
|
||||
apr_table_setn(new->subprocess_env, "REDIRECT_STATUS",
|
||||
apr_itoa(r->pool, r->status));
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= apache
|
||||
PORTVERSION= 2.0.39
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= http://www.apache.org/dist/httpd/ \
|
||||
http://apache.mirrorcentral.com/dist/httpd/ \
|
||||
|
@ -21,7 +21,7 @@ DISTNAME= httpd-${PORTVERSION}
|
|||
DISTFILES= ${DISTNAME}.tar.gz powerlogo.gif:freebsd
|
||||
EXTRACT_ONLY= ${DISTNAME}.tar.gz
|
||||
|
||||
MAINTAINER?= perky@fallin.lv
|
||||
MAINTAINER?= perky@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2
|
||||
|
||||
|
|
10
www/apache21/files/patch-modules:http:http_request.c
Normal file
10
www/apache21/files/patch-modules:http:http_request.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- modules/http/http_request.c.orig 26 Jun 2002 19:45:06 -0000 1.150
|
||||
+++ modules/http/http_request.c 27 Jun 2002 04:40:47 -0000 1.151
|
||||
@@ -383,8 +383,6 @@
|
||||
f = f->next;
|
||||
}
|
||||
|
||||
- ap_add_input_filter("HTTP_IN", NULL, new, new->connection);
|
||||
-
|
||||
apr_table_setn(new->subprocess_env, "REDIRECT_STATUS",
|
||||
apr_itoa(r->pool, r->status));
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= apache
|
||||
PORTVERSION= 2.0.39
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= http://www.apache.org/dist/httpd/ \
|
||||
http://apache.mirrorcentral.com/dist/httpd/ \
|
||||
|
@ -21,7 +21,7 @@ DISTNAME= httpd-${PORTVERSION}
|
|||
DISTFILES= ${DISTNAME}.tar.gz powerlogo.gif:freebsd
|
||||
EXTRACT_ONLY= ${DISTNAME}.tar.gz
|
||||
|
||||
MAINTAINER?= perky@fallin.lv
|
||||
MAINTAINER?= perky@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2
|
||||
|
||||
|
|
10
www/apache22/files/patch-modules:http:http_request.c
Normal file
10
www/apache22/files/patch-modules:http:http_request.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- modules/http/http_request.c.orig 26 Jun 2002 19:45:06 -0000 1.150
|
||||
+++ modules/http/http_request.c 27 Jun 2002 04:40:47 -0000 1.151
|
||||
@@ -383,8 +383,6 @@
|
||||
f = f->next;
|
||||
}
|
||||
|
||||
- ap_add_input_filter("HTTP_IN", NULL, new, new->connection);
|
||||
-
|
||||
apr_table_setn(new->subprocess_env, "REDIRECT_STATUS",
|
||||
apr_itoa(r->pool, r->status));
|
Loading…
Add table
Reference in a new issue