From patchwork Mon Mar 5 03:57:15 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 1682 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id E44C460AF0 for ; Sun, 4 Mar 2018 17:57:34 +0100 (CET) X-Virus-Scanned: ClamAV at mail01.ipfire.org X-Spam-Flag: NO X-Spam-Score: -0.05 X-Spam-Level: X-Spam-Status: No, score=-0.05 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id C76C1105FB40; Sun, 4 Mar 2018 16:57:32 +0000 (GMT) Authentication-Results: mail01.ipfire.org; dkim=pass (2048-bit key) header.d=link38.eu header.i=@link38.eu header.b="bW9FiNqC" X-Virus-Scanned: ClamAV at mail01.ipfire.org Received: from mx-nbg.link38.eu (mx-nbg.link38.eu [37.120.167.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx-nbg.link38.eu", Issuer "Let's Encrypt Authority X3" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id C1EF4101F5DD for ; Sun, 4 Mar 2018 16:57:27 +0000 (GMT) Authentication-Results: mail01.ipfire.org; dmarc=pass (p=none dis=none) header.from=link38.eu Authentication-Results: mail01.ipfire.org; spf=pass smtp.mailfrom=peter.mueller@link38.eu X-Virus-Scanned: ClamAV at mx-nbg.link38.eu DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=link38.eu; s=201711; t=1520182636; x=1522774636; bh=RAZowFmNYrFg/DV9zpuZjnWH9YTU3nKtuEsYFgBU59M=; h=Date:From:To:Subject:Message-ID:Content-Type:From:To:Subject:Date: Cc; b=bW9FiNqCJbavkENS781MSlX/SSPVPdQsdcsZtMvgmRU0ZXoltizQxtOENrTQz8jbT o7cIjOhOCZaJbp75CXvc3Ajv9VBiHwLlxn0lWbClPaNKu8fTEtvvqDxw/TLn5mOYaJ RACDSnpQCcIvMs7AqiwRbvEk46qpcZGYyT020uJ2aU7IBQI2FFMAauZDdEONLO/i40 MXuML0M/iVcDcjHQlk8OYlncYmbKGPZ5JLy9/s8aphATx4UolVxXoW9Pr2RDlCKTaT GxHQ8oRqYU5bJVhHjdC3jrqewHTAJiAo0qhA4buMIM9mzeq/G0OI8254lUYFHEvZO7 yNkNWnBheAMyg== Date: Sun, 4 Mar 2018 17:57:15 +0100 From: Peter =?utf-8?q?M=C3=BCller?= To: "development@lists.ipfire.org" Subject: [PATCH] ClamAV: update to 0.99.4 Message-ID: <20180304175715.304c7066.peter.mueller@link38.eu> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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" Update ClamAV to 0.99.4 which fixes four security issues and compatibility issues with GCC 6 and C++ 11. The release note can be found here: http://blog.clamav.net/2018/03/clamav-0994-has-been-released.html Signed-off-by: Peter Müller --- lfs/clamav | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/clamav b/lfs/clamav index a4e460ffc..957788aa0 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -24,7 +24,7 @@ include Config -VER = 0.99.3 +VER = 0.99.4 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 = 36 +PAK_VER = 37 DEPS = "" @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5272f127312e987b3e10c155cf1d84df +$(DL_FILE)_MD5 = b9359b90086948b3c4eb97c84cf4b400 install : $(TARGET)