Path to this page:
./
mail/clamav,
Anti-virus toolkit
Branch: pkgsrc-2008Q3,
Version: 0.94.2,
Package name: clamav-0.94.2,
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: 82373d25db8b836fd88b2414df43bb0c7192cced
RMD160: ae75e5f546f96b7fd0f76dcf9f4977ec95ba4dba
Filesize: 21589.489 KB
Version history: (Expand)
- (2008-11-27) Updated to version: clamav-0.94.2
- (2008-11-04) Updated to version: clamav-0.94.1
- (2008-10-06) Package added to pkgsrc.se, version clamav-0.94 (created)
CVS history: (Expand)
2008-11-27 08:39:47 by Tyler R. Retzlaff | Files touched by this commit (3) | |
Log message:
pullup ticket #2600 - requested by martti
clamav: update package for fixes
revisions pulled up:
pkgsrc/mail/clamav/Makefile 1.89
pkgsrc/mail/clamav/buildlink3.mk 1.18
pkgsrc/mail/clamav/distinfo 1.56
Module Name: pkgsrc
Committed By: martti
Date: Thu Nov 27 06:07:49 UTC 2008
Modified Files:
pkgsrc/mail/clamav: Makefile buildlink3.mk distinfo
Log message:
Updated mail/clamav to 0.94.2
Lots of bug fixes, including
* clamd: LogFileUnlock was not working correctly (bb#1304)
* freshclam/manager.c: add support for http proxy in SubmitDetectionStats
(bb#1284)
* unit_tests/valgrind.supp: add more valgrind suppressions
(bb#1283,#1286,#1294)
* libclamav/readdb.c: fix handling of malformed ldb sigs (bb#1292)
* freshclam/manager.c: improve reporting of server failures (bb#777)
* clamscan/manager.c: fix double-slash when scanning the root dir (bb#1263)
* libclamav/nsis: improve lateny (bb#1180)
* libclamunrar/unrar.c: avoid rar_malloc warnings on damaged files (bb
#1290)
* libclamav/htmlnorm.c: fix memory leak (bb #1291)
|
2008-11-04 13:06:16 by Tyler R. Retzlaff | Files touched by this commit (6) | |
Log message:
pullup ticket #2573 - requested by martti
clamav: update package for bug fixes
revisions pulled up:
pkgsrc/mail/clamav/Makefile 1.88
pkgsrc/mail/clamav/buildlink3.mk 1.17
pkgsrc/mail/clamav/distinfo 1.55
pkgsrc/mail/clamav/patches/patch-ad 1.16
pkgsrc/mail/clamav/patches/patch-af 1.7
pkgsrc/mail/clamav/patches/patch-ah 1.17
Module Name: pkgsrc
Committed By: martti
Date: Tue Nov 4 07:16:18 UTC 2008
Modified Files:
pkgsrc/mail/clamav: Makefile buildlink3.mk distinfo
pkgsrc/mail/clamav/patches: patch-ad patch-af patch-ah
Log message:
Updated mail/clamav to 0.94.1
* Bug fixes
|