diff options
author | martti <martti@pkgsrc.org> | 2002-11-24 16:37:56 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-11-24 16:37:56 +0000 |
commit | 64d621dd0a911b5892048b40073f7b7cb4be902d (patch) | |
tree | f6d090db3fbf423ba754b1e0fb741b560da589c3 /mail/postfix | |
parent | e5df1562c4cfd6e507813b446d0f80d3ffc7ce6b (diff) | |
download | pkgsrc-64d621dd0a911b5892048b40073f7b7cb4be902d.tar.gz |
Updated postfix to 1.1.12
- The garbage in "user@garbage"@domain address forms may cause the
SMTP or LMTP client to terminate with a fatal error exit because
garbage/tcp is not an existing service. This cannot be abused
to cause the SMTP or LMTP client to send data into unauthorized
ports.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 5 | ||||
-rw-r--r-- | mail/postfix/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 58c01630985..84af9b59bbb 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.69 2002/10/25 12:09:33 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2002/11/24 16:37:56 martti Exp $ -DISTNAME= postfix-1.1.11 -PKGREVISION= 1 +DISTNAME= postfix-1.1.12 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index badf96d3bcf..4e10c1129c2 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.24 2002/07/22 10:39:26 martti Exp $ +$NetBSD: distinfo,v 1.25 2002/11/24 16:37:56 martti Exp $ -SHA1 (postfix/postfix-1.1.11.tar.gz) = 3a28c32800f94df0c504df68c4c6191f48217c5c -Size (postfix/postfix-1.1.11.tar.gz) = 1190741 bytes +SHA1 (postfix/postfix-1.1.12.tar.gz) = cfecd528a89e51d8168f8c879113f4f797013ba5 +Size (postfix/postfix-1.1.12.tar.gz) = 1190811 bytes SHA1 (postfix/pfixtls-1.1.11.diff.gz) = 9cf910346d46c106d52e9012c4a84cdd15491cec Size (postfix/pfixtls-1.1.11.diff.gz) = 63310 bytes SHA1 (patch-aa) = 01d0df30acc0ee454771ade263b6e793d0dba6a4 |