Path to this page:
./
mail/clamav,
Anti-virus toolkit
Branch: pkgsrc-2007Q3,
Version: 0.92,
Package name: clamav-0.92,
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: b6573acd9a7bb6bf3bd4b39a0102ce0be764c5bc
RMD160: 37f0450b9b3c6fc863f94811ae372ece1677d791
Filesize: 13965.623 KB
Version history: (Expand)
- (2007-12-30) Updated to version: clamav-0.92
- (2007-11-10) Package added to pkgsrc.se, version clamav-0.91.2 (created)
CVS history: (Expand)
2007-12-18 10:34:18 by Geert Hendrickx | Files touched by this commit (5) | |
Log message:
Pullup ticket 2251 - requested by martti
latest update for clamav
- pkgsrc/mail/clamav/Makefile 1.81
- pkgsrc/mail/clamav/PLIST 1.19
- pkgsrc/mail/clamav/distinfo 1.49
- pkgsrc/mail/clamav/patches/patch-ad 1.13
- pkgsrc/mail/clamav/patches/patch-ah 1.12
Module Name: pkgsrc
Committed By: martti
Date: Tue Dec 18 08:16:11 UTC 2007
Modified Files:
pkgsrc/mail/clamav: Makefile PLIST distinfo
pkgsrc/mail/clamav/patches: patch-ad patch-ah
Log message:
Updated mail/clamav to 0.92
This release provides various bugfixes, optimisations and improvements
to the scanning engine. The new features include support for ARJ and
SFX-ARJ archives, AutoIt, basic SPF parser in clamav-milter (to reduce
phishing false-positives), faster scanning and others (see ChangeLog).
To get a consistent behaviour of the anti-phishing module on all platforms,
libclamav now includes the regex library from OpenBSD.
|