summaryrefslogtreecommitdiff
path: root/www/w3m
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2007-06-02 02:35:42 +0000
committeruebayasi <uebayasi>2007-06-02 02:35:42 +0000
commit78e1c212acc6345db4cadf18c8eb36bf910d3074 (patch)
treeb4672c89a95e85b9daa808310ee98f5f79060007 /www/w3m
parentf3cf7a1918ee5e24b62b69f55ebf2f550f6f4535 (diff)
downloadpkgsrc-78e1c212acc6345db4cadf18c8eb36bf910d3074.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')
-rw-r--r--www/w3m/Makefile3
-rw-r--r--www/w3m/Makefile.common6
-rw-r--r--www/w3m/distinfo9
-rw-r--r--www/w3m/patches/patch-ac13
4 files changed, 8 insertions, 23 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile
index 19ed4c40e47..7e56838038c 100644
--- a/www/w3m/Makefile
+++ b/www/w3m/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2007/02/04 20:55:23 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.53 2007/06/02 02:35:42 uebayasi Exp $
#
PKGNAME= w3m-${W3M_VERS}
-PKGREVISION= 8
COMMENT= Multilingualized version of a pager/text-based browser w3m
CONFLICTS+= w3m-img-[0-9]*
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common
index 2421a1f894e..479424540c3 100644
--- a/www/w3m/Makefile.common
+++ b/www/w3m/Makefile.common
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.46 2007/02/04 20:54:57 dmcmahill Exp $
+# $NetBSD: Makefile.common,v 1.47 2007/06/02 02:35:42 uebayasi Exp $
#
DISTNAME= w3m-${W3M_VERS}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=w3m/}
-MAINTAINER= kei@NetBSD.org
+MAINTAINER= kei@NetBSD.org, uebayasi@NetBSD.org
HOMEPAGE= http://w3m.sourceforge.net/
PKG_INSTALLATION_TYPES= overwrite pkgviews
@@ -15,7 +15,7 @@ USE_TOOLS+= gmake # Needed for some combinations of options...
USE_TOOLS+= msgfmt
USE_PKGLOCALEDIR= yes
-W3M_VERS= 0.5.1
+W3M_VERS= 0.5.2
# For w3mman, xface2xpm, cgi scripts.
USE_TOOLS+= perl:run
diff --git a/www/w3m/distinfo b/www/w3m/distinfo
index b7be583f797..5cb8d8af8c6 100644
--- a/www/w3m/distinfo
+++ b/www/w3m/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.16 2006/12/28 22:08:35 adrianp Exp $
+$NetBSD: distinfo,v 1.17 2007/06/02 02:35:42 uebayasi Exp $
-SHA1 (w3m-0.5.1.tar.gz) = 7da299648c236772bcde9b0e92e23346c8af0aca
-RMD160 (w3m-0.5.1.tar.gz) = a5ffd3a8d44ed55109a1ab4a34d51ae236902654
-Size (w3m-0.5.1.tar.gz) = 1892121 bytes
+SHA1 (w3m-0.5.2.tar.gz) = 484522547ae6dbb342d3858a2a53a65451e273f9
+RMD160 (w3m-0.5.2.tar.gz) = 09ce72d8ef5e621a2e49496b63e22f2773edbe79
+Size (w3m-0.5.2.tar.gz) = 1906812 bytes
SHA1 (patch-ab) = c0c21616d1d3557453648107eca26eaa91af4741
-SHA1 (patch-ac) = 422b45e25791f6ceb6fa4169ae76c56fa4dd27ff
diff --git a/www/w3m/patches/patch-ac b/www/w3m/patches/patch-ac
deleted file mode 100644
index fb65aa5ef27..00000000000
--- a/www/w3m/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.12 2006/12/28 22:08:35 adrianp Exp $
-
---- file.c.orig 2004-04-16 19:47:19.000000000 +0100
-+++ file.c
-@@ -7799,7 +7799,7 @@ inputAnswer(char *prompt)
- ans = inputChar(prompt);
- }
- else {
-- printf(prompt);
-+ printf("%s", prompt);
- fflush(stdout);
- ans = Strfgets(stdin)->ptr;
- }