]> git.llucax.com Git - software/mutt-debian.git/log
software/mutt-debian.git
15 years agorefreshed a bunch of patches against 1.5.19
Antonio Radici [Sun, 24 May 2009 15:23:47 +0000 (16:23 +0100)]
refreshed a bunch of patches against 1.5.19

15 years agoremoving an unused PATCHES
Antonio Radici [Sun, 24 May 2009 14:53:37 +0000 (15:53 +0100)]
removing an unused PATCHES

15 years agosidebar patch for 1.5.19 from http://www.lunar-linux.org/index.php?option=com_content...
Antonio Radici [Sun, 24 May 2009 14:52:02 +0000 (15:52 +0100)]
sidebar patch for 1.5.19 from http://www.lunar-linux.org/index.php?option=com_content&task=view&id=44

15 years agoremoving files which will be regenerated during the build
Antonio Radici [Sun, 24 May 2009 14:32:13 +0000 (15:32 +0100)]
removing files which will be regenerated during the build

15 years agorestoring .gitignore
Antonio Radici [Sun, 24 May 2009 11:22:48 +0000 (12:22 +0100)]
restoring .gitignore

15 years agorestoring debian/ for master
Antonio Radici [Sun, 24 May 2009 11:22:13 +0000 (12:22 +0100)]
restoring debian/ for master

15 years agoImported Upstream version 1.5.19 upstream/1.5.19
Antonio Radici [Sun, 24 May 2009 10:42:31 +0000 (11:42 +0100)]
Imported Upstream version 1.5.19

15 years agoImported Upstream version 1.5.18 upstream/1.5.18
Antonio Radici [Sun, 24 May 2009 10:42:23 +0000 (11:42 +0100)]
Imported Upstream version 1.5.18

15 years agoremoving debian/ from upstream
Antonio Radici [Sun, 24 May 2009 10:41:52 +0000 (11:41 +0100)]
removing debian/ from upstream

15 years agoGrab two patches from upstream that should also go into lenny debian/1.5.19-2
Christoph Berg [Thu, 5 Feb 2009 22:30:32 +0000 (23:30 +0100)]
Grab two patches from upstream that should also go into lenny

