summaryrefslogtreecommitdiff
path: root/www/w3m/patches
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2007-06-02 02:35:42 +0000
committeruebayasi <uebayasi>2007-06-02 02:35:42 +0000
commite877d3bc6434aceef74d204b33ff1072f448ce66 (patch)
treeb4672c89a95e85b9daa808310ee98f5f79060007 /www/w3m/patches
parentf5b8052d5a26ab41607c904f6a45bdc902525ff8 (diff)
downloadpkgsrc-e877d3bc6434aceef74d204b33ff1072f448ce66.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/patches')
-rw-r--r--www/w3m/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
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;
- }