diff options
author | martti <martti@pkgsrc.org> | 2006-04-07 09:08:29 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-04-07 09:08:29 +0000 |
commit | 50211f42c47f2c5155f7b3a4bef52e5b287e50cb (patch) | |
tree | 4edba694b507ba206d5e74d61d050a0591c640b2 /mail/postfix | |
parent | 51fa86650ad5ce8ba380347339166180c7d31be6 (diff) | |
download | pkgsrc-50211f42c47f2c5155f7b3a4bef52e5b287e50cb.tar.gz |
Updated mail/postfix to 2.2.10
- "sendmail -t" did not remove the CR from lines ending in CRLF.
- Workaround for fatal errors in PCRE maps when an expression in
() matches empty text (the PCRE library returns an inappropriate
error code).
- Fixes for non-security bugs that Coverity found in code that
handles impossible error conditions.
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 8c5598402be..b61f5b0a41c 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.178 2006/02/27 13:22:55 martti Exp $ +# $NetBSD: Makefile,v 1.179 2006/04/07 09:08:29 martti Exp $ -DISTNAME= postfix-2.2.9 +DISTNAME= postfix-2.2.10 #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 2401f984242..0280ce2a68c 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.96 2006/02/27 07:10:59 martti Exp $ +$NetBSD: distinfo,v 1.97 2006/04/07 09:08:29 martti Exp $ -SHA1 (postfix/postfix-2.2.9.tar.gz) = f373e2a6c0d3a973644d463590f9845e1b3dc65b -RMD160 (postfix/postfix-2.2.9.tar.gz) = d8da9d83156f4d26e94723398f19570121c62b23 -Size (postfix/postfix-2.2.9.tar.gz) = 2442158 bytes +SHA1 (postfix/postfix-2.2.10.tar.gz) = a432bd45f0c7098482394dd7b9c97100e8a040e1 +RMD160 (postfix/postfix-2.2.10.tar.gz) = 12376298eef12cbe127687328ebfb9166cfee5d6 +Size (postfix/postfix-2.2.10.tar.gz) = 2443513 bytes SHA1 (patch-aa) = 49d2bf6c7e5bbe5aac4d950ac69c7b6b32a98ef3 SHA1 (patch-ai) = 80db725720eb46083f69785ce3616b7a461e850a |