diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-03-08 15:26:39 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-03-08 15:26:39 +0000 |
commit | 89d4bd1d77dba5b0a00ce26ad95539c12f0e0115 (patch) | |
tree | 5370787ccd3bc80ab056baf778b3687dc46aa2b2 /japanese | |
parent | 5e3e7a5c9887abb2957901597fef9f00f02a37f2 (diff) | |
download | ports-89d4bd1d77dba5b0a00ce26ad95539c12f0e0115.tar.gz ports-89d4bd1d77dba5b0a00ce26ad95539c12f0e0115.zip |
As well as www/lynx.
Notes
Notes:
svn path=/head/; revision=26660
Diffstat (limited to 'japanese')
-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 |