aboutsummaryrefslogtreecommitdiffstats
path: root/packages/clamav
AgeCommit message (Collapse)Author
2006-11-22packages: Update the packages that use volatiles to pass update as aJamie Lenehan
parameter to populate-volatiles.sh to ensure that the volatiles cache is updated (if its in use) when a package is added after the initial boot. The update parameter is ignore is the cache is not in use and by older versions of populate-volatiles.sh that don't support this parameter.
2006-11-06clamav: Add version 0.88.6, drop version 0.88.4.Jamie Lenehan
2006-10-17clamav,lingpng,quagga: Remove some empty directories that I appear to haveJamie Lenehan
left behing while deleting things in the last.
2006-10-17clamav 0.88.5: Add new stable branch release of clamav. From the newsJamie Lenehan
file: * This version fixes a crash in the CHM unpacker and a heap overflow in the function rebuilding PE files after unpacking.
2006-10-13clamav 0.84: Don't stage the libraries libtool archive file, libclamav.la,Jamie Lenehan
as things fail to link when they try and use it. They link fine if it doesn't exist so remove it.
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-10-05clamav 0.88.4: The optional linksource field in the volatiles file is inJamie Lenehan
fact mandatory, so add it back. I removed it after noticing other packges didn't specify it, so they'll also be broken.
2006-10-05clamav 0.84: Simplify the init scripts. assume that the volatilesJamie Lenehan
processing takes care of the required directories and permissions in /var, don't try and create the home directories when adding the clamav user.
2006-10-05clamav 0.84: Handle the /var directories correctly by making use of theJamie Lenehan
volatiles system. Previously these packages were broken after a reboot if /var was on tmpfs due to missing directories and files. Note that the updated virus definitions are stored in /var so they will be lost after a reboot (but immediately re-downloaded) if using var on tmpfs.
2006-09-19clamav 0.88.4: Add a do_stage to stage the header files and libraries soJamie Lenehan
other applications that link against clamav can be build. Some spelling fixes in the comments as well.
2006-09-14clamav 0.84: Inherit binconfig so that the clamav-config script is staged,Jamie Lenehan
so that building applications that depend on libclamav works. Also update some descriptions.
2006-09-13site: Add entries for clamav for my test platforms: sh4, i486 and i586.Jamie Lenehan
Remove the site file from the clamav package itself since support for package specific site files is not included in OE yet.
2006-09-13clamav: New package for the CLAM anti-virus toolkit for UNIX. ItJamie Lenehan
includes a multi-threaded daemon, a command line scanner, a tool for automatic updating via Internet and a shared library implementation for the scanner. Tested on sh4 and i486.