Path to this page:
./
security/clamav,
Anti-virus toolkit
Branch: pkgsrc-2010Q4,
Version: 0.97,
Package name: clamav-0.97,
Maintainer: pkgsrc-usersClam AntiVirus is an anti-virus toolkit written from scratch. It is licensed
under GNU GPL2 and uses the virus database from OpenAntiVirus, which is an
another free anti-virus project. In contrast to OpenAntiVirus (which is written
in Java), Clam AntiVirus is written entirely in C and its database is KEPT UP
TO DATE. It also detects polymorphic viruses as well.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1.1.1 2010/12/24 07:11:05 kefren Exp $
case ${STAGE} in
DEINSTALL)
# Unconditionally remove the virus databases when deinstalling.
${RM} -f @CLAMAV_DBDIR@/daily.cvd
${RM} -f @CLAMAV_DBDIR@/main.cvd
;;
esac
Required to run:[
devel/gmp] [
devel/libltdl]
Required to build:[
devel/libtool-base]
Master sites:
SHA1: 68f5a6736b3f67d608c4064ef839777877f09115
RMD160: bc37a2da03c1d8923da9f28a7e051f6e67db8603
Filesize: 40854.366 KB
Version history: (Expand)
- (2011-03-06) Updated to version: clamav-0.97
- (2011-01-25) Package added to pkgsrc.se, version clamav-0.96.5 (created)
CVS history: (Expand)
2011-03-06 00:06:05 by Eric Schnoebelen | Files touched by this commit (2) |
Log message:
Pull up ticket 3376, requested by tron@
Module Name: pkgsrc
Committed By: adam
Date: Tue Feb 8 07:56:09 UTC 2011
Modified Files:
pkgsrc/security/clamav: Makefile distinfo
Log message:
Changes 0.97:
ClamAV 0.97 brings many improvements, including complete Windows
support (all major components compile out-of-box under Visual
Studio), support for signatures based on SHA1 and SHA256, better
error detection, as well as speed and memory optimizations. The
complete list of changes is available in the ChangeLog file.
|