pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82e8b5ca2cd7
branches:  trunk
changeset: 474771:82e8b5ca2cd7
user:      martti <martti%pkgsrc.org@localhost>
date:      Wed May 05 06:55:28 2004 +0000

description:
Updated postfix to 2.0.20

- The postdrop mail submission command could die with SIGHUP and
  abort mail submission.  This was observed with mail from cron jobs.

- The MySQL client aborted with complaints about multiple attempts
  to register the same lookup table. This was observed in the proxymap
  daemon.

- As a workaround for agressive SMTP command pipelining clients,
  the Postfix SMTP server now allows SMTP clients to overshoot the
  SMTP server recipient limit without triggering the server hard
  error limit, as long as the number of excess recipients stays within
  a hard-coded overshoot limit of 1000. If you have such clients then
  you also need to specify "smtpd_error_sleep_time = 0" or else
  performance will be poor.

- The LMTP client attempted to reuse a connection after timeout,
  causing protocol synchronization errors.

- The trivial-rewrite server could core dump after temporary table
  lookup failure.  This was not observed in Postfix 2.0.

diffstat:

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

diffs (41 lines):

diff -r 1a412bfd5002 -r 82e8b5ca2cd7 mail/postfix/Makefile
--- a/mail/postfix/Makefile     Wed May 05 06:40:05 2004 +0000
+++ b/mail/postfix/Makefile     Wed May 05 06:55:28 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.129 2004/04/21 21:09:31 cube Exp $
+# $NetBSD: Makefile,v 1.130 2004/05/05 06:55:28 martti Exp $
 
-DISTNAME=      postfix-2.0.19
+DISTNAME=      postfix-2.0.20
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.porcupine.org/mirrors/postfix-release/official/
 
@@ -50,8 +50,8 @@
 
 .if defined(POSTFIX_USE_INET6) && ${POSTFIX_USE_INET6} == "YES"
 .  include "../../security/openssl/buildlink3.mk"
-PATCHFILES+=           tls+ipv6-1.22-pf-2.0.19.patch.gz
-PATCH_SITES+=          ftp://ftp.stack.nl/pub/postfix/tls+ipv6/1.22/
+PATCHFILES+=           tls+ipv6-1.23-pf-2.0.20.patch.gz
+PATCH_SITES+=          ftp://ftp.stack.nl/pub/postfix/tls+ipv6/1.23/
 PATCH_DIST_STRIP=      -p1
 
 CCARGS+=       -DHAS_SSL
diff -r 1a412bfd5002 -r 82e8b5ca2cd7 mail/postfix/distinfo
--- a/mail/postfix/distinfo     Wed May 05 06:40:05 2004 +0000
+++ b/mail/postfix/distinfo     Wed May 05 06:55:28 2004 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.62 2004/05/04 19:59:06 minskim Exp $
+$NetBSD: distinfo,v 1.63 2004/05/05 06:55:28 martti Exp $
 
-SHA1 (postfix/postfix-2.0.19.tar.gz) = 5248f4d0af530260b6715da3a973557ae63df382
-Size (postfix/postfix-2.0.19.tar.gz) = 1355184 bytes
-SHA1 (postfix/tls+ipv6-1.22-pf-2.0.19.patch.gz) = a2fae0097aff9b3d36e7a4938549e4f8d3b9f1c1
-Size (postfix/tls+ipv6-1.22-pf-2.0.19.patch.gz) = 256751 bytes
+SHA1 (postfix/postfix-2.0.20.tar.gz) = ffedae380952a5afc2c3f6b5e610b099e10e3c91
+Size (postfix/postfix-2.0.20.tar.gz) = 1354414 bytes
+SHA1 (postfix/tls+ipv6-1.23-pf-2.0.20.patch.gz) = d728c4f885438f54147fc7b9863fc8e2de90c50d
+Size (postfix/tls+ipv6-1.23-pf-2.0.20.patch.gz) = 258336 bytes
 SHA1 (postfix/postfix-pg.postfix-2.0.0.2.patch) = 51498e624f9fc68f33384c2355803f0b181ca64a
 Size (postfix/postfix-pg.postfix-2.0.0.2.patch) = 27419 bytes
 SHA1 (patch-aa) = 39a89a28cec3fd264dbda97633e34695eaad01e9



Home | Main Index | Thread Index | Old Index