mailutils (1:0.6.93-3) unstable; urgency=low * debian/control: mailutils depends on exim4 | mail-transport-agent -- Jeff Bailey Mon, 27 Mar 2006 09:55:29 -0500 mailutils (1:0.6.93-2) unstable; urgency=low * debian/copyright: Update FSF's address. * debian/control: Update to Standards-Version 3.6.2.1. * debian/patches: 04_mail_cursor_type.patch: fix conflicting declaration of "cursor" (closes: #355295). -- Jordi Mallach Mon, 6 Mar 2006 11:39:56 +0100 mailutils (1:0.6.93-1) unstable; urgency=medium * New upstream prerelease. - random testsuite failures don't appear to happen anymore (closes: #192962). - movemail won't lose email if destination device is full (closes: #344420). - frm won't segfault when LANG=POSIX (closes: #306892, #348464; thanks Horkan Smith). - movemail can write lines longer than 254 chars to IMAP correctly (closes: #336555). * debian/control: - switch to libmysqlclient15-dev (closes: #343777) and libgnutls-dev (closes: #335766). - rename libmailutils0 to libmailutils1 and libmailutils0-dev to libmailutils-dev. * debian/rules: - add CDBS utils. - don't overwrite DEB_CONFIGURE_USER_FLAGS. * debian/patches/00_CVS_20060228.patch: CVS update, including: - fixes for improper linking of mailbox libraries - fix for a frm segfault - library versioning * debian/patches/01_lib_linking.patch: further linking fixes for libsieve and libmu_scm. libmuauth will be fixed in the next release. * debian/patches/02_libsieve_version-info: correct versioning of libsieve. * debian/patches/03_mail_doc_prefix.patch: Use "/usr/bin/mail" instead of "/bin/mail" in runtime and texinfo documentation, as both mailutils and mailx install "mail" in that directory (closes: #287892). * debian/patches/99_autotools_update.patch: generated by running "automake-1.9". * debian/patches/01_frm_segfault.patch, 02_sql_injection.patch, 03_imap4d_gcc4_ftbfs.patch, 04_imap4d_ulong_max.patch, 05_imap4d_bad_uid.patch, 06_fribidi_ftbfs.patch, 07_CAN-2005-2878_imap4d_search_format_string.patch: Removed, all are now obsolete, applied upstream or were taken from CVS. -- Jordi Mallach Thu, 2 Mar 2006 17:56:20 +0100 mailutils (1:0.6.90-3) unstable; urgency=HIGH * debian/patches/05_imap4d_bad_uid.patch: fix the imap4d testsuite to match the new non-existing UID behaviour. * [SECURITY: CAN-2005-2878] debian/patches/07_CAN-2005-2878_imap4d_search_format_string.patch: patch from Sergey Poznyakoff to fix a format string vulnerability in imap4d's SEARCH function (closes: #327424). -- Jordi Mallach Wed, 14 Sep 2005 11:33:15 +0200 mailutils (1:0.6.90-2) unstable; urgency=medium * debian/patches/01_frm_segfault.patch: patch from CVS to fix frm segfaults that survived 0.6.90 (thanks Todd Lipcon, closes: #306892). * debian/patches/05_imap4d_bad_uid.patch: modified patch from Bas Wijnen to fix the behaviour of imap4d when fetching non-existing UIDs (closes: #317842, #312245). * debian/patches/06_fribidi_ftbfs.patch: patch from Matt Kraai to fix a FTBFS in the Fribidi code (closes: #318200). * debian/changelog: add CVE numbers to recent vulnerabilities. -- Jordi Mallach Wed, 10 Aug 2005 14:02:07 +0200 mailutils (1:0.6.90-1) unstable; urgency=low * New upstream release. + fixes segfaults in frm (closes: #306892, #302320). + fixes segfaults in mail, when using "!". * debian/control: build-depend on libfribidi-dev. * debian/mailutils.install: don't install .la and .a files. * debian/mail.rc: show Cc: by default (closes: #309391). * debian/patches/01_mail_metamail.patch: removed, obsolete. * debian/patches/04_IDEF0954_IDEF0955_IDEF0956_IDEF0957.patch: replace with 04_imap4d_ulong_max.patch, to fix post 0.6.90 32-bit assumptions. -- Jordi Mallach Tue, 24 May 2005 01:32:42 +0200 mailutils (1:0.6.1-4) unstable; urgency=high * debian/patches/04_IDEF0954_IDEF0955_IDEF0956_IDEF0957.patch: fix IDEF0956.exp to not assume ULONG_MAX = 2^32 on 64 bit architectures (closes: #310294). -- Jordi Mallach Mon, 23 May 2005 23:28:45 +0200 mailutils (1:0.6.1-3) unstable; urgency=HIGH * "Hey, I did finish that triathlon" release. * [SECURITY] debian/patches/04_IDEF0954_IDEF0955_IDEF0956_IDEF0957.patch: backport fixes to vulnerabilities discovered by iDEFENSE with IDs IDEF0954, IDEF0955, IDEF0956 and IDEF0957 (closes: #309751). - [CAN-2005-1520] format string error. - [CAN-2005-1521] denial of service. - [CAN-2005-1522] integer overflow. - [CAN-2005-1523] potential buffer overflow. Thanks to Sergey Poznyakoff. * debian/changelog: insert missing changelog entry for 20011103-1.1. -- Jordi Mallach Sun, 22 May 2005 17:13:58 +0200 mailutils (1:0.6.1-2) unstable; urgency=HIGH * debian/patches/01_mail_metamail.patch: patch from CVS to allow decoding of mail without interpreting MIME parts if "metamail" is unset. Sergey thinks that this is the cause for the random testsuite failures (closes: #265490). * [SECURITY: CAN-2005-1824] debian/patches/02_sql_injection.patch: add "\" to the list of escaped characters, to fix a sql injection vulnerability in the SQL authentication module (thanks, Primoz Bratanic; closes: #308031). * debian/patches/03_imap4d_gcc4_ftbfs.patch: patch from Andreas Jochens to fix a FTBFS on amd64/gcc-4.0 (closes: #300869). -- Jordi Mallach Sun, 15 May 2005 17:35:58 +0200 mailutils (1:0.6.1-1) unstable; urgency=low * New upstream release. - fixes a typo spotted by David Coe (closes: #284547). * debian/control: - switch to libgsasl7-dev, which brings back GSASL support. - replace texi2html with texinfo, to get html docs built again, as mailutils now relies on makeinfo (closes: #300190). - add from to the package description. * debian/mailutils.install: - install bin/from, which is now a compatible replacement for BSD from. * debian/mangen.sh: add from.mailutils to the list of files to be generated. * debian/mailutils.manpages: install from.mailutils.1. * debian/libmailutils0.shlibs: update for 0.6.1 (closes: #292200). * debian/mailutils-doc.doc-base: update paths for html docs. * debian/rules: - install from as from.mailutils. Don't install alternatives for now as bsdmainutils doesn't provide them yet. - look for html docs in the correct path. * debian/patches/01_html_doc.patch: removed, obsolete. * debian/patches/02_imap4d_getline_type.patch: removed, fixed upstream. -- Jordi Mallach Sat, 19 Mar 2005 05:56:07 +0100 mailutils (1:0.6-2) unstable; urgency=low * debian/patches/02_imap4d_getline_type.patch: fix FTBFS caused by conflicting types for getline() (thanks, Kurt Roeckx; closes: #288103). -- Jordi Mallach Sat, 1 Jan 2005 22:15:01 +0100 mailutils (1:0.6-1) unstable; urgency=medium * The "Third time's a charm" release. * New upstream release. * debian/control: - switch to libmysqlclient12 again, using the first version that isn't linked against libssl. - switch to libreadline5-dev, to solve unresolvable build-depends (thanks, Bastian Blank; closes: #287928). * debian/mailutils-doc.examples: update paths. * debian/patches/02_filter_iconv_fix.patch: removed, included upstream. * debian/patches/03_drop_option_T.patch: likewise. -- Jordi Mallach Fri, 31 Dec 2004 02:22:26 +0100 mailutils (1:0.5-4) unstable; urgency=HIGH * Jordi Mallach: - [SECURITY: CAN-2004-0984] debian/patches/03_drop_option_T.patch: apply patch from Max Vozeler to fix a privilege escalation vulnerability in mailutils' dotlock implementation. - debian/rules: fix typo to install the correct docs in mailutils-mh. - debian/mangen.sh: correct sbin8 manpage suffix. - debian/mailutils-{comsatd,imap4d,pop3d}.manpages: fix manpage names. * Jeff Bailey: - debian/mailutils-pop3d.init.WIP: add pidfile support. -- Jordi Mallach Thu, 4 Nov 2004 18:52:45 +0100 mailutils (1:0.5-3) unstable; urgency=high * The "OpenSSL must die" release. * debian/control: revert the libmysqlclient change in the last upload. The new mysql licence doesn't fix that mailutils still links to libssl for imap4d and pop3d, which is a violation of mailutils licence. Going back to the old libmysqlclient10 which has no OpenSSL dependencies. -- Jordi Mallach Mon, 30 Aug 2004 10:29:45 +0200 mailutils (1:0.5-2) unstable; urgency=low * The "I could poke jdub right now" release. * debian/control: + remove comsatd from the list of included utilities in the mailutils package, and add frm. + switch to gnutls11 (closes: #263681). + switch from libmysqlclient10 to the new libmysqlclient12 with Free Software licences exception. + change Jeff's e-mail address to jbailey@raspberryginger.com. * debian/mangen.sh: install comsatd, imap4d and pop3d manpages in the correct section. * debian/libmailutils0.shlibs: don't be stupid, bump all to 0.5. -- Jordi Mallach Fri, 13 Aug 2004 19:06:40 +0200 mailutils (1:0.5-1) unstable; urgency=low * New upstream release. * Start using officially released tarballs from now on. * debian/rules: + remove tarball method packaging. Remove all instances of $(SRC_DIR). + remove rules to install examples. * debian/mailutils-doc.examples: new, move examples from rules here. * debian/libmailutils.shlibs: update shlibs for libs that need it. * debian/patches/02_filter_iconv_fix.patch: fix from post-0.5 CVS to fix a testsuite failure in mailbox. -- Jordi Mallach Tue, 29 Jun 2004 10:26:03 +0200 mailutils (1:0.4+20040601-2) unstable; urgency=low * debian/mangen.sh: apply a few suggestions from Jeroen van Wolffelaar: get rid of the "&& echo" after the help2man statements, so mangen.sh exits if the generation fails. Also, add the mailutils install dir to LD_LIBRARY_PATH so the binaries actually work. This fixes the "0-sized manpages" bug when building mailutils in a chroot. Thanks, Jeroen! * debian/rules: remove s[gu]id bits from installed binaries before running mangen.sh, and restore them after the generation, so LD_LIBRARY_PATH is applied. Thanks, manty! -- Jordi Mallach Tue, 8 Jun 2004 12:47:04 +0200 mailutils (1:0.4+20040601-1) unstable; urgency=low * New CVS snapshot. + fixes a testsuite failure in amd64 (thanks calc and maswan). -- Jordi Mallach Tue, 1 Jun 2004 17:56:59 +0200 mailutils (1:0.4+20040525-1) unstable; urgency=low * New CVS snapshot. * debian/rules: use DEB_SHLIBDEPS_INCLUDE to set the correct library search path for dh_shlibdeps (closes: #251002). * debian/control: add build dependency on liblocale-gettext-perl, while help2man doesn't directly depend on that. * debian/mangen.sh: set section to "8mailutils" for mail.local and mail.remote (really closes: #244953). * debian/rules: don't bother renaming mail.local.8, dh_installman does the right thing anyway. * debian/mailutils.manpages: updated. -- Jordi Mallach Sun, 30 May 2004 21:00:19 +0200 mailutils (1:0.4+20040414-4) unstable; urgency=low * debian/mailutils.links: symlink mailx.1.gz to mail.1.gz. * debian/rules: + rename mail.local.8 to mail.local.8mailutils, to avoid a file clash with sendmail packages (closes: #244953). + rename movemail to movemail.mailutils so we can use alternatives for it as well. + call mangen.sh with the path to the binaries instead of hardcoding it in the script. * debian/{mailutils.install,mangen.sh}: update for new movemail name. * debian/mailutils.manpages: update manpage names. * debian/mailutils.{postinst,prerm}: add an alternative for movemail, with greater priority than the version provided by XEmacs (10). Thanks to Aaron M. Ucko for the suggestion. -- Jordi Mallach Sun, 9 May 2004 11:27:27 +0200 mailutils (1:0.4+20040414-3) unstable; urgency=low * debian/control: I lose, add texi2html to Build-Depends too. I'm either using Build-Depends-Indep incorrectly or still getting cdbs wrong. We'll find out soon (closes: #244032). * debian/mailutils.postinst: children, don't touch Debian packages when sleep deprived. Fixup dangling symlink in alternatives caused by a silly typo. Thanks, Aaron M. Ucko (closes: #243891). * debian/rules: move manpage generation to install::, so the programs are already available in debian/tmp. -- Jordi Mallach Fri, 16 Apr 2004 17:13:12 +0200 mailutils (1:0.4+20040414-2) unstable; urgency=low * debian/mailutils-{imap4d,pop3d}.install: remove upstream manpages, they are not useful now. * debian/rules: try to replace common-build-arch:: and common-build-indep:: usages with just build-arch:: and build/mailutils-doc. This should fix the FTBFS due to missing texi2html. * debian/mangen.sh: fix path for libexec binaries. Why this is working anyway, I don't know. -- Jordi Mallach Wed, 14 Apr 2004 18:55:47 +0200 mailutils (1:0.4+20040414-1) unstable; urgency=low * The "Wanted docs? Here's some..." release. * New CVS snapshot. + the alias option now works in mailrc (closes: #242585). + fixes a pointer conversion on 64-bit platforms (closes: #226690). + imap4d supports Maildir (closes: #217712). * debian/control: add Build-Depends-Indep. * debian/mangen.sh: new, script from Wojciech Polak to generate manpages with help2man, tweaked a bit for the Debian build system and FHS. * debian/rules: + remove unneeded "-C" from DEB_MAKE_CHECK_TARGET rule (thanks, Michael K. Edwards). + build and install html documentation (thanks, Michael K. Edwards). + use the simple-patchsys. + run mangen.sh on build-arch. This provides manpages for all mailutils binaries (closes: #116978, #199194, #203265). + move cdbs includes to the top, leaving only the tarball defines before it. This has the bonus of fixing the testsuite run. + use install/ instead of binary-install/. * debian/mailutils-doc.doc-base: new doc-base file for the HTML and info documentation. * debian/libmailutils0-dev.doc-base: likewise, for the architecture manual. * debian/{libmailutils0-dev,mailutils,mailutils-comsatd,mailutils-imap4d, mailutils-pop3d}.manpages: install manpages. * debian/mailutils.postinst: add manpage slave alternatives. * debian/mailutils-doc.TODO: remove manpages item. * debian/libmailutils0-dev.install: include mailutils-config (thanks, Joachim Nilsson; closes: #242816). * debian/libmailutils0-dev.info: install muint.info. * debian/libmailutils0.shlibs: update shlibs. * debian/patches/01_html_doc.patch: new, patch from Michael K. Edwards to fix HTML docs build. -- Jordi Mallach Wed, 14 Apr 2004 15:05:57 +0200 mailutils (1:0.4+20040116-1) unstable; urgency=low * The "Abuse your free inodes" release. * New CVS snapshot. + finally includes Maildir support to the daemons and utilities. * debian/control: + build-depend on new gnutls10-dev. + adjust descriptions to mention Maildir support. * debian/libmailutils0.shlibs: bump to current version. -- Jordi Mallach Fri, 16 Jan 2004 13:58:49 +0100 mailutils (1:0.4+20040101-2) unstable; urgency=low * debian/control: build-depend on new libidn11-dev (closes: #227754). -- Jordi Mallach Wed, 14 Jan 2004 00:35:08 +0100 mailutils (1:0.4+20040101-1) unstable; urgency=medium * The "2004 will suck less, I tell you!" release. * New CVS snapshot. * Bump epoch to add the upstream version to the version number. We are going to use CVS tarballs for a while still, until we consider official versions are useful enough. * Use a tar.bz2 tarball from now on, to cut some source package size. * debian/control: + build-depend on bzip2. + adjust mailutils' description for the addition of movemail. * debian/{control,copyright,mailutils-mh.emacsen-startup, mailutils-doc.README.Debian}: s/Mailutils/mailutils/. The official upstream name is "GNU mailutils", lowercase. Thanks to Bill Wohler for the suggestion. * debian/mailutils.install: add new program movemail. * debian/rules: + make dh_fixperms not change the permissions of dotlock, to preserve the sgid bit. This was probably lost in the switch to CDBS (closes: #224569). + ljlane's new awk magic to grok the epoch in our version extraction. -- Jordi Mallach Thu, 1 Jan 2004 23:46:18 +0100 mailutils (20031104-1) unstable; urgency=low * New CVS snapshot. + fixes major mailutils-mh breakage reported by Peter S. Galbraith. * debian/control: build depend on guile-1.6-dev, drop libguile-dev and guile1.4. For some reason, building against 1.4 fails now. A good excuse to transition. * debian/mailutils-pop3d.init.WIP: new init script by Jeff Bailey. Disabled for now, we have problems to stop the running pop3d processes. * debian/mailutils-pop3d.default.WIP: default options for pop3d. -- Jordi Mallach Tue, 4 Nov 2003 18:44:47 +0100 mailutils (20031031-1) unstable; urgency=low * New CVS snapshot (mailutils release 0.4). + fixes imap4d manpage (closes: #210241). + adds -a option to GNU mail (closes: #218467). + mail -s or with quotes should work ok now (closes: #218456). + more mh improvements. * First release coming from svn.debian.org! -- Jordi Mallach Fri, 31 Oct 2003 16:44:10 +0100 mailutils (20030902-1) unstable; urgency=low * The "Don't fall off your bicycle, it's painful" release. * New CVS snapshot. + even more mh improvements. Includes `ali', apparently a very useful artifact, as well as `replgroupcomps' and `components'. MH-E users, enjoy! * debian/control: bump Standards-Version to 3.6.1.0. * debian/libmailutils0.shlibs: bump dependencies and add entries for new libs. -- Jordi Mallach Tue, 2 Sep 2003 01:55:46 +0200 mailutils (20030818-1) unstable; urgency=low * New CVS snapshot. + fixes UIDL management bug in pop3d (closes: #205828). + adds a config option to make GNU mail act like mailx with respect to header prompting. Default to GNU mail behaviour (closes: #205613). + fixes mail.rc support. + fixes return value when interrupting mail in mailx emulation mode. + greatly improves mh support for use with current MH-E releases. * debian/control: + remove mailutils-el entirely and move mailutils-mh.el to mailutils-mh (thanks, Peter S. Galbraith; closes: #203265). + add Suggests: mh-e to mailutils-mh. * debian/mail.rc: add the mailx configuration option. * debian/mailutils-mh.emacsen-startup: emacsen script to set up old MH-E to use us (Peter S. Galbraith). * debian/mailutils-el.*: removed. -- Jordi Mallach Mon, 18 Aug 2003 21:01:15 +0200 mailutils (20030809-2) unstable; urgency=low * The "Olympic triathlons can make you tired" release. * debian/control: remove erroneous Provides: mh from mailutils-mh (thanks again, Peter). -- Jordi Mallach Sun, 10 Aug 2003 16:39:15 +0200 mailutils (20030809-1) unstable; urgency=low * New CVS snapshot. * debian/control: + add short descriptions for all the programs included in the mailutils package (closes: #198353). + remove mh conflict from mailutils-mh (thanks, Peter S. Galbraith; closes: #204412). + switch to libgnutls7-dev. + Standards-Version: 3.6.0.0. * debian/libmailutils0.shlibs: bump to current version. -- Jordi Mallach Sat, 9 Aug 2003 18:40:07 +0200 mailutils (20030607-2) unstable; urgency=low * And for our next trick, let's switch to CDBS. * debian/control: add cdbs to build-deps, drop dbs and bump debhelper to (>= 4.1.0). * debian/rules: new minimal rules file, written by Jeff Bailey. -- Jordi Mallach Wed, 25 Jun 2003 18:59:06 +0200 mailutils (20030607-1) unstable; urgency=low * New CVS snapshot (mailutils release 0.3.1). * debian/control: + remove conflict on nmh, as we removed the conflicting manpage long ago (thanks, David B. Harris; closes: #174656). + update gdbm build-depend to libgdbm-dev (thanks James for the warning). + bump Standards-Version to 3.5.10.0 (no changes required). * debian/rules: configure with --disable-rpath. * debian/mailutils-doc.README.Debian: update configure options. -- Jordi Mallach Sat, 7 Jun 2003 14:50:51 +0200 mailutils (20030425-1) unstable; urgency=low * New CVS snapshot. + adds PostgreSQL support, which we can't use for now, due to the OpenSSL license again... * debian/rules: change --enable-mysql to --with-mysql, renamed upstream. * debian/mailutils-doc.README.Debian: document new configure option. * debian/libmailutils0.shlibs: bump shlibs. -- Jordi Mallach Sun, 27 Apr 2003 01:57:04 +0200 mailutils (20030411-4) unstable; urgency=low * debian/control: build-depend on libmysqlclient10-dev again, to use the LGPL fork. * debian/rules: add --enable-mysql to configure options. -- Jordi Mallach Tue, 15 Apr 2003 13:43:15 +0200 mailutils (20030411-3) unstable; urgency=low * debian/control: fun, fun. Stop build-depending on libmysqlclient-dev temporarily, as libmysqlclient12 now depends on OpenSSL, and we can't link against it due to GPL incompatibility (see #188723) * debian/rules: remove --enable-mysql. -- Jordi Mallach Sat, 12 Apr 2003 18:13:06 +0200 mailutils (20030411-2) unstable; urgency=low * debian/control: yuck, update Build-Depends to new libmysqlclient-dev. -- Jordi Mallach Fri, 11 Apr 2003 16:42:13 +0200 mailutils (20030411-1) unstable; urgency=low * New CVS snapshot. + hopefully fixes m68k this time. -- Jordi Mallach Fri, 11 Apr 2003 14:53:29 +0200 mailutils (20030404-1) unstable; urgency=low * New CVS snapshot. + should fix the testsuite error on the m68k buildd (thanks, Adam Conrad). * debian/control: change libmailutils0-dev to section libdevel, to match the overrides file. * debian/libmailutils0.shlibs: update to current version. * debian/rules: do not "export" DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE, just define them. -- Jordi Mallach Fri, 4 Apr 2003 00:36:35 +0200 mailutils (20030322-1) unstable; urgency=low * New CVS snapshot. * libmailutils0.shlibs: updated. -- Jordi Mallach Sat, 22 Mar 2003 22:31:46 +0100 mailutils (20030221-3) unstable; urgency=low * debian/control: + add build dependency on libgsasl1-dev and libidn9-dev. + Standards-Version: 3.5.9.0 (no changes). * debian/rules: configure with --with-gsasl. * debian/mailutils-doc.README.Debian: document new configuration option. * debian/mailutils-mh.install: simplify list with a wildcard. -- Jordi Mallach Mon, 17 Mar 2003 15:17:57 +0100 mailutils (20030221-2) unstable; urgency=low * The "no, I'm not build-depending on Emacs, no" release. * debian/rules: add --with-lispdir=\$${prefix}/share/emacs/site-lisp, to workaround a missing build-dep on some emacs flavour. * debian/mailutils-doc.README.Debian: document this. * debian/mailutils.links: remove dangling symlink for mailx.1. -- Jordi Mallach Tue, 25 Feb 2003 13:08:35 +0100 mailutils (20030221-1) unstable; urgency=low * New CVS snapshot (mailutils release 0.3). * debian/control: + create a new binary package "mailutils-comsatd", and make it replace older mailutils. Conflict with "biff", which provides similar functionality and uses the same inetd space. + create another binary package "mailutils-mh" with the mh utilities. + yet another binary package "mailutils-el", which just has the new mailutils-mh.el emacsen stuff. Otherwise, we'd make mailutils depend on emacsen, which is Bad and Evil and probably based on a "rogue country". + Standards-Version: 3.5.8.0. * debian/libmailutils0.shlibs: tighten to current release. * debian/mailutils-comsatd.install: install usr/sbin/comsatd. * debian/mailutils-comsatd.postinst: install "biff" inetd entry. * debian/mailutils-comsatd.prerm: remove inetd entry. * debian/mailutils-doc.README.Debian: update build options. * debian/mailutils-doc.TODO: updated. * debian/mailutils-el.install: install mailutils-mh.el. * debian/mailutils-el.emacsen-install: added. If this works, it's pure luck. * debian/mailutils-el.emacsen-remove: added. * debian/mailutils-mh.install: install mh utilities. * debian/mailutils.install: remove comsatd from this package. * debian/mailutils.postinst: remove manpage slave alternatives. * debian/mailutils.undocumented: removed, deprecated by policy. * debian/rules: + configure with --enable-mh-utils. + remove calls to dh_undocumented. + add call to dh_installemacsen to binary-indep. + install examples in mailutils-doc. + install mh's README and TODO in mailutils-mh. -- Jordi Mallach Fri, 21 Feb 2003 21:50:23 +0100 mailutils (20030122-1) unstable; urgency=low * New CVS snapshot. + includes libmu_scm/Makefile.am fix from Stephen Marenka which fixes a FTBFS in some m68k autobuilders (closes: #177019). Thanks! + introduces TLS support via GNUtls! * debian/control: + add Build-Depends on libgnutls5, remove automake1.7. + improve descriptions a bit. * debian/copyright: + add myself to the packaging history. + remove CMU copyright notice for sieve, it has been rewritten under the GPL. + the documentation is now under the FDL, note that and add the complete text of the license. * debian/libmailutils0.shlibs: bump version requirement. * debian/mailutils-doc.README.Debian: document new configure options. * debian/mailutils-doc.TODO: added with some pending things. * debian/mailutils-{imap4d,pop3d}.{postinst,prerm}: set -e on all scripts. * debian/rules: + add --with-gnutls to configure call. + add debug flags to the testsuite if compiling with D_B_O "noopt". -- Jordi Mallach Wed, 22 Jan 2003 19:10:32 +0100 mailutils (20030109-1) unstable; urgency=low * New CVS snapshot. + fixes sieve segfault on ia64 (closes: #175726). * debian/control: + add Conflicts: nmh to mailutils, for now, till nmh gets fixed (workaround for #174656, #174658 and #175301, nmh needs fixing). + remove folders from mailutils' description. * debian/mailutils.install: something weird happened with /usr/bin/folders on the last upload, but it should have never been installed (and less as a symlink to my build dir)... removed. * debian/mailutils.undocumented: removed folders.1. -- Jordi Mallach Thu, 9 Jan 2003 18:22:05 +0100 mailutils (20021229-1) unstable; urgency=low * New CVS snapshot (mailutils release 0.2.1). + Mailutils now has NLS support. * debian/control: + gave in, and swapped the Maintainer: and Uploaders: fields. So... "New Maintainer". + add Build-Depend on gettext. + add new binaries to mailutils' description. * debian/libmailutils0.install: include gettext mo files. * debian/libmailutils0.shlib: bump version, new symbols have been added. * debian/mailutils.install: include missing programs: dotlock, folders, comsatd; and helper programs mail.local and mail.remote. * debian/mailutils.postinst: install an alternative for dotlock. The priority is less than maildrop's binary, for now. * debian/mailutils.prerm: remove the new alternative. * debian/mailutils.undocumented: add entries for the new binaries. * debian/rules: + configure with --libexec=\$${prefix}/lib/mailutils. + add dotlock to list of binaries that are renamed to foo.mailutils, to use it with alternatives. -- Jordi Mallach Sun, 29 Dec 2002 14:25:00 +0100 mailutils (20021210-2) unstable; urgency=low * debian/mailutils.install: really add /usr/lib/mailutils as I intended, not just /usr/lib (closes: #172584). -- Jordi Mallach Wed, 11 Dec 2002 16:04:05 +0100 mailutils (20021210-1) unstable; urgency=low * New CVS snapshot. Should fix the two testsuit errors spotted by autobuilders. * debian/libmailutils0.shlib: added. For some reason, using old libs with newer imap4d's can cause problems, so tighten the dependencies (closes: #168637). * debian/libmailutils0.README.Debian: add a note about the usage of the guile modules, which require the installation of libmailutils0-dev. * debian/mailutils.install: add /usr/lib/mailutils stuff (second part of #168251). * debian/patches/00_libmu_scm_symlinks: removed, accepted upstream. * debian/rules: no more need to call automake. -- Jordi Mallach Tue, 10 Dec 2002 17:38:05 +0100 mailutils (20021209-1) unstable; urgency=low * New CVS snapshot. * debian/control: switch to automake1.7 in Build-Depends. * debian/rules: run automake before running configure. * debian/patches/00_libmu_scm_symlinks: fix creation of absolute links (closes: #168251). * debian/mailutils.postinst: forget about weird stuff and just do what everyone else does with alternatives (closes: #164909). -- Jordi Mallach Mon, 9 Dec 2002 14:53:31 +0100 mailutils (20021017-1) unstable; urgency=low * New CVS snapshot. * debian/control: drop automake1.6 build dependency. * debian/patches/00_sieve_build_fix: removed, fixed upstream. * debian/patches/01_mail.local_build_fix: likewise. * debian/mailutils.preinst: remove the leftover frm diversion. Patch from Matej Vela, thanks! (closes: #164909) * debian/mailutils.postinst: duh, fix (or try to) an always-false condition. Thanks again to Matej. * debian/rules: + remove automake call, Makefile.am is fixed. + extract the upstream version number from debian/changelog, instead of hardcoding it with every snapshot. -- Jordi Mallach Fri, 18 Oct 2002 13:07:35 +0200 mailutils (20021007-1) unstable; urgency=medium * New CVS snapshot. * Should fix the undefined references in libmailbox, as reported by Matthew Whitworth (closes: #163372). * debian/README: renamed to mailutils-doc.README.Debian, so it actually gets installed somewhere. * debian/control: + add 'Conflicts: elm-me+ (<< 2.4pl25ME+99c-3)'. + add 'Build-Depends: automake1.6'. + mention other tools in "mailutils", it not only contains mailx. * debian/patches/00_sieve_build_fix: declare addrdebug unconditionally in addr.c. * debian/patches/01_mail.local_build_fix: add mailbox/ to INCLUDES in Makefile.am. * debian/mailutils.{postrm,prerm}: add alternatives for frm, message and readmsg, priority 20 (mailutils' part of #141183). * debian/mailutils.{postrm,preinst}: removed. * debian/mailutils.{install,undocumented}: change binary names for frm, messages and readmsg. * debian/rules: run automake-1.6 before configuring. * PLEASE NOTE: with this revision, systems with elm-me+ and mailutils installed will default to having frm, messages and readmsg from elm-me+. Use update-alternatives to change the defaults. -- Jordi Mallach Sun, 13 Oct 2002 13:37:54 +0200 mailutils (20020904-2) unstable; urgency=low * debian/control: + temporarily add zlib1g-dev in Build-Depends, which (I guess) should be done by libmysqlclient10-dev. + fix typo in Build-Depends. + remove extra depends on libmailutils, which is already handled by dpkg-shlibdeps. + make mailutils Suggest: mailutils-doc too. * debian/rules: make linda shut up about the space in "#! /usr/bin/make". -- Jordi Mallach Thu, 5 Sep 2002 02:31:33 +0200 mailutils (20020904-1) unstable; urgency=low * New CVS snapshot (mailutils release 0.1). * Stop making Debian native packages. * debian/control: + add libmysqlclient-dev and libkrb5-dev to Build-Depends:. + add better descriptions for imap4d and pop3d (closes: #157866). * debian/rules: + add support for DEB_BUILD_OPTIONS "noopt". + add MySQL, GSSAPI and virtual domains support in the configure call, and set the default mail spool to /var/mail. * debian/README: updated for new configure options. * debian/mailutils-pop3d.install: install popauth.1. * debian/mailutils-pop3d.undocumented: removed. -- Jordi Mallach Thu, 05 Sep 2002 00:44:22 +0200 mailutils (20020902-1) unstable; urgency=low * New CVS snapshot. * debian/mail.rc: fix copy & paste error (closes: #158029). Thanks Casey! -- Jordi Mallach Mon, 2 Sep 2002 14:16:46 +0200 mailutils (20020823-1) unstable; urgency=low * New CVS snapshot. + should fix build error on Alpha and the testsuites for s390, ia64, powerpc and m68k (should fix #157943). * debian/links: install a symlink for mail.1 -> mailx.1 too. -- Jordi Mallach Fri, 23 Aug 2002 17:35:53 +0200 mailutils (20020822-1) unstable; urgency=low * New CVS snapshot. + imap4d marks read mails properly (part of #153034). + mail should now be able to send mail through SSMTP or Qmail (closes: #155475). * debian/control: + add myself to Uploaders:. + versioned Build-Depend: debhelper (>= 4.0.0). * debian/mailutils.links: add link from /usr/bin/mailx to /usr/bin/mail (closes: #154748) * debian/mail.rc: global mail.rc from Sergey Poznyakoff. * debian/rules: install mail.rc by hand in debian/tmp. * debian/mailutils.install: install debian/mail.rc in /etc (closes: #116377). * debian/mailutils-{imap4d,pop3d}.{postinst,prerm}: call update-inetd unconditionally. If you want to disable imap or pop entries in /etc/inetd.conf, use a simple comment "#", not ##, as (poorly) documented by update-inetd(8) (closes: #154448). Thanks to Kamion for the advice. * debian/mailutils.files: removed. * imap4d not seeing mails was fixed in 20020805-1 (closes: #157344). * ACK Alfie's NMU. Thanks! (closes: #155601). -- Jordi Mallach Thu, 22 Aug 2002 20:05:00 +0200 mailutils (20020805-1.1) unstable; urgency=low * NMU: Fixed rulesfile to make it install binaries again (Closes: #155601) -- Gerfried Fuchs Fri, 16 Aug 2002 09:35:04 +0200 mailutils (20020805-1) unstable; urgency=low * This is the "Jordi Mallach" release. * Update from CVS. Fixes IMAP problems (Closes: #155091) Tx. to Jordi Mallach * Use dh_install instead of dh_movefiles. * No longer builds in the srcdir. * Only add pop3d and imap4d to inetd.conf on install (Closes: #154448) Tx again to Jordi Mallach. * Include more docs (Closes: #155103) Guess who this time? Jordi Mallach! Woo! * Bah! elm-me+ as no maintainer. Fine, I'll divert /usr/bin/frm. (Closes: #116374, #139762) Tx Joey Hess, `russell' * Install mailutils correctly in inetd. (Closes: #151279) Tx to Matt Zimmerman for noting this. -- Jeff Bailey Mon, 5 Aug 2002 10:11:33 -0400 mailutils (20020713-1) unstable; urgency=low * Update from CVS. Thanks Janico Greifenberg (Closes: #146823) * Call make check. * Added 'README.Debian' file. Let me know if you want more information in there. Thanks to Jurgen A. Erhard (Closes: #139679) * Fix typo in libmailutils0 description. Thanks to Matt Zimmerman (Closes: #124998) * Clarify licensing, add note about sieve license. Thanks to Takuo KITAME (Closes: #126094) * And tight depends against libmailutils0. Thanks to Kevin Everets (Closes: #140302) -- Jeff Bailey Sun, 14 Jul 2002 01:15:23 -0400 mailutils (20020409-1) unstable; urgency=low * Update from CVS to see if locking works. Thanks to Jordi Mallach for his tests. -- Jeff Bailey Tue, 9 Apr 2002 08:35:31 -0400 mailutils (20020404-1) unstable; urgency=low * References to maildir removed and options renamed. (Closes: #139678) From Jurgen A. Erhard (Sorry about the `u'...) * This update fixes an LSUB bug, and should hopefully make `mail' work correctly out of the box. We'll see how it goes. -- Jeff Bailey Thu, 4 Apr 2002 11:56:27 -0500 mailutils (20020326-1) unstable; urgency=low * Well. Critical bugs. This snapshot supposedly includes the fix. I don't know that for certain, so I'm not Closes'ing any of them until I get successful reports. But for you crazies who read this, hopefully this will solve your problems. -- Jeff Bailey Tue, 26 Mar 2002 12:34:13 -0500 mailutils (20020221-1) unstable; urgency=low * GAH! Has it been so long since I did my NM that I can't get the closes regexps right? If your bug gets notified from this, it was fixed in Yesterday's update. Closes: #126755, #134332, #134330, #126095, #126098, #119010, #116976, #116977 * New snapshot gives the ability to choose which PAM file you want from the command line. * Make sure that the info files are registered. Thanks to Sam Roberts for bringing this to my attention. * Other random bug fixes. -- Jeff Bailey Thu, 21 Feb 2002 21:06:53 -0500 mailutils (20020218-1) unstable; urgency=low * Use prototypes on functions when they're available in the header. From John R.Daily (Closes #126755) * Why would you ever want to *remove* mailutils? *sigh* Fix removal of imap4d from inetd.conf. From Norbert Veber (Closes #134332) * Avoid infinite recursion. From Norbert Veber (Closes #134330) * Setup configure for cross-building. * Newer version. From Takuo KITAME (Closes #126095) * List an upstream URL in copyright. From Takuo KITAME (Closes #126098) * Use unsigned int in both pop3d.h and pop3d.c That section of code doesn't exist anymore. Thanks for the NMU From James Troup and LaMont Jones (Closes #119010) * Man pages for pop3d and imap3d now included (Closes #116976, #116977) * Add --with-gdbm, include popauth -- Jeff Bailey Sat, 10 Nov 2001 15:43:47 -0500 mailutils (20011103-1.1) unstable; urgency=low * NMU * Fix build failure on ia64. Closes: #119010. -- LaMont Jones Mon, 24 Dec 2001 22:41:06 -0700 mailutils (20011103-1) unstable; urgency=low * New CVS snapshot should fix building on 64 bit platforms. * New package mailutils-doc for documentation. * Use DESTDIR, not prefix for installing -- Jeff Bailey Wed, 7 Nov 2001 10:47:36 -0500 mailutils (20011022-1) unstable; urgency=low * Move libmailutils0-dev package to devel where it should be. * Add missing Build Depends (Closes: #116089) * Provide a useful short description for libmailutils0-dev (Closes: #116075) * Make sure sysconfdir is set to /etc. This half finishes 116377, I still need to write the documentation for the config file. -- Jeff Bailey Mon, 22 Oct 2001 14:21:25 -0400 mailutils (20011015-1) unstable; urgency=low * Initial Release (Closes: #115435). -- Jeff Bailey Fri, 12 Oct 2001 21:13:34 -0500