diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-19 12:10:24 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-19 12:10:24 +0000 |
commit | abc5c705e8a6bb9358b7c7a93ddad6958d8081f6 (patch) | |
tree | ec4498a6ca5147ffff95e5b871dbfecf8dbd5ffa /mail | |
parent | 12ea35822ca312edf9f8cc21bb68020e9ba028db (diff) | |
download | pkgsrc-abc5c705e8a6bb9358b7c7a93ddad6958d8081f6.tar.gz |
Update mail/clamsmtp to 0.9.6.
Changes:
- Fixed problem when filtering the last of a list of EHLO responses
- Send NOOPs to the server when receiving data slowly from client
to prevent timeouts on the server side.
- Made the log line always keep the status, rather than dropping of
the end in the case of many recipeints.
Diffstat (limited to 'mail')
-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 ae571ba231c..08c9f505701 100644 --- a/mail/clamsmtp/Makefile +++ b/mail/clamsmtp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2004/10/08 05:39:23 xtraeme Exp $ +# $NetBSD: Makefile,v 1.11 2004/10/19 12:10:24 xtraeme Exp $ -DISTNAME= clamsmtp-0.9.5 +DISTNAME= clamsmtp-0.9.6 CATEGORIES= mail MASTER_SITES= http://memberwebs.com/nielsen/software/clamsmtp/ diff --git a/mail/clamsmtp/distinfo b/mail/clamsmtp/distinfo index 246a045734d..953903dbf7f 100644 --- a/mail/clamsmtp/distinfo +++ b/mail/clamsmtp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2004/10/08 05:39:23 xtraeme Exp $ +$NetBSD: distinfo,v 1.8 2004/10/19 12:10:24 xtraeme Exp $ -SHA1 (clamsmtp-0.9.5.tar.gz) = 34d0a615d3d14e46836e6c0af2eb4d899e2271ab -Size (clamsmtp-0.9.5.tar.gz) = 137805 bytes +SHA1 (clamsmtp-0.9.6.tar.gz) = 6592630a5fe3c8e9741ab9b7eb78495bcea559d1 +Size (clamsmtp-0.9.6.tar.gz) = 138446 bytes |