diff options
author | martti <martti> | 2007-02-15 06:24:04 +0000 |
---|---|---|
committer | martti <martti> | 2007-02-15 06:24:04 +0000 |
commit | ef2ad42de2c0fbe3c16eb5fa2013585a26bdf00e (patch) | |
tree | bb6af466bcc1bc76cd9b20f54a1f1e10ca56e8f0 /mail/postfix | |
parent | 9fd948c44dbc65654660799fe507f269472b0555 (diff) | |
download | pkgsrc-ef2ad42de2c0fbe3c16eb5fa2013585a26bdf00e.tar.gz |
Updated mail/postfix to 2.3.7
- postmap support for NIS maps was broken with Postfix 2.3.
- Workaround to avoid breaking digital signatures for malformed
MIME attachments.
- Incorrect handling of ![address] forms in match lists. such as
mynetworks, inet_interfaces etc.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 24e631abb0f..c08b672038d 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.197 2006/12/13 06:16:55 martti Exp $ +# $NetBSD: Makefile,v 1.198 2007/02/15 06:24:04 martti Exp $ -DISTNAME= postfix-2.3.5 +DISTNAME= postfix-2.3.7 #PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index e1e60328f4c..f033d04cf47 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.108 2006/12/13 06:16:56 martti Exp $ +$NetBSD: distinfo,v 1.109 2007/02/15 06:24:04 martti Exp $ -SHA1 (postfix/postfix-2.3.5.tar.gz) = f92c55f3e78bb39e78153e14895bb2e718b3c182 -RMD160 (postfix/postfix-2.3.5.tar.gz) = 19215ee77b82ed2235cb669c0704df200fe0ea0f -Size (postfix/postfix-2.3.5.tar.gz) = 2782283 bytes +SHA1 (postfix/postfix-2.3.7.tar.gz) = caac1243ea3cbb5f60380d5614f48cc21d3cff33 +RMD160 (postfix/postfix-2.3.7.tar.gz) = 5d3c1074f2ab02fba60cc5d7251af45bb15c9068 +Size (postfix/postfix-2.3.7.tar.gz) = 2785739 bytes SHA1 (patch-aa) = e53bc6644c2b7898b73f4604489021cb85514610 SHA1 (patch-ag) = cb42a57876821b133df9520999d99f7e5efa541c SHA1 (patch-ai) = f82456cbac2840fb2da3e723c9942ad66e6437a0 |