It's fairly easy to upgrade it yourself. I did it yesterday because I was tired of waiting for the new version to be included in the upgrades...
Here's what you do (slightly modified version of http://forums.knownhost.com/showthread.php?p=4540):
First, download the latest version from Sourceforge:
Code:
wget http://downloads.sourceforge.net/clamav/clamav-0.95.tar.gz
Extract it and move into that directory:
Code:
tar -xzf clamav-*
cd clamav*
Compile:
Code:
./configure --prefix=/usr
make
make install
Comment out examples in the config files:
Code:
replace "Example" "#Example" -- /usr/etc/freshclam.conf
replace "Example" "#Example" -- /usr/etc/clamd.conf
Get the new virus definitions:
Then just make sure you have the latest version of the ClamAV scanner if you're using it (this can be done from the "Manage Plugins" screen in the cPanel section of WHM).