summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-08-27 19:54:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-08-27 19:54:39 +0000
commit5d6154bdb8f198066db854c8c9acccda76f74672 (patch)
tree84bb343f039e237c4fff218235bf2ab58fddb8df
parentAdd optional support for consolekit. (diff)
- Fix POP3 Format String Vulnerability
- Bump PORTREVISION Approved by: maintainer implicit Security: http://www.vuxml.org/freebsd/d9867f50-54d0-11dc-b80b-0016179b2dd5.html
Notes
Notes: svn path=/head/; revision=198403
-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);
+ }
+ }