From patchwork Thu Feb 6 16:26:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2764 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 48D3jQ6D4jz3xyK for ; Thu, 6 Feb 2020 16:26:50 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 48D3jN2NYpz2Z3; Thu, 6 Feb 2020 16:26:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48D3jM4bXXz2yBv; Thu, 6 Feb 2020 16:26:47 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 48D3jL2TpRz2xmg for ; Thu, 6 Feb 2020 16:26:46 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 48D3jK0xbgz2Z3 for ; Thu, 6 Feb 2020 16:26:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1581006405; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ryZ5McL9Mb/Caud0vD1BPfK0anbLdxsmPYRCNYwQCcY=; b=n9DXngnruzXWm9u5nWdYOhJjH68zLpeHNt7y99m6+j5kkiqQp6yP2MMLVqA/2hq+06QBun PTdPJEFbktCMZMDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1581006405; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ryZ5McL9Mb/Caud0vD1BPfK0anbLdxsmPYRCNYwQCcY=; b=gQdRhnKQqTFVfX8bg7IuMXIxES/KSmfOQtFgh/yoWiKINWlJ3iorrxaqqCArTxDRrXwrWW Toxz//Ffnjo33mBsBdnQJHmq1cd+yZl6KCFBhwa4CcAetkqeoRdVd3LuIHGDkNaD+M4sY0 Bb18Pp1yKR1AuGfcSUmrW9RKxqITF4b0t+jQmytG28ZNfcI2w707f1J1jwXB4hMg97MUJz CnXReXquKqRMle2FIK4J8b+SR65excyvZtGqiYlPt+gj/bmFFNpQyY4PLsq0HPwG0r8jYj JlYV2EMGR8SniE7O4BSrk/4s6U12StjbzWWRKtdpP/rhmF8FDkcWz6dNbTsG4Q== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] clamav: Update to 0.102.2 Date: Thu, 6 Feb 2020 17:26:38 +0100 Message-Id: <20200206162638.1431-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=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/2020/02/clamav-01022-security-patch-released.html "ClamAV 0.102.2 is a security patch release..." Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- lfs/clamav | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/clamav b/lfs/clamav index 9c0aab55f..debba0a7e 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -24,7 +24,7 @@ include Config -VER = 0.102.1 +VER = 0.102.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 = 48 +PAK_VER = 49 DEPS = "" @@ -50,7 +50,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3d5f5f10a1bea212823050286c8c5b96 +$(DL_FILE)_MD5 = ecf5dd2c5c43aeed1c4b458b2e689847 install : $(TARGET)