diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-11 11:45:26 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-11 11:45:26 +0000 |
commit | e16d24ad48ae11e3e882bde2c150153c6c7a4a2d (patch) | |
tree | 30abf198fb7038d9ad48414dc3dfed7cd89c66de | |
parent | 2aedbc5b8fe94c63111c444c8d983861dd994003 (diff) | |
download | ports-e16d24ad48ae11e3e882bde2c150153c6c7a4a2d.tar.gz ports-e16d24ad48ae11e3e882bde2c150153c6c7a4a2d.zip |
Notes
-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 |