diff options
author | martti <martti@pkgsrc.org> | 2006-12-13 06:16:55 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-12-13 06:16:55 +0000 |
commit | 74bba61c2f69ef3606abf63383ea7a8646955f0c (patch) | |
tree | 1ca0dfc31854ef3d1038fdd0c95d07d905d93fb5 /mail/postfix | |
parent | e01579ad1d51a35818da41636b5ecc1780036ef8 (diff) | |
download | pkgsrc-74bba61c2f69ef3606abf63383ea7a8646955f0c.tar.gz |
Updated mail/postfix to 2.3.5
- On Redhat Linux, a Postfix daemon could lock up while logging a
warning from a signal handler before exiting. This is remedied
by a low-cost re-entrancy guard for signal handlers that never
return.
- Message headers longer than 65535 broke the Milter protocol. To
make matters worse the cleanup server could then dereference a
null pointer. When Milter support is enabled, the length of each
message header is now limited to 60000.
- Several fixes to improve worst-case behavior of the (new) queue
manager with multi-recipient mail. The queue manager now reads
new recipients earlier from the queue file, instead of becoming
starved while waiting for the slowest in-memory recipients to
complete; and it now reads recipients in smaller chunks to avoid
spending too much time not talking to delivery agents.
- With remote SMTP server tarpit delays larger than the Postfix
SMTP client's smtp_rset_timeout (default: 20s), the client would
get out of sync with the server while reusing a connection. The
symptoms were "recipient rejected .. in reply to DATA".
- On FreeBSD 6.2, some Postfix daemon processes would complain once
with "Error 0" after "postfix reload" and then recover. This
warning is now logged only when the problem persists.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index e13d5ce262c..24e631abb0f 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.196 2006/11/10 08:08:55 rillig Exp $ +# $NetBSD: Makefile,v 1.197 2006/12/13 06:16:55 martti Exp $ -DISTNAME= postfix-2.3.4 +DISTNAME= postfix-2.3.5 #PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 7682765bbb9..e1e60328f4c 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.107 2006/11/07 07:08:26 martti Exp $ +$NetBSD: distinfo,v 1.108 2006/12/13 06:16:56 martti Exp $ -SHA1 (postfix/postfix-2.3.4.tar.gz) = fc928c366bfc181db78173569b53dedd1bedebc6 -RMD160 (postfix/postfix-2.3.4.tar.gz) = 94f38585f12b409270c59241ff0a01c4ff460d96 -Size (postfix/postfix-2.3.4.tar.gz) = 2778860 bytes +SHA1 (postfix/postfix-2.3.5.tar.gz) = f92c55f3e78bb39e78153e14895bb2e718b3c182 +RMD160 (postfix/postfix-2.3.5.tar.gz) = 19215ee77b82ed2235cb669c0704df200fe0ea0f +Size (postfix/postfix-2.3.5.tar.gz) = 2782283 bytes SHA1 (patch-aa) = e53bc6644c2b7898b73f4604489021cb85514610 SHA1 (patch-ag) = cb42a57876821b133df9520999d99f7e5efa541c SHA1 (patch-ai) = f82456cbac2840fb2da3e723c9942ad66e6437a0 |