pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www Update w3m to 0.5.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/322763cb44bd
branches: trunk
changeset: 529366:322763cb44bd
user: uebayasi <uebayasi%pkgsrc.org@localhost>
date: Sat Jun 02 02:35:42 2007 +0000
description:
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:
www/w3m-img/Makefile | 3 +--
www/w3m/Makefile | 3 +--
www/w3m/Makefile.common | 6 +++---
www/w3m/distinfo | 9 ++++-----
www/w3m/patches/patch-ac | 13 -------------
5 files changed, 9 insertions(+), 25 deletions(-)
diffs (84 lines):
diff -r 4cec1efe296a -r 322763cb44bd www/w3m-img/Makefile
--- a/www/w3m-img/Makefile Fri Jun 01 20:47:24 2007 +0000
+++ b/www/w3m-img/Makefile Sat Jun 02 02:35:42 2007 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2007/01/09 09:16:21 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2007/06/02 02:35:44 uebayasi Exp $
#
PKGNAME= w3m-img-${W3M_VERS}
-PKGREVISION= 5
COMMENT= Multilingualized version of a pager/text-based browser w3m with inline image support
CONFLICTS+= w3m-[0-9]*
diff -r 4cec1efe296a -r 322763cb44bd www/w3m/Makefile
--- a/www/w3m/Makefile Fri Jun 01 20:47:24 2007 +0000
+++ b/www/w3m/Makefile Sat Jun 02 02:35:42 2007 +0000
@@ -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 -r 4cec1efe296a -r 322763cb44bd www/w3m/Makefile.common
--- a/www/w3m/Makefile.common Fri Jun 01 20:47:24 2007 +0000
+++ b/www/w3m/Makefile.common Sat Jun 02 02:35:42 2007 +0000
@@ -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@localhost
+MAINTAINER= kei%NetBSD.org@localhost, uebayasi%NetBSD.org@localhost
HOMEPAGE= http://w3m.sourceforge.net/
PKG_INSTALLATION_TYPES= overwrite pkgviews
@@ -15,7 +15,7 @@
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 -r 4cec1efe296a -r 322763cb44bd www/w3m/distinfo
--- a/www/w3m/distinfo Fri Jun 01 20:47:24 2007 +0000
+++ b/www/w3m/distinfo Sat Jun 02 02:35:42 2007 +0000
@@ -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 -r 4cec1efe296a -r 322763cb44bd www/w3m/patches/patch-ac
--- a/www/w3m/patches/patch-ac Fri Jun 01 20:47:24 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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;
- }
Home |
Main Index |
Thread Index |
Old Index