Path to this page:
./
mail/clamav,
Anti-virus toolkit
Branch: pkgsrc-2007Q4,
Version: 0.92.1,
Package name: clamav-0.92.1,
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]
Required to build:[
devel/libtool-base]
Master sites: (Expand)
SHA1: 6ee4fa5a1c5f71eecc99beb17bc5f3c5a3b580ec
RMD160: 5cf4b36a665dba6be366e94d02b6c8112048d647
Filesize: 14926.516 KB
Version history: (Expand)
- (2008-03-14) Updated to version: clamav-0.92.1
- (2008-01-12) Package added to pkgsrc.se, version clamav-0.92 (created)
CVS history: (Expand)
2008-02-19 12:24:54 by Geert Hendrickx | Files touched by this commit (5) | |
Log message:
Pullup ticket 2288 - requested by martti
latest update for clamav
- pkgsrc/mail/clamav/Makefile 1.82
- pkgsrc/mail/clamav/buildlink3.mk 1.15
- pkgsrc/mail/clamav/distinfo 1.50
- pkgsrc/mail/clamav/patches/patch-ah 1.13
- pkgsrc/mail/clamav/patches/patch-ba 1.1
Module Name: pkgsrc
Committed By: martti
Date: Tue Feb 12 14:17:16 UTC 2008
Modified Files:
pkgsrc/mail/clamav: Makefile buildlink3.mk distinfo
pkgsrc/mail/clamav/patches: patch-ah
Added Files:
pkgsrc/mail/clamav/patches: patch-ba
Log message:
Updated mail/clamav to 0.92.1
* Fix pkg/36853 with patch from Christos Zoulas (patch-ba)
* Lots of bug fixes since 0.92
|