diff options
author | kris <kris@FreeBSD.org> | 2000-04-16 09:16:17 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-04-16 09:16:17 +0000 |
commit | 2ddfddfd60c0a415fb52ceb06946960ecb13adee (patch) | |
tree | 0f4ec91e8ad812de2b1d7c7cf53f71e691226618 | |
parent | 57d15cf1f4f1ae2482e17db9eee9791f275afc4c (diff) | |
download | FreeBSD-ports-2ddfddfd60c0a415fb52ceb06946960ecb13adee.zip FreeBSD-ports-2ddfddfd60c0a415fb52ceb06946960ecb13adee.tar.gz |
Remove the FORBIDDEN tag on lynx-current. Everyone is encouraged to
upgrade to this version, which fixes all of the known problems with previous
lynx versions.
My thanks to the Lynx developer, T.E.Dickey <dickey@clark.net>, for
working with me so patiently to fix the problems.
-rw-r--r-- | www/lynx-current/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 6e0a288..b735dce 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -14,8 +14,6 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ache@FreeBSD.org -FORBIDDEN= "Riddled with buffer overflows exploitable by a malicious server to execute code as the local user." - USE_BZIP2= YES NO_LATEST_LINK= YES WRKSRC= ${WRKDIR}/lynx2-8-3 |