From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] ninja: Update to version 1.12.1 Date: Sun, 15 Sep 2024 18:43:42 +0200 Message-ID: <20240915164342.4134180-9-adolf.belka@ipfire.org> In-Reply-To: <20240915164342.4134180-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6051892249022726657==" List-Id: --===============6051892249022726657== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 1.11.1 to 1.12.1 - Update of rootfile not required - Changelog 1.12.1 Bugfixes: Screen updates extremely slow on Windows #2435 Dry run error if the build directory does not exist #2431 New critical path scheduler performance improvements #2443 1.12.0 Critical path scheduler which orders the jobs by their runtime history #= 2177 This may break your build if you haven't specified your dependencies correctly. Resiliency against inputs changing during the build #1943 Reliable ETA and progress percentage in status #1963 Support for path lengths over 260 characters on Windows #1900 ARM binaries are now available for Windows and Linux, too Several bugfixes Signed-off-by: Adolf Belka --- lfs/ninja | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/ninja b/lfs/ninja index 1386a3046..50e97f69f 100644 --- a/lfs/ninja +++ b/lfs/ninja @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2023 IPFire Team = # +# Copyright (C) 2007-2024 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.11.1 +VER =3D 1.12.1 =20 THISAPP =3D ninja-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D c96cf7c319b7abd65f644465688d256f8b3a576c4616d0c63852e2= 5dd0dc5f63c66708d429d8dddb6228502eb147211a86a5dd369b80ec2228902b370d2343e5 +$(DL_FILE)_BLAKE2 =3D 915545888cbd7d9e6e7e4fb0bad42f6c36ecef2de93356966541de= 0f8f4315e59e47cf20f189de5de11ba2a038488c7964ec709bad8868488cc03524a88483f4 =20 install : $(TARGET) =20 --=20 2.46.0 --===============6051892249022726657==--