diff options
author | martti <martti@pkgsrc.org> | 2003-03-06 06:24:58 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-03-06 06:24:58 +0000 |
commit | f1ed69939393c2e26b14f385ea0dd91c5d213e41 (patch) | |
tree | f795d1b075ddd30ef4aeb5a2515b81abfff69d3f /mail/postfix | |
parent | f8181d3f8dd9966e369c5dd3634f28b6d41a5f8c (diff) | |
download | pkgsrc-f1ed69939393c2e26b14f385ea0dd91c5d213e41.tar.gz |
Updated postfix to 2.0.6
Postfix 2.0 patchlevel 6 intends to protect vulnerable Sendmail
systems against exploitation of a remote buffer overflow problem
that is described in CERT advisory CA-2003-07.
- Postfix now truncates non-address information in message address
headers (comments, etc.) to 250 characters per address. This should
rarely present a problem. Reportedly, junk mail from poorly written
software can trigger the protection, but that is no great loss.
- Some little fixes to documentation.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix/distinfo | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 5582fab9c04..ddd94bd7bfa 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.83 2003/03/04 07:11:41 martti Exp $ +# $NetBSD: Makefile,v 1.84 2003/03/06 06:24:58 martti Exp $ -DISTNAME= postfix-2.0.5 +DISTNAME= postfix-2.0.6 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 4898ab3d805..e6e60528da8 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,9 +1,7 @@ -$NetBSD: distinfo,v 1.34 2003/03/04 07:11:41 martti Exp $ +$NetBSD: distinfo,v 1.35 2003/03/06 06:24:58 martti Exp $ -SHA1 (postfix/postfix-2.0.5.tar.gz) = 5a5bcaac3324c175ce99ad53bebb43650450236d -Size (postfix/postfix-2.0.5.tar.gz) = 1342144 bytes -SHA1 (postfix/tls+ipv6-1.13-pf-2.0.5-20030301.patch.gz) = e3f769b81938e4415d9e9ac5360a1e3a31ec0464 -Size (postfix/tls+ipv6-1.13-pf-2.0.5-20030301.patch.gz) = 95797 bytes +SHA1 (postfix/postfix-2.0.6.tar.gz) = c7263976542fb63f8a583e1d814af9918ad93dda +Size (postfix/postfix-2.0.6.tar.gz) = 1345009 bytes SHA1 (patch-aa) = 5bc8f2d888bea92cfa88ef154c852b63990ae03e SHA1 (patch-ad) = d4e536f5f0d482a759da0016ea79f78b0a87455c SHA1 (patch-ae) = daa160ef54d725ca156f29322d45efcf4af6c02a |