diff --git a/clamav-0.96.5.tar.bz2 b/clamav-0.96.5.tar.bz2 deleted file mode 100644 index 6300216..0000000 --- a/clamav-0.96.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1853205f954580cb33e0d6d71b966b74f2cad1b1afb220d306732033ec79738c -size 39836590 diff --git a/clamav-0.97rc.tar.bz2 b/clamav-0.97rc.tar.bz2 new file mode 100644 index 0000000..a8a886d --- /dev/null +++ b/clamav-0.97rc.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76e2fdd689c386b08cfb6be7e8b782d1212f2eaa57eb7c0ed9bab94e5c6bc21 +size 40417172 diff --git a/clamav-conf.patch b/clamav-conf.patch index c263f94..c020cea 100644 --- a/clamav-conf.patch +++ b/clamav-conf.patch @@ -99,7 +99,7 @@ Index: etc/clamd.conf # Enable verbose logging. # Default: no -@@ -59,7 +55,7 @@ Example +@@ -58,7 +54,7 @@ Example # This option allows you to save a process identifier of the listening # daemon (main thread). # Default: disabled @@ -108,7 +108,7 @@ Index: etc/clamd.conf # Optional path to the global temporary directory. # Default: system specific (usually /tmp or /var/tmp). -@@ -78,7 +74,7 @@ Example +@@ -77,7 +73,7 @@ Example # Path to a local socket file the daemon will listen on. # Default: disabled (must be specified by a user) @@ -117,7 +117,7 @@ Index: etc/clamd.conf # Sets the group ownership on the unix socket. # Default: disabled (the primary group of the user running clamd) -@@ -94,14 +90,14 @@ Example +@@ -93,14 +89,14 @@ Example # TCP port address. # Default: no @@ -133,8 +133,8 @@ Index: etc/clamd.conf +TCPAddr 127.0.0.1 # Maximum length the queue of pending connections may grow to. - # Default: 15 -@@ -188,7 +184,7 @@ Example + # Default: 200 +@@ -187,7 +183,7 @@ Example # Run as another user (clamd must be started by root for this option to work) # Default: don't drop privileges @@ -143,7 +143,7 @@ Index: etc/clamd.conf # Initialize supplementary group access (clamd must be started by root). # Default: no -@@ -423,6 +419,10 @@ Example +@@ -428,6 +424,10 @@ Example # Enable Clamuko. Dazuko must be configured and running. Clamuko supports # both Dazuko (/dev/dazuko) and DazukoFS (/dev/dazukofs.ctrl). DazukoFS # is the preferred option. For more information please visit www.dazuko.org @@ -198,7 +198,7 @@ Index: etc/freshclam.conf # Initialize supplementary group access (freshclam must be started by root). # Default: no -@@ -111,7 +107,7 @@ DatabaseMirror database.clamav.net +@@ -118,7 +114,7 @@ DatabaseMirror database.clamav.net # Send the RELOAD command to clamd. # Default: no @@ -207,7 +207,7 @@ Index: etc/freshclam.conf # Run command after successful database update. # Default: disabled -@@ -157,7 +157,7 @@ +@@ -161,7 +157,7 @@ DatabaseMirror database.clamav.net # detected in the field and in what geographic area they are. # Freshclam will connect to clamd in order to get recent statistics. # Default: no diff --git a/clamav.changes b/clamav.changes index f32d309..b079627 100644 --- a/clamav.changes +++ b/clamav.changes @@ -1,36 +1,184 @@ +------------------------------------------------------------------- +Tue Feb 1 15:31:05 UTC 2011 - max@novell.com + +- New + +- Fri Jan 21 15:05:13 CET 2011 (acab) +----------------------------------- + * libclamav/disasm.c: sign extend immeds, displacers and reljumps (bb#2341) + +Thu Jan 20 15:34:00 CET 2011 (tk) +--------------------------------- + * shared/optparser: when size limit is disabled set it to 4GB (bb#2471) + +Thu Jan 20 16:11:43 EET 2011 (edwin) +------------------------------------ + * shared/optparser.c: reduce BytecodeTimeout to 5s (instead of 60). + +Thu Jan 20 16:09:29 EET 2011 (edwin) +----------------------------------- + * libclamav/bytecode_vm.c: fix memset on bigendian arch (bb #2478). + +Thu Jan 20 11:38:33 EET 2011 (edwin) +------------------------------------ + * libclamav/pdf.c: fix missed detection (bb #2455). + +Thu Jan 20 11:19:50 EET 2011 (edwin) +----------------------------------- + * libclamav/pdf.c: fix another pdf uninit (bb #2404). + +Thu Jan 20 11:16:17 EET 2011 (edwin) +------------------------------------ + * libclamav/pdf.c: fix uninit value (bb #2455). + +Thu Jan 20 10:11:32 EET 2011 (edwin) +------------------------------------ + * libclamav/c++/llvm: port 2 upstream commits to fix bb#8723. + +Thu Jan 20 10:02:24 EET 2011 (edwin) +------------------------------------ + * unit_tests/check_bytecode.c: fix build on etch (bb #2399), + thanks to David F. Skoll . + +Thu Jan 20 03:29:04 CET 2011 (acab) +----------------------------------- + * win32/compat/resolv.c: fix nasty typo + +Wed Jan 19 12:16:23 CET 2011 (acab) +----------------------------------- + * build system: add AM macro CLAMDSCAN_LIBS (bb#2400) + +Tue Jan 18 16:18:07 CET 2011 (tk) +--------------------------------- + * sigtool: handle .hs(b|u) and .ms(b|u) files + +Tue Jan 18 14:59:37 CET 2011 (tk) +--------------------------------- + * sigtool: add new options --sha1 and --sha256 + +Mon Jan 17 19:05:25 CET 2011 (tk) +--------------------------------- + * freshclam: detect and fix corruptions of existing db files + +Fri Jan 14 23:33:25 CET 2011 (acab) +----------------------------------- + * libclamav: merge multihash branch - we can now match on md5, sha1, sha256 + +Fri Jan 14 15:52:30 CET 2011 (tk) +--------------------------------- + * freshclam: verify integrity of all *.cvd files during each session + +Mon Jan 10 23:51:08 EET 2011 (edwin) +------------------------------------ + * libclamav/c++/ClamBCRTChecks.cpp: fix paranoid mode crash (bb #2434). + +Mon Jan 10 18:43:02 CET 2011 (tk) +--------------------------------- + * sigtool: improve handling of spaces in cdiffs (bb#2090) + +Thu Jan 6 14:52:38 CET 2011 (acab) +----------------------------------- + * libclamav/hashtab.c: properly clear the table + +Mon Jan 3 17:10:03 CET 2011 (tk) +--------------------------------- + * freshclam/manager.c: fix version warning (bb#2456) + +Mon Jan 3 16:38:46 CET 2011 (tk) +--------------------------------- + * libclamav: improve handling of HandlerType (bb#2298) + +Thu Dec 30 15:02:05 CET 2010 (tk) +--------------------------------- + * libclamav/filetypes.c: improve detection of tar files + +Wed Dec 29 14:36:46 CET 2010 (tk) +--------------------------------- + * libclamav/scanners.c: improve scanning of mail files in raw mode (bb#2244) + +Tue Dec 28 18:22:30 CET 2010 (tk) +--------------------------------- + * clamscan: add new options --follow-(dir|file)-symlinks (bb#1870) + +Tue Dec 28 13:03:14 CET 2010 (tk) +--------------------------------- + * libclamav/blob.c: properly scan files when LeaveTemporaryFiles + is enabled (bb#2447) + +Mon Dec 27 15:21:43 CET 2010 (acab) +----------------------------------- + * libclamav/disasm.c: fix movsx/movzx disasm src size (bb#2341) + +Wed Dec 22 12:10:06 CET 2010 (tk) +--------------------------------- + * freshclam: fix again handling of relative db paths (bb#2240) + +Tue Dec 21 16:00:26 CET 2010 (acab) +----------------------------------- + * clamav-milter: add LogClean option (bb#2442) + +Mon Dec 20 16:30:57 EET 2010 (edwin) +----------------------------------- + * clamd: bump default MaxConnectionQueueLength to 200 + +Fri Dec 17 17:10:46 CET 2010 (acab) +----------------------------------- + * shared/cdiff.c: Fix error path double free - missed in 4bc4581d + thanks Michael Tautschnig + +Fri Dec 17 14:21:21 CET 2010 (acab) +----------------------------------- + * clamav-milter/whitelist.c, clamscan/manager.c, libclamav/sis.c: + error path leaks and similar - thanks Michael Tautschnig + +Thu Dec 16 15:31:38 CET 2010 (acab) +--------------------------------- + * clamav-milter: handle EINTR during waitpid() + +Thu Dec 16 14:15:33 CET 2010 (tk) +--------------------------------- + * freshclam, clamd: handle EINTR during waitpid() (bb#2422) + +Tue Dec 14 19:13:53 EET 2010 (edwin) +------------------------------------ + * libclamav/chmunpack.c: avoid crash on fstat failure (bb #2429). + +Tue Dec 14 16:07:42 CET 2010 (tk) +--------------------------------- + * libclamav: pass array with initial matches to bytecode (bb#2397) + +Tue Dec 14 12:20:34 CET 2010 (tk) +--------------------------------- + * libclamav/msexpand.c: fix name clash on HP-UX (bb#2398) + +Tue Dec 14 11:33:00 CET 2010 (tk) +--------------------------------- + * libclamav/scanners.c: ScanMail wasn't always honored (bb#2426) + +Thu Dec 9 13:40:55 CET 2010 (tk) +--------------------------------- + * clamd: don't report file hashes to clients (bb#2409) + +Thu Dec 9 13:29:16 CET 2010 (tk) +--------------------------------- + * libclamav: preserve callbacks during db reload (bb#2418) + +Thu Dec 2 18:44:12 CET 2010 (tk) +--------------------------------- + * libclamav/matcher-ac.c: optimize handling of multi-part signatures (bb#2322) + Patch by finglenark + + ------------------------------------------------------------------- Wed Dec 1 17:42:03 UTC 2010 - max@novell.com -- 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.97rc: + 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 ------------------------------------------------------------------- Thu Oct 28 16:34:29 CEST 2010 - max@suse.de diff --git a/clamav.spec b/clamav.spec index db836b2..c2fe9de 100644 --- a/clamav.spec +++ b/clamav.spec @@ -15,8 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: clamav BuildRequires: ncurses-devel sed sendmail sendmail-devel %define llvm --disable-llvm @@ -36,7 +34,7 @@ BuildRequires: bzip2 %define clamav_check --disable-check %endif Summary: Antivirus Toolkit -Version: 0.96.5 +Version: 0.97rc Release: 1 License: GPLv2 Group: Productivity/Security