diff options
author | martti <martti@pkgsrc.org> | 2004-03-14 07:30:14 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-03-14 07:30:14 +0000 |
commit | de7ecba36483a3e2c3ac79bd57c8db992559ce5b (patch) | |
tree | fa06634bb3d1d44f764f2768b8e05410d66f23c9 /mail/postfix | |
parent | c66649a97ec87257945091a333b9bc9f54028585 (diff) | |
download | pkgsrc-de7ecba36483a3e2c3ac79bd57c8db992559ce5b.tar.gz |
Updated postfix to 2.0.19
- When mail is submitted at a high rate with the Postfix sendmail
command, the pickup daemon is keps busy long enough that it it
terminated by the watchdog timer (a feature that prevents Postfix
from locking up permanently).
- Malformed addresses in SMTP commands could result in table looks
with zero-length search strings, causing trouble with NIS lookups.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 5 | ||||
-rw-r--r-- | mail/postfix/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index d3be86b6d2a..b2c014980cc 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.122 2004/03/07 10:16:05 grant Exp $ +# $NetBSD: Makefile,v 1.123 2004/03/14 07:30:14 martti Exp $ -DISTNAME= postfix-2.0.18 -PKGREVISION= 1 +DISTNAME= postfix-2.0.19 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index f5e13089d1f..7dece1e67eb 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.56 2004/03/06 06:47:41 grant Exp $ +$NetBSD: distinfo,v 1.57 2004/03/14 07:30:14 martti Exp $ -SHA1 (postfix/postfix-2.0.18.tar.gz) = 7abf546d2756978caddb37f4203602412e277f51 -Size (postfix/postfix-2.0.18.tar.gz) = 1353649 bytes +SHA1 (postfix/postfix-2.0.19.tar.gz) = 5248f4d0af530260b6715da3a973557ae63df382 +Size (postfix/postfix-2.0.19.tar.gz) = 1355184 bytes SHA1 (postfix/tls+ipv6-1.21-pf-2.0.18.patch.gz) = e2c29b3e6a00eb53120661d7e411d8e786a0bae6 Size (postfix/tls+ipv6-1.21-pf-2.0.18.patch.gz) = 254862 bytes SHA1 (postfix/postfix-pg.postfix-2.0.0.2.patch) = 51498e624f9fc68f33384c2355803f0b181ca64a |