diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-08-30 06:52:29 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-08-30 06:52:29 +0000 |
commit | 1de52c5fda3e3b07f77ce028376a98aae0b70de7 (patch) | |
tree | 25f015fbad934b0a9f884b43d62759d7d7e151c5 /mail/clamsmtp | |
parent | cd3aa751b1283c980a730a31198caf6389f1e7be (diff) | |
download | pkgsrc-1de52c5fda3e3b07f77ce028376a98aae0b70de7.tar.gz |
Update mail/clamsmtp to 0.7.
Changes:
- Added support for ESMTP [Andreas Steinmetz]
- Fixed crash when too many connections established
- Announce ourselves as 'clamsmtp' in EHLO/HELO responses which fixes 'loopback'
problems with certain versions of Postfix 1.x
- Better IO performance under heavy load
- Fixed most warnings when compiled with -Wall
- Fixed other minor bugs
Diffstat (limited to 'mail/clamsmtp')
-rw-r--r-- | mail/clamsmtp/Makefile | 4 | ||||
-rw-r--r-- | mail/clamsmtp/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/clamsmtp/Makefile b/mail/clamsmtp/Makefile index 3bd90373f3f..5a0fd576ae8 100644 --- a/mail/clamsmtp/Makefile +++ b/mail/clamsmtp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2004/08/27 05:28:13 xtraeme Exp $ +# $NetBSD: Makefile,v 1.8 2004/08/30 06:52:30 xtraeme Exp $ -DISTNAME= clamsmtp-0.6 +DISTNAME= clamsmtp-0.7 CATEGORIES= mail MASTER_SITES= http://memberwebs.com/nielsen/software/clamsmtp/ diff --git a/mail/clamsmtp/distinfo b/mail/clamsmtp/distinfo index 94b6af4d746..0a9184ad00c 100644 --- a/mail/clamsmtp/distinfo +++ b/mail/clamsmtp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/08/27 05:28:13 xtraeme Exp $ +$NetBSD: distinfo,v 1.5 2004/08/30 06:52:30 xtraeme Exp $ -SHA1 (clamsmtp-0.6.tar.gz) = 6599d49beb21084f4a9490533ea0b650ab7aa90a -Size (clamsmtp-0.6.tar.gz) = 118818 bytes +SHA1 (clamsmtp-0.7.tar.gz) = a44bb901cd475234124060af91b7d6b6c64aebea +Size (clamsmtp-0.7.tar.gz) = 121807 bytes |