Update mail/clamsmtp to 0.4.
Changes: - Option for quarantining files with viruses - Fixed problem with returning wrong SMTP error code - Handling timeouts properly - Fixed stupid problem with sockets not getting closed properly
This commit is contained in:
parent
9345e507d9
commit
20f3ee085a
3 changed files with 8 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES,v 1.6690 2004/07/26 23:29:07 schmonz Exp $
|
||||
$NetBSD: CHANGES,v 1.6691 2004/07/27 02:30:29 xtraeme Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2004:
|
||||
|
||||
|
@ -3585,3 +3585,4 @@ Changes to the packages collection and infrastructure in 2004:
|
|||
Updated gkrellm-xmms to 2.1.20 [cube 2004-07-26]
|
||||
Updated asapm to 2.11nb3 [wiz 2004-07-26]
|
||||
Added mess822-0.58 [schmonz 2004-07-26]
|
||||
Updated clamsmtp to 0.4 [xtraeme 2004-07-27]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/07/21 03:54:24 xtraeme Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2004/07/27 02:30:29 xtraeme Exp $
|
||||
#
|
||||
|
||||
DISTNAME= clamsmtp-0.3
|
||||
DISTNAME= clamsmtp-0.4
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://memberwebs.com/nielsen/software/clamsmtp/
|
||||
|
||||
|
@ -11,7 +11,7 @@ COMMENT= SMTP filter that allows you to check for viruses
|
|||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
BUILD_DEPENDS+= clamav-[0-9]*:../../mail/clamav
|
||||
#BUILD_DEPENDS+= clamav-[0-9]*:../../mail/clamav
|
||||
|
||||
USE_BUILDLINK3= yes
|
||||
USE_PKGINSTALL= yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/07/21 03:54:24 xtraeme Exp $
|
||||
$NetBSD: distinfo,v 1.2 2004/07/27 02:30:29 xtraeme Exp $
|
||||
|
||||
SHA1 (clamsmtp-0.3.tar.gz) = a91039425e6c8dea47ac8b77c153a90ad283a2cb
|
||||
Size (clamsmtp-0.3.tar.gz) = 117723 bytes
|
||||
SHA1 (clamsmtp-0.4.tar.gz) = a65aebfb4ed65718098d24909c5012d38d6f13dd
|
||||
Size (clamsmtp-0.4.tar.gz) = 119005 bytes
|
||||
|
|
Loading…
Reference in a new issue