diff options
author | martti <martti@pkgsrc.org> | 2004-05-05 06:55:28 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-05-05 06:55:28 +0000 |
commit | 6c84fb3febe3e3e969dcc8a02a9e7c56d401cf71 (patch) | |
tree | 2de5e5544b8f3b60e0dd9aeb8ac1f9802ee84c4f /mail | |
parent | c502213a29c62ebe2eec78f6f1b16801db788b93 (diff) | |
download | pkgsrc-6c84fb3febe3e3e969dcc8a02a9e7c56d401cf71.tar.gz |
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 (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 8 | ||||
-rw-r--r-- | mail/postfix/distinfo | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 99ca72e9579..3d27cc3e011 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -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 @@ BUILD_DEFS+= USE_SASL2 .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 --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 9d9d52e4014..5baa445e53c 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -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 |