diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-12-13 10:43:46 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-12-13 10:43:46 +0000 |
commit | 10c57e570ad2ec1d1fbc92583ce97d08608e3a6c (patch) | |
tree | 2737ead0b640b4ef5a2caddfcc65220455e07bd5 /www | |
parent | 877aa2c049ca3b5184632316df8262460a97985c (diff) | |
download | pkgsrc-10c57e570ad2ec1d1fbc92583ce97d08608e3a6c.tar.gz |
Update to 0.3.2.2 - 2002-12-06
* security fix: html_quote for img alt attributes
Diffstat (limited to 'www')
-rw-r--r-- | www/w3m/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index 531ce275111..c1af3337319 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2002/11/29 05:19:55 itojun Exp $ +# $NetBSD: Makefile.common,v 1.12 2002/12/13 10:43:46 uebayasi Exp $ # DISTNAME= w3m-${W3M_VERS} @@ -11,8 +11,8 @@ HOMEPAGE= http://www2u.biglobe.ne.jp/~hsaka/w3m/ USE_BUILDLINK2= yes W3M_VERS= ${W3M_BASE_VERS}-m17n-${W3M_M17N_VERS} -W3M_BASE_VERS= 0.3.2.1 -W3M_M17N_VERS= 20021127 +W3M_BASE_VERS= 0.3.2.2 +W3M_M17N_VERS= 20021207 # w3m source with m17n patch applied. W3M_SRC= ${DISTNAME}${EXTRACT_SUFX} |