diff options
author | khorben <khorben@pkgsrc.org> | 2014-12-06 07:31:33 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2014-12-06 07:31:33 +0000 |
commit | c3c7baca686c8c42e3c555317a7c99b9075e129b (patch) | |
tree | 31ac331ec203e3de94af9e69c821db9656bc96f2 /security | |
parent | 3ca02be0fa9dc5ac4214cc22b287f02e7307bc8d (diff) | |
download | pkgsrc-c3c7baca686c8c42e3c555317a7c99b9075e129b.tar.gz |
Updated security/clamav to version 0.98.5
ChangeLog for this version:
Wed, 12 Nov 2014 14:30:39 EDT (swebb)
-------------------------------------
* bb11176 - Instruct OpenSSL to allow MD5 when in FIPS-compliant mode.
Patch submitted by Reinhard Max.
Mon, 10 Nov 2014 11:03:29 EDT (swebb)
-------------------------------------
* bb11155 - Adjust the logic surrounding adjusting the PE section sizes
This fixes a crash with maliciously crafted yoda's crypter files and
also improves virus detections for PE files.
Thu, 6 Nov 2014 14:51:26 EDT (swebb)
-------------------------------------
* bb11088 - Merge in fixes for clamscan -a crash bug
Mon, 20 Oct 2014 11:33:18 EDT (swebb)
-------------------------------------
* Revert "bb#10731 - Allow to specificy a group for the socket of which
the user is not a member"
Thu, 31 Jul 2014 19:11:22 EDT (swebb)
-------------------------------------
* Add support for XDP PDF file format
Thu, Jul 31 11:50:23 EDT 2014 (swebb)
------------------------------------
* bb#10731 - Allow specification of a group for the milter socket of which
the user is not a member - patch submitted by Sebastian Andrzej Siewior
Fri, 25 Jul 2014 12:26:04 EDT (klin)
------------------------------------
* bb#10981 - applied LLVM 3.1-3.4 - patch submitted by Andreas Cadhalpun
Fri, 25 Jul 2014 12:06:13 (klin)
--------------------------------
* clambc: added diagnostic tools for bytecode IR
Tue, 8 Jul 2014 19:53:41 EDT (swebb)
------------------------------------
* mass cleanup of compiler warnings
Tue, 08 Jul 11:30:00 EDT 2014 (morgan)
------------------------------------
* 0.98.5 beta release
Mon, 07 Jul 09:00:00 EDT 2014 (swebb)
------------------------------------
* 0.98.5-beta1 release engineering
Thu, 03 Jul 22:14:40 EDT 2014 (swebb)
------------------------------------
* Call cl_initialize_crypto() in cl_init()
Thu, 03 Jul 16:28:10 EDT 2014 (swebb)
------------------------------------
* Finalize PDF parsing code for the preclassification feature
Wed, 25 Jun 16:26:33 EDT 2014 (swebb)
------------------------------------
* Finalize linking in libjson, a new optional dependency
Fri, 13 Jun 2014 16:11:15 EDT (smorgan)
---------------------------------------
* add timeout facility for file property scanning
Tue, 3 Jun 2014 13:31:50 EDT (smorgan)
--------------------------------------
* add callback for user processing of json string and json scan result
Wed, 7 May 2014 10:56:35 EDT (swebb)
------------------------------------
* PE file properties collection
Tue, 6 May 2014 15:26:30 EDT (klin)
-----------------------------------
* add api to read json to the bytecode api
Thu, 1 May 2014 16:59:01 EDT (klin)
-----------------------------------
* docx/pptx/xlsx file properties collection
Wed, 30 Apr 2014 16:38:55 EDT (swebb)
-------------------------------------
* pdf file properties collection
Tue, 22 Apr 2014 14:22:39 EDT (klin)
------------------------------------
* json api wrapper
Mon, 21 Apr 2014 18:30:28 EDT (klin)
------------------------------------
* doc/ppt/xls file properties collection
Wed, 16 Apr 18:14:45 2014 EDT (smorgan)
--------------------------------------
* Initial libjson-c configure/build support and json file properties work
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 e3af1325222..03087d0d89c 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2014/10/09 14:06:51 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2014/12/06 07:31:33 khorben Exp $ -DISTNAME= clamav-0.98.4 +DISTNAME= clamav-0.98.5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clamav/} diff --git a/security/clamav/distinfo b/security/clamav/distinfo index af301ba9a6a..51d0fc8411d 100644 --- a/security/clamav/distinfo +++ b/security/clamav/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2014/07/02 11:38:28 adam Exp $ +$NetBSD: distinfo,v 1.15 2014/12/06 07:31:33 khorben Exp $ -SHA1 (clamav-0.98.4.tar.gz) = f1003d04f34efb0aede05395d3c7cc22c944e4ef -RMD160 (clamav-0.98.4.tar.gz) = 425ef5a01ecb1cd3c4336721c7cd96dd62d04e7d -Size (clamav-0.98.4.tar.gz) = 15537593 bytes +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 (patch-Makefile.in) = 070fe734113de9fc6ce5f02de088b10281913b00 SHA1 (patch-aa) = 8539a90ac5591c86f7e9f6b8c073f36523f221a5 SHA1 (patch-ab) = fea995ea944c2ae0f51a41e1a1076badf65c6c8b |