Path to this page:
./
security/clamav,
Anti-virus toolkit
Branch: pkgsrc-2015Q1,
Version: 0.98.7,
Package name: clamav-0.98.7,
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.1.1.1 2010/12/24 07:11:05 kefren 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] [
textproc/libxml2] [
www/curl]
Master sites:
SHA1: c9793d67c041e2b944116d912f8681c8bd6e4432
RMD160: 140561a2d1a0c013cb679f6af0ae48cc4cb92484
Filesize: 14764.503 KB
Version history: (Expand)
- (2015-05-24) Updated to version: clamav-0.98.7
- (2015-04-03) Package added to pkgsrc.se, version clamav-0.98.6nb2 (created)
CVS history: (Expand)
2015-05-24 13:33:38 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Pullup ticket #4732 - requested by bouyer
security/clamav: security update
Revisions pulled up:
- security/clamav/Makefile 1.24
- security/clamav/Makefile.common 1.2
- security/clamav/distinfo 1.19
---
Module Name: pkgsrc
Committed By: bouyer
Date: Wed May 20 21:15:26 UTC 2015
Modified Files:
pkgsrc/security/clamav: Makefile Makefile.common distinfo
Log message:
Update clamav to 0.98.7.
This release contains new scanning features and bug fixes.
- Improvements to PDF processing: decryption, escape sequence
handling, and file property collection.
- Scanning/analysis of additional Microsoft Office 2003 XML format.
- Fix infinite loop condition on crafted y0da cryptor file. Identified
and patch suggested by Sebastian Andrzej Siewior. CVE-2015-2221.
- Fix crash on crafted petite packed file. Reported and patch
supplied by Sebastian Andrzej Siewior. CVE-2015-2222.
- Fix false negatives on files within iso9660 containers. This issue
was reported by Minzhuan Gong.
- Fix a couple crashes on crafted upack packed file. Identified and
patches supplied by Sebastian Andrzej Siewior.
- Fix a crash during algorithmic detection on crafted PE file.
Identified and patch supplied by Sebastian Andrzej Siewior.
- Fix an infinite loop condition on a crafted "xz" archive file.
This was reported by Dimitri Kirchner and Goulven Guiheux.
CVE-2015-2668.
- Fix compilation error after ./configure --disable-pthreads.
Reported and fix suggested by John E. Krokes.
- Apply upstream patch for possible heap overflow in Henry Spencer's
regex library. CVE-2015-2305.
- Fix crash in upx decoder with crafted file. Discovered and patch
supplied by Sebastian Andrzej Siewior. CVE-2015-2170.
- Fix segfault scanning certain HTML files. Reported with sample by
Kai Risku.
- Improve detections within xar/pkg files.
|