diff options
author | martti <martti@pkgsrc.org> | 2008-07-29 05:14:15 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2008-07-29 05:14:15 +0000 |
commit | 0c18ad006609e3f0089da59bb06d2c87cc3625ff (patch) | |
tree | e1f9b407d5cc172f6f4f54601eec72a564eb8d85 /mail/postfix | |
parent | fdbcfeffd4496ad9c9d5a2211f4e76b5c9a9ff94 (diff) | |
download | pkgsrc-0c18ad006609e3f0089da59bb06d2c87cc3625ff.tar.gz |
Updated mail/postfix to 2.5.3
When a mailbox file is not owned by its recipient, the local and
virtual delivery agents now log a warning and defer delivery.
Specify "strict_mailbox_ownership = no" to ignore such ownership
discrepancies.
[HISTORY]
20080509
Bugfix: null-terminate CN comment string after sanitization.
File: smtpd/smtpd.c.
20080603
Workaround: avoid "bad address pattern" errors with non-address
patterns in namadr_list_match() calls. File: util/match_ops.c.
20080620
Bugfix (introduced 20080207): "cleanup -v" panic because
the new "SMTP reply" request flag did not have a printable
name. File: global/cleanup_strflags.c.
Cleanup: using "Before-queue content filter", RFC3848
information was not added to the headers. Carlos Velasco.
File smtpd/smtpd.c.
20080717
Cleanup: a poorly-implemented integer overflow check for
TCP MSS calculation had the unexpected effect that people
broke Postfix on LP64 systems while attempting to silence
a compiler warning. File: util/vstream_tweak.c.
20080725
Paranoia: defer delivery when a mailbox file is not owned
by the recipient. Requested by Sebastian Krahmer, SuSE.
Specify "strict_mailbox_ownership=no" to ignore ownership
discrepancies. Files: local/mailbox.c, virtual/mailbox.c.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 8 | ||||
-rw-r--r-- | mail/postfix/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index d1378024556..38578983af5 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.216 2008/03/14 01:13:36 taca Exp $ +# $NetBSD: Makefile,v 1.217 2008/07/29 05:14:15 martti Exp $ -DISTNAME= postfix-2.5.1 -PKGREVISION= 1 +DISTNAME= postfix-2.5.3 +#PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ DIST_SUBDIR= postfix @@ -88,7 +88,7 @@ LIBEXECDIR= ${PREFIX}/libexec/postfix DOCDIR= ${PREFIX}/share/doc/postfix EXAMPLEDIR= ${PREFIX}/share/examples/postfix -FILES_SUBST+= EXAMPLEDIR=${EXAMPLEDIR:Q} +FILES_SUBST+= EXAMPLEDIR=${EXAMPLEDIR} MESSAGE_SUBST+= EXAMPLEDIR=${EXAMPLEDIR} MESSAGE_SUBST+= DOCDIR=${DOCDIR} diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 15544e966cc..776c44ca154 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.116 2008/02/18 17:45:34 ghen Exp $ +$NetBSD: distinfo,v 1.117 2008/07/29 05:14:15 martti Exp $ -SHA1 (postfix/postfix-2.5.1.tar.gz) = 4ceb805b78aff4c872b7e55554d2364e06f695b3 -RMD160 (postfix/postfix-2.5.1.tar.gz) = cf414306742d642ccab78212ee33af955d7a9023 -Size (postfix/postfix-2.5.1.tar.gz) = 3153629 bytes +SHA1 (postfix/postfix-2.5.3.tar.gz) = 95d511c003ef89cc334c90b73396c4d366c74923 +RMD160 (postfix/postfix-2.5.3.tar.gz) = 3966af29024c587da3eebe56446f059a6cd1a8e4 +Size (postfix/postfix-2.5.3.tar.gz) = 3156942 bytes SHA1 (patch-aa) = 757b6f1be1a51696f1c7d41ad520cba3b8420dcf SHA1 (patch-ag) = 4d66026fe81dde97470bd01d529af191f1547228 SHA1 (patch-ai) = 7b19361e77d25139134511331a82abcd26b5336d |