[ubuntu/trusty-proposed] exim4 4.80-9ubuntu1 (Accepted)
Colin Watson
cjwatson at ubuntu.com
Mon Oct 28 18:59:14 UTC 2013
exim4 (4.80-9ubuntu1) trusty; urgency=low
* Resynchronise with Debian. Remaining changes:
- Don't provide default-mta; in Ubuntu, we want postfix to be the
default.
- Add "Ubuntu" to SMTP banner.
exim4 (4.80-9) unstable; urgency=low
* Upload to unstable.
exim4 (4.80-8) experimental; urgency=low
* Import updated watchfile by Bart Martens. (Handles more compression types
and x.y.revision versioning.)
* In initscript invoke pidofproc with a pathname argument as it is
documented in LSB and required by lsb-base (>= 4.1+Debian9).
Closes: #693696, #718871
* Improve exim4-config_files.5 and README.Debian - Warn about unresolvable
items in host lists. Closes: #627988
* Drop support for "/etc/init.d/exim4 what". It offers zero benefit to
invoking exiwhat directly and throws an error mesage, too. (Thanks Regid
Ichira for the diagnosis.) Closes: #643720
* Set "host_find_failed = ignore" (instead of defer) on smarthost and
hub_user_smarthost router. Now if one (of the possibly multiple) listed
smarthosts is not resolvable (NXDOMAIN) ignores it and and tries the next
listed one. If all listed hosts are unresolvable the mail is still
defered, since host_all_ignored is set to defer by default. Therefore the
behavior does not change for single-smarthost systems. Closes: #658878
* Remove obsolete conffile /etc/cron.monthly/exim4-base which was only
shipped in 4.69-3. Closes: #689334
* Update exim_db.8, syncing against spec.txt from exim 4.80.
* 87_localinjected_mimeacl.diff from upstream GIT. When injecting a message
locally in non-SMTP mode, and with MIME ACLs configured, if the ACL
rejected the message, Exim would try to `fprintf(NULL, "%s",
the_message)`. This fixes that.
* [lintian] Escape some dashes in exim4-config_files.5.
* Point vcs-* to anonscm.
* Remove pidfile after stopping the daemon, exim does not remove it itself.
Closes: #702988
* eu.po: Fix last reference to /usr/share/doc/exim4-base/README.Debian
(without either .html or .gz suffix). Closes: #394975
* Merge autopkgtests from Ubuntu (Thanks Yolanda Robla for the pointer)
Closes: #710018
+ tests/CVE-2010-4344.py is GPLv2 - Add license header.
+ tests/daemon and tests/security do not use bashisms, change shebang
to /bin/sh.
* Upload to experimental, due to perl transition.
Date: Mon, 28 Oct 2013 11:55:21 -0700
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/exim4/4.80-9ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 28 Oct 2013 11:55:21 -0700
Source: exim4
Binary: exim4-base exim4-config exim4-daemon-light exim4 exim4-daemon-heavy exim4-daemon-custom eximon4 exim4-dbg exim4-daemon-light-dbg exim4-daemon-heavy-dbg exim4-daemon-custom-dbg exim4-dev
Architecture: source
Version: 4.80-9ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description:
exim4 - metapackage to ease Exim MTA (v4) installation
exim4-base - support files for all Exim MTA (v4) packages
exim4-config - configuration for the Exim MTA (v4)
exim4-daemon-custom - custom Exim MTA (v4) daemon with locally set features
exim4-daemon-custom-dbg - debugging symbols for the Exim MTA (v4) packages
exim4-daemon-heavy - Exim MTA (v4) daemon with extended features, including exiscan-ac
exim4-daemon-heavy-dbg - debugging symbols for the Exim MTA "heavy" daemon
exim4-daemon-light - lightweight Exim MTA (v4) daemon
exim4-daemon-light-dbg - debugging symbols for the Exim MTA "light" daemon
exim4-dbg - debugging symbols for the Exim MTA (utilities)
exim4-dev - header files for the Exim MTA (v4) packages
eximon4 - monitor application for the Exim MTA (v4) (X11 interface)
Closes: 394975 627988 643720 658878 689334 693696 702988 710018 718871
Changes:
exim4 (4.80-9ubuntu1) trusty; urgency=low
.
* Resynchronise with Debian. Remaining changes:
- Don't provide default-mta; in Ubuntu, we want postfix to be the
default.
- Add "Ubuntu" to SMTP banner.
.
exim4 (4.80-9) unstable; urgency=low
.
* Upload to unstable.
.
exim4 (4.80-8) experimental; urgency=low
.
* Import updated watchfile by Bart Martens. (Handles more compression types
and x.y.revision versioning.)
* In initscript invoke pidofproc with a pathname argument as it is
documented in LSB and required by lsb-base (>= 4.1+Debian9).
Closes: #693696, #718871
* Improve exim4-config_files.5 and README.Debian - Warn about unresolvable
items in host lists. Closes: #627988
* Drop support for "/etc/init.d/exim4 what". It offers zero benefit to
invoking exiwhat directly and throws an error mesage, too. (Thanks Regid
Ichira for the diagnosis.) Closes: #643720
* Set "host_find_failed = ignore" (instead of defer) on smarthost and
hub_user_smarthost router. Now if one (of the possibly multiple) listed
smarthosts is not resolvable (NXDOMAIN) ignores it and and tries the next
listed one. If all listed hosts are unresolvable the mail is still
defered, since host_all_ignored is set to defer by default. Therefore the
behavior does not change for single-smarthost systems. Closes: #658878
* Remove obsolete conffile /etc/cron.monthly/exim4-base which was only
shipped in 4.69-3. Closes: #689334
* Update exim_db.8, syncing against spec.txt from exim 4.80.
* 87_localinjected_mimeacl.diff from upstream GIT. When injecting a message
locally in non-SMTP mode, and with MIME ACLs configured, if the ACL
rejected the message, Exim would try to `fprintf(NULL, "%s",
the_message)`. This fixes that.
* [lintian] Escape some dashes in exim4-config_files.5.
* Point vcs-* to anonscm.
* Remove pidfile after stopping the daemon, exim does not remove it itself.
Closes: #702988
* eu.po: Fix last reference to /usr/share/doc/exim4-base/README.Debian
(without either .html or .gz suffix). Closes: #394975
* Merge autopkgtests from Ubuntu (Thanks Yolanda Robla for the pointer)
Closes: #710018
+ tests/CVE-2010-4344.py is GPLv2 - Add license header.
+ tests/daemon and tests/security do not use bashisms, change shebang
to /bin/sh.
* Upload to experimental, due to perl transition.
Checksums-Sha1:
c9a6716b594df448a08494a2f172be5f5c268854 3002 exim4_4.80-9ubuntu1.dsc
f1ae7f9f30cb4c3334a4f2ab02b66bc000e8b2f0 590903 exim4_4.80-9ubuntu1.debian.tar.gz
Checksums-Sha256:
5049840dc2e0543a5f71b70db05653829249f1b72ab728ff7c0151c31877eba5 3002 exim4_4.80-9ubuntu1.dsc
1ec1f4563b64a90e4e9a326056dd641c7264f907faa8b244c2c225a1528dd072 590903 exim4_4.80-9ubuntu1.debian.tar.gz
Files:
01aad450937a9dcc85f23a0d214fec41 3002 mail standard exim4_4.80-9ubuntu1.dsc
8eb10035073bf41ef0fc3ade302e8df4 590903 mail standard exim4_4.80-9ubuntu1.debian.tar.gz
Original-Maintainer: Exim4 Maintainers <pkg-exim4-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer
iQIVAwUBUm6zXTk1h9l9hlALAQhnMQ//RZ/VXgM54t/m42lTxiGH5qZAdcDU+pRo
gou5Lp4cc8TUX4KRjIdEes0joNZdopKxn1xsblag+lz/cKGCaERYiOuggKMw5kot
oJ+7CINwBPBwoxSptFI59gRJQ+dnposfvjeFxFhd8vkL1Ynb/o2E/zYcPqzCdzl7
ZVIqJ5bgwGu5qOhQQkQP+S0G3QIxptx3uckCpzAdjpMFawh+pOEHULcYVrM4FdB5
n4yEMZtj8ACJ9ZmoIZ1+hZnJIVVwutnRpSA7a1P4ce2+VksELmN228M+Wr5Wxt/9
KHE4ncEj7vJ3I9b3QV6G6Zj/81hO75nfBSmocd/XgBzgRRkKc/2vfH4R7Hdhiv0C
B9wHdjGQpcRDSjqsYnIvc5Iq2uaWSDJd+Az1HN83DIUcXXGRrvP3qLcu0uyzKmxP
qtOO+X8ohp6mg+OLsLLb1lbzFLHhb7VJ5S3QGCkEneg08U2YPhHsQpZr34Wqb5os
aLkQ5Jz6sg0u16eyFs3k35x+B530jrrbUjuY58VI6qHXD2sBCJEwqqp0UgSySQ7D
W3T+QC9BbSrtw+qTHnmVFXFSwoRLm6MkCLW9O4MtPiASFKa8fzmO1XJQybE7fvut
1pICDuaUg42ar/yHUW1JXwPm3tSz3XaTCMpdWz6Dcpk1LjVtGXcnSkrRqat9S4m/
0EnTJ/zMB1M=
=IEJ+
-----END PGP SIGNATURE-----
More information about the Trusty-changes
mailing list