Path to this page:
./
security/clamav,
Anti-virus toolkit
Branch: pkgsrc-2011Q3,
Version: 0.97.3,
Package name: clamav-0.97.3,
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/gmp] [
devel/libltdl]
Required to build:[
devel/libtool-base]
Master sites:
SHA1: 263c7b8b7dc1536652ab64e32263d1c60e138655
RMD160: 9fee55f0b115fafa622e1092483e380afd0dc5b9
Filesize: 44720.115 KB
Version history: (Expand)
- (2011-11-03) Updated to version: clamav-0.97.3
- (2011-10-04) Package added to pkgsrc.se, version clamav-0.97.2 (created)
CVS history: (Expand)
2011-11-02 21:19:29 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #3585 - requested by tez
security/clamav: security update
Revisions pulled up:
- security/clamav/Makefile 1.5
- security/clamav/distinfo 1.5
---
Module Name: pkgsrc
Committed By: tez
Date: Wed Oct 26 17:55:05 UTC 2011
Modified Files:
pkgsrc/security/clamav: Makefile distinfo
Log message:
update to 0.97.3 fixes SA46455
freshclam/manager.c: fix error when compiling without DNS support (bb#3056)
libclamav/pdf.c: flag and dump PDF objects with /Launch (bb #3514)
libclamav/bytecode.c,bytecode_api.c: fix recursion level crash
|