diff options
author | itojun <itojun@pkgsrc.org> | 2001-03-02 04:18:19 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-03-02 04:18:19 +0000 |
commit | 062fdd5a827703fd781daf8c5e45bb77f9774c99 (patch) | |
tree | 717475cf723938d10e4e6d0f8aa2ec3f503b41e6 /mail/postfix-current/Makefile | |
parent | 3d45e20908b776a49b4d8fa76f6888a2570573b6 (diff) | |
download | pkgsrc-062fdd5a827703fd781daf8c5e45bb77f9774c99.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/Makefile')
-rw-r--r-- | mail/postfix-current/Makefile | 10 |
1 files changed, 5 insertions, 5 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 |