From patchwork Mon May 21 01:59:29 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1780 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 3344660A09 for ; Sun, 20 May 2018 18:00:01 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id A7F87110ACB3; Sun, 20 May 2018 17:00:00 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1526832000; 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=qrF/LPh3tbpUmMjaPQfFLxe2wRe6IQAwAFs5WicmVhI=; b=y80dkA3oJtbYUAnLvKJT5GX+j/Yazq2yeorRIDFqqCsdeIcYlFzrdWHrNVIK5jL3REvEel NHgvAjUh91sAyg2E3BYabyDrr7yY3aJhvpGMXa6a+iDzV7tyAnFrpTVc2osnuZ4YgvEuAg eqkNgLZh5Nzj4Nc+jMiJAwVTV3pdd/GZ+/BP13k5+wDoGxlDVGb//NRn+r6Ubxak8pqj/X fbzLir3AT5SUMo34JLOGejqpEKn8RZ4i2bdVPNwQ4vCbxqRpkeBtNYS4OGaugbaQ/zwOku 163CZVbONxopkDAAqAGJGMZ13aEmrrcgI706Yx4pppE7M0S3NE7y0LZXFRdM/w== Authentication-Results: mail01.i.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1526831973; 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=qrF/LPh3tbpUmMjaPQfFLxe2wRe6IQAwAFs5WicmVhI=; b=EiNPD+lYKj/7DJuIRufIQLn6Gk2UXS/unMPwymiAyfsWAQOnkC5Zb+f/leVyV6RFaPkcNs wLhpgJ7ptDA6Shuureik38npgSl2CAXoI1BbhxU7uccDRgyrScg6nnyL6wz+qjK20TeJbS 8lKuY5sYtLac3H2KinGGwkV4q2MGie5ZqsoLqWi3+x95tBy2782YrUK92iebCYJZN4dtjq ijChEHTKa/+w6Mak5Gb/ZS6g+aMaCQ6qRZ+0rPMtj76hCPFyTWloKG5ZD+P7PR2fNe3R9R /XjxDkJGWtMfoHC+egAKZ9zVSbI2zx5bSneRtFrZubJP9B/2eQ8c27N5xw7T/w== Received: from Devel.localdomain (p5B0A2E81.dip0.t-ipconnect.de [91.10.46.129]) (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 BB76810D22CD for ; Sun, 20 May 2018 16:59:33 +0100 (BST) From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] cmake: Update to 3.11.2 Date: Sun, 20 May 2018 17:59:29 +0200 Message-Id: <20180520155929.9648-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.17.0 X-Spamd-Result: default: False [-5.01 / 11.00]; ASN(0.00)[asn:3320, ipnet:91.0.0.0/10, country:DE]; DKIM_SIGNED(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; RCPT_COUNT_ONE(0.00)[1]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM(-2.91)[-0.970,0] X-Spam-Status: No, score=-5.01 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://cmake.org/cmake/help/v3.11/release/3.11.html#id2 Best, Matthias Signed-off-by: Matthias Fischer --- lfs/cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/cmake b/lfs/cmake index e5977b971..dd0f626a9 100644 --- a/lfs/cmake +++ b/lfs/cmake @@ -24,7 +24,7 @@ include Config -VER = 3.11.1 +VER = 3.11.2 THISAPP = cmake-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 12a3177477e4e2c7bc514193d421dafe +$(DL_FILE)_MD5 = d2d554c05fc07cfae7846d2aa205f12a install : $(TARGET)