pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/sendmail Update to 8.13.8. Changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/fdce23e5a560
branches: trunk
changeset: 517370:fdce23e5a560
user: tv <tv%pkgsrc.org@localhost>
date: Wed Aug 09 21:23:00 2006 +0000
description:
Update to 8.13.8. Changes:
8.13.8/8.13.8 2006/08/09
Fix a regression in 8.13.7: if shared memory is activated, then
the server can erroneously report that there is
insufficient disk space. Additionally make sure that
an internal variable is set properly to avoid those
misleading errors. Based on patch from Steve Hubert
of University of Washington.
Fix a regression in 8.13.7: the PidFile could be removed after
the process that forks the daemon exited, i.e., if
sendmail -bd is invoked. Problem reported by Kan Sasaki
of Fusion Communications Corp. and Werner Wiethege.
Avoid opening qf files if QueueSortOrder is "none". Patch from
David F. Skoll.
Avoid a crash when finishing due to referencing a freed variable.
Problem reported and diagnosed by Moritz Jodeit.
CONTRIB: cidrexpand now deals with /0 by issuing the entire IPv4
range (0..255).
LIBMILTER: The "hostname" argument of the xxfi_connect() callback
previously was the equivalent of {client_ptr}. However,
this did not match the documentation of the function, hence
it has been changed to {client_name}. See doc/op/op.*
about these macros.
diffstat:
mail/sendmail/Makefile.common | 4 ++--
mail/sendmail/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (34 lines):
diff -r 6c98747bef0f -r fdce23e5a560 mail/sendmail/Makefile.common
--- a/mail/sendmail/Makefile.common Wed Aug 09 18:36:48 2006 +0000
+++ b/mail/sendmail/Makefile.common Wed Aug 09 21:23:00 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.37 2006/07/07 18:06:27 tv Exp $
+# $NetBSD: Makefile.common,v 1.38 2006/08/09 21:23:00 tv Exp $
#
# Makefile fragment shared with libmilter
#
@@ -19,7 +19,7 @@
FILESDIR?= ${.CURDIR}/../../mail/sendmail/files
PATCHDIR?= ${.CURDIR}/../../mail/sendmail/patches
-DIST_VERS= 8.13.7
+DIST_VERS= 8.13.8
MAKE_ENV+= BSD_BINOWN=${BINOWN:Q} BSD_BINGRP=${BINGRP:Q} \
BSD_MANOWN=${MANOWN:Q} BSD_MANGRP=${MANGRP:Q} \
diff -r 6c98747bef0f -r fdce23e5a560 mail/sendmail/distinfo
--- a/mail/sendmail/distinfo Wed Aug 09 18:36:48 2006 +0000
+++ b/mail/sendmail/distinfo Wed Aug 09 21:23:00 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.31 2006/07/07 18:06:27 tv Exp $
+$NetBSD: distinfo,v 1.32 2006/08/09 21:23:00 tv Exp $
-SHA1 (sendmail.8.13.7.tar.gz) = b70f63f5d577e14794d1a37ef5e825f9127ec996
-RMD160 (sendmail.8.13.7.tar.gz) = a1cab6a7f015bf50c1773a67f35b800c751d55ed
-Size (sendmail.8.13.7.tar.gz) = 2010008 bytes
+SHA1 (sendmail.8.13.8.tar.gz) = 8e97c10f52efe5204c08f6cb3f90c08e077ac505
+RMD160 (sendmail.8.13.8.tar.gz) = a5d333b073d681f056421e836df4067f331a8ac8
+Size (sendmail.8.13.8.tar.gz) = 2010975 bytes
SHA1 (patch-aa) = b7ceece7760e3d637016da039f8429c1fb89f2cf
SHA1 (patch-ab) = a2abf6e78772e257e2a1973e7730159ff24a91aa
SHA1 (patch-ac) = 96c19300b4188dbcbd202768eea912f675dadc27
Home |
Main Index |
Thread Index |
Old Index