diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-01-29 00:53:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-01-29 00:53:55 +0000 |
commit | f39b1f9c9b8428c9f48f9732a375b287c48923aa (patch) | |
tree | c72550c8bb6bcf59dbaaf5ea37e05e8b37a120c7 /net | |
parent | Mark FORBIDDEN: exploitable buffer overflows yielding gid dialer (diff) |
Remove FORBIDDEN; the problem reported on bugtraq was a bug, not a
security vulnerability.
Notes
Notes:
svn path=/head/; revision=37712
Diffstat (limited to 'net')
-rw-r--r-- | net/ssldump/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ssldump/Makefile b/net/ssldump/Makefile index 8ee641b58443..01c6c8142e27 100644 --- a/net/ssldump/Makefile +++ b/net/ssldump/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= http://www.rtfm.com/ssldump/ MAINTAINER= kris@FreeBSD.org USE_OPENSSL= YES -FORBIDDEN= "Remotely exploitable buffer overflow." .include <bsd.port.pre.mk> |