diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-30 04:56:30 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-30 04:56:30 +0800 |
commit | b2e8dee692995b0e7f4ead09e7b2def71ab0c5ab (patch) | |
tree | ae1026fd154cce9330256920704f1f458c852af7 /games | |
parent | 6db8b3af6408efe5122bd98e06cac80cfbac54fa (diff) | |
download | freebsd-ports-gnome-b2e8dee692995b0e7f4ead09e7b2def71ab0c5ab.tar.gz freebsd-ports-gnome-b2e8dee692995b0e7f4ead09e7b2def71ab0c5ab.tar.zst freebsd-ports-gnome-b2e8dee692995b0e7f4ead09e7b2def71ab0c5ab.zip |
Mark as B0RKEN - this version contains remotely exploitable buffer overrun,
new version is available that fixes this problem, but I don't have a time
to do the update right now.
Diffstat (limited to 'games')
-rw-r--r-- | games/teg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/teg/Makefile b/games/teg/Makefile index 107420d8f99b..c56f4e872faf 100644 --- a/games/teg/Makefile +++ b/games/teg/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sobomax@FreeBSD.org +BROKEN= "Remotely exploitable buffer overrun" + USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes |