public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] clamav: Update to 0.104.1
@ 2021-11-07 16:34 Matthias Fischer
  2021-11-08  9:07 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2021-11-07 16:34 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1316 bytes --]

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(a)ipfire.org>
---
 lfs/clamav | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lfs/clamav b/lfs/clamav
index 9076d0f71..69e5d8c0f 100644
--- a/lfs/clamav
+++ b/lfs/clamav
@@ -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
-- 
2.18.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-08  9:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-07 16:34 [PATCH] clamav: Update to 0.104.1 Matthias Fischer
2021-11-08  9:07 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox