diff options
author | tron <tron> | 2015-03-01 14:26:41 +0000 |
---|---|---|
committer | tron <tron> | 2015-03-01 14:26:41 +0000 |
commit | 70acae8e0abd6f6948504812b98d953b7b3306ee (patch) | |
tree | bda237fa527872017cdd7af44f7db3e5e6da9bca | |
parent | a128f353632e86970a11938dcd164ca537e61bc7 (diff) | |
download | pkgsrc-70acae8e0abd6f6948504812b98d953b7b3306ee.tar.gz |
Pullup ticket #4630 - requested by hiramatsu
security/clamav: security update
Revisions pulled up:
- security/clamav/Makefile 1.21
- security/clamav/distinfo 1.16
---
Module Name: pkgsrc
Committed By: hiramatsu
Date: Tue Feb 24 07:28:59 UTC 2015
Modified Files:
pkgsrc/security/clamav: Makefile distinfo
Log Message:
Update clamav to 0.98.6.
Changes from 0.98.5.
--------------------
- library shared object revisions.
- installation issues on some Mac OS X and FreeBSD platforms.
- includes a patch from Sebastian Andrzej Siewior making
ClamAV pid files compatible with systemd.
- Fix a heap out of bounds condition with crafted Yoda's
crypter files. This issue was discovered by Felix Groebert
of the Google Security Team.
- Fix a heap out of bounds condition with crafted mew packer
files. This issue was discovered by Felix Groebert of the
Google Security Team.
- Fix a heap out of bounds condition with crafted upx packer
files. This issue was discovered by Kevin Szkudlapski of
Quarkslab.
- Fix a heap out of bounds condition with crafted upack packer
files. This issue was discovered by Sebastian Andrzej Siewior.
CVE-2014-9328.
- Compensate a crash due to incorrect compiler optimization when
handling crafted petite packer files. This issue was discovered
by Sebastian Andrzej Siewior.
-rw-r--r-- | security/clamav/Makefile | 4 | ||||
-rw-r--r-- | security/clamav/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 03087d0d89c..077c03c6b21 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2014/12/06 07:31:33 khorben Exp $ +# $NetBSD: Makefile,v 1.20.2.1 2015/03/01 14:26:41 tron Exp $ -DISTNAME= clamav-0.98.5 +DISTNAME= clamav-0.98.6 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clamav/} diff --git a/security/clamav/distinfo b/security/clamav/distinfo index 51d0fc8411d..73b083889ba 100644 --- a/security/clamav/distinfo +++ b/security/clamav/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.15 2014/12/06 07:31:33 khorben Exp $ +$NetBSD: distinfo,v 1.15.2.1 2015/03/01 14:26:41 tron Exp $ -SHA1 (clamav-0.98.5.tar.gz) = 5f5e45735819e3ca61610899b779172a5639f70f -RMD160 (clamav-0.98.5.tar.gz) = 7808f27177f08fae400124a032c9d0c75be890dc -Size (clamav-0.98.5.tar.gz) = 15146379 bytes +SHA1 (clamav-0.98.6.tar.gz) = 03cb9a20a08aba9176b1f58d5527d06ec8261f9c +RMD160 (clamav-0.98.6.tar.gz) = 48d5fbbdb183e61309212c6bc69f777f99346bd5 +Size (clamav-0.98.6.tar.gz) = 15148292 bytes SHA1 (patch-Makefile.in) = 070fe734113de9fc6ce5f02de088b10281913b00 SHA1 (patch-aa) = 8539a90ac5591c86f7e9f6b8c073f36523f221a5 SHA1 (patch-ab) = fea995ea944c2ae0f51a41e1a1076badf65c6c8b |