From patchwork Wed Nov 8 09:57:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 7304 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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4SQL9J2ZxXz3wtG for ; Wed, 8 Nov 2023 09:57:24 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4SQL9G2LsKzs0; Wed, 8 Nov 2023 09:57:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4SQL9G0FnVz33bv; Wed, 8 Nov 2023 09:57:22 +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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4SQL9D1ltZz2yVy for ; Wed, 8 Nov 2023 09:57:20 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4SQL9C32D8zLf for ; Wed, 8 Nov 2023 09:57:19 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1699437439; 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=vYnLq3hwNJhFk9ZW3GXWhiT1CP/695CMMa2qU3hRdfI=; b=g9x3fS7T7khNLg9XCciiqal0/675xMlRHSnA0/nbJ4SSpvAUrYSzr5TH+xyNnVcy0n6uaO 3RPIBjHJpgHvUzBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1699437439; 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=vYnLq3hwNJhFk9ZW3GXWhiT1CP/695CMMa2qU3hRdfI=; b=seomTkSXfkC+hT6M5e/AQKi5/aZJ8h/heMy4jjNst2fchCkonoEC1odJ7gTnmSh69oFk0h W4G6PCCM/JG1vMgBSyYWHTlrJ252LqTY5V35J9hRa0aoYBQj16aOiCdcJztqCjuNedgbvv rOqo+DqF9mTDWwz8WGeHdKPgdemn0xCApr0xFk5rJJ/e1LEJC4VEFBJoD21vO6D6m64bEq vFsqakQFKOUO413oxEYBwS/Et1awyzgR0cb/qS3xeA6dyTbkiijR3jAU/wfBm6K7zdyS9N JeebFpsciO+/VBpYcL8T4F8YBDDwiavcV7JfmBPfQaz6NiobcJu2I4m8ottnjQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] clamav: Update to 1.2.1 Date: Wed, 8 Nov 2023 10:57:15 +0100 Message-Id: <20231108095715.3544506-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 3OEP3K5SS4XDHATJ4XG6FTZ24EHVSIZO X-Message-ID-Hash: 3OEP3K5SS4XDHATJ4XG6FTZ24EHVSIZO X-MailFrom: matthias.fischer@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: For details see: https://blog.clamav.net/2023/10/clamav-121-113-104-010311-patch.html Excerpt: "ClamAV 1.2.1 is a patch release with the following fixes: Eliminate security warning about unused "atty" dependency. Upgrade the bundled UnRAR library (libclamunrar) to version 6.2.12. Build system: Fix link error with Clang/LLVM/LLD version 17. Patch courtesy of Yasuhiro Kimura. Fix alert-exceeds-max feature for files > 2GB and < max-filesize." Signed-off-by: Matthias Fischer Reviewed-by: Adolf Belka --- 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 a3ec7d6cb..428f73e6c 100644 --- a/config/rootfiles/packages/clamav +++ b/config/rootfiles/packages/clamav @@ -69,6 +69,7 @@ usr/sbin/clamd #usr/share/doc/ClamAV/html/faq/faq-eol.html #usr/share/doc/ClamAV/html/faq/faq-freshclam.html #usr/share/doc/ClamAV/html/faq/faq-ignore.html +#usr/share/doc/ClamAV/html/faq/faq-malware-fp-reports.html #usr/share/doc/ClamAV/html/faq/faq-misc.html #usr/share/doc/ClamAV/html/faq/faq-ml.html #usr/share/doc/ClamAV/html/faq/faq-pua.html diff --git a/lfs/clamav b/lfs/clamav index 2a2cb0853..b64753c44 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -26,7 +26,7 @@ include Config SUMMARY = Antivirus Toolkit -VER = 1.2.0 +VER = 1.2.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 = 69 +PAK_VER = 70 DEPS = @@ -50,7 +50,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 83df24d253f71e2c200c13c318aa6a52d34830e5e464a90f2a84e5c1b75a64f366b73aa1da9f5780b70d6f3ab97496910484ab5d52441cc1909d5ab4685330c2 +$(DL_FILE)_BLAKE2 = 1373c6882b165e769dcc3c3631dfe7183231b2fe4830608b57d919af1a8e9a5a73aa3cc4767981a27bb9845390165b5241750904d50e1a90b7237200b97f7ef3 install : $(TARGET)