From patchwork Sat May 29 16:02:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4378 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FsmXp1dC2z3wbs for ; Sat, 29 May 2021 16:02:34 +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 "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FsmXn1RD4zLr; Sat, 29 May 2021 16:02:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FsmXm2f6yz2yd3; Sat, 29 May 2021 16:02:32 +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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FsmXl22nxz2xLr for ; Sat, 29 May 2021 16:02:31 +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) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FsmXk5mMvzLr; Sat, 29 May 2021 16:02:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1622304150; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=xrAVd/iuhldUa8FxRnag8wNmpqhhlnLgS9sB0lIY5I0=; b=mm0QyPdttm6+QwVRSikLRJELjknai7D5sUgsyDcMu80vLiknCePw9icj/aWaePXWInudkw 9NGinH6AQ3ipKEDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1622304150; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=xrAVd/iuhldUa8FxRnag8wNmpqhhlnLgS9sB0lIY5I0=; b=ByBqNyX66rXTaPrvyv0fIG9gT9lW7TeaMkrJEK9CIwXpAE9Gtkjm1XCER/o0+Lb0YfA72l pKTPFO6DWEAeBy1TWWSLut5B72RAsW7/Ums89/A7gc1AnA947ugyTIwe/OLwn64ACR0I2D HqFMveNh14qNJCDTpNzdfMWzgnn9FKDUQL98+iID4D3uW+mKN+973uSuSqUlAHfJymLee2 rLFai0VQ3hr3ausS3xjZlGd9Zs8uEvhw9Adx+sjVeUjmTDO6Xk/DnFounjQz3XJY7nTu+a 5bcIeUgzEbKxMvrpSDccnQG9CoaBhM+emyJwgah9H8YEP09+vKWIbA/fGLvwbw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] cmake: Update to 3.20.3 Date: Sat, 29 May 2021 18:02:22 +0200 Message-Id: <20210529160222.81911-1-adolf.belka@ipfire.org> MIME-Version: 1.0 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" - Update from 3.20.2 to 3.20.3 - Update of rootfile not required - Changelog Changes made since CMake 3.20.2: Brad King (7): Help: Use relative path for IDE Integration guide link to preset schema BinUtils: Use more-private temporary variable names ObjectiveC: Respect OSX_ARCHITECTURES for OBJC FindBoost: Add support for Boost 1.76 Ninja: Restore support for Fortran in a symlinked build tree Utilities/Sphinx: Update man page config for Sphinx 4 CMake 3.20.3 Craig Scott (2): ExternalProject: Ensure git fetch if updating to hash we don’t have yet ExternalProject: Only add git config setting with git 1.7.7 or later Kyle Edwards (2): Ninja Multi-Config: Split long command lines by config CMP0082: Check EXCLUDE_FROM_ALL property at generate time Raul Tambre (3): GNU: C++17 default version GNU: Final C++20 flags GNU: C++23 support Robert Maynard (6): CUDA: improve regex for CUDA Toolkit root from nvcc verbose output cmCommandLineArgument: Correctly record parsing failures cmake: --build and --install error out when encountering bad flags cmCommandLineArgument: Provide more information syntax error messages NVHPC: Support explicit language flags NVHPC: Support Ninja dependency scanning Signed-off-by: Adolf Belka --- lfs/cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/cmake b/lfs/cmake index 7ce6e7e7d..489513b90 100644 --- a/lfs/cmake +++ b/lfs/cmake @@ -24,7 +24,7 @@ include Config -VER = 3.20.2 +VER = 3.20.3 THISAPP = cmake-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = cd0e7735f1e51f30ee3b0844390a464a +$(DL_FILE)_MD5 = 57ddb91cd14cb7e58a34f1f1066bf8c2 install : $(TARGET)