diff options
author | martti <martti@pkgsrc.org> | 2002-05-05 14:46:27 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-05-05 14:46:27 +0000 |
commit | 03aec836425de567fe0876634c59fd9a7401e341 (patch) | |
tree | 5e45aa715a6f11ce67a4f8ad3300bfe75782d65f /mail/postfix | |
parent | fe7e0cabbe04dd21003831f05230cbd719f153fb (diff) | |
download | pkgsrc-03aec836425de567fe0876634c59fd9a7401e341.tar.gz |
Updated postfix to 1.1.8
- Postfix no longer attempts to build with GDBM support
- The Postfix SMTP client forgot to quote whitespace etc. in a
sender or recipient address when DNS lookup was turned off
- Better error reporting in the postqueue command
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 3ac23e32bfd..4b91f389012 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2002/04/02 09:34:40 martti Exp $ +# $NetBSD: Makefile,v 1.61 2002/05/05 14:46:27 martti Exp $ -DISTNAME= postfix-1.1.7 +DISTNAME= postfix-1.1.8 CATEGORIES= mail MASTER_SITES= ftp://postfix.cloud9.net/official/ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 2bae28d14f2..c99081a5c3f 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2002/04/02 09:34:40 martti Exp $ +$NetBSD: distinfo,v 1.18 2002/05/05 14:46:27 martti Exp $ -SHA1 (postfix/postfix-1.1.7.tar.gz) = b0774bcabdc0b4e8481f62230efe82e158a80854 -Size (postfix/postfix-1.1.7.tar.gz) = 1186995 bytes +SHA1 (postfix/postfix-1.1.8.tar.gz) = 4b82a6de31a49578797c85300d39c539bdc71702 +Size (postfix/postfix-1.1.8.tar.gz) = 1187634 bytes SHA1 (patch-aa) = 01d0df30acc0ee454771ade263b6e793d0dba6a4 SHA1 (patch-ab) = d4e50ffc31d71ff64067101f6d733655fcf76713 SHA1 (patch-ac) = 0c79f73f1a9327e97ab6e6910d03b479c849d9f4 |