diff options
author | mbr <mbr@FreeBSD.org> | 2002-02-05 22:20:36 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-02-05 22:20:36 +0800 |
commit | 197849a2c21fb0bb446786c5e210190d17f39096 (patch) | |
tree | 7a670ecdebf6992c677fa06cb64ede15bc9a1c41 | |
parent | daf2f6084ab18c20a0420703c038dd736093f2d3 (diff) | |
download | freebsd-ports-gnome-197849a2c21fb0bb446786c5e210190d17f39096.tar.gz freebsd-ports-gnome-197849a2c21fb0bb446786c5e210190d17f39096.tar.zst freebsd-ports-gnome-197849a2c21fb0bb446786c5e210190d17f39096.zip |
Mark this port FORBIDDEN, since every previous version of
it has been exploitable including this one :-(
Requested by: nectar
-rw-r--r-- | www/mod_frontpage/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_frontpage/Makefile b/www/mod_frontpage/Makefile index 3ea8acfd75ad..fa94d75f25ae 100644 --- a/www/mod_frontpage/Makefile +++ b/www/mod_frontpage/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://people.freebsd.org/~mbr/distfiles/ MAINTAINER= mbr@FreeBSD.org +FORBIDDEN= "Buffer overflows in fpexec, exploitable locally. A fix is in work" + AP_PORT?= apache13 BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${AP_PORT} |