diff options
author | tv <tv@pkgsrc.org> | 2006-08-09 21:23:00 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-08-09 21:23:00 +0000 |
commit | d0092bf6012fb329004c5a5c188797b2f93505c5 (patch) | |
tree | ad19406e68b4fdd838b90aa110e0128298ffc0ce /mail | |
parent | cc90a2aaf3ee5db03d7d5a3c68c15ae58a14fc32 (diff) | |
download | pkgsrc-d0092bf6012fb329004c5a5c188797b2f93505c5.tar.gz |
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 (limited to 'mail')
-rw-r--r-- | mail/sendmail/Makefile.common | 4 | ||||
-rw-r--r-- | mail/sendmail/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/sendmail/Makefile.common b/mail/sendmail/Makefile.common index 2a008e38fdd..0feea7191dd 100644 --- a/mail/sendmail/Makefile.common +++ b/mail/sendmail/Makefile.common @@ -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 @@ DISTINFO_FILE?= ${.CURDIR}/../../mail/sendmail/distinfo 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 --git a/mail/sendmail/distinfo b/mail/sendmail/distinfo index eb05ece224a..0eeb9c7ee6f 100644 --- a/mail/sendmail/distinfo +++ b/mail/sendmail/distinfo @@ -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 |