Path to this page:
./
mail/clamav,
Anti-virus toolkit
Branch: pkgsrc-2010Q3,
Version: 0.96.5,
Package name: clamav-0.96.5,
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: a7253e30d40e0c03964a60ed589b356a115b26c5
RMD160: 70c465548395301b83bb2f5428aa383825089af4
Filesize: 40200.121 KB
Version history: (Expand)
- (2010-12-09) Updated to version: clamav-0.96.5
- (2010-11-01) Updated to version: clamav-0.96.3nb1
- (2010-10-17) Package has been reborn
- (2010-10-16) Package added to pkgsrc.se, version clamav-0.96.3 (created)
CVS history: (Expand)
2010-12-06 00:31:06 by Matthias Scheler | Files touched by this commit (5) | |
Log message:
Pullup ticket #3295 - requested by bouyer
mail/clamav: bug fix update
Revisions pulled up:
- mail/clamav/Makefile 1.106-1.108
- mail/clamav/distinfo 1.68-1.69
- mail/clamav/patches/patch-ab 1.14
- mail/clamav/patches/patch-ac deleted
- mail/clamav/patches/patch-ah deleted
---
Module Name: pkgsrc
Committed By: adam
Date: Tue Oct 26 06:38:37 UTC 2010
Modified Files:
pkgsrc/mail/clamav: Makefile distinfo
Log message:
Changes 0.96.4:
* This is a bugfix release recommended for all users.
---
Module Name: pkgsrc
Committed By: bouyer
Date: Thu Oct 28 20:15:38 UTC 2010
Modified Files:
pkgsrc/mail/clamav: Makefile distinfo
Removed Files:
pkgsrc/mail/clamav/patches: patch-ah
Log message:
Revert previous, this patch is already in 0.96.4.
---
Module Name: pkgsrc
Committed By: adam
Date: Wed Dec 1 07:44:10 UTC 2010
Modified Files:
pkgsrc/mail/clamav: Makefile distinfo
pkgsrc/mail/clamav/patches: patch-ab
Removed Files:
pkgsrc/mail/clamav/patches: patch-ac
Log message:
Changes 0.96.5:
* libclamav/pdf.c: fix crashes
* libclamav/pe_icons.c: off by one while
* libclamav: fix detection of embedded executables
* libclamav/matcher-ac.c: fix offset handling for sigs with {x-y} wildcards
* freshclam/manager.c: fix error path infinite loop
* clamd/clamd.c: fix RLIMIT_DATA setting on BSD
* freshclam: improve mirror management
* libclamav: fix possible use of uninitialized values
* libclamav: Set the unreliability flag on (un)packed files
* libclamav/c++: Update embedded copy of LLVM to version 2.8
* freshclam: make query format backward compatible
* freshclam: get detection stats directly from clamd
* libclamav/cache.c,c++/bytecode2llvm.cpp}: make cl_load thread safe
* freshclam: load database in subprocess
* clamd: add new commands DETSTATS and DETSTATSCLEAR
* libclamav/7z.c: fix file descriptor leak
* clamd, libclamavll: add ability to logg messages from libclamav
* libclamav/builtin_bytecodes.h: Don't disable JIT on pentium4
|
2010-10-29 10:08:56 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #3261 - requested by bouyer
mail/clamav: bug fix
Revisions pulled up:
- mail/clamav/Makefile 1.107
- mail/clamav/distinfo 1.69
- mail/clamav/patches/patch-ah 1.19
---
Module Name: pkgsrc
Committed By: bouyer
Date: Thu Oct 28 20:11:18 UTC 2010
Modified Files:
pkgsrc/mail/clamav: Makefile distinfo
Added Files:
pkgsrc/mail/clamav/patches: patch-ah
Log message:
backport 2 fixes from the git repository. Without it, clamav would
fail to parse some PDF files. Bump PKGREVISION.
|