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/Makefile | |
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/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 5 |
1 files changed, 2 insertions, 3 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/ |