pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/postfix Updated mail/postfix to 2.3.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8002cd7c1d8
branches:  trunk
changeset: 522573:a8002cd7c1d8
user:      martti <martti%pkgsrc.org@localhost>
date:      Wed Dec 13 06:16:55 2006 +0000

description:
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:

 mail/postfix/Makefile |  4 ++--
 mail/postfix/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 36efad5deaf6 -r a8002cd7c1d8 mail/postfix/Makefile
--- a/mail/postfix/Makefile     Wed Dec 13 04:36:37 2006 +0000
+++ b/mail/postfix/Makefile     Wed Dec 13 06:16:55 2006 +0000
@@ -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 -r 36efad5deaf6 -r a8002cd7c1d8 mail/postfix/distinfo
--- a/mail/postfix/distinfo     Wed Dec 13 04:36:37 2006 +0000
+++ b/mail/postfix/distinfo     Wed Dec 13 06:16:55 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index