aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-08-28 03:54:39 +0800
committermiwi <miwi@FreeBSD.org>2007-08-28 03:54:39 +0800
commit36b7be31e5b053148bf00ec17be7e0ddde0da04d (patch)
tree9d5d53d474eee32fb85064942048667f13bd5a51 /mail
parent11030a210c9d58aa24cec2b6b54219ace2244d02 (diff)
downloadfreebsd-ports-gnome-36b7be31e5b053148bf00ec17be7e0ddde0da04d.tar.gz
freebsd-ports-gnome-36b7be31e5b053148bf00ec17be7e0ddde0da04d.tar.zst
freebsd-ports-gnome-36b7be31e5b053148bf00ec17be7e0ddde0da04d.zip
- Fix POP3 Format String Vulnerability
- Bump PORTREVISION Approved by: maintainer implicit Security: http://www.vuxml.org/freebsd/d9867f50-54d0-11dc-b80b-0016179b2dd5.html
Diffstat (limited to 'mail')
-rw-r--r--mail/claws-mail/Makefile2
-rw-r--r--mail/claws-mail/files/patch-src_inc.c11
2 files changed, 12 insertions, 1 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index 39e15b105baa..31dd1923ee24 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -7,7 +7,7 @@
PORTNAME= claws-mail
PORTVERSION= 2.10.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail news ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sylpheed-claws
diff --git a/mail/claws-mail/files/patch-src_inc.c b/mail/claws-mail/files/patch-src_inc.c
new file mode 100644
index 000000000000..132e070e8453
--- /dev/null
+++ b/mail/claws-mail/files/patch-src_inc.c
@@ -0,0 +1,11 @@
+--- src/inc.c.orig 2007-08-27 21:25:26.000000000 +0200
++++ src/inc.c 2007-08-27 21:25:54.000000000 +0200
+@@ -1203,7 +1203,7 @@
+ mainwindow_show_error();
+
+ if (err_msg) {
+- alertpanel_error_log(err_msg);
++ alertpanel_error_log("%s", err_msg);
+ g_free(err_msg);
+ }
+ }