From b6a9c71f6ae6c850a3a9e36a56292c8aab981247 Mon Sep 17 00:00:00 2001 From: jnemeth Date: Sun, 5 May 2013 02:36:20 +0000 Subject: Update to sendmail 8.14.7: this is a bug fix release. 8.14.7/8.14.7 2013/04/21 Drop support for IPv4-mapped IPv6 addresses to prevent the MTA from using a mapped address over a legitimate IPv6 address and to enforce the proper semantics over the IPv6 connection. Problem noted by Ulrich Sporlein. Fix a regression introduced in 8.14.6: the wrong list of macros was sent to a milter in the EHLO stage. Problem found by Fabrice Bellet, reported via RedHat (Jaroslav Skarvada). Fix handling of ORCPT parameter for DSNs: xtext decoding was not performed and a wrong syntax check was applied to the "addr-type" field. Problem noted by Dan Lukes of Obludarium. Fix handling of NUL characters in the MIME conversion functions so that message bodies containing them will be sent on properly. Note: this usually also affects mails that are not converted as those functions are used for other purposes too. Problem noted by Elchonon Edelson of Lockheed Martin. Do not perform "duplicate" elimination of recipients if they resolve to the error mailer using a temporary failure (4xy) via ruleset 0. Problem noted by Akira Takahashi of IIJ. CONTRIB: Updated version of etrn.pl script from John Beck of Oracle. Portability: Unlike gcc, clang doesn't apply full prototypes to K&R definitions. --- mail/sendmail/Makefile | 3 +-- mail/sendmail/Makefile.common | 4 ++-- mail/sendmail/distinfo | 8 ++++---- 3 files changed, 7 insertions(+), 8 deletions(-) (limited to 'mail') diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index ebae400c6d7..e3ee16b6ee3 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.114 2013/02/06 23:22:48 jperkin Exp $ +# $NetBSD: Makefile,v 1.115 2013/05/05 02:36:20 jnemeth Exp $ PKGNAME= sendmail-${DIST_VERS} -PKGREVISION= 1 COMMENT= The well known Mail Transport Agent CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 postfix-[0-9]* diff --git a/mail/sendmail/Makefile.common b/mail/sendmail/Makefile.common index 271a4dfb3f5..841f3977bd5 100644 --- a/mail/sendmail/Makefile.common +++ b/mail/sendmail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.57 2013/02/06 07:42:04 jnemeth Exp $ +# $NetBSD: Makefile.common,v 1.58 2013/05/05 02:36:20 jnemeth Exp $ # # used by mail/libmilter/Makefile # used by mail/sendmail/Makefile @@ -20,7 +20,7 @@ DISTINFO_FILE= ${.CURDIR}/../../mail/sendmail/distinfo FILESDIR= ${.CURDIR}/../../mail/sendmail/files PATCHDIR= ${.CURDIR}/../../mail/sendmail/patches -DIST_VERS= 8.14.6 +DIST_VERS= 8.14.7 MAKE_ENV+= BSD_BINOWN=${BINOWN} BSD_BINGRP=${BINGRP} \ BSD_MANOWN=${MANOWN} BSD_MANGRP=${MANGRP} \ diff --git a/mail/sendmail/distinfo b/mail/sendmail/distinfo index 63b3a766df9..a91c872c864 100644 --- a/mail/sendmail/distinfo +++ b/mail/sendmail/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.48 2013/03/23 10:06:12 joerg Exp $ +$NetBSD: distinfo,v 1.49 2013/05/05 02:36:20 jnemeth Exp $ -SHA1 (sendmail.8.14.6.tar.gz) = 0984581a1cdd034d2cb17cc89761bae9093845bf -RMD160 (sendmail.8.14.6.tar.gz) = 49c41f4acb44c8ca295e8de3dcf9ad7ed9b255c4 -Size (sendmail.8.14.6.tar.gz) = 2104299 bytes +SHA1 (sendmail.8.14.7.tar.gz) = 7a16bfd3f14e877b30e6dff4952ab6ae49951314 +RMD160 (sendmail.8.14.7.tar.gz) = 6bef8342f9b5e207a7e5e34ece470becf08ef332 +Size (sendmail.8.14.7.tar.gz) = 2112670 bytes SHA1 (patch-aa) = d58a1e2415a8fb1423536c58b460c0a49e0de2be SHA1 (patch-ab) = a2abf6e78772e257e2a1973e7730159ff24a91aa SHA1 (patch-ac) = 96c19300b4188dbcbd202768eea912f675dadc27 -- cgit v1.2.3