Version 0.96.3
OBS-URL: https://build.opensuse.org/package/show/security/clamav?expand=0&rev=34
This commit is contained in:
parent
1749e6e4f8
commit
a0f8c79f8f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f5e759086e6f7d0be06597310d515c47c5eef9dc071bc34c7d01890f842cfa4
|
||||
size 55445748
|
3
clamav-0.96.3.tar.bz2
Normal file
3
clamav-0.96.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90a39781c16679dee2c7bb1837de60f1fa745353728545ecd020b721d419d2be
|
||||
size 40364307
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 22 15:32:10 UTC 2010 - max@novell.com
|
||||
|
||||
- New version: 0.96.3 (bnc#640812):
|
||||
* libclamav/nsis/bzlib.cld sys: port upstream fixes for
|
||||
CVE-2010-0405, check for buggy bzip2 (bb#2230, bb#2231).
|
||||
* libclamav/pdf.c: Add missing boundscheck to pdf code
|
||||
(bb #2226).
|
||||
* libclamav/c++/bytecode2llvm.cpp: workaround crash due to gcc
|
||||
stack alignment requirements (bb #2270).
|
||||
* libclamav/pdf.c, pe.c, bytecode*: Fix bytecode virusname
|
||||
reporting (bb #2255).
|
||||
* clamav-milter/netcode.c: fix error path fd leak when
|
||||
connection succeeds but ping fails (bb#2259).
|
||||
* libclamav/bytecode.c: properly skip bytecodes with long lines.
|
||||
* unit_tests: add VI unit tests
|
||||
* libclamav: versioninfo hashset was not properly cached
|
||||
(bb#2065).
|
||||
* libclamav/pe.c: add BC_PE_ALL hook (bb #2237).
|
||||
* libclamav/c++/{bytecode2llvm,ClamBCRTChecks}.cpp: avoid false
|
||||
'Verification error' messages (bb #2239).
|
||||
* freshclam/freshclam.c: fix handling of relative paths with
|
||||
--datadir (bb#2240).
|
||||
* clamd/clamd.c: limit RLIMIT_DATA to 2GB on 32-bit processes
|
||||
(bb #1941).
|
||||
* libclamav/regex/regexec.c: fix regex when
|
||||
sizeof(void*) != sizeof(long) (bb #2232).
|
||||
* libclamav/pdf.c: improve handling of pdf objects (bb #2216).
|
||||
* libclamav/pe_icons.c: support special case where icon is
|
||||
encoded as 32bpp but it really carries alpha as a mask... well
|
||||
go figure. (bb#2221)
|
||||
* libclamav/mpool.c: permanently disable debug mode (bb#2222).
|
||||
* libclamav: allow logical sigs to be used as file type sigs
|
||||
(bb#2228).
|
||||
* libclamav/c++/detect.cpp: don't warn on x86_64 vs i386
|
||||
mismatches (bb #2214).
|
||||
* sigtool/sigtool.c: fix EOL matching in --find-sigs (bb#2164).
|
||||
* libclamav/bytecode_detect.c: prevent fclose(NULL) on SELinux
|
||||
(bb #2200).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 16:27:51 CEST 2010 - max@suse.de
|
||||
|
||||
|
@ -35,7 +35,7 @@ BuildRequires: check-devel pwdutils python-devel
|
||||
%define clamav_check --disable-check
|
||||
%endif
|
||||
Summary: Antivirus Toolkit
|
||||
Version: 0.96.2
|
||||
Version: 0.96.3
|
||||
Release: 1
|
||||
License: GPLv2
|
||||
Group: Productivity/Security
|
||||
|
Loading…
Reference in New Issue
Block a user