diff options
author | nectar <nectar@FreeBSD.org> | 2002-05-08 00:36:45 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-05-08 00:36:45 +0800 |
commit | 752c1e7ee8ae81a8b9bae3049cf894d9861b2ec5 (patch) | |
tree | 145f47284ea02a68a3325ea10830ffc86bcaf9a5 /net | |
parent | 1f92d5d02e01640cdee281681ed4795740a478c5 (diff) | |
download | freebsd-ports-graphics-752c1e7ee8ae81a8b9bae3049cf894d9861b2ec5.tar.gz freebsd-ports-graphics-752c1e7ee8ae81a8b9bae3049cf894d9861b2ec5.tar.zst freebsd-ports-graphics-752c1e7ee8ae81a8b9bae3049cf894d9861b2ec5.zip |
Mark FORBIDDEN.
This port was missed when sweeping through affected RADIUS
ports on 2002/01/29.
Diffstat (limited to 'net')
-rw-r--r-- | net/radius/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/radius/Makefile b/net/radius/Makefile index f3f39bae66a..dab41df5c5b 100644 --- a/net/radius/Makefile +++ b/net/radius/Makefile @@ -16,6 +16,8 @@ MAINTAINER= ports@FreeBSD.org RESTRICTED= redistribution in binary only NO_CDROM= not allowed to charge fee for redistribution +FORBIDDEN= "Remotely exploitable buffer overflow" + NO_WRKSUBDIR= yes INSTALL_TARGET= install-all MAKE-FLAGS+= -DPREFIX=${PREFIX} |