From efa19997d7aa24f6a2e9e165712232d0f40f6138 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 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'www/w3m/Makefile.common') 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: -- cgit v1.2.3