From 7c9a898c4bfb9aaee5e1259fb5a83d8d5dd1df66 Mon Sep 17 00:00:00 2001 From: itojun Date: Thu, 28 Nov 2002 05:24:16 +0000 Subject: update to 0.3.2.1 (w3m-0.3.2.1-m17n-20021127). full changelog is too long to be included here. most important fix is below: > From: Fumitoshi UKAI > w3m 0.3.2.1 is stable update of w3m 0.3.2. > Hironori SAKAMOTO found a security vulnerability > in w3m 0.3.2 that w3m will miss to escape html tag in frame contents, > so malicious frame html will deceive you to access your local files, cookies > and so on. --- www/w3m/Makefile.common | 12 ++++-------- www/w3m/PLIST | 8 +++++++- www/w3m/distinfo | 6 +++--- 3 files changed, 14 insertions(+), 12 deletions(-) (limited to 'www/w3m') diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index c84ad48bd40..443df010e33 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2002/09/15 13:09:36 uebayasi Exp $ +# $NetBSD: Makefile.common,v 1.10 2002/11/28 05:24:16 itojun 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.1 -W3M_M17N_VERS= 20020717 +W3M_BASE_VERS= 0.3.2.1 +W3M_M17N_VERS= 20021127 # w3m source with m17n patch applied. W3M_SRC= ${DISTNAME}${EXTRACT_SUFX} @@ -40,11 +40,6 @@ HELPERDIR= lib/w3m BUILD_DEFS+= USE_INET6 .include "../../mk/bsd.prefs.mk" -.if defined(EXTRACT_USING_PAX) -EXTRACT_ELEMENTS= -c ${DISTNAME}/gc/\* -.else -EXTRACT_ELEMENTS= --exclude ${DISTNAME}/gc/\* -.endif # Always enable multiligualization. W3M_USE_M17N= YES @@ -138,6 +133,7 @@ PLIST_SUBST+= USE_IMAGE='@comment ' post-extract: @(cd ${WRKSRC}/doc; ${RM} -fr CVS) @(cd ${WRKSRC}/doc-jp; ${RM} -fr CVS) + @(cd ${WRKSRC}; ${RM} -fr gc) # @${LN} ${LIBWC_WRKSRC} ${WRKSRC}/libwc post-patch: diff --git a/www/w3m/PLIST b/www/w3m/PLIST index aeee5107606..c214dca8f07 100644 --- a/www/w3m/PLIST +++ b/www/w3m/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2002/09/15 13:09:36 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.7 2002/11/28 05:24:16 itojun Exp $ bin/w3m man/man1/w3m.1 man/ja_JP.EUC/man1/w3m.1 @@ -16,6 +16,9 @@ share/doc/w3m/doc/README.dict share/doc/w3m/doc/README.func share/doc/w3m/doc/README.img share/doc/w3m/doc/README.m17n +share/doc/w3m/doc/README.mouse +share/doc/w3m/doc/README.pre_form +share/doc/w3m/doc/README.tab share/doc/w3m/doc/STORY.html share/doc/w3m/doc/keymap.default share/doc/w3m/doc/keymap.lynx @@ -37,6 +40,9 @@ share/doc/w3m/doc-jp/README.m17n share/doc/w3m/doc-jp/README.mailcap share/doc/w3m/doc-jp/README.menu share/doc/w3m/doc-jp/README.migemo +share/doc/w3m/doc-jp/README.mouse +share/doc/w3m/doc-jp/README.pre_form +share/doc/w3m/doc-jp/README.tab share/doc/w3m/doc-jp/STORY.html share/doc/w3m/doc-jp/keymap.default share/doc/w3m/doc-jp/keymap.lynx diff --git a/www/w3m/distinfo b/www/w3m/distinfo index 8e8efd41a0d..dcb1b67240a 100644 --- a/www/w3m/distinfo +++ b/www/w3m/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2002/09/15 13:09:36 uebayasi Exp $ +$NetBSD: distinfo,v 1.9 2002/11/28 05:24:16 itojun Exp $ -SHA1 (w3m-0.3.1-m17n-20020717.tar.gz) = a8c8dfc828ecb61cdf94bf40217ae1643a5ad9cf -Size (w3m-0.3.1-m17n-20020717.tar.gz) = 2344966 bytes +SHA1 (w3m-0.3.2.1-m17n-20021127.tar.gz) = be343e5dc02c3bbbfe1366d8d17ca6420819a383 +Size (w3m-0.3.2.1-m17n-20021127.tar.gz) = 2391982 bytes SHA1 (patch-aa) = e40ad9fa0765041b605e86febd71d399b92fc4d1 SHA1 (patch-ab) = c0c21616d1d3557453648107eca26eaa91af4741 -- cgit v1.2.3