diff options
author | knu <knu@FreeBSD.org> | 2002-11-27 22:59:49 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-11-27 22:59:49 +0800 |
commit | 54c69c1a6f1442be642400071337c67084748551 (patch) | |
tree | db47e93f0e0104547480fe50ca8227b3a5d1f0ab /www | |
parent | d852d33e9b8d9b8dffe01237267b7c33f931535c (diff) | |
download | freebsd-ports-gnome-54c69c1a6f1442be642400071337c67084748551.tar.gz freebsd-ports-gnome-54c69c1a6f1442be642400071337c67084748551.tar.zst freebsd-ports-gnome-54c69c1a6f1442be642400071337c67084748551.zip |
Mark FORBIDDEN due to a recently discovered security vulnerability:
http://sourceforge.net/forum/forum.php?forum_id=231002
Maintainer needs to update the port to the latest version.
Diffstat (limited to 'www')
-rw-r--r-- | www/w3m/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index aac587a047bd..7ea9bbf715a3 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -16,6 +16,8 @@ MAINTAINER?= nobutaka@FreeBSD.org LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc +FORBIDDEN= "Security vulnerability - access to local files" + W3M_VERSION= 0.3.2 M17N_VERSION= 20021116 M17N_BASE_W3M_VERSION= ${W3M_VERSION} |