diff options
author | tron <tron@pkgsrc.org> | 2010-07-01 18:50:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-07-01 18:50:14 +0000 |
commit | 753d9c7cbc4664bc7b17269a0e6a22fcf308b734 (patch) | |
tree | 6987edd3ff9ee459dc7ab36ccdf3dab1e4825425 /www/w3m/Makefile | |
parent | 48ed88db8c62559c3262dc2ad97228d00dd1dc8f (diff) | |
download | pkgsrc-753d9c7cbc4664bc7b17269a0e6a22fcf308b734.tar.gz |
Add patch by Ludwig Nussel to fix the certificate spoofing vulnerability
reported in CVE-2010-2074.
Diffstat (limited to 'www/w3m/Makefile')
-rw-r--r-- | www/w3m/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 5bf7d4c8381..9499696c602 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2010/01/17 12:02:51 wiz Exp $ -# +# $NetBSD: Makefile,v 1.58 2010/07/01 18:50:14 tron Exp $ PKGNAME= w3m-${W3M_VERS} -PKGREVISION= 4 +PKGREVISION= 5 COMMENT= Multilingualized version of a pager/text-based browser w3m CONFLICTS+= w3m-img-[0-9]* |