From 196fe037fda65eaa9c1c3e07d0651f8cd6c363e2 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Wed, 16 May 2007 01:32:57 +0000 Subject: clamav: Add 0.90.2 version, remove older versions plus a number of other 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. --- packages/clamav/clamav_0.88.7.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages/clamav/clamav_0.88.7.bb') diff --git a/packages/clamav/clamav_0.88.7.bb b/packages/clamav/clamav_0.88.7.bb index fec4ae59d8..2728c31590 100644 --- a/packages/clamav/clamav_0.88.7.bb +++ b/packages/clamav/clamav_0.88.7.bb @@ -1,3 +1,5 @@ require clamav.inc -PR = "r0" +PR = "r1" + +SRC_URI_append += " file://libtool-fix.patch;patch=1" -- cgit v1.2.3