r10 - 02 May 2008 - 16:17:42 - MikeDonovanYou are here: ClamAV Wiki >  Main Web  > FeatureRequests

When creating a new binary-incompatible libclamav.so.#, could you please also have the makefile build a stub library with the old .so.# which calls the latest one? (Or add a symlink if that would work?) Otherwise, I keep needing to recompile code before I can update ClamAV, which I'd rather do later as an optimization.

Thanks for a great product! -- MikeDonovan - 02 May 2008

Could the latest STABLE release of clamav please be saved as clamav-latest.tgz or something similar. Or at least linked to the above filename. This would enable me to run an automatic update script to install the latest release once freshclam detects that the current one is out of date. I have about 20 servers running clamav and it makes life very difficult to manually update the releases.

Any help with the above will be appreciated.

Regards Evan. -- EvanBooyens - 30 Jan 2007

Use

host -t txt current.cvd.clamav.net | sed -e 's/"//g' |cut -d ' ' -f 3|cut -d : -f 1
 or host -t txt current.cvd.clamav.net | sed -e 's/"//g' |cut -d ' ' -f 4|cut -d : -f 1

-- LG

More efficient is:

host -t txt current.cvd.clamav.net | cut -d \" -f 2 | cut -d : -f 1

-- McDutchie - 21 Oct 2007 audio/libvorbis *Oversized Zip option*
While it is possible to overcome the FOUND message by altering the ArchiveMaxCompressionRatio, it would be a huge benefit to me if there was an option to flag Oversized.Zip as WARNING rather than as FOUND such that copy, move and remove left these alone. The main objection to altering the compression ratio is that it increases the scan time. Furthermore, if nothing bad has been found by the time the standard settings have been reached, there is little likelihood that a deeper scan is going to find anything wrong. And, as it is, I am excluding these, so if there IS any problem, I'll never see it! At least with a WARNING, I've been put on notice.
--CharterHouse - 07 Nov 2007

Clamav Patches

Clamav is a great virus scanner, however it's slower than other commercial antiviruses. This page lists some patches that should improve scanning speed or memory usage and that are not yet merged in clamav SVN tree:



</center-->

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r10 < r9 < r8 < r7 < r6 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding ClamAV Wiki? Send feedback