summaryrefslogtreecommitdiff
path: root/packages/clamav/files/volatiles.02_clamav-data
AgeCommit message (Collapse)AuthorFiles
2007-05-16clamav: Add 0.90.2 version, remove older versions plus a number of otherJamie Lenehan1
changes: * Remove 0.88.6 * Added 0.90.2 * Add a new clamav-conf package to hold clamd.conf. This is needed by both clamd and freshclam and previously you needed to install clamd even if you didn't want it just to get freshclam to work. * Assume that /var/lib is non-volatile. Move the virus database there by default. * Update configuration files for the new 0.9x syntax. * Simplify the init scripts. * Indicate the freshclam also provides clamav data, so if you install freshclam you don't need data. * NOTE: There are incompatible changes to libclamav in this release, anything that links directly against the library will need to be updated.
2006-10-05clamav 0.88.4: The optional linksource field in the volatiles file is inJamie Lenehan1
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: Handle the /var directories correctly by making use of theJamie Lenehan1
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.