diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-08-01 13:11:43 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-08-01 13:11:43 +0800 |
commit | 9b54b9890802bd3451fca409022ecb5ff008d64e (patch) | |
tree | b8216a14121ae6cc86d668a8a1d9c2a7f8653e65 /mail | |
parent | c15cb7836bf150cd315a371808173431d68a39b4 (diff) | |
download | freebsd-ports-gnome-9b54b9890802bd3451fca409022ecb5ff008d64e.tar.gz freebsd-ports-gnome-9b54b9890802bd3451fca409022ecb5ff008d64e.tar.zst freebsd-ports-gnome-9b54b9890802bd3451fca409022ecb5ff008d64e.zip |
- 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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail-old/Makefile | 3 | ||||
-rw-r--r-- | mail/sendmail-old/distinfo | 2 | ||||
-rw-r--r-- | mail/sendmail-old/files/patch-vacation.1 | 4 | ||||
-rw-r--r-- | mail/sendmail/Makefile | 3 | ||||
-rw-r--r-- | mail/sendmail/distinfo | 2 | ||||
-rw-r--r-- | mail/sendmail/files/patch-vacation.1 | 4 | ||||
-rw-r--r-- | mail/sendmail811/Makefile | 3 | ||||
-rw-r--r-- | mail/sendmail811/distinfo | 2 | ||||
-rw-r--r-- | mail/sendmail811/files/patch-vacation.1 | 4 | ||||
-rw-r--r-- | mail/sendmail812/Makefile | 3 | ||||
-rw-r--r-- | mail/sendmail812/distinfo | 2 | ||||
-rw-r--r-- | mail/sendmail812/files/patch-vacation.1 | 4 |
12 files changed, 16 insertions, 20 deletions
diff --git a/mail/sendmail-old/Makefile b/mail/sendmail-old/Makefile index 158b3d8bc73f..83de08cc8840 100644 --- a/mail/sendmail-old/Makefile +++ b/mail/sendmail-old/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/sendmail-old/distinfo b/mail/sendmail-old/distinfo index 903acf7495c9..6bea3191c52b 100644 --- a/mail/sendmail-old/distinfo +++ b/mail/sendmail-old/distinfo @@ -1 +1 @@ -MD5 (sendmail.8.11.4.tar.gz) = 5e224eeb0aab63b7c178728ae42f26a5 +MD5 (sendmail.8.11.5.tar.gz) = 7b8c5771e5e80799c94292ff6429b7ce diff --git a/mail/sendmail-old/files/patch-vacation.1 b/mail/sendmail-old/files/patch-vacation.1 index ef3a00f67039..8dec78ad3203 100644 --- a/mail/sendmail-old/files/patch-vacation.1 +++ b/mail/sendmail-old/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 @@ diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 158b3d8bc73f..83de08cc8840 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/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/sendmail/distinfo b/mail/sendmail/distinfo index 903acf7495c9..6bea3191c52b 100644 --- a/mail/sendmail/distinfo +++ b/mail/sendmail/distinfo @@ -1 +1 @@ -MD5 (sendmail.8.11.4.tar.gz) = 5e224eeb0aab63b7c178728ae42f26a5 +MD5 (sendmail.8.11.5.tar.gz) = 7b8c5771e5e80799c94292ff6429b7ce diff --git a/mail/sendmail/files/patch-vacation.1 b/mail/sendmail/files/patch-vacation.1 index ef3a00f67039..8dec78ad3203 100644 --- a/mail/sendmail/files/patch-vacation.1 +++ b/mail/sendmail/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 @@ diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile index 158b3d8bc73f..83de08cc8840 100644 --- a/mail/sendmail811/Makefile +++ b/mail/sendmail811/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/sendmail811/distinfo b/mail/sendmail811/distinfo index 903acf7495c9..6bea3191c52b 100644 --- a/mail/sendmail811/distinfo +++ b/mail/sendmail811/distinfo @@ -1 +1 @@ -MD5 (sendmail.8.11.4.tar.gz) = 5e224eeb0aab63b7c178728ae42f26a5 +MD5 (sendmail.8.11.5.tar.gz) = 7b8c5771e5e80799c94292ff6429b7ce diff --git a/mail/sendmail811/files/patch-vacation.1 b/mail/sendmail811/files/patch-vacation.1 index ef3a00f67039..8dec78ad3203 100644 --- a/mail/sendmail811/files/patch-vacation.1 +++ b/mail/sendmail811/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 @@ 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 @@ |