Comment 0 for bug 194597

Revision history for this message
Scott Kitterman (kitterman) wrote :

 affects ubuntu/postfix
 status confirmed
 subscribe ubuntu-archive

Please sync postfix 2.5.1-1 (main) from Debian unstable (main).
Changelog since current hardy version 2.5.1~rc1-1:

postfix (2.5.1-1) unstable; urgency=low

  [Helge Kreutzmann]

  * l10n: new de.po. Closes: #465479

  [Wietse Venema]

  * New upstream release

  [LaMont Jones]

  * rules: add msg-email target

 -- LaMont Jones <email address hidden> Thu, 21 Feb 2008 22:17:18 -0700

Diffstat attached.

Upstream changes:

20080207

        Cleanup: soft_bounce support for multi-line Milter replies.
        File: src/milter/milter8.c.

        Cleanup: preserve multi-line format of header/body Milter
        replies. Files: cleanup/cleanup_milter.c, smtpd/smtpd.c.

        Cleanup: multi-line support in SMTP server replies. File:
        smtpd/smtpd_chat.c.

Package builds in Hardy. Tested upgrade from Gutsy version to Hardy version
with no problems. Upstream has a very good record with not having
regressions in releases. This is a bug fix only release.

Moving from the 2.5.1 RC to the 2.5.1 final brings us to the current Postfix
release and fixes an issue that does have a negative impact on
interoperability with other packages (any Milter that uses multi-line Milter
replies would fail without the fix).

Lamont said he wanted the package sync'ed.

 HISTORY | 12 ++++++
 README_FILES/ADDRESS_VERIFICATION_README | 2 -
 debian/changelog | 16 +++++++++
 debian/po/de.po | 17 ++++-----
 debian/rules | 3 +
 html/ADDRESS_VERIFICATION_README.html | 2 -
 html/postconf.5.html | 5 +-
 man/man5/postconf.5 | 5 +-
 proto/ADDRESS_VERIFICATION_README.html | 2 -
 proto/postconf.proto | 5 +-
 src/cleanup/cleanup.c | 6 ++-
 src/cleanup/cleanup.h | 1
 src/cleanup/cleanup_milter.c | 43 ++++++++++++++++--------
 src/cleanup/cleanup_state.c | 3 +
 src/global/cleanup_user.h | 1
 src/global/mail_version.h | 4 +-
 src/milter/milter8.c | 15 ++++++++
 src/smtpd/smtpd.c | 15 ++++++--
 src/smtpd/smtpd_chat.c | 54 ++++++++++++++++++++-----------
 19 files changed, 151 insertions(+), 60 deletions(-)