[yocto] [meta-security[v2]][PATCH] clamav: freshclam need bind to run

Armin Kuster akuster808 at gmail.com
Sat Apr 6 13:03:14 PDT 2019


Add it to the rdepends for that package

[v2]
v1 was sent with being first refreshed.

fixes:

ClamAV update process started at Sat Apr  6 14:59:25 2019
WARNING: Can't query current.cvd.clamav.net
WARNING: Invalid DNS reply. Falling back to HTTP mode.
ERROR: Can't get information about database.clamav.net: Temporary failure in name resolution
ERROR: Can't download main.cvd from database.clamav.net
Giving up on database.clamav.net...

because:

Use DNS to verify virus database version. Freshclam uses DNS TXT records
to verify database and software versions and it gets that support from
bind.

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 recipes-security/clamav/clamav_0.99.4.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-security/clamav/clamav_0.99.4.bb b/recipes-security/clamav/clamav_0.99.4.bb
index d3295db..647e572 100644
--- a/recipes-security/clamav/clamav_0.99.4.bb
+++ b/recipes-security/clamav/clamav_0.99.4.bb
@@ -152,3 +152,4 @@ RCONFLICTS_${PN} += "${PN}-systemd"
 SYSTEMD_SERVICE_${PN} = "${BPN}.service"
 
 RDEPENDS_${PN} += "openssl ncurses-libncurses libbz2 ncurses-libtinfo clamav-freshclam clamav-libclamav"
+RDEPENDS_${PN}-freshclam = "bind"
-- 
2.17.1



More information about the yocto mailing list