From 350f16325e1fdbde95979f74b15fd36c0a5872fb Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 29 Jun 2006 08:47:29 +0000 Subject: [PATCH] - fix a buffer overflow when processing IMAP namespace (#197152, CVE-2006-3242) --- mutt.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mutt.spec b/mutt.spec index 8d48cce..d4cf32c 100644 --- a/mutt.spec +++ b/mutt.spec @@ -2,7 +2,7 @@ Summary: A text mode mail user agent. Name: mutt %define uversion 0.9 Version: 1.4.2.1 -Release: 6.2.1 +Release: 7 Epoch: 5 License: GPL Group: Applications/Internet @@ -25,6 +25,7 @@ Patch14: mutt-1.4.1-rfc1734.patch Patch15: mutt-1.4.2.1-gcc4.patch Patch20: mutt-166718.patch Patch21: mutt-sasl-log.patch +Patch22: mutt-1.4.2.1-imapns.patch Url: http://www.mutt.org/ Requires: smtpdaemon, webclient, mailcap, gettext Obsoletes: urlview @@ -69,6 +70,7 @@ you are going to use. %patch15 -p1 -b .gcc4 %patch20 -p1 %patch21 -p1 +%patch22 -p1 -b .imapns install -m644 %{SOURCE1} mutt_ldap_query @@ -154,6 +156,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/muttrc.* %changelog +* Thu Jun 29 2006 Miroslav Lichvar 5:1.4.2.1-7 +- fix a buffer overflow when processing IMAP namespace (#197152, CVE-2006-3242) + * Fri Feb 10 2006 Jesse Keating - 5:1.4.2.1-6.2.1 - bump again for double-long bug on ppc(64)