Path to this page:
./
mail/clamav,
Anti-virus toolkit
Branch: pkgsrc-2008Q2,
Version: 0.94,
Package name: clamav-0.94,
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: d69a0c462ac3ef55329384f8e136d9b7bc1b8ec5
RMD160: 598561b76b1e4ee14120388ba1bbdcac5ac7bfe5
Filesize: 20028.543 KB
Version history: (Expand)
- (2008-09-05) Updated to version: clamav-0.94
- (2008-07-14) Package added to pkgsrc.se, version clamav-0.93.3 (created)
CVS history: (Expand)
2008-09-05 13:41:53 by Geert Hendrickx | Files touched by this commit (7) | |
Log message:
Pullup ticket 2518 - requested by martti
security update for clamav
- pkgsrc/mail/clamav/Makefile 1.87
- pkgsrc/mail/clamav/buildlink3.mk 1.16
- pkgsrc/mail/clamav/distinfo 1.54
- pkgsrc/mail/clamav/patches/patch-ad 1.15
- pkgsrc/mail/clamav/patches/patch-af 1.6
- pkgsrc/mail/clamav/patches/patch-ah 1.16
- pkgsrc/mail/clamav/patches/patch-ba removed
Module Name: pkgsrc
Committed By: martti
Date: Thu Sep 4 06:44:07 UTC 2008
Modified Files:
pkgsrc/mail/clamav: Makefile buildlink3.mk distinfo
pkgsrc/mail/clamav/patches: patch-ad patch-af patch-ah
Removed Files:
pkgsrc/mail/clamav/patches: patch-ba
Log message:
Updated mail/clamav to 0.94
* Lots of bug fixes
I removed patch-ba and tested this on NetBSD/i386 3.1.1_PATCH and
NetBSD/amd64 4.0_STABLE and everything seems to work...
|