summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-05-21 11:13:47 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-05-21 11:13:47 +0000
commit7d128f0437737fc820a3be33530b39d0006ad40f (patch)
tree7820015420ce144db1aad55909e07fc7a113a487 /mail
parent- Update to 0.9.25 (diff)
- Fix a SIGSEGV problem when unsubscribing IMAP folders.
Taken from upstream bug-id #3273 (Do not free statically-allocated buffy buffer.) - Bump PORTREVISION PR: 146690 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes
Notes: svn path=/head/; revision=254719
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/Makefile2
-rw-r--r--mail/mutt-devel/files/patch-buffy.c10
2 files changed, 11 insertions, 1 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index 0444e947604e..aff887bf5b30 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -118,7 +118,7 @@
PORTNAME= mutt-devel
PORTVERSION= 1.5.20
-PORTREVISION?= 4
+PORTREVISION?= 5
CATEGORIES+= mail ipv6
.if defined(WITH_MUTT_NNTP)
CATEGORIES+= news
diff --git a/mail/mutt-devel/files/patch-buffy.c b/mail/mutt-devel/files/patch-buffy.c
new file mode 100644
index 000000000000..2fef09ad9af5
--- /dev/null
+++ b/mail/mutt-devel/files/patch-buffy.c
@@ -0,0 +1,10 @@
+--- buffy.c.orig 2009-06-02 19:16:26.000000000 +0200
++++ buffy.c 2010-05-18 07:41:47.000000000 +0200
+@@ -236,7 +236,6 @@
+ {
+ if(*tmp)
+ {
+- FREE (&((*tmp)->path));
+ tmp1=(*tmp)->next;
+ FREE (tmp); /* __FREE_CHECKED__ */
+ *tmp=tmp1;