diff options
author | roam <roam@FreeBSD.org> | 2003-02-11 20:02:24 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-02-11 20:02:24 +0800 |
commit | 9689aa92c46ea9073782877b3fcbbb8f0edbdaad (patch) | |
tree | ea94cb61179e45906cfbd5e8e32fb2ff6fa0ca90 /games/nethack34/Makefile | |
parent | 1cee95520baf2d8a9b58b5ca512ce1d8a493ef6e (diff) | |
download | freebsd-ports-gnome-9689aa92c46ea9073782877b3fcbbb8f0edbdaad.tar.gz freebsd-ports-gnome-9689aa92c46ea9073782877b3fcbbb8f0edbdaad.tar.zst freebsd-ports-gnome-9689aa92c46ea9073782877b3fcbbb8f0edbdaad.zip |
Mark FORBIDDEN due to a locally-exploitable buffer overflow, as reported
on BugTraq:
http://online.securityfocus.com/archive/1/311172/2003-02-08/2003-02-14/0
I wish people would contact the vendor more often, so patches/updates
are available at the time of the advisory, but oh well...
Diffstat (limited to 'games/nethack34/Makefile')
-rw-r--r-- | games/nethack34/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index c2fbe0f81344..ec39bc926874 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER?= ports@freebsd.org +FORBIDDEN= "Possibly exploitable local buffer overflow, see http://online.securityfocus.com/archive/1/311172/2003-02-08/2003-02-14/0 for more information" + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_REINPLACE= yes |