summaryrefslogtreecommitdiff
path: root/www/w3m/Makefile.common
diff options
context:
space:
mode:
authoritojun <itojun>2002-11-28 05:24:16 +0000
committeritojun <itojun>2002-11-28 05:24:16 +0000
commitefa19997d7aa24f6a2e9e165712232d0f40f6138 (patch)
treec26b2f8acc0e720ceb2957f402429f074c85cdb7 /www/w3m/Makefile.common
parentbe42d031b1a15793622122da3402fe16eb859af0 (diff)
downloadpkgsrc-efa19997d7aa24f6a2e9e165712232d0f40f6138.tar.gz
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 <ukai@debian.or.jp> > w3m 0.3.2.1 is stable update of w3m 0.3.2. > Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> 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.
Diffstat (limited to 'www/w3m/Makefile.common')
-rw-r--r--www/w3m/Makefile.common12
1 files changed, 4 insertions, 8 deletions
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: