diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-05-07 16:36:45 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-05-07 16:36:45 +0000 |
commit | 1e8135463a37f9ceb29f2e7f5133d3d6e56558a3 (patch) | |
tree | 5bbbcd17a658070b4a7605e4f672458c062142c9 /net | |
parent | Remove need for gnugetopt. This was corrected in 0.2.26. (diff) |
Mark FORBIDDEN.
This port was missed when sweeping through affected RADIUS
ports on 2002/01/29.
Notes
Notes:
svn path=/head/; revision=58662
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 f3f39bae66ac..dab41df5c5ba 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} |