From patchwork Tue Jul 10 04:53:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1861 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id 316736099D for ; Mon, 9 Jul 2018 20:53:54 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [127.0.0.1]) by mail01.ipfire.org (Postfix) with ESMTP id 284CD107B1EC; Mon, 9 Jul 2018 19:53:53 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1531162433; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=pXfH1Q0YjEyMwnbVSPBsXNFMkubNyR1yyZZiz1diDNA=; b=kf4j9a30ZV2rRsU76QIOb/9NipuZQ06La4Xbne+PwNMBJi7eu20BYXYCI7gX8tMgTIjdjF jU6y6dkDZWbyHD64wLTD/ImnkTQKXBvfw6pZZNdKmkq/88Xp5p4f/myxltVPBrylajjrTz MEZsMiBXq1c26xKTdTocw/+oxJXzEuMEXBMvRY1ajT7FyC575WrL/8v7v/jGfLNtn0Rbi/ iyljf3URIQnbfFF1togUPA8/bJeFrdMhjI2oazbKxhfOurnAJ2cikn3fk9bvZMqroC1NvE qYNOEyIQNtFSaj4iaNrGqviugnoFW4CjT1rUv6pwZ75vZKrcklIYMfKAX71Ipg== Received: from Devel.localdomain (p5B0A0E11.dip0.t-ipconnect.de [91.10.14.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 77CDF10A506C for ; Mon, 9 Jul 2018 19:53:50 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1531162430; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=pXfH1Q0YjEyMwnbVSPBsXNFMkubNyR1yyZZiz1diDNA=; b=AIQ4P8bxmtwG3bPfEKwJyAatPctWCQ2Kk2PFDhjS6osE8vaCHrUILfHlcHtQy6U6JSCMa2 InAakPLSZCaRNebieVFbx/Q+10SUnmIV8aFfP0VyQMY+Ub31QmOoiTMBHytmoPQXwvfTEo AFpj5hPurFB7lddy+RFI0bg6cz6U8PhKcx17MN2Upd7JqZ5T2awyc0benuri/vysNVyPSY lOBHlRCSzQr8isDRS0W8E+OhGwBb+NR+BkqWAVSryQ31CyY1VYu+PbgCT5A2eNlBykoN/0 FUjr+i0Vkag31UVy8hDNn/7wcLCS9djbMyYuRwptvlv789rMR0AGkRs0KQ2haw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] clamav: Update to 0.100.1 Date: Mon, 9 Jul 2018 20:53:45 +0200 Message-Id: <20180709185345.24093-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-Spamd-Result: default: False [-2.10 / 11.00]; TO_DN_NONE(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_HAS_DN(0.00)[]; MIME_GOOD(-0.10)[text/plain]; MID_CONTAINS_FROM(1.00)[]; RCVD_TLS_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; BAYES_HAM(-3.00)[100.00%]; ASN(0.00)[asn:3320, ipnet:91.0.0.0/10, country:DE]; DKIM_SIGNED(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[] X-Spam-Status: No, score=-2.10 X-Rspamd-Server: mail01.i.ipfire.org 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" For details see: https://blog.clamav.net/2018/07/clamav-01001-has-been-released.html Best, Matthias Signed-off-by: Matthias Fischer --- lfs/clamav | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/clamav b/lfs/clamav index 7623801fb..c0612f1aa 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -24,7 +24,7 @@ include Config -VER = 0.100.0 +VER = 0.100.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 = 38 +PAK_VER = 39 DEPS = "" @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 93e8efb489c2afdfca73703b76c24e01 +$(DL_FILE)_MD5 = 0f653df0480eebcd828939e8db9f0443 install : $(TARGET)