* Grab two patches from upstream that should also go into lenny:
  + Always sort inode list for accessing header cache. (Closes: #508988)
  + Delete partially downloaded files in message cache. (Closes: #500016)
* Add Antonio Radici to Uploaders. Thanks for the BTS triaging!

15 years agoUse upstream's smime.rc file, hereby fixing S/MIME encryption. (Closes: #315319)
Christoph Berg [Tue, 3 Feb 2009 21:31:31 +0000 (22:31 +0100)]
Use upstream's smime.rc file, hereby fixing S/MIME encryption. (Closes: #315319)

15 years agoRecommends: libsasl2-modules. Technically, we depend on libsasl2-2 which already...
Christoph Berg [Thu, 29 Jan 2009 23:11:57 +0000 (00:11 +0100)]
Recommends: libsasl2-modules. Technically, we depend on libsasl2-2 which already recommends this package, but not having it installed just confuses too many users.

15 years agoUpdate copyrights, copies upstream f8fd60d8d3f2. Based on a patch by Steve Cotton. 1.5.19-1
Christoph Berg [Sat, 17 Jan 2009 22:17:34 +0000 (23:17 +0100)]
Update copyrights, copies upstream f8fd60d8d3f2. Based on a patch by Steve Cotton.

15 years agoIgnore obj-* for other architectures
Christoph Berg [Sat, 17 Jan 2009 11:42:55 +0000 (12:42 +0100)]
Ignore obj-* for other architectures

15 years agodoc/Muttrc doesn't exist, only patch doc/Muttrc.head
Steve Cotton [Sat, 17 Jan 2009 11:36:07 +0000 (12:36 +0100)]
doc/Muttrc doesn't exist, only patch doc/Muttrc.head

15 years agoupdate gitignore
Christoph Berg [Thu, 15 Jan 2009 22:50:49 +0000 (23:50 +0100)]
update gitignore

15 years agoUpstream dropped changelog.old, so do we.
Christoph Berg [Thu, 15 Jan 2009 22:48:01 +0000 (23:48 +0100)]
Upstream dropped changelog.old, so do we.

15 years agoTemporarily disable building mutt-patched until an updated sidebar patch is available.
Christoph Berg [Thu, 15 Jan 2009 22:25:10 +0000 (23:25 +0100)]
Temporarily disable building mutt-patched until an updated sidebar patch is available.

15 years agoNew upstream version.
Christoph Berg [Thu, 15 Jan 2009 22:24:43 +0000 (23:24 +0100)]
New upstream version.

* New upstream version.
  + Header weeding changed in default config; now we ignore * and unignore
    from: subject to cc date x-mailer x-url user-agent. (Mutt: #286)
  + $move now defaults to "no" instead of "ask-no".

15 years agoMove packaging to git
Christoph Berg [Thu, 15 Jan 2009 19:44:44 +0000 (20:44 +0100)]
Move packaging to git

16 years agoreleasing version 1.5.18-4 1.5.18-4
Christoph Berg [Sun, 3 Aug 2008 01:32:10 +0000 (03:32 +0200)]
releasing version 1.5.18-4

16 years agoIntroduce two new patches that revert the conflicting part of the
Christoph Berg [Sat, 2 Aug 2008 22:59:27 +0000 (00:59 +0200)]
Introduce two new patches that revert the conflicting part of the
maildir-mtime patch before applying the sidebar patch, and afterwards
re-apply the relevant bits. This mitigates the chance of bugs being
introduced when manually resolving conflicts with new versions of the
sidebar patch. This fixes new mail detection in the mutt-patched package.
(Closes: #484537, #484538)

16 years agoIn order to evade a conflict with the sidebar patch, move the set_xterm_*
Christoph Berg [Sat, 2 Aug 2008 22:31:50 +0000 (00:31 +0200)]
In order to evade a conflict with the sidebar patch, move the set_xterm_*
prototypes from pager.c to mutt_menu.h. No functional change.

16 years agoAdd a switch in debian/rules to make building mutt-patched configurable.
Christoph Berg [Sat, 19 Jul 2008 23:35:35 +0000 (01:35 +0200)]
Add a switch in debian/rules to make building mutt-patched configurable.

16 years ago(Finally) compile with native Kerberos GSSAPI support. (Closes: #469483)
Christoph Berg [Sat, 19 Jul 2008 23:20:41 +0000 (01:20 +0200)]
(Finally) compile with native Kerberos GSSAPI support. (Closes: #469483)

16 years agoAdd example sidebar config, thanks Stefano Zacchiroli. (Closes: #460452)
Christoph Berg [Sat, 19 Jul 2008 22:30:50 +0000 (00:30 +0200)]
Add example sidebar config, thanks Stefano Zacchiroli. (Closes: #460452)

16 years agoPull patch from upstream to fix multipart decoding. (Closes: #489283)
Christoph Berg [Sat, 19 Jul 2008 22:06:22 +0000 (00:06 +0200)]
Pull patch from upstream to fix multipart decoding. (Closes: #489283)

16 years agoRefresh some patches to get rid of -p0 in series file. 1.5.18-2
Christoph Berg [Thu, 12 Jun 2008 21:55:18 +0000 (23:55 +0200)]
Refresh some patches to get rid of -p0 in series file.

16 years agoUpdated sidebar patch, does not display (NULL) anymore. (Closes: #483151)
Christoph Berg [Thu, 12 Jun 2008 21:49:25 +0000 (23:49 +0200)]
Updated sidebar patch, does not display (NULL) anymore. (Closes: #483151)

16 years ago* Bump Standards-Version; add debian/README.source.
Christoph Berg [Sat, 7 Jun 2008 23:40:00 +0000 (01:40 +0200)]
* Bump Standards-Version; add debian/README.source.
* Switch Maintainer and Uploader as suggested by Dato.

16 years agoRegister mutt as message/rfc822 application in /etc/mailcap.
Christoph Berg [Sat, 7 Jun 2008 23:24:34 +0000 (01:24 +0200)]
Register mutt as message/rfc822 application in /etc/mailcap.
(Closes: #474539)

16 years agosilently *cough* note a closed bug in the last version
Christoph Berg [Mon, 26 May 2008 20:51:25 +0000 (22:51 +0200)]
silently *cough* note a closed bug in the last version

16 years agoSome things in life are simple - thanks Dato.
Christoph Berg [Mon, 26 May 2008 20:43:56 +0000 (22:43 +0200)]
Some things in life are simple - thanks Dato.
(http://chistera.yi.org/~adeodato/blog/entries/2008/03/08/a_gitignore_file_for_packages_only_versioning_debian_subdir.html)

16 years agoUse dh_lintian (prefix with '-' so we do not need to bump the DH level).
Christoph Berg [Mon, 26 May 2008 20:26:24 +0000 (22:26 +0200)]
Use dh_lintian (prefix with '-' so we do not need to bump the DH level).

16 years agoInstall reportbug script to inform us about the status of installed
Christoph Berg [Mon, 26 May 2008 20:21:44 +0000 (22:21 +0200)]
Install reportbug script to inform us about the status of installed
mutt packages.

16 years agoAdd .bzrignore to silence out the upstream source
Christoph Berg [Mon, 26 May 2008 20:02:03 +0000 (22:02 +0200)]
Add .bzrignore to silence out the upstream source

16 years agoUpdate doc-base section. 1.5.18-1
Christoph Berg [Sat, 24 May 2008 17:47:12 +0000 (19:47 +0200)]
Update doc-base section.

16 years agoNote patch homepage
Christoph Berg [Sat, 24 May 2008 17:10:02 +0000 (19:10 +0200)]
Note patch homepage

16 years agoRefresh patch
Christoph Berg [Sat, 24 May 2008 17:09:39 +0000 (19:09 +0200)]
Refresh patch

16 years agoupdate patch source location
Christoph Berg [Tue, 20 May 2008 14:16:08 +0000 (16:16 +0200)]
update patch source location

16 years ago + Query menu format is configurable. (Closes: #66096, Mutt: #170)
Christoph Berg [Tue, 20 May 2008 14:14:12 +0000 (16:14 +0200)]
  + Query menu format is configurable. (Closes: #66096, Mutt: #170)
  + Quote attachment filenames starting with '='.
    (Closes: #351890, Mutt: #1719)
  + Mention that References: and Date: cannot be changed in editor.
    (Closes: #191850, Mutt: #1234).

16 years ago* New upstream version.
Christoph Berg [Tue, 20 May 2008 13:58:13 +0000 (15:58 +0200)]
* New upstream version.
* Refreshing patches from upstream: compressed-folders, sidebar.

16 years ago* New upstream snapshot (hg 130aa0517251), and this time build a proper 1.5.17+20080114-1
Christoph Berg [Mon, 14 Jan 2008 23:04:41 +0000 (00:04 +0100)]
* New upstream snapshot (hg 130aa0517251), and this time build a proper
  orig.tar.gz tarball.
  + Fixes message corruption/duplication. (Closes: #459739)

16 years agonote the actual hg version we used
Christoph Berg [Mon, 14 Jan 2008 21:53:58 +0000 (22:53 +0100)]
note the actual hg version we used

16 years ago* Build a mutt-patched package to apply the sidebar patch. Thanks to Dato 1.5.17-2
Christoph Berg [Tue, 1 Jan 2008 19:14:39 +0000 (20:14 +0100)]
* Build a mutt-patched package to apply the sidebar patch. Thanks to Dato
  who had the right idea for the necessary debian/rules magic during the
  recent debian-qa meeting in Extremadura. (Closes: #277637)
* Grab current hg tip from upstream.
  + Fixes "mailto:" URL parsing.
    (Closes: #426148, #426158, #446016, Mutt: #2968, #2980)
  + 'set folder= =' won't segfault. (Closes: #448728)
  + Improve DSN docs. (Closes: #436228)
* Bump Standards-Version, add Homepage field.

16 years agoUpdate for hg HEAD
Christoph Berg [Tue, 11 Dec 2007 17:21:00 +0000 (18:21 +0100)]
Update for hg HEAD

17 years ago* Build a mutt-dbg package, and bump DH level to 5.
Christoph Berg [Sun, 4 Nov 2007 13:25:43 +0000 (14:25 +0100)]
* Build a mutt-dbg package, and bump DH level to 5.

17 years ago* Update menu file, add lintian override file. 1.5.17-1
Christoph Berg [Sat, 3 Nov 2007 22:11:28 +0000 (23:11 +0100)]
* Update menu file, add lintian override file.

17 years ago* Mention libsasl2-modules-gssapi-mit in README.Debian. (Closes: #433425)
Christoph Berg [Sat, 3 Nov 2007 21:40:51 +0000 (22:40 +0100)]
* Mention libsasl2-modules-gssapi-mit in README.Debian. (Closes: #433425)

17 years agorefresh compressed-folders patch
Christoph Berg [Sat, 3 Nov 2007 21:38:34 +0000 (22:38 +0100)]
refresh compressed-folders patch

17 years agonote fixing of #447340
Christoph Berg [Sat, 3 Nov 2007 21:38:09 +0000 (22:38 +0100)]
note fixing of #447340

17 years agoNote bugs closed in 1.5.17
Christoph Berg [Sat, 3 Nov 2007 18:31:54 +0000 (19:31 +0100)]
Note bugs closed in 1.5.17

17 years ago#439775 is fixed upstream.
Adeodato Simó [Mon, 10 Sep 2007 14:35:22 +0000 (16:35 +0200)]
#439775 is fixed upstream.

17 years agoAdd script to clean PATCHES headers on clean, and apply it.
Christoph Berg [Sat, 8 Sep 2007 21:41:42 +0000 (23:41 +0200)]
Add script to clean PATCHES headers on clean, and apply it.

17 years agoRefresh the remaining patches
Christoph Berg [Sat, 8 Sep 2007 20:16:23 +0000 (22:16 +0200)]
Refresh the remaining patches

17 years agoRevert refresh against old version of the files.
Adeodato Simó [Sat, 8 Sep 2007 20:04:58 +0000 (22:04 +0200)]
Revert refresh against old version of the files.

17 years agoreally refresh patches against tip
Christoph Berg [Sat, 8 Sep 2007 19:56:16 +0000 (21:56 +0200)]
really refresh patches against tip

17 years ago* Call autoreconf at build time, drop the autotools-update patch.
Christoph Berg [Sat, 8 Sep 2007 19:44:34 +0000 (21:44 +0200)]
* Call autoreconf at build time, drop the autotools-update patch.
* Refresh patches.

17 years agoNote bugs fixed currently upstream.
Christoph Berg [Sat, 8 Sep 2007 18:37:58 +0000 (20:37 +0200)]
Note bugs fixed currently upstream.

17 years agoMove the packaging back to Bazaar, adjust X-VCS-* accordingly.
Adeodato Simó [Sat, 8 Sep 2007 17:58:15 +0000 (19:58 +0200)]
Move the packaging back to Bazaar, adjust X-VCS-* accordingly.

17 years agoMerge from etch branch.
Adeodato Simó [Sat, 8 Sep 2007 17:09:58 +0000 (19:09 +0200)]
Merge from etch branch.

17 years agoMerge from sarge branch.
Adeodato Simó [Sat, 8 Sep 2007 17:06:15 +0000 (19:06 +0200)]
Merge from sarge branch.

17 years agomutt (1.5.16-3) unstable; urgency=medium 1.5.16-3
Adeodato Simó [Thu, 19 Jul 2007 21:41:02 +0000 (23:41 +0200)]
mutt (1.5.16-3) unstable; urgency=medium

  * Fix the maildir-mtime patch change in 1.5.14+cvs20070403-1 that broke
    new mail message count in IMAP folders. (Closes: #421468, #428734, #433275)

17 years agomutt (1.5.16-2) unstable; urgency=low 1.5.16-2
Christoph Berg [Thu, 28 Jun 2007 19:58:47 +0000 (21:58 +0200)]
mutt (1.5.16-2) unstable; urgency=low

  * Finally a new unstable version :)
  * Disable gpgme backend again, it needs two "optional" libs we do not want
    to pull into "standard" now, and it is still somewhat buggy.
    Reopens: #263443.
  * Use gdbm instead of bdb for the cache files.
  * Enable sensible_browser_position patch.

17 years agomutt (1.5.16-1) experimental; urgency=low 1.5.16-1
Christoph Berg [Thu, 14 Jun 2007 08:54:56 +0000 (10:54 +0200)]
mutt (1.5.16-1) experimental; urgency=low

  * New upstream version.
  * compressed-folders: grab updated patch, thanks Roland.

17 years agomutt (1.5.15+20070608-1) experimental; urgency=low 1.5.15+20070608-1
Christoph Berg [Fri, 8 Jun 2007 09:19:08 +0000 (11:19 +0200)]
mutt (1.5.15+20070608-1) experimental; urgency=low

  * Muttrc.head: Temporarily set pipe_decode in the \cb urlview macro.
Closes: #423640.
  * Apply patch by pywatson@gmail.com to strdup strings when sorting.
    Mutt: #2515, Closes: #196545.

17 years agomutt (1.5.15+20070515-1) experimental; urgency=low 1.5.15+20070515-1
Christoph Berg [Thu, 17 May 2007 12:15:48 +0000 (14:15 +0200)]
mutt (1.5.15+20070515-1) experimental; urgency=low

  * New snapshot.
    + Removed hardcoded pager progress indicator and add %P format code to
      $pager_status which contains the same information.
      Mutt: #2087, Closes: #259145.
  * $smime_verify_opaque_command: fallback to -noverify.
    Mutt: #2428, Closes: #420014.

17 years agomutt (1.5.13-1.1etch1) stable; urgency=low 1.5.13-1.1etch1
Christoph Berg [Tue, 15 May 2007 07:59:24 +0000 (09:59 +0200)]
mutt (1.5.13-1.1etch1) stable; urgency=low

  * Stable update.
  * Grab patch from upstream:
    Add imap_close_connection to fully reset IMAP state (Closes: #413715).
  * Add myself to Uploaders, thanks Dato.

17 years agomutt (1.5.15+20070412-1) experimental; urgency=low 1.5.15+20070412-1
Christoph Berg [Thu, 12 Apr 2007 17:04:05 +0000 (17:04 +0000)]
mutt (1.5.15+20070412-1) experimental; urgency=low

  * New snapshot:
    + Avoid altering the argument to mutt_complete() when completion fails.
      Mutt: #2871, Closes: #367405
    + Allow reply-hook to use ~h when replying from the index.
      Mutt: #2866, Closes: #362919
    + Exit with a nonzero value if sending a message in batch mode fails.
      Mutt: #2709, Closes: #273137
    + Make mutt more posixly-correct. Mutt: #1615, Closes: #204904

17 years agomutt (1.5.14+cvs20070403-1) experimental; urgency=low 1.5.14+cvs20070403-1
Christoph Berg [Tue, 3 Apr 2007 18:54:35 +0000 (20:54 +0200)]
mutt (1.5.14+cvs20070403-1) experimental; urgency=low

  * set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt".
  * Use /etc/ssl/certs/ca-certificates.crt as smime_ca_location if there is
    none in ~/.smime/ (Closes: #255653).
  * New snapshot:
    + Make mutt_edit_file display error if editor return is non-zero
      (Closes: #209244).
    + Use ~/.muttrc as the default alias_file if no user muttrc exists
      (Closes: #226500).
    + Reset list.name before each list response in folder browser
      (Mutt: #2444, Closes: #377783).
    + Fix segfault when trying to read header cache if cwd does not exist
      (Mutt: #2714, Closes: #387560).
    + Make message cache write to temporary location until file is complete
      (Closes: #394383).
    + Use RECENT for first mailbox check if header cache check fails
      (Closes: #372512).
  * Patches:
    + maildir-mtime: refreshed.

17 years agomutt (1.5.14+cvs20070321-1) experimental; urgency=low 1.5.14+cvs20070321-1
Christoph Berg [Wed, 21 Mar 2007 20:54:08 +0000 (21:54 +0100)]
mutt (1.5.14+cvs20070321-1) experimental; urgency=low

  * Move source package to http://hg.debian.org/hg/pkg-mutt/debian-mutt.
  * debian/control: Add XS-Vcs fields.
  * New snapshot:
    + More space for the "help" string (Closes: #415277).
    + --buffy-size is a config option, $check_mbox_size (Closes: #379472).
  * Patches:
    + gpg.rc: upstream ships without absolute paths, our patch is much simpler
      now.
    + compressed-folders: refreshed.
  * Mention /etc/Muttrc defaults in documentation (Closes: #388667).
  * debian-ldap-query: Support middle names (Closes: #415653).

17 years agomutt (1.5.14+cvs20070315-1) experimental; urgency=low 1.5.14+cvs20070315-1
Christoph Berg [Thu, 15 Mar 2007 13:11:31 +0000 (14:11 +0100)]
mutt (1.5.14+cvs20070315-1) experimental; urgency=low

  * New upstream snapshot (now from mercurial).
    + send_charset supports charset-hook'd charsets (Closes: #152444).
    + Regex for color patterns can be > 256 chars long (Closes: #229801).
    + Reduces massive strcat use (Closes: #290701).
    + Uses realpath of folders in the cache (Closes: #298121).
    + Wraps help correctly on utf-8 terminals (Closes: #328921).
    + Fixes typos in muttrc.5 (Closes: #366413).
    + Requery IMAP capabilities after login (Closes: #384076).
    + Various mutt.1 updates (Closes: #332803, #355912, #366413, #394256).
    + The key binding documentation is now auto-generated, thereby documenting
      some missing functions (Closes: #413144).
    + Previously fixed: IMAP hangs (Closes: #413715).
  * Split up Muttrc into separate files in /etc/Muttrc.d/.
  * charset.rc: iconv-hooks for some commonly misused charsets
    (Closes: #402027).
  * Add compatibility alias file_charset for attach_charset (got renamed when
    the assumed-charset patch went upstream).
  * Patches:
    + compressed-folders: synced with upstream.
    + compressed-folders.ranty-fix: removed, went upstream.
  * Packaging:
    + Use quilt.make.
    + Move patchlist sorting into patchlist.sh.

17 years agomutt (1.5.14+cvs20070301-1) experimental; urgency=low 1.5.14+cvs20070301-1
Christoph Berg [Thu, 1 Mar 2007 21:48:53 +0000 (22:48 +0100)]
mutt (1.5.14+cvs20070301-1) experimental; urgency=low

  * New upstream snapshot. Hilights:
    + Now features ESMTP support, yay!
    + PKA support via gpgme.
    + Ability to save history.
  * Enable gpgme backend (Closes: #263443).
  * Move mail-transport-agent from Depends to Recommends (Closes: #356297).
  * /etc/Muttrc:
    + Do not unset write_bcc (Closes: #304718).
    + Do not unset use_from and use_domain (Closes: #283311, #398699).
    + Add quotes for compressed folder hooks (Closes: #238034),
    + mime_lookup application/octet-stream.
  * Patches:
    + assumed-charset: removed, applied upstream.
    + xtitles: Removed a comment on the default of xterm_set_titles (mentioned
      in #366413).
  * colors.angdraug: Fix spelling (Closes: #295241).
  * gpg.rc: add full path for pgpewrap (Closes: #396207).
  * Update copyright holders.

17 years agomutt (1.5.13+cvs20070215-1) experimental; urgency=low 1.5.13+cvs20070215-1
Christoph Berg [Fri, 16 Feb 2007 01:04:35 +0000 (02:04 +0100)]
mutt (1.5.13+cvs20070215-1) experimental; urgency=low

  * Update to a CVS snapshot:
Closes: #47284: newlines/spaces are removed from custom multiple header
      lines
Closes: #397858: /usr/bin/mutt_dotlock: off-by-one error in mutt_dotlock.c
Closes: #400831: logic error in mutt-1.5.13/account.c
Closes: #404916: sort-mailbox by spam tag score sorting strangeness
Closes: #410678: crash when IMAP server skips messages during a FETCH
      without a cast.

  * Patches:
    + Reshuffle patches to move autotools-needing/updating to front.
    + compressed-folders: refreshed.
    + autotools-update: updated.
    + tempfile-race, thread_pattern_in_UPDATING: removed, included upstream.

    New patches:
    + ifdef: test for presence of features, patch by Cedric Duval.
    + trash-folder, purge-message: trash folder support, also by Cedric Duval
      (Closes: #263204).

    Patches shipped but not applied by default:
    + chdir: change working directory.
    + indexcolor: color index colums.
    + w3mface: display X-Face headers using w3mimgdisplay.

  * Create /etc/Muttrc.d/ (Closes: #391961).
  * Make sure reldate.h is found while building the docs.

17 years agomutt (1.5.13-2) experimental; urgency=low 1.5.13-2
Christoph Berg [Mon, 12 Feb 2007 17:37:44 +0000 (18:37 +0100)]
mutt (1.5.13-2) experimental; urgency=low

  * Adding myself as uploader, thanks Dato.
  * debian/rules:
    + Actually support DEB_BUILD_OPTIONS=noopt.
    + Do not touch stamp-h.in, touch PATCHES in clean.
  * Patches:
    + Moved xtitles to features/ and fixed a segfault (Closes: #365683).

17 years agomutt (1.5.13-1.1) unstable; urgency=high 1.5.13-1.1
Christoph Berg [Tue, 12 Dec 2006 13:49:24 +0000 (14:49 +0100)]
mutt (1.5.13-1.1) unstable; urgency=high

  * Non-maintainer upload.
  * Add upstream patch to fix insecure temp file generation
    (Closes: #396104, CVE-2006-5297, CVE-2006-5298).

18 years agoTagging mutt_1.5.13-1 1.5.13-1
Adeodato Simó [Wed, 16 Aug 2006 14:16:28 +0000 (16:16 +0200)]
Tagging mutt_1.5.13-1

18 years agoOops, this hunk should not be in autotools-update.diff.
Adeodato Simó [Wed, 16 Aug 2006 14:11:21 +0000 (16:11 +0200)]
Oops, this hunk should not be in autotools-update.diff.

18 years agoMention new thread pattern in changelog entry.
Adeodato Simó [Wed, 16 Aug 2006 14:05:18 +0000 (16:05 +0200)]
Mention new thread pattern in changelog entry.

18 years agoNew upstream release 1.5.13.
Adeodato Simó [Wed, 16 Aug 2006 14:03:41 +0000 (16:03 +0200)]
New upstream release 1.5.13.

18 years agoChange update-autotools.sh to be run from the top directory, not one
Adeodato Simó [Wed, 16 Aug 2006 13:46:23 +0000 (15:46 +0200)]
Change update-autotools.sh to be run from the top directory, not one
level up it.

18 years agoTagging mutt_1.5.12-1 1.5.12-1
Adeodato Simó [Sat, 15 Jul 2006 01:02:33 +0000 (03:02 +0200)]
Tagging mutt_1.5.12-1

18 years agoUpdate changelog stamp.
Adeodato Simó [Sat, 15 Jul 2006 00:53:49 +0000 (02:53 +0200)]
Update changelog stamp.

18 years agoInstall UPDATING file, and other /u/s/d cleanups.
Adeodato Simó [Sat, 15 Jul 2006 00:49:41 +0000 (02:49 +0200)]
Install UPDATING file, and other /u/s/d cleanups.

18 years agoMake some more files executable.
Adeodato Simó [Sat, 15 Jul 2006 00:49:37 +0000 (02:49 +0200)]
Make some more files executable.

18 years agoConvert debian-specific/* and misc/* patches to -p0.
Adeodato Simó [Sat, 15 Jul 2006 00:32:20 +0000 (02:32 +0200)]
Convert debian-specific/* and misc/* patches to -p0.

18 years agoFix build with top_srcdir != top_builddir.
Adeodato Simó [Sat, 15 Jul 2006 00:21:35 +0000 (02:21 +0200)]
Fix build with top_srcdir != top_builddir.

18 years agoInclude, commented, not-applied/* patches in series.
Adeodato Simó [Sat, 15 Jul 2006 00:21:28 +0000 (02:21 +0200)]
Include, commented, not-applied/* patches in series.

18 years agoUpdate autotools diff.
Adeodato Simó [Sat, 15 Jul 2006 00:11:36 +0000 (02:11 +0200)]
Update autotools diff.

18 years agodebian/update-autotools.sh:
Adeodato Simó [Sat, 15 Jul 2006 00:08:38 +0000 (02:08 +0200)]
debian/update-autotools.sh:
    - quilt has renamed import's -n to -P
    - force -p0 by refreshing
    - make executable

18 years agoStart preparing mutt-1.5.12; adjusted patches and such stuff.
Adeodato Simó [Fri, 14 Jul 2006 23:56:19 +0000 (01:56 +0200)]
Start preparing mutt-1.5.12; adjusted patches and such stuff.

18 years agoPrepare and upload 1.5.11+cvs20060403-2 to fix CVE-2006-3242. 1.5.11+cvs20060403-2
Adeodato Simó [Fri, 7 Jul 2006 13:02:43 +0000 (15:02 +0200)]
Prepare and upload 1.5.11+cvs20060403-2 to fix CVE-2006-3242.

18 years agomutt (1.5.9-2sarge2) stable-security; urgency=high 1.5.9-2sarge2
Moritz Muehlenhoff [Wed, 28 Jun 2006 17:12:05 +0000 (17:12 +0000)]
mutt (1.5.9-2sarge2) stable-security; urgency=high

  * Fix buffer overflow in IMAP parsing code

18 years agoImport mutt_1.5.11+cvs20060403-1 1.5.11+cvs20060403-1
Adeodato Simó [Tue, 4 Apr 2006 04:10:12 +0000 (06:10 +0200)]
Import mutt_1.5.11+cvs20060403-1

18 years agoImport mutt_1.5.11+cvs20060330-1 1.5.11+cvs20060330-1
Adeodato Simó [Mon, 3 Apr 2006 00:41:15 +0000 (02:41 +0200)]
Import mutt_1.5.11+cvs20060330-1

18 years agoImport mutt_1.5.11+cvs20060126-2 1.5.11+cvs20060126-2
Adeodato Simó [Thu, 2 Mar 2006 21:42:34 +0000 (22:42 +0100)]
Import mutt_1.5.11+cvs20060126-2

18 years agoImport mutt_1.5.11+cvs20060126-1 1.5.11+cvs20060126-1
Adeodato Simó [Thu, 2 Feb 2006 04:12:18 +0000 (05:12 +0100)]
Import mutt_1.5.11+cvs20060126-1

18 years agomutt (1.5.9-2sarge1) stable; urgency=low 1.5.9-2sarge1
Adeodato Simó [Tue, 31 Jan 2006 00:23:28 +0000 (01:23 +0100)]
mutt (1.5.9-2sarge1) stable; urgency=low

  * For attachments marked for deletion after the message is sent, don't
    remove them if the message is finally cancelled, or if the attachments
    are dropped from the message prior to sending. (Closes: #332972)

18 years agoImport mutt_1.5.11-5 1.5.11-5
Adeodato Simó [Fri, 23 Dec 2005 22:18:44 +0000 (23:18 +0100)]
Import mutt_1.5.11-5

19 years agoImport mutt_1.5.11-4 1.5.11-4
Adeodato Simó [Fri, 25 Nov 2005 01:50:20 +0000 (02:50 +0100)]
Import mutt_1.5.11-4