Path to this page:
./
mail/clamav,
Anti-virus toolkit
Branch: pkgsrc-2007Q2,
Version: 0.91.1nb1,
Package name: clamav-0.91.1nb1,
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: 51ff98325b5ffd49dfc0f0cbf92134c0d872cd21
RMD160: a9b1526d11264d55e3ac38b7c16d27db43bf8a4e
Filesize: 12792.108 KB
Version history: (Expand)
- (2007-08-25) Package added to pkgsrc.se, version clamav-0.91.1nb1 (created)
CVS history: (Expand)
2007-07-28 01:06:55 by Geert Hendrickx | Files touched by this commit (6) | |
Log message:
Pullup ticket 2147 - requested by martti
latest update for clamav
- pkgsrc/mail/clamav/Makefile 1.77-1.79
- pkgsrc/mail/clamav/buildlink3.mk 1.14
- pkgsrc/mail/clamav/distinfo 1.45-1.47
- pkgsrc/mail/clamav/options.mk 1.3
- pkgsrc/mail/clamav/patches/patch-aa 1.16
- pkgsrc/mail/clamav/patches/patch-ah 1.10
Module Name: pkgsrc
Committed By: xtraeme
Date: Wed Jul 11 17:44:22 UTC 2007
Modified Files:
pkgsrc/mail/clamav: Makefile distinfo options.mk
Log message:
Update to 0.91:
ClamAV 0.91 is the first release to enable the anti-phishing technology
in default builds. This technology combines heuristics with special
signatures and provides effective protection against phishing threats.
Other important changes and add-ons in this version include:
- unpacker for NSIS (Nullsoft Scriptable Install System) self-extracting
archives
- unpacker for ASPack 2.12
- new implementation of the Aho-Corasick pattern matcher providing
better detection for wildcard enabled signatures
- support for nibble matching and floating offsets
- improved handling of .mdb files (fixes long startup times)
- extraction of PE files embedded into other executables
- better handling of PE & UPX
- removed dependency on libcurl (improves stability)
- libclamav.dll available under Windows
- IPv6 support in clamav-milter
- many other improvements and bugfixes
---
Module Name: pkgsrc
Committed By: martti
Date: Tue Jul 17 06:54:31 UTC 2007
Modified Files:
pkgsrc/mail/clamav: Makefile buildlink3.mk distinfo
pkgsrc/mail/clamav/patches: patch-ah
Log message:
Updated mail/clamav to 0.91.1
- libclamav/others.c: bump f-level
- libclamav/unrar/unrarvm.c: fix another occurrence of bb#555, thanks to
Ludwig Nussel <ludwig.nussel*suse.de>
- sigtool/sigtool.c: increase MAX_DEL_LOOKAHEAD, requested by Sven
- libclamav/scanner.c: don't search for embedded PEs in zip files larger
than 1 MB (bb#573)
- clamav-milter: Fix memory leak when load balancing
- clamav-milter: Chroot handling no longer marked as experimental
- libclamav/nsis: fix macro collision on AIX - bb#570
- libclamav/phishcheck.c: fix (null) FOUND
- libclamav: rename x86 macroes due to collisions on HPUX
- libclamav: Fix warnings on HP-UX
---
Module Name: pkgsrc
Committed By: martti
Date: Wed Jul 18 06:57:59 UTC 2007
Modified Files:
pkgsrc/mail/clamav: Makefile distinfo
Added Files:
pkgsrc/mail/clamav/patches: patch-aa
Log message:
Updated mail/clamav to 0.91.1nb1
Fix for https://wwws.clamav.net/bugzilla/show_bug.cgi?id=580
|