diff options
-rw-r--r-- | japanese/lynx-current/Makefile | 2 | ||||
-rw-r--r-- | japanese/lynx/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/japanese/lynx-current/Makefile b/japanese/lynx-current/Makefile index 314735c9215a..ba8f8478f86e 100644 --- a/japanese/lynx-current/Makefile +++ b/japanese/lynx-current/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= ${MASTER_SITE_PORTS_JP} \ MAINTAINER= shige@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 diff --git a/japanese/lynx/Makefile b/japanese/lynx/Makefile index 3cf94dbd2d6d..2a80de9c8467 100644 --- a/japanese/lynx/Makefile +++ b/japanese/lynx/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://sol.slcc.edu/lynx/current/ MAINTAINER= shige@FreeBSD.org +FORBIDDEN= "Riddled with buffer overflows exploitable by a malicious server to execute code as the local user." + WRKSRC= ${WRKDIR}/lynx2-8-2 USE_BZIP2?= YES |