summaryrefslogtreecommitdiff
path: root/mail/sendmail812
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-08-01 05:11:43 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-08-01 05:11:43 +0000
commit4fa663ae20fb75fefc62bc60483dbc13157c885c (patch)
tree81671ebfd8bd1bf19e5ee88e8510b5c254c204b6 /mail/sendmail812
parent- DISTNAME needs PORTVERSION of master PORT (diff)
- Update to 8.11.5
Fix a possible race condition when sending a HUP signal to restart the daemon. This could terminate the current process without starting a new daemon. Problem reported by Wolfgang Breyha of SE Netway Communications. Only apply MaxHeadersLength when receiving a message via SMTP or the command line. Problem noted by Andrey J. Melnikoff. When finding the system's local hostname on an IPv6-enabled system which doesn't have any IPv6 interface addresses, fall back to looking up only IPv4 addresses. Problem noted by Tim Bosserman of EarthLink. When commands were being rejected due to check_relay or TCP Wrappers, the ETRN command was not giving a response. Incoming IPv4 connections on a Family=inet6 daemon (using IPv4-mapped addresses) were incorrectly labeled as "may be forged". Problem noted by Per Steinar Iversen of Oslo University College. Shutdown address test mode cleanly on SIGTERM. Problem noted by Greg King of the OAO Corporation. Restore the original real uid (changed in main() to prevent out of band signals) before invoking a delivery agent. Some delivery agents use this for the "From " envelope "header". Problem noted by Leslie Carroll of the University at Albany. Mark closed file descriptors properly to avoid reuse. Problem noted by Jeff Bronson of J.D. Bronson, Inc. Setting Timeout options on the command line will also override their sub-suboptions in the .cf file, e.g., -O Timeout.queuereturn=2d will set all queuereturn timeouts to 2 days. Problem noted by Roger B.A. Klorese. CONFIG: Fix parsing for IPv6 domain literals in addresses (user@[IPv6:address]). Problem noted by Liyuan Zhou.
Notes
Notes: svn path=/head/; revision=45684
Diffstat (limited to 'mail/sendmail812')
-rw-r--r--mail/sendmail812/Makefile3
-rw-r--r--mail/sendmail812/distinfo2
-rw-r--r--mail/sendmail812/files/patch-vacation.14
3 files changed, 4 insertions, 5 deletions
diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile
index 158b3d8bc73f..83de08cc8840 100644
--- a/mail/sendmail812/Makefile
+++ b/mail/sendmail812/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= sendmail
-PORTVERSION= 8.11.4
-PORTREVISION= 2
+PORTVERSION= 8.11.5
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,}
diff --git a/mail/sendmail812/distinfo b/mail/sendmail812/distinfo
index 903acf7495c9..6bea3191c52b 100644
--- a/mail/sendmail812/distinfo
+++ b/mail/sendmail812/distinfo
@@ -1 +1 @@
-MD5 (sendmail.8.11.4.tar.gz) = 5e224eeb0aab63b7c178728ae42f26a5
+MD5 (sendmail.8.11.5.tar.gz) = 7b8c5771e5e80799c94292ff6429b7ce
diff --git a/mail/sendmail812/files/patch-vacation.1 b/mail/sendmail812/files/patch-vacation.1
index ef3a00f67039..8dec78ad3203 100644
--- a/mail/sendmail812/files/patch-vacation.1
+++ b/mail/sendmail812/files/patch-vacation.1
@@ -3,11 +3,11 @@ diff -ur vacation/vacation.1 src/contrib/sendmail/vacation/vacation.1
+++ vacation/vacation.1 Sat Mar 3 11:27:12 2001
@@ -11,6 +11,8 @@
.\"
- .\" $Id: vacation.1,v 8.11.4.6 2000/12/29 18:12:23 gshapiro Exp $
+ .\" $Id: vacation.1,v 8.11.4.8 2001/07/20 04:19:38 gshapiro Exp $
.\"
+.\" $FreeBSD$
+.\"
- .TH VACATION 1 "$Date: 2000/12/29 18:12:23 $"
+ .TH VACATION 1 "$Date: 2001/07/20 04:19:38 $"
.SH NAME
vacation
@@ -24,8 +26,10 @@