Please use updates from other copfilter users until I release a new copfilter version.
For example: http://www.it-connect-unix.de/index.php ... &Itemid=57
Other former forum members, please feel free to post to this topic, as I have not been uptodate on what copfilter updates you have released and which worked best.
Thanks and best regards
Markus
Copfilter Updates
-
- Site Admin
- Posts: 1280
- Joined: 09 Dec 2009 21:17
Re: Copfilter Updates
Hi Madlener, nice to see you and this forum back again!
The update, you've posted is the newest one and I give a short overview about the actual updates:
newest ClamAV Version 0.95.3
download http://www.it-connect-unix.de/copfilter ... ter.tar.gz
md5sum: 8266e98bc744247b67610759344b94e4
newest HAVP Version 0.91
download http://www.it-connect-unix.de/copfilter ... ter.tar.gz
md5sum: faf8651680dde05409359e71a473d669
and HAVP Version for using with AVG
http://www.it-connect-unix.de/copfilter ... ort.tar.gz
md5sum: 5812968010e58b79b4629c48187c7a05
necessary package for signature updates on avg (if not done)
http://www.it-connect-unix.de/copfilter/avg7_mod.tar.gz (88MB file size!)
on installing this mod, there is a re-activation required for avg!
Please note: this mod works only with avg worstation version!
One update for avg users:
If there are problems on downloading the signature files of avg, please change following setting:
this line from
to
thanks to severus, who postet this description!
regards, karesmakro
The update, you've posted is the newest one and I give a short overview about the actual updates:
newest ClamAV Version 0.95.3
download http://www.it-connect-unix.de/copfilter ... ter.tar.gz
md5sum: 8266e98bc744247b67610759344b94e4
Code: Select all
tar xzvf clamav[tab] [enter]
cd clamav[tab] [enter]
./install [enter]
download http://www.it-connect-unix.de/copfilter ... ter.tar.gz
md5sum: faf8651680dde05409359e71a473d669
Code: Select all
tar xzvf havp[tab] [enter]
cd havp[tab] [enter]
./install [enter]
http://www.it-connect-unix.de/copfilter ... ort.tar.gz
md5sum: 5812968010e58b79b4629c48187c7a05
Code: Select all
tar xzvf havp[tab] [enter]
cd havp[tab] [enter]
./install [enter]
http://www.it-connect-unix.de/copfilter/avg7_mod.tar.gz (88MB file size!)
on installing this mod, there is a re-activation required for avg!
Please note: this mod works only with avg worstation version!
One update for avg users:
If there are problems on downloading the signature files of avg, please change following setting:
Code: Select all
/var/log/copfilter/default/opt/tools/bin/check-updates_avg.sh
Code: Select all
LD_LIBRARY_PATH=$BASEDIR/opt/avg/lib $BASEDIR/opt/avg/default/bin/avgupdate --online | logger -t "avgupdate"
Code: Select all
LD_LIBRARY_PATH=$BASEDIR/opt/avg/lib $BASEDIR/opt/avg/default/bin/avgupdate --online --no-diff | logger -t "avgupdate"
regards, karesmakro

-
- Site Admin
- Posts: 1280
- Joined: 09 Dec 2009 21:17
Clamav 0.96
Here you'll find the new clamAV update for copfilter 0.84beta4!
Important notes: This release needs more memory as the older releases. If you have enabled 3rd party signatures, you need at least 750 MB RAM for your systems! Databases grow, new features and new techniques for the detection of viruses lead to more power is required.
New features:
This release introduces new malware detection mechanisms and other improvements to the scan engine. New is the bytecode interpreter, and new heuristic improvements, signature improvements, support for new archives, new executable file formats and support for UPX 3.0
In this version, the llvm (performance improvement) is missing, because of to old libraries, but contents the memory optimizations.
Changelog: http://git.clamav.net/gitweb?p=clamav-d ... lamav-0.96
Update 20.04.2010: I forgot to delete the tmp folder in clamav-package, which I normally use for automatically havp installation, before uploading this update! If dependency havp 0.91 version was not met, havp installation routine runs to an error, because of already existing havp update package.
download: http://www.it-connect-unix.de/copfilter ... ter.tar.gz
md5sum: 7286c90e0d12f4f54434da947f4ea761
installation as always:
Please use the corresponding clamav entry in your language section for error reporting!
Regards
Important notes: This release needs more memory as the older releases. If you have enabled 3rd party signatures, you need at least 750 MB RAM for your systems! Databases grow, new features and new techniques for the detection of viruses lead to more power is required.
New features:
This release introduces new malware detection mechanisms and other improvements to the scan engine. New is the bytecode interpreter, and new heuristic improvements, signature improvements, support for new archives, new executable file formats and support for UPX 3.0
In this version, the llvm (performance improvement) is missing, because of to old libraries, but contents the memory optimizations.
Changelog: http://git.clamav.net/gitweb?p=clamav-d ... lamav-0.96
Update 20.04.2010: I forgot to delete the tmp folder in clamav-package, which I normally use for automatically havp installation, before uploading this update! If dependency havp 0.91 version was not met, havp installation routine runs to an error, because of already existing havp update package.
download: http://www.it-connect-unix.de/copfilter ... ter.tar.gz
md5sum: 7286c90e0d12f4f54434da947f4ea761
installation as always:
Code: Select all
tar xzvf clamav[tab] [enter]
cd clamav[tab] [enter]
./install [enter]
Regards