From 298ad9526ad334751978a9391135054b13ae311206b70a4bae7eb11dbcae5353 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 1 Dec 2010 17:46:44 +0000 Subject: [PATCH] Version 0.96.5 OBS-URL: https://build.opensuse.org/package/show/security/clamav?expand=0&rev=38 --- clamav-0.96.4.tar.bz2 | 3 --- clamav-0.96.5.tar.bz2 | 3 +++ clamav-conf.patch | 6 +++--- clamav.changes | 34 ++++++++++++++++++++++++++++++++++ clamav.spec | 2 +- 5 files changed, 41 insertions(+), 7 deletions(-) delete mode 100644 clamav-0.96.4.tar.bz2 create mode 100644 clamav-0.96.5.tar.bz2 diff --git a/clamav-0.96.4.tar.bz2 b/clamav-0.96.4.tar.bz2 deleted file mode 100644 index 844543d..0000000 --- a/clamav-0.96.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28ac9d387798cc541126187c8791f95907be36c7b8c9080575f429d369f3998f -size 41093971 diff --git a/clamav-0.96.5.tar.bz2 b/clamav-0.96.5.tar.bz2 new file mode 100644 index 0000000..6300216 --- /dev/null +++ b/clamav-0.96.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1853205f954580cb33e0d6d71b966b74f2cad1b1afb220d306732033ec79738c +size 39836590 diff --git a/clamav-conf.patch b/clamav-conf.patch index b549da9..c263f94 100644 --- a/clamav-conf.patch +++ b/clamav-conf.patch @@ -207,9 +207,9 @@ Index: etc/freshclam.conf # Run command after successful database update. # Default: disabled -@@ -155,7 +151,7 @@ DatabaseMirror database.clamav.net - # This feature requires LogTime and LogFile to be enabled in clamd.conf, - # it's also recommended to turn on ExtendedDetectionInfo. +@@ -157,7 +157,7 @@ + # detected in the field and in what geographic area they are. + # Freshclam will connect to clamd in order to get recent statistics. # Default: no -#SubmitDetectionStats /path/to/clamd.conf +#SubmitDetectionStats /etc/clamd.conf diff --git a/clamav.changes b/clamav.changes index 077b6a1..9e3151f 100644 --- a/clamav.changes +++ b/clamav.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Wed Dec 1 17:42:03 UTC 2010 - max@novell.com + +- New version 0.96.5: + * libclamav/pdf.c: fix crashes (bb #2358, bb #2380, bb #2396). + * libclamav/pe_icons.c: off by one while (bb#2344) + * libclamav: fix detection of embedded executables + * libclamav/matcher-ac.c: fix offset handling for sigs with {x-y} + * freshclam/manager.c: fix error path infinite loop (bb#2389) + * freshclam: improve mirror management + * libclamav: fix possible use of uninitialized values (bb#2291) + * libclamav: Set the unreliability flag on (un)packed files + (bb#2307) + * libclamav/c++: Update embedded copy of LLVM to version 2.8 + (bb #2327) + * freshclam: make query format backward compatible + * freshclam: get detection stats directly from clamd (bb#2312) + * libclamav/cache.c,c++/bytecode2llvm.cpp}: make cl_load thread + safe (bb #2333). + * freshclam: load database in subprocess (bb #2147). + * clamd: add new commands DETSTATS and DETSTATSCLEAR + (part of bb#2312) + * libclamav/7z.c: fix file descriptor leak (bb #2347) + * clamd, libclamavll: add ability to logg messages from libclamav + (bb #1965) + * libclamav/builtin_bytecodes.h: Don't disable JIT on pentium4 + (bb #2345) + * clamav-for-windows: displace clamav-for-windows to a separate + solution and directory + * clamd: add new option OLE2BlockMacros (requested by Mike) + * freshclam: DatabaseCustomURL: add support for + If-Modified-Since + * freshclam: add initial support for DatabaseCustomURL + ------------------------------------------------------------------- Thu Oct 28 16:34:29 CEST 2010 - max@suse.de diff --git a/clamav.spec b/clamav.spec index 694d6c5..639eabc 100644 --- a/clamav.spec +++ b/clamav.spec @@ -36,7 +36,7 @@ BuildRequires: bzip2 %define clamav_check --disable-check %endif Summary: Antivirus Toolkit -Version: 0.96.4 +Version: 0.96.5 Release: 1 License: GPLv2 Group: Productivity/Security