From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hks1c1bDTz30TW for ; Tue, 15 Sep 2026 19:06:12 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hks1X4TlGz32Ph for ; Tue, 15 Sep 2026 19:06:08 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4hks1V72Y7zqP; Tue, 15 Sep 2026 19:06:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789499167; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xQ6jf8CsG2qt4Kj5afLEicC8ilceHOIMVDFPtjgZLe4=; b=ZRLl+89EAiRssc5fLLT6GDoKrYCIU2T2AtkBTNusA7IVvj5QaikrcSil9kVHvxZ46x7WlA j1hQLLacK/QN5bDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789499167; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xQ6jf8CsG2qt4Kj5afLEicC8ilceHOIMVDFPtjgZLe4=; b=T5/V7Br+8tC3EUKpmXAbbvR+5LQFbUCfqH6hPNMbdqirfpjQGespq/r++96a/bovkwVQjy w6WZu+yGvlcb9Bain5Q6txbo46rWkTS7i7J19XdZN1hNkl6cGZp/yZwStaQuF/Iz+kD15Z O7Rt11dgS6vyfe2zpET//YZFDn3Hoj/W6UsPneU4E0LLnQHNZPOMmIFe9xupfbQAooJ/Ty PA5kT8rn06fQeD1VgfiEeE3/wK5OErmu4cpD8g1IVIV1FmuazjZdokgaW0DDQTFKkGRCZ/ hqXv6MRV2/2UYehKlszDv8ZLBgF2X6JY1Y/bnA0HiXtfYpsbLomWMr7yp+ZFQw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/2] cmake: Update to version 4.4.3 Date: Tue, 15 Sep 2026 21:06:01 +0200 Message-ID: <20260915190601.3108579-2-adolf.belka@ipfire.org> In-Reply-To: <20260915190601.3108579-1-adolf.belka@ipfire.org> References: <20260915190601.3108579-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 4.4.1 to 4.4.3 - No change in rootfile - Required for latest faad2 build - Changelog 4.4.3 * Swift policy :policy:`CMP0215`'s ``NEW`` behavior has been updated to require policies :policy:`CMP0157` and :policy:`CMP0195` to also be set to ``NEW``. 4.4.2 * This version made no changes to documented features or interfaces. Some implementation updates were made to support ecosystem changes and/or fix regressions. Signed-off-by: Adolf Belka --- lfs/cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/cmake b/lfs/cmake index 3f10b5ac2..fa7a71dcc 100644 --- a/lfs/cmake +++ b/lfs/cmake @@ -24,7 +24,7 @@ include Config -VER = 4.4.1 +VER = 4.4.3 THISAPP = cmake-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = caa1043626e4c0b1898cac198fb643efdf417ad8b471a46256c39fbe07a39666b8f95853e0ef8413d58af4ca400555774f8a7c6e2ccd250ea6f4937fe9874688 +$(DL_FILE)_BLAKE2 = d30fc821adf3a8ba1dd2b64a62a4245ab0a4f97fc2295db8abfae3cffec566a7eee621fd722c5041df44b0bd767051c78b2f0898dec92c65ed3cf66ad9a59506 install : $(TARGET) -- 2.55.0