Path to this page:
./
mail/clamav,
Anti-virus toolkit
Branch: pkgsrc-2009Q3,
Version: 0.95.3,
Package name: clamav-0.95.3,
Maintainer: grantClam 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.2 2006/11/08 17:33:26 ghen 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: (Expand)
SHA1: ab4b1f49d0f24154767d303d6a27b74acf6f4b59
RMD160: c68a2948aa9ab7a3b5f8e9744322d3606ae6df71
Filesize: 26288.614 KB
Version history: (Expand)
- (2009-10-31) Updated to version: clamav-0.95.3
- (2009-10-17) Package has been reborn
- (2009-10-16) Package added to pkgsrc.se, version clamav-0.95.2 (created)
CVS history: (Expand)
2009-10-30 12:19:30 by Matthias Scheler | Files touched by this commit (4) | |
Log message:
Pullup ticket #2925 - requested by martti
clamav: bug fix update
Revisions pulled up:
- mail/clamav/Makefile 1.97
- mail/clamav/distinfo 1.61
- mail/clamav/patches/patch-ad 1.19
- mail/clamav/patches/patch-af 1.10
---
Module Name: pkgsrc
Committed By: martti
Date: Thu Oct 29 07:06:09 UTC 2009
Modified Files:
pkgsrc/mail/clamav: Makefile distinfo
pkgsrc/mail/clamav/patches: patch-ad patch-af
Log message:
Updated mail/clamav to 0.95.3
* bug fixes
|