./mail/clamav, Anti-virus toolkit

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q4, Version: 0.96, Package name: clamav-0.96, 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: (Expand)

SHA1: be7cb37f2a6121cacc3cd3969eee212b96ef6b57
RMD160: d9147d1da4fc7fa3e8d42b25c58a93f6bbaa588b
Filesize: 38859.954 KB

Version history: (Expand)


CVS history: (Expand)


   2010-04-07 12:10:51 by Matthias Scheler | Files touched by this commit (11) | Package updated
Log message:
Pullup ticket #3072 - requested by martti
clamav: security improvements

Revisions pulled up:
- mail/clamav/Makefile				1.100-1.102
- mail/clamav/Makefile				1.99
- mail/clamav/PLIST				1.23-1.24
- mail/clamav/PLIST.milter			1.5
- mail/clamav/distinfo				1.63
- mail/clamav/options.mk			1.5
- mail/clamav/patches/patch-aa			1.20
- mail/clamav/patches/patch-ab			1.13
- mail/clamav/patches/patch-ac			1.7
- mail/clamav/patches/patch-ad			1.20
- mail/clamav/patches/patch-af			1.11
- mail/clamav/patches/patch-ag			1.4
---
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sun Mar 21 16:29:44 UTC 2010

Modified Files:
	 pkgsrc/mail/clamav: Makefile

Log message:
Reset maintainer, developer lost his commit bit.
---
Module Name:	pkgsrc
Committed By:	asau
Date:		Wed Mar 24 19:43:29 UTC 2010

Modified Files:
	 pkgsrc/mail/clamav: Makefile

Log message:
Recursive revision bump for GMP update.
---
Module Name:	pkgsrc
Committed By:	martti
Date:		Thu Apr	 1 12:02:23 UTC 2010

Modified Files:
	pkgsrc/mail/clamav: Makefile PLIST distinfo
	pkgsrc/mail/clamav/patches: patch-aa patch-ad patch-af patch-ag
Added Files:
	pkgsrc/mail/clamav/patches: patch-ab patch-ac

Log message:
Updated mail/clamav to 0.96

This release of ClamAV introduces new malware detection mechanisms and other
significant improvements to the scan engine. The key features include:

    - The Bytecode Interpreter: the interpreter built into LibClamAV allows
      the signature writers to create and distribute very complex detection
      routines and remotely enhance the scanner's functionality

    - Heuristic improvements: improve the PE heuristics detection engine by
      adding support of bogus icons and fake PE header information. In a
      nutshell, ClamAV can now detect malware that tries to disguise itself
      as a harmless application by using the most common Windows program icons.

    - Signature Improvements: logical signature improvements to allow more
      detailed matching and referencing groups of signatures. Additionally,
      improvements to wildcard matching on word boundaries and newlines.

    - Support for new archives: 7zip, InstallShield and CPIO. LibClamAV
      can now transparently unpack and inspect their contents.

    - Support for new executable file formats: 64-bit ELF files and OS X
      Universal Binaries with Mach-O files. Additionally, the PE module
      can now decompress and inspect executables packed with UPX 3.0.

    - Support for DazukoFS in clamd

    - Performance improvements: overall performance improvements and memory
      optimizations for a better overall resource utilization experience.

    - Native Windows Support: ClamAV will now build natively under Visual
      Studio. This will allow 3rd Party application developers on Windows
      to easily integrate LibClamAV into their applications.
---
Module Name:	pkgsrc
Committed By:	martti
Date:		Fri Apr	 2 19:45:24 UTC 2010

Modified Files:
	 pkgsrc/mail/clamav: Makefile PLIST options.mk
Added Files:
	 pkgsrc/mail/clamav: PLIST.milter

Log message:
Fixed PLIST when using the milter option.