diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-02-11 12:02:24 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-02-11 12:02:24 +0000 |
commit | 2a000747a08791b6d1567437c2c94fbac3819955 (patch) | |
tree | 931403e826dc6e0a131dfb29502ade62e9cb3e32 /games/nethack34 | |
parent | upgrade to 7.2.440 (diff) |
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...
Notes
Notes:
svn path=/head/; revision=75289
Diffstat (limited to '')
-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 |