diff options
author | schmonz <schmonz@pkgsrc.org> | 2006-07-01 19:33:30 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2006-07-01 19:33:30 +0000 |
commit | 46cbac870c92cf465193d9ee8da1fa46e2be9fde (patch) | |
tree | 29a0a0c3159b95addae2259b3ac95e3a262b03aa /mail/nullmailer/Makefile | |
parent | c9904bebf8bea56c1bb87b235806a20d3d5f1f5e (diff) | |
download | pkgsrc-46cbac870c92cf465193d9ee8da1fa46e2be9fde.tar.gz |
Update to 1.03. From the changelog:
- Fixed the SMTP protocol module to send QUIT on protocol failures.
- Added support for the SMTP AUTH LOGIN method. Thanks to Sean
MacLennan for the suggestion.
- Fixed the SMTP protocol module to send EHLO instead of HELO when doing
authentication. Thanks to Norbert Tretkowski for pointing this out.
- Fixed compile breakage on Solaris due to use of setenv.
- Fixed netstring length bug in QMQP sending module.
- If the sender name cannot be determined from the environment
variables, try to pull it from /etc/passwd before using "unknown".
Thanks Roderick Schertler.
Diffstat (limited to 'mail/nullmailer/Makefile')
-rw-r--r-- | mail/nullmailer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/nullmailer/Makefile b/mail/nullmailer/Makefile index 1e9ea1a5029..1deb7005c1d 100644 --- a/mail/nullmailer/Makefile +++ b/mail/nullmailer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2006/05/22 07:05:27 rillig Exp $ +# $NetBSD: Makefile,v 1.24 2006/07/01 19:33:30 schmonz Exp $ -DISTNAME= nullmailer-1.02 +DISTNAME= nullmailer-1.03 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE:Q} |