Path to this page:
./
mail/clamav,
Anti-virus toolkit
Branch: pkgsrc-2010Q1,
Version: 0.96.1,
Package name: clamav-0.96.1,
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.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:
SHA1: cdb24490f402748cbfb57cc87592fe77b470e0a5
RMD160: f0708b921c8b01a4309fe741ec141ab8cbdf2351
Filesize: 39618.146 KB
Version history: (Expand)
- (2010-05-21) Updated to version: clamav-0.96.1
- (2010-04-09) Package added to pkgsrc.se, version clamav-0.96 (created)
CVS history: (Expand)
2010-05-20 23:58:59 by Matthias Scheler | Files touched by this commit (8) | |
Log message:
Pullup ticket #3126 - requested by martti
mail/clamav: bug fix update
Revisions pulled up:
- mail/clamav/Makefile 1.103
- mail/clamav/PLIST 1.25
- mail/clamav/distinfo 1.64
- mail/clamav/patches/patch-aa 1.21
- mail/clamav/patches/patch-ac 1.8
- mail/clamav/patches/patch-ad 1.21
- mail/clamav/patches/patch-af 1.12
- mail/clamav/patches/patch-ag 1.5
---
Module Name: pkgsrc
Committed By: martti
Date: Thu May 20 07:47:45 UTC 2010
Modified Files:
pkgsrc/mail/clamav: Makefile PLIST distinfo
pkgsrc/mail/clamav/patches: patch-aa patch-ac patch-ad patch-af
patch-ag
Log message:
Updated mail/clamav to 0.96.1
* Lots of bug fixes
|