From patchwork Mon Oct 27 10:54:50 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9238 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cw9Pr0wCxz3x7L for ; Mon, 27 Oct 2025 10:54:56 +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) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cw9Pq5Slqz42q for ; Mon, 27 Oct 2025 10:54:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cw9Pq4bhfz331c for ; Mon, 27 Oct 2025 10:54:55 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cw9Pn0WSQz331g for ; Mon, 27 Oct 2025 10:54:53 +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 4cw9Pm6BnQz2Z0; Mon, 27 Oct 2025 10:54:52 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1761562492; 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=OLOLaeqhn468O5UkRNy/s304LsAe+O/YBtLlGTgd3cU=; b=7BbkNlVreVCX4pIE0/OvpT4Z2xNLd1n+UORQ4SkXrZ6XL1+6VMC1pPzClhzz/bmf3p+jTn 3QtHCUMG/loKUKDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1761562492; 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=OLOLaeqhn468O5UkRNy/s304LsAe+O/YBtLlGTgd3cU=; b=nb3HjkwXGDbBN27o1PsmtnkSQtljVz9j3kqNoUY1kLXte1Bq2UsTmM6ofo05r1IknOpghv 65S01qNHlHHv8cY6ukkitoPOolON5yqiDKEcQhR7VAS2zYbbZ1y4DOdv43NaPS905zS3D1 vSjdFa3BO2T6SCo+UfCiEiJjlqsCfVHS/ViCmk6Uc9oMLOGO83uwnnPFirj6bET8yN/3cM zbTZBgTmw+OpCEn1RYQl/BPY1A3Gmod49LtfMOUt66yO+L9L6ILK2Ss5hg8kIiLkouOWeO YJIGT4a7q8zSqD0RqIws8tUevqrTdA8UI4kbypv13BlrOCv6ZQjcOb09EzU/4A== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] ninja: Update to version 1.13.1 Date: Mon, 27 Oct 2025 11:54:50 +0100 Message-ID: <20251027105450.49660-2-adolf.belka@ipfire.org> In-Reply-To: <20251027105450.49660-1-adolf.belka@ipfire.org> References: <20251027105450.49660-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 - Update from version 1.12.1 to 1.13.1 - No change in rootfile - Changelog 1.13.1 Fix LINK : fatal error LNK1104: cannot open file on Windows in some cases #2616 Compatibility with older distros for Linux ARM version #2619 Restore "multiple rules generate" error with dyndep #2621 1.13.0 Ninja now automatically joins a GNU Make jobserver as a client (version 4.4 on non-Windows systems required for "fifo" style) #1139 Print exit code of failed subcommands #1507 New tool ninja -t compdb-targets like compdb, but takes a list of targets instead of rules #1544 Support for ANSI (color) escape codes in NINJA_STATUS #713 Signed-off-by: Adolf Belka --- lfs/ninja | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/ninja b/lfs/ninja index 50e97f69f..1d502d051 100644 --- a/lfs/ninja +++ b/lfs/ninja @@ -24,7 +24,7 @@ include Config -VER = 1.12.1 +VER = 1.13.1 THISAPP = ninja-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 915545888cbd7d9e6e7e4fb0bad42f6c36ecef2de93356966541de0f8f4315e59e47cf20f189de5de11ba2a038488c7964ec709bad8868488cc03524a88483f4 +$(DL_FILE)_BLAKE2 = 610faa82e23ad23ec949f8a75cb4d8533c654bbfea63f2105e214d49cbf739af29d3ceebb4ead52693c7d925220817970073cd14ac8e948c5130b9ecfbac26ba install : $(TARGET)