diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2015-02-24 07:28:59 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2015-02-24 07:28:59 +0000 |
commit | 0662cefdad8890ba28a1200d93cd47159614f97c (patch) | |
tree | 73f22c54dd6391cfcdebd4efbe7e3851f621e1f2 /security | |
parent | 08e686858ab326abbabc0b0b1ad9ca74f53b05c1 (diff) | |
download | pkgsrc-0662cefdad8890ba28a1200d93cd47159614f97c.tar.gz |
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.
Diffstat (limited to 'security')
-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..4ab45459913 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.21 2015/02/24 07:28:59 hiramatsu 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..7268728748d 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.16 2015/02/24 07:28:59 hiramatsu 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 |