diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-27 14:59:49 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-27 14:59:49 +0000 |
commit | 08f4ae5cb3587209fa45381d817c14cefb0fb0e5 (patch) | |
tree | 9f67fddb5ab58e707e01d4c4f980082b162f12b2 /www/w3m | |
parent | cb5b46adf6339c122e7c5c305c30c29c1aca5487 (diff) | |
download | ports-08f4ae5cb3587209fa45381d817c14cefb0fb0e5.tar.gz ports-08f4ae5cb3587209fa45381d817c14cefb0fb0e5.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.
Notes
Notes:
svn path=/head/; revision=71158
Diffstat (limited to 'www/w3m')
-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} |