diff options
author | itojun <itojun> | 2001-03-02 04:18:19 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-03-02 04:18:19 +0000 |
commit | ca04393023edc04db80dccffde46fe73e67f376b (patch) | |
tree | 717475cf723938d10e4e6d0f8aa2ec3f503b41e6 /mail/postfix-current | |
parent | 4340aaaca29c1a048d6cc8a3e036e624a311bfa0 (diff) | |
download | pkgsrc-ca04393023edc04db80dccffde46fe73e67f376b.tar.gz |
use 2/28 official release and IPv6 patch.
(mail/postfix should be overwritten)
20010225
Portability: master sigchld handler based on writing to a
pipe, so that the master wakes up from select(). Based on
code by Erik Forsberg, Linkoping University, Sweden. File:
master/master_sig.c. Disabled until after the major release.
Code cleanup: Postfix should now run with no alias database.
Code cleanup: local_destination_recipient_limit and
local_destination_concurrency_limit have become first-class
configuration parameters. Files: global/mail_params.h,
*qmgr/qmgr.c, postconf/postconf.c.
20010226
Documentation suggestions by Lars Hecking and Richard
Huxton, Matthias Andree and many others.
Code cleanup: some queue/transport operations need to be
moved, after the code cleanup of the recipient/concurrency
limit handling. Patrik Rak. Files: *qmgr/qmgr_message.c.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 10 | ||||
-rw-r--r-- | mail/postfix-current/files/md5 | 6 | ||||
-rw-r--r-- | mail/postfix-current/pkg/PLIST | 5 |
3 files changed, 9 insertions, 12 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 1a1082f389a..649c4a9c689 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.19 2001/02/28 10:34:38 itojun Exp $ +# $NetBSD: Makefile,v 1.20 2001/03/02 04:18:19 itojun Exp $ -DISTNAME= snapshot-20010225 -PKGNAME= postfix-20010225 +DISTNAME= release-20010228 +PKGNAME= postfix-20010228 CATEGORIES= mail -MASTER_SITES= ftp://postfix.cloud9.net/experimental/ +MASTER_SITES= ftp://postfix.cloud9.net/official/ -PATCHFILES= postfix-20010225snap-v6-20010228a.diff.gz +PATCHFILES= postfix-20010228release-v6-20010302a.diff.gz PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ PATCH_DIST_STRIP+= -p1 diff --git a/mail/postfix-current/files/md5 b/mail/postfix-current/files/md5 index f92a73b18b3..43061059584 100644 --- a/mail/postfix-current/files/md5 +++ b/mail/postfix-current/files/md5 @@ -1,4 +1,4 @@ -$NetBSD: md5,v 1.11 2001/02/28 10:34:39 itojun Exp $ +$NetBSD: md5,v 1.12 2001/03/02 04:18:20 itojun Exp $ -MD5 (postfix/snapshot-20010225.tar.gz) = b5a2da1fb6788c4351117add8a83154a -MD5 (postfix/postfix-20010225snap-v6-20010228a.diff.gz) = 8646724c2d00e4d162b63456247cf4fb +MD5 (postfix/release-20010228.tar.gz) = 6af46cc231ca1e09e60393542d5611bd +MD5 (postfix/postfix-20010228release-v6-20010302a.diff.gz) = e8b5954bc0466239c393235319476ff7 diff --git a/mail/postfix-current/pkg/PLIST b/mail/postfix-current/pkg/PLIST index 811ce27c89a..9efdb3a9d7c 100644 --- a/mail/postfix-current/pkg/PLIST +++ b/mail/postfix-current/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2001/02/04 06:10:24 itojun Exp $ +@comment $NetBSD: PLIST,v 1.7 2001/03/02 04:18:20 itojun Exp $ etc/mailer.conf.postfix libexec/postfix/bounce libexec/postfix/cleanup @@ -7,7 +7,6 @@ libexec/postfix/flush libexec/postfix/lmtp libexec/postfix/local libexec/postfix/master -libexec/postfix/nqmgr libexec/postfix/pickup libexec/postfix/pipe libexec/postfix/qmgr @@ -17,7 +16,6 @@ libexec/postfix/smtp libexec/postfix/smtpd libexec/postfix/spawn libexec/postfix/trivial-rewrite -libexec/postfix/virtual sbin/postalias sbin/postcat sbin/postconf @@ -95,7 +93,6 @@ man/man8/flush.8 man/man8/lmtp.8 man/man8/local.8 man/man8/master.8 -man/man8/nqmgr.8 man/man8/pickup.8 man/man8/pipe.8 man/man8/qmgr.8 |