clamav-db-0.98.5-37.1e>UA^#`S{;6?Tt$j6 :k %ez*MWІc_ іi.V2}?>7X?Xwd   2&/v     , o t  } (89:>VFVGVHVIVXVYV\V]V^WbW/cWdXKeXPfXUlXWzXgCclamav-db0.98.537.1Virus Database for ClamAVThis package contains a snapshot of the virus description database for ClamAV. It is not needed if you use freshclam to keep your virus database up to date. Authors: -------- Tomasz Kojm Nigel HorneTtcloud103|܏openSUSE 11.4openSUSEBSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and SUSE-Public-Domain and MIThttp://bugs.opensuse.orgProductivity/Securityhttp://www.clamav.netlinuxnoarch# determine the version number of a given database file getversion() { if test -f "$1"; then /usr/bin/sigtool -i "$1" | sed -n '/^Version: /s///gp' else # a non-existing file is assumed to have version 0 echo 0 fi } DBDIR=$(awk '/^[[:space:]]*DatabaseDirectory/{print $NF}' /etc/clamd.conf) cd ${DBDIR:=/var/lib/clamav} for f in main daily; do vdist=$(getversion $f.cvd.dist) vcvd=$(getversion $f.cvd) vcld=$(getversion $f.cld) v=$((vcld > vcvd ? vcld : vcvd)) if test $vdist -gt $v; then cp -a $f.cvd.dist $f.cvd rm -f $f.cld fi doneMێATATATA9671ee130a935d2c3f4f2ecb951b76dd06f660f474d1a6863de4a00eb02521e3vscanvscanvscanvscanvscanvscanclamav-0.98.5-37.1.src.rpmclamav-db    clamavsed/bin/cp/usr/bin/awk/bin/rm/bin/shrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)rpmlib(PayloadIsLzma)4.0-13.0.4-14.4.6-14.8.0TSӘ@Sz@R2@QQLGPYOiNj@N.@MMRL8LeLL@Li(@KKŮ@K @KsK@KqN@JJ8J67IzII@wr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgmax@suse.delijewski.stefan@gmail.comtoganm@opensuse.organdreas.stieger@gmx.demax@suse.commax@novell.commax@novell.commax@novell.commax@novell.commax@suse.demax@novell.commax@suse.demax@suse.demax@suse.demax@suse.demax@suse.demax@suse.demax@suse.deprusnak@suse.czmax@suse.demax@suse.demax@suse.demax@suse.demax@suse.demax@suse.de- Version 0.98.5: * Support for the XDP file format and extracting, decoding, and scanning PDF files within XDP files. * Addition of shared library support for LLVM versions 3.1 - 3.5 for the purpose of just-in-time(JIT) compilation of ClamAV bytecode signatures. * Enhancements to the clambc command line utility to assist ClamAV bytecode signature authors by providing introspection into compiled bytecode programs. * Resolution of many of the warning messages from ClamAV compilation. * Improved detection of malicious PE files. * Security fix for ClamAV crash when using 'clamscan -a'. * Security fix for ClamAV crash when scanning maliciously crafted yoda's crypter files (bnc#906077, CVE-2013-6497). * ClamAV 0.98.5 now works with OpenSSL in FIPS compliant mode (bnc#904207). * Fix server socket setup code in clamd (bnc#903489).- Version 0.98.4 (bnc#884589): * Fix infinite loop in clamdscan when clamd is not running. * Fix buffer underruns when handling multi-part MIME email attachments. * Fix onfiguration of OpenSSL on various platforms. * Fix linking issues with libclamunrar. - Version 0.98.3 (bnc#877475): * Support for common raw disk image formats using 512 byte sectors, specifically GPT, APM, and MBR partitioning. * Experimental support of OpenIOC files. ClamAV will now extract file hashes from OpenIOC files residing in the signature database location, and generate ClamAV hash signatures. ClamAV uses no other OpenIOC features at this time. No OpenIOC files will be delivered through freshclam. See openioc.org and iocbucket.com for additional information about OpenIOC. * All ClamAV sockets (clamd, freshclam, clamav-milter, clamdscan, clamdtop) now support IPV6 addresses and configuration parameters. * Use OpenSSL file hash functions for improved performance. OpenSSL is now prerequisite software for ClamAV 0.98.3. * Improved detection of malware scripts within image files. * Change to circumvent possible denial of service when processing icons within specially crafted PE files. Icon limits are now in place with corresponding clamd and clamscan configuration parameters. This issue was reported by Joxean Koret. * Improvements to the fidelity of the ClamAV pattern matcher, an issue reported by Christian Blichmann. * Opt-in collection of statistics. Statistics collected are: sizes and MD5 hashes of files, PE file section counts and section MD5 hashes, and names and counts of detected viruses. Enable statistics collection with the --enable-stats clamscan flag or StatsEnabled clamd configuration parameter. * Improvements to ClamAV build process, unit tests, and platform support. * Improve error handling in freshclam. * ClamAV 0.98.3 also includes miscellaneous bug fixes and documentation improvements. - requires openssl-devel- New version 0.98.1 (bnc#841815) * remove copy of wxWidgets (halves the size of the tarball). * Decompression and scanning of files in "Xz" compression format. * Extraction, decompression, and scanning of files within Apple Disk Image (DMG) format. * Extraction, decompression, and scanning of files within Extensible Archive (XAR) format. XAR format is commonly used for software packaging, such as PKG and RPM, as well as general archival. * Improvements and fixes to extraction and scanning of ole formats. * Option to force all scanned data to disk. * Various improvements to ClamAV configuration, support of third party libraries, and unit tests.- New version 0.98 (bnc#841815) * code quality fixes on libclamav, clamd, sigtool, clamav-milter, clamconf and clamdtop * code quality fixes on libclamav, libclamunrar and freshclam * valgrind suppression rules for dl_catch_error complaints * bb #8385: PDF ASCII85Decode zero-length fix * libclamav: SCAN_ALL mode fixes * bb #7436: elf64 header early exit * iso9660: iso_scan_file rewrite - updated main.cvd and daily.cvd to current versions- New version 0.97.8 (bnc#816865): * CVE-2013-2020: Fix heap corruption * CVE-2013-2021: Fix overflow due to PDF key length computation.- Version 0.97.7 (bnc#809945) * several hardening fixes.- update to 0.97.6 * libclamav: bb#5751 - cl_scansis() may returan a file descriptor instead of a valid return code- update to 0.95.5 [bnc#767574] - addresses possible evasion cases in some archive formats - CVE-2012-1457: allows to bypass malware detection via a TAR archive entry with a length field that exceeds the total TAR file size - CVE-2012-1458: allows to bypass malware detection via a crafted reset interval in the LZXC header of a CHM file - CVE-2012-1459: allows to bypass malware detection via a TAR archive entry with a length field corresponding to that entire entry, plus part of the header of the next entry - also addresses stability issues in portions of the bytecode engine - update clamav-conf.patch for moved lines - add a definitions snapshot as {main,daily}.cvd no longer in tarball - fix file-contains-date-and-time rpmlint warning- New version 0.97.3 (bnc#724856, CVE-2011-3627): * freshclam/manager.c: fix error when compiling without DNS support (bb#3056) * libclamav/pdf.c: flag and dump PDF objects with /Launch (bb #3514) * libclamav/bytecode.c,bytecode_api.c: fix recursion level crash (bb #3706). * docs: clarify behavior of --scan-*/Scan* options (bb#3134) * libclamav/bytecode_vm.c: fix opcode 20 error (bb #3100) * freshclam: fix pidfile removal (bb#3499) * libclamav/pdf.c: fix incorrect blocking of some encrypted PDF with empty user passwords. (bb #3364) * sigtool/sigtool.c: fix calculation of max signature length- New version 0.97.2 (bnc#708263): * libclamav/matcher-hash.c: off by one read in cli_hm_scan (bb#2818, CVE-2011-2721). * libclamav/pdf.c: fix encrypted pdf detection (bb #2988) * clamav-milter/clamfi.c: fix typo in error message (bb#3040) * libclamav/lzma_iface.c: shut up huge alloc warns for 7z/lzma (bb#2913) * libclamav/c++/bytecode2llvm.cpp: fix use of unaddressable data in bytecode_watchdog. * libclamav/phishcheck.c: fix safebrowsing detection on certain URLs- New version 0.97.1 (bnc#698999): * libclamav/mew.c: harden boundary check on e8/e9 fixup * libclamav/matcher-hash.c: in hm_sort don't swap an item with itself (bb#2818) * freshclam/manager.c: fix return code of Rfc2822DateTime() (bb#2809) * libclamav/pdf.c: better detection for encrypted PDFs (bb #2448) * libclamav/c++: add support for building with external LLVM 2.9, and drop external 2.8 support * clamd: log request ip address for instream scans #bb2592 * libclamav/c++/llvm/lib/Target/X86/X86InstrInfo.td: bb #2763 don't assert on AVX chips (Intel Core i5 and i7) * sigtool: properly normalize html files (bb#2764) * sigtool/sigtool.c: fix formatting of hash dbs (bb#2765) * freshclam: add mirror statistics mechanism * libclamav/pe_icons.c: don't sigbus on sparc (bb#2695) * libclamav/pe.c: reset corrupted status before bytecode hooks (bb#2544) * sigtool, freshclam: put .info on top of container to speed up loading * sigtool: fix --verify-cdiff * sigtool: allow arbitrary names for --build * clamdscan: fix file exclusion (bb#2579) * clamd: add new option ClamukoExcludeUID (bb#2260) * libclamav/elf.c: fix incorrect detection of Broken.Executable (bb#2580) * shared/output.c: fix empty lines in syslog (bb#2578) * clamd: update description of ReadTimeout (bb#2565) * clamd: add new config option BytecodeUnsigned (bb#2537); drop "None" from BytecodeSecurity * clamscan: add new switch --bytecode-unsigned and drop - -bytecode-trust-all * sigtool/sigtool.c: improve handling of bytecode.info (bb#2292) * libclamav/others.c: make sure TLS key is initializer (bb #2588). * configure: check for enable_extended_FILE_stdio (bb #2542) * sigtool/sigtool.c: handle all signature formats with - -(list|find)-sigs (bb#2534)- Security update 0.9.7 (bnc#673753): ClamAV 0.97 brings many improvements, including complete Windows support, support for signatures based on SHA1 and SHA256, better error detection, as well as speed and memory optimizations. The complete list of changes is available in the ChangeLog file. For upgrade notes and tips please see: https://wiki.clamav.net/Main/UpgradeNotes097- New version 0.96.5 (bnc#656548): * 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- New version: 0.96.4 (bnc#649631): * sigtool/sigtool.c: don't use of sizeof() for malloc'ed buffer (bb#2283) * shared/cdiff.c, sigtool/sigtool.c: fix error path double frees (bb#2280, bb#2281) * See /usr/share/doc/packages/clamav/ChangeLog for the full list of changes.- 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).- BuildRequire python-devel instead of python, so that we get the unittest module needed for "make check".- New version: 0.96.2 - This version brings a new PDF parser, performance and memory improvements, and a number of bugfixes and minor enhancements. This upgrade is recommended for all users.- New version: 0.96.1: * libclamav/7z/Archive/7z/7zIn.c: fix possible(?) null dereference reported by clang (bb#1909). * libclamav/pe_icons.c: properly round down when scaling (bb#2031) * libclamav/pdf.c: bb #2016 * libclamav/readdb.c: properly reject .info files passed on cmdline (bb#2025) * libclamav/matcher-bm.c: fix offset check (bb#2032) * libclamav/fmap.c: fix bug introduced in clamav-0.96-51-g3e3b587. * libclamav/pe.c: properly resume stringtable loop (bb#2027) Note: 0.96 is NOT affected as the min VI sig has got FL=53 * unit_tests: add bytecode.cvd load test * docs/man: add clamav.milter.conf.5 * libclamav: Use mpool in win32 (well, sort of) as the mighty crt allocator * libclamav/fmap.c: make oof need stfu (bb#2000) * libclamav/bytecode.c: handle global gep parameter correctly (bb [#1955]) * libclamav/c++/llvm: Update to LLVM 2.7 release. * libclamav/bytecode*, unit_tests: add new unit tests for bytecode API and fix bugs. * libclamav/c++: Relax bounds checks. Was rejecting correct code. * libclamav/filtering.c: fix handling of alternates and negated alternates (bb #2004) * libclamav/readdb.c: read the entire .cbc files, fix loading of bytecode.cvd * freshclam: fix handling of temporary files * freshclam: add new option TestDatabases * tools: make sure the libclamav version is high enough (bb#2013) * sigtool/sigtool.c: fix error msg (bb#2002) * clamdscan: respect ExcludePath in --fdpass mode (bb#1923) * libclamav/c++/llvm/test: Fix make check failure on x86-32 (bb [#1942]) * clamdscan: respect ExcludePath in --fdpass mode (bb#1923) * libclamav/readdb.c: add checks to enforce lsig compatibility with 0.95.x (bb# 2008) * clamscan/manager.c: don't closedir(NULL) (bb #2010) * libclamav/c++/configure: add check that correct libstdc++ version is used (bb #1971) * libclamav/cache.c: support building without pthreads (bb #1897). * libclamav/bytecode*: add match_offsets support. * shared/output.c: workaround FreeBSD's file locking issue (bb#1918) * freshclam/notify.c: fix warning message (bb#1972) * libclamav: make lsigs working in cli_scanscript() (bb#1998) * libclamav/fmap.c: nicely handle EINTR * libclamav: no ERROR on void mapping (bb#1968) * libclamav/matcher-ac.c: fix counting of subsig matches (bb#2001) * clamav-milter: add VirusAction (bb#1867) * libclamav/c++/llvm/include/llvm/ADT/SmallVector.h: Fix crash with -ftree-vectorize/-O3(bb #1984). * libclamav: fix some limit settings (bb#1973) * bytecode: min/max functionality level support. * libclamav/others.c: bump f-level * libclamav/matcher-ac.c: fix handling of VI/MACRO special offsets (bb#1957) * configure: fix Apple-style universal build (bb #1988). * libclamav/fmap.c: downgrade warning when the kernel doesn't want a map back * libclamav: avoid loading duplicate databases (bb#1962) * clamconf: print information about platform and build. * libclamav/c++/configure: disable gcc 3.4.6 by default, you can still use it with --enable-llvm (bb #1935). * docs/man/freshclam.conf.5.in: document LogFileMaxSize (bb#1960) * freshclam/manager.c: add support for X-HostID to allow custom UserAgent * libclamav/bytecode.c: fix cli_unlink warnings (bb #1956). * clambc, clamd,clamdtop,libclamav,unit_tests: fix compiler warnings (bb #1872, * libclamav/c++: allow building with gcc 3.4.6 (bb #1934). * unit_tests/check_common.sh: fix make check on AIX (bb #1917). * freshclam/manager.c: better handle daylight saving time changes (bb#1920) * libclamav/pe.c: more relaxed vinfo parser - try to mimic winxp's * sigtool: handle .idb files * libclamav/matcher.c: return proper virus name in icon detector (bb#1933) * libclamav/c++/bytecode2llvm.cpp: Fix load of multiple unsigned bytecodes (bb #1924) * contrib/split-tarball.sh: update to work with 0.96 * libclamav/Makefile.{am,in}: Fix unit test failure with non-English locale (bb #1922) * libclamav/c++/llvm/lib/Support/Allocator.cpp: Fix SpecificBumpPtrAllocator destructor iteration. * libclamav/c++/llvm/lib/ExecutionEngine/JIT/JIT.cpp: Fix the previous PowerPC workaround to not crash when not using the JIT. * libclamav/c++/{bytecode2llvm.cpp,llvm/lib/ExecutionEngine/JIT/JIT.cpp, llvm/lib/Target/PowerPC/PPCISelLowering.cpp}: Workaround LLVM JIT PowerPC relocation bug (bb #1921). * unit_tests: Fix matchwithread.cbc- Extended the libmilter compatibility patch for SLES9. - Explicitly disabling LLVM for versions older than SLES10 and archs other than i586 and x86_64.- Leave it up to configure to decide whether the arch supports JIT compiling through LLVM (currntly only x86 and x86_64).- ClamAV 0.96 introduces new malware detection mechanisms and other significant improvements to the scan engine. The key features are: * The Bytecode Interpreter: the interpreter built into LibClamAV allows the signature writers to create and distribute very complex detection routines and remotely enhance the scanner’s functionality. * Heuristic improvements: improve the PE heuristics detection engine by adding support of bogus icons and fake PE header information. In a nutshell, ClamAV can now detect malware that tries to disguise itself as a harmless application by using the most common Windows program icons. * Signature Improvements: logical signature improvements to allow more detailed matching and referencing groups of signatures. Additionally, improvements to wildcard matching on word boundaries and newlines. * Support for new archives: 7zip, InstallShield and CPIO. LibClamAV can now transparently unpack and inspect their contents. * Support for new executable file formats: 64-bit ELF files and OS X Universal Binaries with Mach-O files. Additionally, the PE module can now decompress and inspect executables packed with UPX 3.0. * Support for DazukoFS in clamd * Performance improvements: overall performance improvements and memory optimizations for a better overall resource utilization experience.- New version: 0.96rc1 - Added gcc-c++ to BuildRequires to enable the JIT compiler.- build -db subpackage as noarch- Bugfix release 0.95.3 (bnc#550929) - Changes include: * Fix various error path leaks. * Drop hardcoded offset limits for embedded objects. * Fix matching of logical sigs. * Fix handling of broken .ldb sigs. * Improve handling of PDF files. * Work around possible race condition during db updates. * Fix detection of encrypted zip files embedded into other files. * Properly handle clamd disconnection in clamav-milter.- clamav-sles9.patch: smfi_insheader() doesn't exist in libmilter on SLES9, so we revert a recent change that introduced its usage to improve the handling of DomainKeys Identified Mail.- Security release: 0.95.2 (bnc#511963).- Security release: 0.95.1 (bnc#493562)- Version 0.95 also fixes two security issues: bnc#491935 and bnc#491938. - Removed unneeded tcpd build dependency. - Removed obsolete configure switches. - ncurses-devel is needed for building clamtop. - Patched clamav-milter up to the latest upstream version to fix the non-detection of virus code outside of attachments. (bnc#445137) - Improved rcclamd to print a more instructive message when the virus database files are missing.- New version 0.95 (bnc#488317): * clamav-milter got rewritten. Standalone mode got dropped and using multiple instances of clamd in parallel got added for load sharing and fail-safety. The command lin * Changes to the libclamav API will make future changes less likely, but require adjustment of applications linking to libclamav. * Numerous other bug fixes and improvements. * libGMP is no longer needed. - Drop support for versions older than 9.1/SLES9. - Improve init script of clamav-milter (bnc#445137)./bin/shcloud103 1418462836OO O 0.98.5-37.1clamavdaily.cvd.distmain.cvd.dist/var/lib//var/lib/clamav/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Evergreen:Maintenance:325/openSUSE_Evergreen_11.4/2f5c8776712677063e0738649c3ee346-clamav.openSUSE_Evergreen_11.4drpmlzma5i586-suse-linux&ݏGBX}J?]"k%a%(δ*;P 5N]k./=V/D{ؗjmg!J"F^Vq8 fz0t(4/6?_RDBXuo-ˑ b> am ;.jg+NwῶyE$g(p<ʴ+$0ˎ`vl?Dm "e]2α.5D?Be Rgi  SG6cG8P (afR<Ǩ :E&gk:Lr@#ώvȐ0lGG셺o%CmE7WLut -]30xNsaMkapsgZWw^Hb?{t*mg̾j%sq_V9L!]#h;;i%H^/M4V:~ܾнB<\o |C{s}A%$htɯ^ pXLeێ~G9u"<