diff options
author | asami <asami@FreeBSD.org> | 2000-03-13 03:03:29 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-03-13 03:03:29 +0000 |
commit | 1ce272ffe222ad114a69c66fef1f47bd448a0534 (patch) | |
tree | ae0e64c98d917eed33a0e2678c2246328a95baf4 /www | |
parent | fc4fb185b28516bfa206c8d823d1d2057b18f994 (diff) | |
download | FreeBSD-ports-1ce272ffe222ad114a69c66fef1f47bd448a0534.zip FreeBSD-ports-1ce272ffe222ad114a69c66fef1f47bd448a0534.tar.gz |
Mark it FORBIDDEN, buffer overflows galore.
Submitted by: Kris Kennaway <kris@hub.freebsd.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx-ssl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/lynx-ssl/Makefile b/www/lynx-ssl/Makefile index d4045f0..e10b6a9 100644 --- a/www/lynx-ssl/Makefile +++ b/www/lynx-ssl/Makefile @@ -12,6 +12,7 @@ CATEGORIES= www MASTER_SITES= http://sol.slcc.edu/lynx/current/ USE_OPENSSL= RSA +FORBIDDEN= "Riddled with buffer overflows exploitable by a malicious server to execute code as the local user" .include <bsd.port.pre.mk> |