NOTICE: This package has been removed from pkgsrc

./mail/clamav, Anti-virus toolkit

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.96.5, Package name: clamav-0.96.5, Maintainer: pkgsrc-users

Clam 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 [+/-]

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)


CVS history: (Expand)


   2010-12-24 08:13:46 by Mihai Chelaru | Files touched by this commit (16) | Package removed
Log message:
clamav was moved into security/. Remove it from mail/
Part of PR/32554
   2010-12-01 08:44:10 by Adam Ciarcinski | Files touched by this commit (4)
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-28 22:15:38 by Manuel Bouyer | Files touched by this commit (3)
Log message:
Revert previous, this patch is already in 0.96.4.
   2010-10-28 22:11:18 by Manuel Bouyer | Files touched by this commit (3)
Log message:
backport 2 fixes from the git repository. Without it, clamav would
fail to parse some PDF files. Bump PKGREVISION.
   2010-10-26 08:38:37 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 0.96.4:
* This is a bugfix release recommended for all users.
   2010-09-21 09:47:26 by Adam Ciarcinski | Files touched by this commit (3)
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.
   2010-08-26 08:02:07 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
patch-ac has been changed
   2010-08-26 07:49:30 by Adam Ciarcinski | Files touched by this commit (3)
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...