]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
clamav: Update to 0.104.1
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sun, 7 Nov 2021 16:34:49 +0000 (17:34 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Fri, 19 Nov 2021 06:05:32 +0000 (07:05 +0100)
For details see:
https://blog.clamav.net/2021/11/clamav-01034-and-01041-patch-releases.html

"ClamAV 0.104.1 is a critical patch release..."

[Changelog is too long to include here.]

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/clamav

index 9076d0f71de90d3c6d02b1c5c3cfd2c6df670473..69e5d8c0f8c0db1e090cca4f1aeebd45c9b571f1 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.104.0
+VER        = 0.104.1
 
 THISAPP    = clamav-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = clamav
-PAK_VER    = 57
+PAK_VER    = 58
 
 DEPS       =
 
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3f4789c09f5a35e9ea580edd5c3e54b6
+$(DL_FILE)_MD5 = 49b9bb94d5b2cafc761f8fbe660d3bfa
 
 install : $(TARGET)
 
@@ -94,6 +94,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                -DENABLE_EXTERNAL_MSPACK=OFF \
                -DENABLE_FRESHCLAM_DNS_FIX=ON \
                -DAPP_CONFIG_DIRECTORY=/var/ipfire/clamav \
+               -DCURSES_LIBRARY=/usr/lib/libncurses.so \
                -DDATABASE_DIRECTORY=$(DATABASE_DIR)
 
        cd $(DIR_APP)/build && ninja $(MAKETUNING) && ninja install