diff options
author | Warner Losh <imp@FreeBSD.org> | 2000-12-11 07:01:47 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2000-12-11 07:01:47 +0000 |
commit | a86580e5c20a24558480a317898ae99839b7d329 (patch) | |
tree | 2fcf26784df192d23199b7de6487cda0ca047e4e /net | |
parent | Mark FORBIDDEN due to buffer overflows on butraq. Kris asked me to (diff) |
Mark as FORBIDDEN due to remove buffer overflows as reported on
bugtraq. Kris asked me to do this due to his reduced connectivity.
Approved by: kris
Diffstat (limited to 'net')
-rw-r--r-- | net/ssldump/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ssldump/Makefile b/net/ssldump/Makefile index 01c6c8142e27..8ee641b58443 100644 --- a/net/ssldump/Makefile +++ b/net/ssldump/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.rtfm.com/ssldump/ MAINTAINER= kris@FreeBSD.org USE_OPENSSL= YES +FORBIDDEN= "Remotely exploitable buffer overflow." .include <bsd.port.pre.mk> |