From patchwork Sun Nov 7 16:34:49 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 4834 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 4HnKbP5bJbz3wYH for ; Sun, 7 Nov 2021 16:34:57 +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 4HnKbM5L1tz1JF; Sun, 7 Nov 2021 16:34:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4HnKbM3xGLz2xfm; Sun, 7 Nov 2021 16:34:55 +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 4HnKbL3G2rz2xK6 for ; Sun, 7 Nov 2021 16:34:54 +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 4HnKbK5S6XzB0 for ; Sun, 7 Nov 2021 16:34:53 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1636302893; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=O/zmCKOAb7fhvZ8xLSqDwWvlKDdl816oKA19Z3UW/+8=; b=g2gmFEj/aKBQ78h4bNJtCHG07faQdmho0n/dMzh1yGyXEO3kqAFSW6UkteePYtUqC97eYA fUwbGjtDIM8RH1Cg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1636302893; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=O/zmCKOAb7fhvZ8xLSqDwWvlKDdl816oKA19Z3UW/+8=; b=sEEW51LA7VzLaXBLBgarooOhviUdFcE/b4d4pFqfTBvOHCXQhSQG4yyZrLimmHy6xkbOBs YC3l76IgeAeQ060DUO8FyexUCdRCV39XJ8ls34JM4IH6M2Go/Tj82c1HpipI0sAFnRQgAo CtQ3Vl2RSlB96siFZvZ5hNkOWyIW84X7wA3lVPXWgmx0Y5e10X3VrQnUtxcbZ5T13Q5Cl7 TIKvsK2Nr25E0iBOSgsRUjvzhA2kEITl1vcboBDSn7RCeZ5gSILOOATYDIuy6HpBB+7sLj SYrendDP2ZIazMSlUnP3tOqxE5i//6juStDpxUndVbYhMUf3zhw2TaopJr6Piw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] clamav: Update to 0.104.1 Date: Sun, 7 Nov 2021 17:34:49 +0100 Message-Id: <20211107163449.22699-1-matthias.fischer@ipfire.org> 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/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 Reviewed-by: Michael Tremer --- 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