diff options
author | oliver <oliver@FreeBSD.org> | 2007-08-29 00:54:27 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-08-29 00:54:27 +0800 |
commit | 390dde8f94db1048cf9de707809205f40f3a548c (patch) | |
tree | 966375f1f132ff37c5ddb721c2efa54fa5b50707 | |
parent | 60c0655b02a543432a6f7c97c09770ad8c2902e7 (diff) | |
download | freebsd-ports-graphics-390dde8f94db1048cf9de707809205f40f3a548c.tar.gz freebsd-ports-graphics-390dde8f94db1048cf9de707809205f40f3a548c.tar.zst freebsd-ports-graphics-390dde8f94db1048cf9de707809205f40f3a548c.zip |
- security-fix for
http://www.vuxml.org/freebsd/d9867f50-54d0-11dc-b80b-0016179b2dd5.html
- bump PORTREVISION
Noted by: miwi
Submitted by: miwi
-rw-r--r-- | mail/sylpheed2/Makefile | 1 | ||||
-rw-r--r-- | mail/sylpheed2/files/patch-src_inc.c | 13 | ||||
-rw-r--r-- | mail/sylpheed3/Makefile | 1 | ||||
-rw-r--r-- | mail/sylpheed3/files/patch-src_inc.c | 13 |
4 files changed, 28 insertions, 0 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index 4c53cd21164..b9b2caeca27 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -7,6 +7,7 @@ PORTNAME= sylpheed PORTVERSION= 2.4.4 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ diff --git a/mail/sylpheed2/files/patch-src_inc.c b/mail/sylpheed2/files/patch-src_inc.c new file mode 100644 index 00000000000..395e1bd38ed --- /dev/null +++ b/mail/sylpheed2/files/patch-src_inc.c @@ -0,0 +1,13 @@ +Index: inc.c +=================================================================== +--- src/inc.c (revision 1874) ++++ src/inc.c (revision 1880) +@@ -1364,7 +1364,7 @@ + log_warning("%s\n", log_msg); + } + if (err_msg) { +- alertpanel_error(err_msg); ++ alertpanel_error("%s", err_msg); + g_free(err_msg); + } + } diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index 4c53cd21164..b9b2caeca27 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -7,6 +7,7 @@ PORTNAME= sylpheed PORTVERSION= 2.4.4 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ diff --git a/mail/sylpheed3/files/patch-src_inc.c b/mail/sylpheed3/files/patch-src_inc.c new file mode 100644 index 00000000000..395e1bd38ed --- /dev/null +++ b/mail/sylpheed3/files/patch-src_inc.c @@ -0,0 +1,13 @@ +Index: inc.c +=================================================================== +--- src/inc.c (revision 1874) ++++ src/inc.c (revision 1880) +@@ -1364,7 +1364,7 @@ + log_warning("%s\n", log_msg); + } + if (err_msg) { +- alertpanel_error(err_msg); ++ alertpanel_error("%s", err_msg); + g_free(err_msg); + } + } |