Path to this page:
./
security/clamav,
Anti-virus toolkit
Branch: pkgsrc-2011Q2,
Version: 0.97.2,
Package name: clamav-0.97.2,
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/libltdl] [
devel/gmp]
Required to build:[
devel/libtool-base]
Master sites:
SHA1: 27d47c6ad22edc87c030f6d483fab1e13320cbf7
RMD160: 07926ad9c923bcdd5f3a54f9dbf02fb58671ff40
Filesize: 43656.204 KB
Version history: (Expand)
- (2011-08-05) Package added to pkgsrc.se, version clamav-0.97.2 (created)
CVS history: (Expand)
2011-07-28 04:30:16 by Steven Drake | Files touched by this commit (2) | |
Log message:
Pullup ticket #3480 - requested by obache
security/clamav security update
Revisions pulled up:
- security/clamav/Makefile 1.4
- security/clamav/distinfo 1.4
---
Module Name: pkgsrc
Committed By: adam
Date: Mon Jul 25 22:59:12 UTC 2011
Modified Files:
pkgsrc/security/clamav: Makefile distinfo
Log message:
Changes 0.97.2
ClamAV 0.97.2 fixes problems with the bytecode engine, Safebrowsing detection,
hash matcher, and other minor issues. Please see the ChangeLog file for
details.
|