diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-08-08 01:52:22 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-08-08 01:52:22 +0000 |
commit | da7e11189221a58c704550b7f6323e718c8bd5bd (patch) | |
tree | 306e24b995aad711df550f87f50a6eca867e16b4 | |
parent | 670f3cb7e25144c261a0f7e1e442db4f48571e76 (diff) | |
download | pkgsrc-da7e11189221a58c704550b7f6323e718c8bd5bd.tar.gz |
Update to 1.5.
Changes:
- Handle condition of server refusing data transfers more gracefully.
- Less chatty when setting timeouts fail
- Drop privileges after binding to port. Allows listening on ports < 1024
- Ported to Solaris
- Fix problem with binding to certain 'long' addresses
-rw-r--r-- | mail/clamsmtp/Makefile | 4 | ||||
-rw-r--r-- | mail/clamsmtp/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/clamsmtp/Makefile b/mail/clamsmtp/Makefile index 1e44b52ed8d..f9072de7078 100644 --- a/mail/clamsmtp/Makefile +++ b/mail/clamsmtp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2005/04/19 13:15:25 xtraeme Exp $ +# $NetBSD: Makefile,v 1.20 2005/08/08 01:52:22 xtraeme Exp $ -DISTNAME= clamsmtp-1.4.1 +DISTNAME= clamsmtp-1.5 CATEGORIES= mail MASTER_SITES= http://memberwebs.com/nielsen/software/clamsmtp/ diff --git a/mail/clamsmtp/distinfo b/mail/clamsmtp/distinfo index 151ddf2d53e..1a3e92e606f 100644 --- a/mail/clamsmtp/distinfo +++ b/mail/clamsmtp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2005/04/19 13:15:25 xtraeme Exp $ +$NetBSD: distinfo,v 1.16 2005/08/08 01:52:22 xtraeme Exp $ -SHA1 (clamsmtp-1.4.1.tar.gz) = b2b9cb23fb5655738f3447e86b7f90053b52d231 -RMD160 (clamsmtp-1.4.1.tar.gz) = aaf8b94a0a88c53eea76b1165eb76d055fe5146c -Size (clamsmtp-1.4.1.tar.gz) = 144951 bytes +SHA1 (clamsmtp-1.5.tar.gz) = 01880b3f1b9aad84c4db5632ff1c4afaafe5a606 +RMD160 (clamsmtp-1.5.tar.gz) = 459d975c4501a63d485e22d98654073ef7eaf768 +Size (clamsmtp-1.5.tar.gz) = 148067 bytes |