diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-12-02 08:48:37 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-12-02 08:48:37 +0000 |
commit | 716f158de745fae77cba603a8d5fd7cf0e95851f (patch) | |
tree | 752a3880cf8234cc5c8be59e5cd8f0ec6eeabb45 /mail/clamsmtp/Makefile | |
parent | 01461882e8b2535fdec8530b9a31c27edde6f0f1 (diff) | |
download | pkgsrc-716f158de745fae77cba603a8d5fd7cf0e95851f.tar.gz |
Update to 1.6:
- IMPORTANT: Removed support for listening on ports under < 1024
- Support embedded NULLs in email data.
- Fix problems with not listening properly when in daemon mode
- Fix warnings when compiled with gcc 4.0
- Handle empty addresses properly in logs.
- Don't let exchange send it's strange binary data through the proxy
- More Solaris fixes :(
- Don't reject emails when server is overloaded or errors.
- Don't reject emails when starting the filter command fails.
Diffstat (limited to 'mail/clamsmtp/Makefile')
-rw-r--r-- | mail/clamsmtp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/clamsmtp/Makefile b/mail/clamsmtp/Makefile index f9072de7078..cfc136e7f02 100644 --- a/mail/clamsmtp/Makefile +++ b/mail/clamsmtp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2005/08/08 01:52:22 xtraeme Exp $ +# $NetBSD: Makefile,v 1.21 2005/12/02 08:48:37 xtraeme Exp $ -DISTNAME= clamsmtp-1.5 +DISTNAME= clamsmtp-1.6 CATEGORIES= mail MASTER_SITES= http://memberwebs.com/nielsen/software/clamsmtp/ |