diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-03 01:13:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-03 01:13:35 +0000 |
commit | 6d501683c59def0cbd3b2199f5761a30cd55fb0e (patch) | |
tree | 6f54d10ae652f3753783a7376e857d476d3c593b | |
parent | pscan-1.2 is a security scanner for misuse of format strings in sprintf-like (diff) |
Mark FORBIDDEN due to remote exploits. Both people in the world still
using gopher, please take note.
Notes
Notes:
svn path=/head/; revision=32218
-rw-r--r-- | net/gopher/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/gopher/Makefile b/net/gopher/Makefile index 1a339636339d..20da974e54f9 100644 --- a/net/gopher/Makefile +++ b/net/gopher/Makefile @@ -13,6 +13,8 @@ DISTNAME= gopher2_3.1 MAINTAINER= ports@FreeBSD.org +FORBIDDEN= "Remote exploits" + BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/wais:build DATADIR= $(PREFIX)/gopher-data |