From: Adeodato Simó Date: Mon, 3 Apr 2006 00:41:15 +0000 (+0200) Subject: Import mutt_1.5.11+cvs20060330-1 X-Git-Tag: 1.5.11+cvs20060330-1 X-Git-Url: https://git.llucax.com/software/mutt-debian.git/commitdiff_plain/8fe1dbce38e4f236f36fedc2b57930af4fbf1c2f Import mutt_1.5.11+cvs20060330-1 --- diff --git a/debian/changelog b/debian/changelog index 69e69bd..f21670b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +mutt (1.5.11+cvs20060330-1) unstable; urgency=low + + * Update to CVS 2006-03-30, which fixes the following bugs: + + IMAP cache works again with Courier. (Closes: #351220) + + does not segfault if external query command output contains spaces. + (Closes: #351258) + + does not segfault when replying from the view-attachments menu when a + reply-hook is in use. (Closes: #352357) + + default save location for attachments which specify a path in their name + is not `dirname $attachment` anymore, but $CWD. (Closes: #301236) + + * Switch to libdb4.4. (Closes: #355433) + + -- Adeodato Simó Mon, 3 Apr 2006 02:41:15 +0200 + mutt (1.5.11+cvs20060126-2) unstable; urgency=medium * Make imap_idle default to off, since it does not work with dovecot from diff --git a/debian/control b/debian/control index fedd92e..970dde1 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: mutt Section: mail Priority: standard Maintainer: Adeodato Simó -Build-Depends: debhelper, quilt, autotools-dev, gawk, gettext, xsltproc, docbook-xml, docbook-xsl, links, libncurses5-dev, libsasl2-dev, libgnutls-dev, libidn11-dev, zlib1g-dev, libncursesw5-dev, libdb4.3-dev +Build-Depends: debhelper, quilt, autotools-dev, gawk, gettext, xsltproc, docbook-xml, docbook-xsl, links, libncurses5-dev, libsasl2-dev, libgnutls-dev, libidn11-dev, zlib1g-dev, libncursesw5-dev, libdb4.4-dev Standards-Version: 3.6.2 Package: mutt diff --git a/debian/patches/misc/imap_idle_default_off.diff b/debian/patches/misc/imap_idle_default_off.diff deleted file mode 100644 index 60f5806..0000000 --- a/debian/patches/misc/imap_idle_default_off.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- init.h.orig -+++ init.h -@@ -886,7 +886,7 @@ - ** your INBOX in the IMAP browser. If you see something else, you may set - ** this variable to the IMAP path to your folders. - */ -- { "imap_idle", DT_BOOL, R_NONE, OPTIMAPIDLE, 1 }, -+ { "imap_idle", DT_BOOL, R_NONE, OPTIMAPIDLE, 0 }, - /* - ** .pp - ** When \fIset\fP, mutt will attempt to use the IMAP IDLE extension diff --git a/debian/patches/series b/debian/patches/series index 762334a..e7726b5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -18,6 +18,5 @@ debian-specific/build_doc_adjustments.diff debian-specific/correct_docdir_in_man_page.diff debian-specific/dont_document_not_present_features.diff -misc/imap_idle_default_off.diff -p0 misc/define-pgp_getkeys_command.diff misc/autotools-update.diff diff --git a/debian/patches/version.diff b/debian/patches/version.diff index c220197..02bd2d3 100644 --- a/debian/patches/version.diff +++ b/debian/patches/version.diff @@ -2,9 +2,9 @@ +++ mutt-1.5.11+cvs20060126/VERSION @@ -1 +1 @@ -1.5.11 -+1.5.11+cvs20060126 ++1.5.11+cvs20060330 --- mutt-1.5.11+cvs20060126.orig/reldate.h +++ mutt-1.5.11+cvs20060126/reldate.h @@ -1 +1 @@ -const char *ReleaseDate = "2005-09-15"; -+const char *ReleaseDate = "2006-01-26"; ++const char *ReleaseDate = "2006-03-30";