From e877d3bc6434aceef74d204b33ff1072f448ce66 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Sat, 2 Jun 2007 02:35:42 +0000 Subject: 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 , , , and so on. * other bug fixes - avoid errors in "configure" and "make". - '\n' handling in attributes' values of HTML tags. --- www/w3m/patches/patch-ac | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 www/w3m/patches/patch-ac (limited to 'www/w3m/patches') 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; - } -- cgit v1.2.3