diff options
author | eik <eik@FreeBSD.org> | 2004-03-11 19:45:26 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-03-11 19:45:26 +0800 |
commit | 62b1acc5581a14924e28f4a0d27cd7b7d839968b (patch) | |
tree | 15b96fc1e779a276490e39b76c1a3d913bee2de6 /www | |
parent | 727f2d147f3dd4a33ff93efa5cd064c58aa5d18a (diff) | |
download | freebsd-ports-gnome-62b1acc5581a14924e28f4a0d27cd7b7d839968b.tar.gz freebsd-ports-gnome-62b1acc5581a14924e28f4a0d27cd7b7d839968b.tar.zst freebsd-ports-gnome-62b1acc5581a14924e28f4a0d27cd7b7d839968b.zip |
mark FORBIDDEN: denial of service vulnerability
http://people.freebsd.org/~eik/portaudit/1ed556e6-734f-11d8-868e-000347dd607f.html
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_python/Makefile | 2 | ||||
-rw-r--r-- | www/mod_python3/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_python/Makefile b/www/mod_python/Makefile index c97719fb0b80..0dd733014305 100644 --- a/www/mod_python/Makefile +++ b/www/mod_python/Makefile @@ -16,6 +16,8 @@ DIST_SUBDIR= python MAINTAINER= ports@FreeBSD.org COMMENT= Apache module for integrating Python +FORBIDDEN= denial of service vulnerability + USE_APACHE= yes NO_PACKAGE= "Requires Python without threads support" USE_PYTHON= yes diff --git a/www/mod_python3/Makefile b/www/mod_python3/Makefile index 0b10c53c7b18..c8a0425b25c9 100644 --- a/www/mod_python3/Makefile +++ b/www/mod_python3/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= perky@FreeBSD.org COMMENT= Apache module that embeds the Python interpreter within the server +FORBIDDEN= denial of service vulnerability + WITH_APACHE2= yes USE_APACHE= yes USE_PYTHON= yes |