diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2007-06-02 02:35:42 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2007-06-02 02:35:42 +0000 |
commit | d4e3436ef66f8c96d9a57139603bb9c613785a87 (patch) | |
tree | b4672c89a95e85b9daa808310ee98f5f79060007 /www/w3m-img | |
parent | a8881e06cae0454782df2813c4bd4d27bed472b4 (diff) | |
download | pkgsrc-d4e3436ef66f8c96d9a57139603bb9c613785a87.tar.gz |
Update w3m to 0.5.2.
w3m 0.5.2 - 2007-05-31
* security fix
- fix format string vulnerability.
* new features
- support gtk2 with w3m-img.
- new option for LiveHTTPHeaders-like logs.
- new option to fontify <del>, <s>, <ins>, and so on.
* other bug fixes
- avoid errors in "configure" and "make".
- '\n' handling in attributes' values of HTML tags.
Diffstat (limited to 'www/w3m-img')
-rw-r--r-- | www/w3m-img/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/w3m-img/Makefile b/www/w3m-img/Makefile index 87242dc094c..796aceb6663 100644 --- a/www/w3m-img/Makefile +++ b/www/w3m-img/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2007/01/09 09:16:21 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2007/06/02 02:35:44 uebayasi Exp $ # PKGNAME= w3m-img-${W3M_VERS} -PKGREVISION= 5 COMMENT= Multilingualized version of a pager/text-based browser w3m with inline image support CONFLICTS+= w3m-[0-9]* |