From patchwork Wed Jul 27 00:00:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 5766 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Lsv6l2kQcz3wvM for ; Wed, 27 Jul 2022 00:00:15 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Lsv6h66k8zqt; Wed, 27 Jul 2022 00:00:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Lsv6h2F7nz2yNd; Wed, 27 Jul 2022 00:00:12 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Lsv6f47ypz2ykv for ; Wed, 27 Jul 2022 00:00:10 +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 4Lsv6d42JDz1FY for ; Wed, 27 Jul 2022 00:00:09 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1658880009; 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=FIGZ7LUrKc9fgP1hJ815Ug3cMWyj2MiDuG8G+e0OIcc=; b=ZzyF2NG81gAEPYa28DK0Hh0pfL8swLDGx9HWBssIFg3pPwsYsuMuk52pDUpn0pR1ZP5b0c SliZx/A9WTPxnNDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1658880009; 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=FIGZ7LUrKc9fgP1hJ815Ug3cMWyj2MiDuG8G+e0OIcc=; b=BioS+dgFbO2djhbLEQ7iGwNt0EIXvxM8BpOt5uNiRUIJUXSMbbKGf/kanAeU7xnHRY8EY7 wA4b5zoyD/k/073/SYu0g3nqBCBj+OKSkuLzA6PhCy6nuQQ8r/h7/sRWtU7071SDw+OwQT nFQMZiETrXHpkLZ3nK23tsq6G/XSDoUfZNf99rwnelUVfh2frdO0SVu40JJ/0UNbixf/ZI jAb1hbGs03vbBCxEnSsSzr2+tDLz0LvOebySvPTKE2Rod0/4hLzVIHHP3T+Eol5vo9JQMU YGITqvqo75zBJ/kJvRx+wwL0gt5SxvlUucyx9oFV5WM0B47AeIyVavIYUt6M/A== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] clamav: Update to 0.105.1 Date: Wed, 27 Jul 2022 02:00:05 +0200 Message-Id: <20220727000005.3514229-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/07/clamav-01037-01041-and-01051-patch.html "ClamAV 0.105.1 is a critical patch release with the following fixes: Upgrade the vendored UnRAR library to version 6.1.7. Fix issue building macOS universal binaries in some configurations. Silence error message when the logical signature maximum functionality level is lower than the current functionality level. Fix scan error when scanning files containing malformed images that cannot be loaded to calculate an image fuzzy hash. Fix logical signature "Intermediates" feature. Relax constraints on slightly malformed ZIP archives that contain overlapping file entries." Signed-off-by: Matthias Fischer --- config/rootfiles/packages/clamav | 1 + lfs/clamav | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/packages/clamav b/config/rootfiles/packages/clamav index ca3124bb2..588c34eb4 100644 --- a/config/rootfiles/packages/clamav +++ b/config/rootfiles/packages/clamav @@ -56,6 +56,7 @@ usr/sbin/clamd #usr/share/doc/ClamAV/html/clipboard.min.js #usr/share/doc/ClamAV/html/community_resources #usr/share/doc/ClamAV/html/community_resources/CommunityResources.html +#usr/share/doc/ClamAV/html/community_resources/CompileClamAV_AmazonLinux2.txt #usr/share/doc/ClamAV/html/css #usr/share/doc/ClamAV/html/css/chrome.css #usr/share/doc/ClamAV/html/css/general.css diff --git a/lfs/clamav b/lfs/clamav index 1a4913089..bcb996c4f 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -26,7 +26,7 @@ include Config SUMMARY = Antivirus Toolkit -VER = 0.105.0 +VER = 0.105.1 THISAPP = clamav-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = clamav -PAK_VER = 60 +PAK_VER = 61 DEPS = @@ -50,7 +50,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 2c3055c3c5de115e01b6c0decee21c061c0583171c1794a38ecd86f354765879a6a2b7f2653c67fc19273dfc0caa9da8a2bbe339854e4c0d237baf3f3c650813 +$(DL_FILE)_BLAKE2 = be46d9afd76fb536d7de7363a45d38fef6a5983011e3cd0dcc25c2a209c8d37a2bbe1f7f4a5694152cabf622ef83e072b892ae12ba404da1955bb5b654e5216d install : $(TARGET)