Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 0A4C263B86C for ; Thu, 1 Apr 2010 12:02:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id B40F363B1BF; Thu, 1 Apr 2010 12:02:24 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 462FE63B143 for ; Thu, 1 Apr 2010 12:02:23 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 20321175DF; Thu, 1 Apr 2010 12:02:23 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Thu, 1 Apr 2010 12:02:23 +0000 From: Martti Kuparinen Subject: CVS commit: pkgsrc/mail/clamav To: pkgsrc-changes@NetBSD.org Reply-To: martti@netbsd.org X-Mailer: log_accum Message-Id: <20100401120223.20321175DF@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list 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. The complete list of changes is available in the ChangeLog file. For upgrade notes and tips please see: https://wiki.clamav.net/Main/UpgradeNotes096 To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 pkgsrc/mail/clamav/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/mail/clamav/PLIST cvs rdiff -u -r1.62 -r1.63 pkgsrc/mail/clamav/distinfo cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/clamav/patches/patch-aa \ pkgsrc/mail/clamav/patches/patch-ad cvs rdiff -u -r0 -r1.13 pkgsrc/mail/clamav/patches/patch-ab cvs rdiff -u -r0 -r1.7 pkgsrc/mail/clamav/patches/patch-ac cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/clamav/patches/patch-af cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/clamav/patches/patch-ag Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.