summaryrefslogtreecommitdiff
path: root/mail/postfix/Makefile
diff options
context:
space:
mode:
authormartti <martti>2004-05-05 06:55:28 +0000
committermartti <martti>2004-05-05 06:55:28 +0000
commita005bf3f2c9936b96bffe1e11cc3ae5db8446ebf (patch)
tree2de5e5544b8f3b60e0dd9aeb8ac1f9802ee84c4f /mail/postfix/Makefile
parente8d1fd26ce21481ba0e199172e475fbff7ba3023 (diff)
downloadpkgsrc-a005bf3f2c9936b96bffe1e11cc3ae5db8446ebf.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/postfix/Makefile')
-rw-r--r--mail/postfix/Makefile8
1 files changed, 4 insertions, 4 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