From patchwork Fri Jan 14 16:11:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 4965 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Jb5rf5tXQz3wjq for ; Fri, 14 Jan 2022 16:11:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Jb5rd5W5nz17d; Fri, 14 Jan 2022 16:11:13 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Jb5rd4WNxz2ykZ; Fri, 14 Jan 2022 16:11:13 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Jb5rd0qfQz2xlJ for ; Fri, 14 Jan 2022 16:11:13 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Jb5rc2Tl2z14t for ; Fri, 14 Jan 2022 16:11:12 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1642176672; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=DF+ZbkQNPTZz5300jM0Sczzct+esGqxyyhtB/v10YfQ=; b=5tWkMXQDm48zrVFGu7xavwivo4cgsosROiSG0AYJSqYhTJs2alni1jGUxBjRHi1mEaeykM ekgdlxpZul3387Bw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1642176672; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=DF+ZbkQNPTZz5300jM0Sczzct+esGqxyyhtB/v10YfQ=; b=BneYFMIWwbo9DpBFKmvcRWsW/9tQjbLsrTFtKbqAteBTJrUWwROQUvcKe7uxGg7fhaDaeJ DOd4gjTugCQpNQeIEk9rZ1Nmuyjcq4SrhUt74wCg6ywbVVDgs5XWQNBDzsDKqiFGk0LQtP 5q2K6MkeBjpTo7+LqdPgOfM68Vss1FFsYRMkHqFmBHZYwFjsiGH1JXEq2tI2YyR/8x1n3x 5Y5Wuh3k0lTcG14lmMtkC1qc6wGj+7mDzQRWPaKXbKeNSO7Cnvi8iAjYH4SAcl6hSy1qVg uYUqGfSpYywr+AWOv2t4PTacfWlrVDZC/UiMdqP/hlgJJCUswzAp4O3KOl4FDQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] clamav: Update to 0.104.2 Date: Fri, 14 Jan 2022 17:11:07 +0100 Message-Id: <20220114161107.2146-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For details see: https://blog.clamav.net/2022/01/clamav-01035-and-01042-security-patch.html "ClamAV 0.104.2 is a critical patch release with the following fixes: CVE-2022-20698: Fix for invalid pointer read that may cause a crash. Affects 0.104.1, 0.103.4 and prior when ClamAV is compiled with libjson-c and the CL_SCAN_GENERAL_COLLECT_METADATA scan option (the clamscan --gen-json option) is enabled. ..." Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- lfs/clamav | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/clamav b/lfs/clamav index 69e5d8c0f..1fffd99d9 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 IPFire Team # +# Copyright (C) 2007-2022 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 0.104.1 +VER = 0.104.2 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 = 58 +PAK_VER = 59 DEPS = @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 49b9bb94d5b2cafc761f8fbe660d3bfa +$(DL_FILE)_MD5 = ad099675f2c09c07850e36496b06c552 install : $(TARGET)