From 18b1ae107e37f8320728265d5f2e517aee884b85 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 1 Feb 2022 14:55:55 +0100 Subject: [PATCH] clamav: Update version from 0.102.1 to 0.104.2 The freshclam cron job on the distmaster complaints: ClamAV update process started at Tue Feb 1 13:22:01 2022 WARNING: Your ClamAV installation is OUTDATED! WARNING: Local version: 0.102.1 Recommended version: 0.103.5 DON'T PANIC! Read https://www.clamav.net/documents/upgrading-clamav daily database available for update (local version: 26439, remote version: 26440) WARNING: downloadFile: Unexpected response (403) from https://database.clamav.net/daily-26440.cdiff WARNING: getpatch: Can't download daily-26440.cdiff from https://database.clamav.net/daily-26440.cdiff [...] Giving up on https://database.clamav.net... ERROR: Update failed for database: daily WARNING: fc_update_databases: fc_update_database failed: HTTP GET failed (11) ERROR: Database update process failed: HTTP GET failed (11) ERROR: Update failed. - Don't panic, read https://www.clamav.net/documents/upgrading-clamav and upgrade version. - Add config option ENABLE_MILTER=OFF to avoid configure error ("milter nor found") - Add config option APP_CONFIG_DIRECTORY=/etc to prevent files installed into /usr/etc. --- clamav.be0 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/clamav.be0 b/clamav.be0 index 08c7abdba..d227fdf72 100755 --- a/clamav.be0 +++ b/clamav.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION clamav-0.102.1-0 +# BEE_VERSION clamav-0.104.2-0 # SRCURL[0]="https://www.clamav.net/downloads/production/clamav-${PKGVERSION}.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/3d5f5f10a1bea212823050286c8c5b96/clamav-0.102.1.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/ad099675f2c09c07850e36496b06c552/clamav-0.104.2.tar.gz" # PATCHURL+=() @@ -19,9 +19,11 @@ SRCURL[0]="https://beehive.molgen.mpg.de/3d5f5f10a1bea212823050286c8c5b96/clamav # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + -D ENABLE_MILTER=OFF \ + -D APP_CONFIG_DIRECTORY=/etc +} #mee_build() { # bee_build