Path to this page:
./
security/clamav,
Anti-virus toolkit
Branch: pkgsrc-2012Q3,
Version: 0.97.6,
Package name: clamav-0.97.6,
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: 528f774b14b95fdfb8b377f8b41859c48b165e34
RMD160: ea36958b34f1c9829104d0c064533ebe29f7e2e5
Filesize: 14419.82 KB
Version history: (Expand)
- (2012-10-24) Updated to version: clamav-0.97.6
- (2012-10-02) Package added to pkgsrc.se, version clamav-0.97.5 (created)
CVS history: (Expand)
2012-10-23 20:30:38 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #3953 - requested by wiz
security/clamav: security update
Revisions pulled up:
- security/clamav/Makefile 1.9
- security/clamav/distinfo 1.7
---
Module Name: pkgsrc
Committed By: adam
Date: Wed Oct 3 10:39:13 UTC 2012
Modified Files:
pkgsrc/security/clamav: Makefile distinfo
Log message:
ClamAV 0.97.6 includes minor bug fixes and detection improvements.
|