From patchwork Thu Oct 4 13:09:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1948 Return-Path: Received: from mail01.ipfire.org (mail01.ipfire.org [IPv6:2001:470:7183:25::1]) by web02.i.ipfire.org (Postfix) with ESMTP id 151CD60DB5 for ; Thu, 4 Oct 2018 05:09:46 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 9AA82204E8FA; Thu, 4 Oct 2018 04:09:44 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1538622585; 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=L9v16GrL5BWdC94/kekkj8YiW3EEXQJpTY74KZoFDhs=; b=zcGHTsMLf9GOP5qBZyAlgpd/W5awhOaqaR0pNH7uNV5F5fdA5N8Q0Ir5+lfIGHQxnw8Q9i tRX3xQdtO/ycc/+q2WFZ+MS4ESMaMQa4KLvY1jp36yQ8wJNFcT7zTNRPkDzXv5MzxX6OLd 1TCtSBVV0utdvnVh58CGET2RmhsVy3wvyXGSbwaQ/N+D8LUgc6ifIf0tK8LOYtWUPOsyN5 2OqAb61b3uz7J3uEvMDRJuDc2bhadlDUoN35IUm4/vt0X4j55f/S4gTTHjZcC+2RZytqkV hhnbYyfkXbARuUGMHH74UhdTSq87ztGAOzKjSOaTPR00fnMr1zurjHHgb+CoJw== Received: from Devel.localdomain (p5B0A3517.dip0.t-ipconnect.de [91.10.53.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4CBDF204E8FA for ; Thu, 4 Oct 2018 04:09:41 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1538622581; 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=L9v16GrL5BWdC94/kekkj8YiW3EEXQJpTY74KZoFDhs=; b=pEg1eH3NBSwJNujFpmsY3Yk2BqUoYs4ZaxnVCabr/DcjUHNU1pjWKFFD1OPL/nGslh9f2w LWfufQ/+MJtHVxNGWb9oB8l6gpem+Re47S+H88MXWZiiVx1Pu1/2cTVyKRXzx+9ZlTf0Se che2NZ5M+KjyLWZGdhCsYbkRkikpdkZwMYTCL8oS6z8ME0PjllGKBIyO4JtDdSVfXXoahI OsddglJmqWZkRO1KK+7oVMoK5iNxi6NkcaPNON/GLjySDMC1/WfxW7ltn/HqtEnHBL05B+ No2Hx/WFYTWxUUDDDZwy0BK1H8vdtzwZqb8TFsi+o/G5xL9CoAdQy9PN2dkvrA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] clamav: Update to 0.100.2 Date: Thu, 4 Oct 2018 05:09:36 +0200 Message-Id: <20181004030936.29574-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]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DKIM_SIGNED(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:3320, ipnet:91.0.0.0/10, country:DE]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.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" Hi, "This is a patch release to address several vulnerabilities..." For details see: https://blog.clamav.net/2018/10/clamav-01002-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 c0612f1aa..ad89e1356 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -24,7 +24,7 @@ include Config -VER = 0.100.1 +VER = 0.100.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 = 39 +PAK_VER = 40 DEPS = "" @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 0f653df0480eebcd828939e8db9f0443 +$(DL_FILE)_MD5 = 253dd79dd57da759567e42543a569c5c install : $(TARGET)