pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/sendmail Update sendmail to 8.13.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/5bda24e11ea2
branches: trunk
changeset: 500906:5bda24e11ea2
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Fri Oct 14 08:36:02 2005 +0000
description:
Update sendmail to 8.13.5
>From the CHANGELOG:
> Store the filesystem identifier of the df/ subdirectory (if it
> exists) in an internal structure instead of the base
> directory. This structure is used decide whether there
> is enough free disk space when selecting a queue, hence
> without this change queue selection could fail if a df/
> subdirectory exists and is on a different filesystem
> than the base directory.
> Use the queue index of the df file (instead of the qf file) for
> checking whether a link(2) operation can be used to split
> an envelope across queue groups. Problem found by
> Werner Wiethege.
> If the list of items in the queue is larger than the maximum
> number of items to process, sort the queue first and
> then cut the list off instead of the other way around.
> Patch from Matej Vela of Rudjer Boskovic Institute.
> Fix helpfile to show full entry for ETRN. Problem noted by
> Penelope Fudd, patch from Neil Rickert of Northern Illinois
> University.
> FallbackSmartHost should also be tried on temporary errors.
> From John Beck of Sun Microsystems.
> When a server responds with 421 to the STARTTLS command then treat
> it as a temporary error, not as protocol error. Problem
> noted by Andrey J. Melnikoff.
> Properly define two functions in libsm as static because their
> prototype used static too. Patch from Peter Klein.
> Fix syntax errors in helpfile for MAIL and RCPT commands.
> LIBMILTER: When smfi_replacebody() is called with bodylen equals
> zero then do not silently ignore that call. Patch from
> Gurusamy Sarathy of Active State.
> LIBMILTER: Recognize "421" also in a multi-line reply to terminate
> the SMTP session with that error. Fix from Brian Kantor.
> Portability: New option HASSNPRINTF which can be set if the OS
> has a properly working snprintf(3) to get rid
> of the last two (safe) sprintf(3) calls in the
> source code.
> Add support for AIX 5.3.
> Add support for SunOS 5.11 (aka Solaris 11).
> Add support for Darwin 8.x. Patch from Lyndon Nerenberg.
> OpenBSD 3.7 has removed support for NETISO.
> CONFIG: Add OSTYPE(freebsd6) for FreeBSD 6.X.
diffstat:
mail/sendmail/Makefile.common | 4 ++--
mail/sendmail/PLIST | 3 ++-
mail/sendmail/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 7 deletions(-)
diffs (51 lines):
diff -r b91df88aa76e -r 5bda24e11ea2 mail/sendmail/Makefile.common
--- a/mail/sendmail/Makefile.common Fri Oct 14 01:08:27 2005 +0000
+++ b/mail/sendmail/Makefile.common Fri Oct 14 08:36:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.28 2005/05/22 20:08:12 jlam Exp $
+# $NetBSD: Makefile.common,v 1.29 2005/10/14 08:36:02 adrianp Exp $
#
# Makefile fragment shared with libmilter
#
@@ -18,7 +18,7 @@
FILESDIR?= ${.CURDIR}/../../mail/sendmail/files
PATCHDIR?= ${.CURDIR}/../../mail/sendmail/patches
-DIST_VERS= 8.13.4
+DIST_VERS= 8.13.5
MAKE_ENV+= BSD_BINOWN="${BINOWN}" BSD_BINGRP="${BINGRP}" \
BSD_MANOWN="${MANOWN}" BSD_MANGRP="${MANGRP}" \
diff -r b91df88aa76e -r 5bda24e11ea2 mail/sendmail/PLIST
--- a/mail/sendmail/PLIST Fri Oct 14 01:08:27 2005 +0000
+++ b/mail/sendmail/PLIST Fri Oct 14 08:36:02 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2005/02/10 22:17:24 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.10 2005/10/14 08:36:02 adrianp Exp $
bin/hoststat
bin/mailq
bin/newaliases
@@ -172,6 +172,7 @@
share/sendmail/ostype/dynix3.2.m4
share/sendmail/ostype/freebsd4.m4
share/sendmail/ostype/freebsd5.m4
+share/sendmail/ostype/freebsd6.m4
share/sendmail/ostype/gnu.m4
share/sendmail/ostype/hpux10.m4
share/sendmail/ostype/hpux11.m4
diff -r b91df88aa76e -r 5bda24e11ea2 mail/sendmail/distinfo
--- a/mail/sendmail/distinfo Fri Oct 14 01:08:27 2005 +0000
+++ b/mail/sendmail/distinfo Fri Oct 14 08:36:02 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.22 2005/04/27 18:57:54 adrianp Exp $
+$NetBSD: distinfo,v 1.23 2005/10/14 08:36:02 adrianp Exp $
-SHA1 (sendmail.8.13.4.tar.gz) = 3cf14d7cafc859a2643a73dea353d7aacae35af1
-RMD160 (sendmail.8.13.4.tar.gz) = 54725031876f0980556f33a3ac088024396fb786
-Size (sendmail.8.13.4.tar.gz) = 1974606 bytes
+SHA1 (sendmail.8.13.5.tar.gz) = 3c6a6caf1deaf960b340b03128df63e4cd553cde
+RMD160 (sendmail.8.13.5.tar.gz) = 976af4c8c02adb7dd4a2610f905e91027c84d92d
+Size (sendmail.8.13.5.tar.gz) = 1978185 bytes
SHA1 (patch-aa) = b7ceece7760e3d637016da039f8429c1fb89f2cf
SHA1 (patch-ab) = a2abf6e78772e257e2a1973e7730159ff24a91aa
SHA1 (patch-ac) = 96c19300b4188dbcbd202768eea912f675dadc27
Home |
Main Index |
Thread Index |
Old Index