diff options
author | martti <martti@pkgsrc.org> | 2007-05-02 05:02:48 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-05-02 05:02:48 +0000 |
commit | 755f5c7eccff33a74ecacd6637b5bb3806bf34f7 (patch) | |
tree | c8f79d4ef7b2c5f2f5412819ab84410d5001f82d /mail | |
parent | 4864e6d4a5865a317d3b7544d1410ab8796fcdc3 (diff) | |
download | pkgsrc-755f5c7eccff33a74ecacd6637b5bb3806bf34f7.tar.gz |
Updated mail/postfix to 2.4.1
20070331
Bugfix (introduced Postfix 2.3): segfault with HOLD action
in access/header_checks/body_checks on 64-bit platforms.
File: cleanup/cleanup_api.c.
20070402
Portability (introduced 20070325): the fix for hardlinks
and symlinks in postfix-install forgot to work around shells
where "IFS=/ command" makes the IFS setting permanent. This
is allowed by some broken standard, and affects Solaris.
File: postfix-install.
Portability (introduced 20070212): the workaround for
non-existent library bugs with descriptors >= FD_SETSIZE
broke with "fcntl F_DUPFD: Invalid argument" on 64-bit
Solaris. Files: master/multi_server.c, *qmgr/qmgr_transport.c.
20070421
Cleanup: on (Linux) platforms that cripple signal handlers
with deadlock, "postfix stop" now forcefully stops all the
processes in the master's process group, not just the master
process alone. File: conf/postfix-script.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index f12c7aca55d..9fc2eb5bd00 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.202 2007/04/25 13:09:35 ghen Exp $ +# $NetBSD: Makefile,v 1.203 2007/05/02 05:02:48 martti Exp $ -DISTNAME= postfix-2.4.0 -PKGREVISION= 1 +DISTNAME= postfix-2.4.1 +#PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ DIST_SUBDIR= postfix diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 1804ccd0f01..cbd39651403 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.110 2007/04/03 07:27:51 martti Exp $ +$NetBSD: distinfo,v 1.111 2007/05/02 05:02:48 martti Exp $ -SHA1 (postfix/postfix-2.4.0.tar.gz) = 6223225e5ab116e09da27709ebce7dac3136fbe7 -RMD160 (postfix/postfix-2.4.0.tar.gz) = 00eb9e4510da1f6a0a0238417d147774deac50ce -Size (postfix/postfix-2.4.0.tar.gz) = 2931537 bytes +SHA1 (postfix/postfix-2.4.1.tar.gz) = cfd041cd7f16e9ee701c6e5a2f33e417e57751db +RMD160 (postfix/postfix-2.4.1.tar.gz) = 006cdaf82e9edb176522079e606b5645eef65734 +Size (postfix/postfix-2.4.1.tar.gz) = 2932009 bytes SHA1 (patch-aa) = acd87c45baa4da2341e9609f2d6276ec013be198 SHA1 (patch-ag) = 4d66026fe81dde97470bd01d529af191f1547228 SHA1 (patch-ai) = 68201eac6b479ad733ba851741cc1cc2e56f7c9f |