PDA

View Full Version : ClamAV update


sagor
10th June 2008, 03:02
I notice in my logs that ClamAV has a new version:

Jun 9 13:00:38 website freshclam[4999]: Local version: 0.93 Recommended version: 0.93.1
Jun 9 13:00:38 website freshclam[4999]: DON'T PANIC! Read http://www.clamav.net/support/faq

So, I guess I'm asking is there an update procedure for ISPConfig or is this too new? Is there a package we should be using?

Or, do I just go ahead and do the apt-get update? Thinking about ISPConfig, and the way it controls each web site, I'm looking for someone who knows... :confused:



Thanks

Steve

Ben
10th June 2008, 09:23
apt-get won't help because ISPConfig is compiling Clamav his own, but I am pretty sure Falko and Till will release and update for that soon.

Edit to do it yourself, follow the instructions of thread http://www.howtoforge.com/forums/showthread.php?t=22350&highlight=clamav
(except the compile !)


cd /tmp
wget http://www.ispconfig.org/downloads/ispconfig_clamav-0.93.tar.gz
tar xvfz ispconfig_clamav-0.93.tar.gz
cd compile_clamav


NOW replace the clamav-0.93.tar.gz with current one: http://downloads.sourceforge.net/clamav/clamav-0.93.1.tar.gz and change
the following line of file "compile"

CLAMAV=clamav-0.93


to


CLAMAV=clamav-0.93.1


Now you may run compile


./compile