Antivirus Toolkit
Clam AntiVirus is an open source (GPL) anti-virus toolkit for UNIX,
designed especially for e-mail scanning on mail gateways. It provides a
number of utilities including a flexible and scalable multi-threaded
daemon, a command line scanner and advanced tool for automatic database
updates. The core of the package is an anti-virus engine available in a
form of shared library.
Here is a list of the main features:
* command-line scanner
* fast, multi-threaded daemon with support for on-access scanning
* milter interface for sendmail
* advanced database updater with support for scripted updates and
digital signatures
* virus scanner C library
* on-access scanning (Linux and FreeBSD)
* virus database updated multiple times per day (see home page for
total number of signatures)
* built-in support for various archive formats, including Zip, RAR,
Tar, Gzip, Bzip2, OLE2, Cabinet, CHM, BinHex, SIS and others
* built-in support for almost all mail file formats
* built-in support for ELF executables and Portable Executable files
compressed with UPX, FSG, Petite, NsPack, wwpack32, MEW, Upack
and obfuscated with SUE, Y0da Cryptor and others
* built-in support for popular document formats including MS Office and
MacOffice files, HTML, RTF and PDF
- Developed at security
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:PowerPC/clamav && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
1305.patch | 0000156242 153 KB | |
_constraints | 0000000166 166 Bytes | |
clamav-1.3.1.tar.gz | 0054554712 52 MB | |
clamav-1.3.1.tar.gz.sig | 0000000801 801 Bytes | |
clamav-conf.patch | 0000005195 5.07 KB | |
clamav-document-maxsize.patch | 0000002281 2.23 KB | |
clamav-fips.patch | 0000000227 227 Bytes | |
clamav-format.patch | 0000008359 8.16 KB | |
clamav-obsolete-config.patch | 0000001596 1.56 KB | |
clamav-rpmlintrc | 0000000208 208 Bytes | |
clamav-tmpfiles.conf | 0000000069 69 Bytes | |
clamav.changes | 0000100261 97.9 KB | |
clamav.keyring | 0000003858 3.77 KB | |
clamav.spec | 0000011033 10.8 KB | |
service.clamav-milter | 0000000277 277 Bytes | |
service.clamd | 0000000500 500 Bytes | |
service.clamonacc | 0000000312 312 Bytes | |
service.freshclam | 0000000306 306 Bytes | |
system-user-vscan.conf | 0000000088 88 Bytes | |
timer.freshclam | 0000000159 159 Bytes |
Comments 7
Hello
May we get the version 1.0.1 ?
Version 1 is supplied by clamav team for several months.
Thanks
The current version is still actively maintained until later this year, so there is no rush to switch to 1.0.1 which still has some issues on big endian systems. But I am working at it, and meanwhile upstream has a release candidate for version 1.1, so we might switch directly to that one, or backport some of the fixes.
The current state of my work on 1.0.1 is available in my home project: https://build.opensuse.org/package/show/home:rmax:branches:security/clamav
thanks
Is there any hope to get some day on-access scanning ?
Well, clamonacc has been part of our ClamAV rpm for quite some time now, but unlike clamd and freshclam we haven't provided a systemd service file for it so far. I'll consider that for the 1.0.1 upgrade.
thanks
I've meanwhile added a service file for clamonacc to my branch package. Please try it out and let me know if it works for you. By default it only logs infected files, but doesn't move them.