diff options
author | martti <martti@pkgsrc.org> | 2003-02-21 11:49:55 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-02-21 11:49:55 +0000 |
commit | b34abed20c2c1c709f8960205b93ab68648b5d5b (patch) | |
tree | 52e4c772a1b14b1b992866cf239a7c2cba3db322 /mail/postfix | |
parent | 76b6ae7a7d12f624b78ab2dd7bf5e7f1c1f504ec (diff) | |
download | pkgsrc-b34abed20c2c1c709f8960205b93ab68648b5d5b.tar.gz |
Updated postfix to 2.0.4
- The format of maildir filenames is synchronized with the present
version of the maildir definition document. This format was already
adopted by the 20030126 snapshot release.
- The time limit on delivery to external commands was not enforced.
This was broken probably some time before the first public Postfix release.
- Duplicate elimination after virtual alias expansion works again.
This was broken with the introduction of the original recipient attribute.
- The local pickup daemon dropped incomplete records from local
submissions. This was broken somewhere in the middle of 2002.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 5 | ||||
-rw-r--r-- | mail/postfix/distinfo | 10 | ||||
-rw-r--r-- | mail/postfix/patches/patch-af | 8 |
3 files changed, 10 insertions, 13 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index dbd0c81e7ef..a972b2e5ffe 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.79 2003/01/31 23:53:04 lukem Exp $ +# $NetBSD: Makefile,v 1.80 2003/02/21 11:49:55 martti Exp $ -DISTNAME= postfix-2.0.3 -PKGREVISION= 1 +DISTNAME= postfix-2.0.4 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 6ebf6dd2731..0a2bd9f42b0 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,10 +1,8 @@ -$NetBSD: distinfo,v 1.30 2003/01/31 23:53:05 lukem Exp $ +$NetBSD: distinfo,v 1.31 2003/02/21 11:49:56 martti Exp $ -SHA1 (postfix/postfix-2.0.3.tar.gz) = 6b0f06a64c3aeda1fe6a3f808fca886fd95fb1e2 -Size (postfix/postfix-2.0.3.tar.gz) = 1339919 bytes -SHA1 (postfix/tls+ipv6-1.12-pf-2.0.3.patch.gz) = 2b79fc0062e56feb19c29c9f7a3a428c3691e1c6 -Size (postfix/tls+ipv6-1.12-pf-2.0.3.patch.gz) = 95350 bytes +SHA1 (postfix/postfix-2.0.4.tar.gz) = 6b04bbd91d73fb845cdc04fba446fa78b79bf10e +Size (postfix/postfix-2.0.4.tar.gz) = 1341988 bytes SHA1 (patch-aa) = 5bc8f2d888bea92cfa88ef154c852b63990ae03e SHA1 (patch-ad) = d4e536f5f0d482a759da0016ea79f78b0a87455c SHA1 (patch-ae) = daa160ef54d725ca156f29322d45efcf4af6c02a -SHA1 (patch-af) = 0d0d57a4534141fa803a50697a34b93ef3c43689 +SHA1 (patch-af) = 1020280735f4d4aeb352f576e00e3bdb28f152a6 diff --git a/mail/postfix/patches/patch-af b/mail/postfix/patches/patch-af index 5a623678862..1807d028cf5 100644 --- a/mail/postfix/patches/patch-af +++ b/mail/postfix/patches/patch-af @@ -1,7 +1,7 @@ -$NetBSD: patch-af,v 1.15 2003/01/31 23:53:06 lukem Exp $ +$NetBSD: patch-af,v 1.16 2003/02/21 11:49:57 martti Exp $ ---- conf/main.cf.orig Fri Jan 24 01:42:20 2003 -+++ conf/main.cf Sat Jan 25 08:04:54 2003 +--- conf/main.cf.orig 2003-02-20 16:44:47.000000000 +0200 ++++ conf/main.cf 2003-02-21 13:27:20.000000000 +0200 @@ -31,13 +31,18 @@ # The command_directory parameter specifies the location of all # postXXX commands. @@ -32,7 +32,7 @@ $NetBSD: patch-af,v 1.15 2003/01/31 23:53:06 lukem Exp $ # INTERNET HOST AND DOMAIN NAMES # -@@ -610,16 +615,16 @@ +@@ -618,16 +623,16 @@ # commands. This must be a group name with a numerical group ID that # is not shared with other accounts, not even with the Postfix account. # |