From d2722d834a096433e8ea72709990bede2e7c3d6f8a04e389553c5cdd5d5d0d8d Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 16 Apr 2018 14:01:29 +0000 Subject: [PATCH] * Add interfaces to the Prelude SIEM open source package for collecting ClamAV virus events. * Support libmspack internal code or as a shared object library. The internal library is the default and includes modifications to enable parsing of CAB files that do not entirely adhere to the CAB file format. * Link with OpenSSL 1.1.0. * Deprecate of the AllowSupplementaryGroups parameter statement in clamd, clamav-milter, and freshclam. Use of supplementary is now in effect by default. * Deprecate internal LLVM code support. * Compute and check PE import table hash (a.k.a. "imphash") signatures. * Support file property collection and analysis for MHTML files. * Raw scanning of PostScript files. * Fix clamsubmit to use the new virus and false positive submission web interface. * Optionally, flag files with the virus "Heuristic.Limits.Exceeded" when size limitations are exceeded. * Improved decoders for PDF files. * Reduced number of compile time warnings. * Improved support for C++11. * Improved detection of system installed libraries. * Fixes to ClamAV's Container system and the introduction of Intermediates for more descriptive signatures. * Improvements to clamd's On-Access scanning capabilities for Linux. - Use system-wide LLVM instead of the deprecated bundled one. - Move pkgconfig stuff the main to the devel package. OBS-URL: https://build.opensuse.org/package/show/security/clamav?expand=0&rev=162 --- clamav.changes | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/clamav.changes b/clamav.changes index d8b3432..bf5e1c5 100644 --- a/clamav.changes +++ b/clamav.changes @@ -2,12 +2,37 @@ Fri Apr 13 15:07:48 UTC 2018 - max@suse.com - Update to version 0.100.0 (bsc#1089502): - * FIXME: Add upstream changes here before submitting to Factory. + * Add interfaces to the Prelude SIEM open source package for + collecting ClamAV virus events. + * Support libmspack internal code or as a shared object + library. The internal library is the default and includes + modifications to enable parsing of CAB files that do not + entirely adhere to the CAB file format. + * Link with OpenSSL 1.1.0. + * Deprecate of the AllowSupplementaryGroups parameter + statement in clamd, clamav-milter, and freshclam. + Use of supplementary is now in effect by default. + * Deprecate internal LLVM code support. + * Compute and check PE import table hash (a.k.a. "imphash") + signatures. + * Support file property collection and analysis for MHTML files. + * Raw scanning of PostScript files. + * Fix clamsubmit to use the new virus and false positive + submission web interface. + * Optionally, flag files with the virus + "Heuristic.Limits.Exceeded" when size limitations are exceeded. + * Improved decoders for PDF files. + * Reduced number of compile time warnings. + * Improved support for C++11. + * Improved detection of system installed libraries. + * Fixes to ClamAV's Container system and the introduction of + Intermediates for more descriptive signatures. + * Improvements to clamd's On-Access scanning capabilities + for Linux. * Obsoletes clamav-fix_newer_zlib.patch - Update key ring and add signature file. -- Remove the logic around building the embedded llvm as the - system-wide llvm is now auto-detected and used. -- Move pc files from the main to the devel package. +- Use system-wide LLVM instead of the deprecated bundled one. +- Move pkgconfig stuff the main to the devel package. ------------------------------------------------------------------- Wed Mar 7 13:15:11 UTC 2018 - max@suse.com