diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-08 05:39:22 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-08 05:39:22 +0000 |
commit | eaca2d34aaa469ec55b9557fb747941e68288f79 (patch) | |
tree | 69b61e81516b6c938477fd54f9dfeadc404a1fbe /mail/clamsmtp | |
parent | 8342268de747f779fa48061f6741e01faf0df0eb (diff) | |
download | pkgsrc-eaca2d34aaa469ec55b9557fb747941e68288f79.tar.gz |
Update mail/clamsmtp to 0.9.5:
0.9.5
- Fixed problems with the select zeroing out timeouts.
- Added support for setting the PidFile from the config file
0.9
- Don't quit when too many threads created
- Restructured smtp passthru system so it can be used by other apps
- Better IO and SMTP parsing
- Changed default header to be similar to Amavis
- Compiles and runs on systems without error checking mutexes
- Ability to drop privileges and run as a different user [Rubio Vaughan]
- Fixed config file bugs
- Virus Actions. Run a script every time a virus is found.
- By default don't use ClamAV sessions. This fixes several stability
problems that were being experienced with clamd.
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 6b800fed628..ae571ba231c 100644 --- a/mail/clamsmtp/Makefile +++ b/mail/clamsmtp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2004/09/21 10:16:05 xtraeme Exp $ +# $NetBSD: Makefile,v 1.10 2004/10/08 05:39:23 xtraeme Exp $ -DISTNAME= clamsmtp-0.8 +DISTNAME= clamsmtp-0.9.5 CATEGORIES= mail MASTER_SITES= http://memberwebs.com/nielsen/software/clamsmtp/ diff --git a/mail/clamsmtp/distinfo b/mail/clamsmtp/distinfo index e1ffcdd1d1c..246a045734d 100644 --- a/mail/clamsmtp/distinfo +++ b/mail/clamsmtp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2004/09/21 10:16:05 xtraeme Exp $ +$NetBSD: distinfo,v 1.7 2004/10/08 05:39:23 xtraeme Exp $ -SHA1 (clamsmtp-0.8.tar.gz) = 89a3c1728702236e6a8654530cbf6bd86a462354 -Size (clamsmtp-0.8.tar.gz) = 128783 bytes +SHA1 (clamsmtp-0.9.5.tar.gz) = 34d0a615d3d14e46836e6c0af2eb4d899e2271ab +Size (clamsmtp-0.9.5.tar.gz) = 137805 bytes |