diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-05-31 00:18:52 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-05-31 00:18:52 +0000 |
commit | eda2f81fda3c21a3f97567a3a4d1349612cc9b85 (patch) | |
tree | 4a3c47b903be8c2b5f6d71a0ded0cd6130c625ac /packages/clamav/clamav_0.90.2.bb | |
parent | 53ec78504a3db66e6cd2ea0b8742ebef8e4ed384 (diff) |
clamav: Add 0.90.3, remove 0.88.7.
From the release announcement: "This release fixes some security bugs
in libclamav and improves stability under Solaris. Please see
ChangeLog for complete list of changes."
Diffstat (limited to 'packages/clamav/clamav_0.90.2.bb')
-rw-r--r-- | packages/clamav/clamav_0.90.2.bb | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/packages/clamav/clamav_0.90.2.bb b/packages/clamav/clamav_0.90.2.bb index fe3061606a..e721558efe 100644 --- a/packages/clamav/clamav_0.90.2.bb +++ b/packages/clamav/clamav_0.90.2.bb @@ -1,17 +1,3 @@ require clamav.inc -PR = "r1" - -# 0.9x requires curl for incremental database updates -DEPENDS += "curl" -DEPENDS += "virtual/libintl" -# Don't check for clamav uid/gid - they don't exist on the host -# Put virus definitions in /var/lib not /usr/lib -EXTRA_OECONF = "--disable-clamav \ - --with-zlib=${STAGING_DIR}/${HOST_SYS} \ - --with-libcurl \ - --with-dbdir=${localstatedir}/lib/clamav" - -# Package up configuration utility - new for 0.9x -PACKAGES += "${PN}-clamconf" -FILES_${PN}-clamconf = "${bindir}/clamconf" +PR = "r1" |