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-img | |
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-img')
-rw-r--r-- | www/w3m-img/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/w3m-img/Makefile b/www/w3m-img/Makefile index 3da0cf52a2a..ad6e2aa0a49 100644 --- a/www/w3m-img/Makefile +++ b/www/w3m-img/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2010/01/24 13:26:12 wiz Exp $ -# +# $NetBSD: Makefile,v 1.20 2010/07/01 18:50:15 tron Exp $ PKGNAME= w3m-img-${W3M_VERS} -PKGREVISION= 4 +PKGREVISION= 5 COMMENT= Multilingualized version of a pager/text-based browser w3m with inline image support CONFLICTS+= w3m-[0-9]* |