Path to this page:
./
mail/clamav,
Anti-virus toolkit
Branch: pkgsrc-2010Q2,
Version: 0.96.3,
Package name: clamav-0.96.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.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/libltdl] [
devel/gmp]
Required to build:[
devel/libtool-base]
Master sites:
SHA1: b4566c83bc7ca8bdc3783a9487cfe5eaf6084c65
RMD160: ef0f326158b25525200a09d1531eb0eb45f137cf
Filesize: 41141.878 KB
Version history: (Expand)
- (2010-09-25) Updated to version: clamav-0.96.3
- (2010-07-05) Package has been reborn
- (2010-07-04) Package added to pkgsrc.se, version clamav-0.96.1 (created)
CVS history: (Expand)
2010-09-25 12:30:52 by Matthias Scheler | Files touched by this commit (4) | |
Log message:
Pullup ticket #3230 - requested by adam
mail/clamav: security update
Revisions pulled up:
- mail/clamav/Makefile 1.104-1.105
- mail/clamav/buildlink3.mk 1.24
- mail/clamav/distinfo 1.65-1.67
- mail/clamav/patches/patch-ac 1.9
---
Module Name: pkgsrc
Committed By: adam
Date: Thu Aug 26 05:49:30 UTC 2010
Modified Files:
pkgsrc/mail/clamav: Makefile distinfo
pkgsrc/mail/clamav/patches: patch-ac
Log message:
Changes 0.96.2:
* contrib: add safe_clamd from Luca
* freshclam: uses private symbol which changed proto, change name to prevent
crash
* libclamav: fix callback_sigload
* clamdscan: fix parsing of virus names in extended mode and --stream
* libclamav/c++/detect.cpp: Mac OS X can run 64-bit apps on 32-bit kernel
* libclamav/others.h: bump f-level
* sigtool/sigtool.c: fix handling of --datadir
* libclamav/matcher-ac.c: improve offset handling
* libclamav/7z/Archive/7z/7zDecode.c: shut up a warning
* libclamav/autoit.c: properly resume from empty files regression introduced
in ac867aad
* libclamav/elf.c: fix zero mem alloc warning
* win32: fix libclamav's triple and fix GetVersion
* libclamav/bytecode.c: save lsig counts/offsets
* libclamav/{bytecode,matcher}.c: matchicon API
* libclamav/pe_icons.c: BE fixes
* more...
---
Module Name: pkgsrc
Committed By: adam
Date: Thu Aug 26 06:02:07 UTC 2010
Modified Files:
pkgsrc/mail/clamav: distinfo
Log message:
patch-ac has been changed
---
Module Name: pkgsrc
Committed By: adam
Date: Tue Sep 21 07:47:26 UTC 2010
Modified Files:
pkgsrc/mail/clamav: Makefile buildlink3.mk distinfo
Log message:
Changes 0.96.3:
This release fixes problems with the PDF parser and the internal bzip2 library.
A complete list of changes is available in the Changelog file.
|