]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
clamav 0.105.1: New package to resolve several CVEs
authorMatthias Fischer <matthias.fischer@ipfire.org>
Mon, 7 Nov 2022 17:54:14 +0000 (18:54 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Fri, 18 Nov 2022 14:38:27 +0000 (14:38 +0000)
For details see:
https://blog.clamav.net/2022/10/new-packages-for-clamav-01037-01044.html

Fixes:

    "CVE-2022-37434 - A critical severity vulnerability in the zlib library.

    CVE-2022-40303 - A high severity vulnerability in the libxml2 library.
    Note: As of writing, the details of this CVE are not published.
    However, you can find additional details on other sites.

    CVE-2022-40304 - A high severity vulnerability in the libxml2 library.
    Note: As of writing, the details of this CVE are not published.
    However, you can find additional details on other sites."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
lfs/clamav

index 987c0453a74f14a5d5d851ba6eb2dd77f6e02bdd..1cd15ea27fa38d8c671359b3c843554bc463aa6f 100644 (file)
@@ -27,14 +27,15 @@ include Config
 SUMMARY    = Antivirus Toolkit
 
 VER        = 0.105.1
+SUBVER     = -2
 
 THISAPP    = clamav-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP)$(SUBVER).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = clamav
-PAK_VER    = 62
+PAK_VER    = 63
 
 DEPS       =
 
@@ -50,7 +51,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = be46d9afd76fb536d7de7363a45d38fef6a5983011e3cd0dcc25c2a209c8d37a2bbe1f7f4a5694152cabf622ef83e072b892ae12ba404da1955bb5b654e5216d
+$(DL_FILE)_BLAKE2 = 09e67f4ae4f9689e634aa18cd672b16d8a4cb8b3923527c7c92ffa264b415dc49b5ee82ceaa518cf701a910b49a344753c7d0de894a772b0b871e492c95d60f4
 
 install : $(TARGET)