mailutils 1:2.2+dfsg1-4 source package in Ubuntu

Changelog

mailutils (1:2.2+dfsg1-4) unstable; urgency=low

  * Apply patch from Jakub Wilk to add a missing -llber to MU_AUTHLIBS.
    This had caused a FTBFS with binutils-gold at some point, but not at
    the moment (closes: #555585).
  * Build-Depend and include dh-autoreconf, to regenerate the build
    system after the above change. Additionally, Build-Depend on autopoint.
  * Backport patch from Simon Josefsson to avoid using GnuTLS deprecated
    functions (closes: #624029).
  * Apply patch from Nicolas Dandrimont to fix a FTBFS with
    -Werror=format-security. Additionally, add another patch from Nicolas
    to refresh mh/mh_fmtgram.c, from the fixed bison source
    (closes: #643440).
  * Apply patch from Sam Rodgers to relax permission checks on SSL keys,
    which may be group-readable in Debian, for the ssl-cert group
    (closes: #630007).
  * Bump Standards-Version to 3.9.2, after checking that GNU Mail
    implements the POSIX-required interface for mailx.
  * Replace versioned conflicts on other packages providing mailx with
    Breaks.
  * Add a versioned Breaks to heirloom-mailx for the versions previous to
    the introduction of alternatives for mailx.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:14:17 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Jordi Mallach
Architectures:
any
Section:
mail
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mailutils_2.2+dfsg1.orig.tar.bz2 2.8 MiB 01d7dce623cbb9bfebafadf581293a156d2a2db124dae0622fd97ff7d008de50
mailutils_2.2+dfsg1-4.debian.tar.bz2 33.6 KiB 6cdcfd6156d85d28a4b606af5ad548df23f15edcab0e2036bcb2635b4a4f94d6
mailutils_2.2+dfsg1-4.dsc 2.0 KiB a2ddfd9614a30f64c240242fb6ab8fa65d64027577d2fa5c46bc287486b245ed

Available diffs

View changes file

Binary packages built by this source

libmailutils-dev: Development files for GNU mailutils

 This package includes the development files for GNU mailutils and
 GNU's Mail abstraction library.

libmailutils2: GNU Mail abstraction library

 This is GNU's Mail abstraction library. This library allows programs to
 hook into a single library for many different types of mail backends.
 The following backend stores are currently provided: mbox, mh, maildir,
 pop3, imap4.

mailutils: GNU mailutils utilities for handling mail

 This package contains the GNU mailutils versions of dotlock, frm, from,
 maidag, mail, messages, mimeview, movemail, readmsg and sieve. They are
 capable of speaking POP3, IMAP, mbox, MH and Maildir.
 .
  dotlock -- lock mail spool files.
  frm -- display From: lines.
  from -- display from and subject.
  maidag -- the mail delivery agent.
  mail -- the standard /bin/mail interface, mail sender and reader.
  messages -- count the number of messages in a mailbox.
  mimeview -- display files, using mailcap mechanism.
  movemail -- move messages across mailboxes.
  readmsg -- extract selected messages from a mailbox.
  sieve -- a mail filtering tool.

mailutils-comsatd: GNU mailutils-based comsatd daemon

 The GNU mailutils comsat daemon receives reports of incoming mail and
 notifies users who wish to get this service.

mailutils-guile: GNU mailutils Guile interpreter and modules

 These are the GNU mailutils Guile utilities and modules. In particular,
 the "guimb" mail processor and the sieve.scm sieve to Scheme translator
 are included, along with several .scm modules for use with Guile.

mailutils-imap4d: GNU mailutils-based IMAP4 Daemon

 The GNU mailutils IMAP4 daemon implements the Internet Message Access
 Protocol, version 4rev1 as per RFC 2060. It supports the "Namespace"
 capability and GSSAPI authentication mechanism. It is able to get the
 authentication information from the system user database as well as from
 a SQL database of arbitrary structure. The PAM framework can also be
 used for authentication purposes. Additionally, mailutils imap4d supports
 virtual mail domains and has TLS support via GNUtls. GNU mailutils supports
 the mbox, MH and Maildir mailbox formats.

mailutils-mh: GNU mailutils-based MH utilities

 These are the GNU mailutils MH utilities. It is an implementation of MH, a
 collection of small shell programs to read and handle mail in a very flexible
 way.

mailutils-pop3d: GNU mailutils-based POP3 Daemon

 The GNU mailutils POP3 daemon supports the basic POP3 protocol with the
 CAPA, RESP-CODES, PIPELINING and UIDL extensions. It also supports APOP
 authentication. The user credentials for APOP can be stored in a variety
 of DBM formats. It is able to get the authentication information from
 the system user database as well as from a SQL database of arbitrary
 structure. The PAM framework can also be used for authentication
 purposes. Additionally, mailutils pop3d supports virtual mail domains and
 has TLS support via GNUtls. GNU mailutils supports the mbox, MH and
 Maildir mailbox formats.

python-mailutils: GNU Mail abstraction library (Python interface)

 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 This is the Python interface to the Mailutils library.