ClamAV 0.99.1 is available

I think there is something wrong with the upload or tar.gz, i see it on files1 and files6 for two days now but i don't see it when i run ./build versions..

The file is there but the versions.txt isn't updated, still 0.99 in this file. There is a versions.txt.temp but i don't see clamav anywhere in there.
 
i got same problem

how to update clamav to 0.99.1 with build ??

thanks
 
If you installed Clamav with custombuild, updating it is the same as everything else.
Code:
cd /usr/local/directadmin/custombuild
./build update
./build update_versions
 
In order to manage ClamAV updates with custombuild you need to set clamav=yes in options.conf or run

Code:
cd /usr/local/directadmin/custombuild
./build set clamav yes
./build update
./build clamav

Regards
 
Back
Top