From patchwork Tue Jul 18 11:12:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6998 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4R4xBW0CN3z3wnC for ; Tue, 18 Jul 2023 11:12:51 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4R4xBP5Jd5z1pq; Tue, 18 Jul 2023 11:12:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4R4xBP1Rbqz30BY; Tue, 18 Jul 2023 11:12:45 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4R4xBN2Cmcz2y2X for ; Tue, 18 Jul 2023 11:12:44 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4R4xBN0qTBzhC; Tue, 18 Jul 2023 11:12:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1689678764; 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=C8xTbZElN6N84oumOokr2EcK8kOt4muOYo/gGzX/SBw=; b=GzJSGDsWk7J/7e76TLWgovhrbxadGe50mcfNstFUo+l876uor33E0HYh58oqSMNam2Q58M CetEimB33FZJnaCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1689678764; 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=C8xTbZElN6N84oumOokr2EcK8kOt4muOYo/gGzX/SBw=; b=JcU1EVECQQ8ANgc1eHeQCkzIZY5d0Dl4t4rAgaUAsFCBcrLdyVwz2JOcXxcrg4Qas1TH5w bhPVdjxl6bF16R8jOzHKxbrVJ2heTURoXgg2kaD3H32hi3UL4IV1xiNbv01oQC4ihwDgs2 +HZVFg91YlynVZCqG2EWm7uqrjd6pUt4hKrE4TkLVh+QuUpTMrzswfI8DjTIadYpC8l5cI SgOcMia1vcGAu5g6UvpchZK5N9VqQ1xWkCckIUMYq/Akpmg9hC9JL4LgyetJHZeC+cOEcL z7t3zvAGrbqkKyL+vblUfc1ULwCSneB1T4kaoOt2nELm8nzc3uE4n4MBQU3ypA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] ninja: Update to version 1.11.1 Date: Tue, 18 Jul 2023 13:12:36 +0200 Message-ID: <20230718111237.7626-3-adolf.belka@ipfire.org> In-Reply-To: <20230718111237.7626-1-adolf.belka@ipfire.org> References: <20230718111237.7626-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 version 1.11.0 to 1.11.1 - Update of rootfile not required - Changelog 1.11.1 This is a hotfix release for a SIGFPE on Linux: #2173 Signed-off-by: Adolf Belka --- lfs/ninja | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/ninja b/lfs/ninja index 60c08ea96..1386a3046 100644 --- a/lfs/ninja +++ b/lfs/ninja @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 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 @@ include Config -VER = 1.11.0 +VER = 1.11.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 = 71c8b6cf9524bdc11cf73f7e761f0d7deef2498a970c1439c10cc7d361e31fed1e3b54bcb185f3c7ed041f15704851a96e42560058af61b8a5df6e918d52ebf3 +$(DL_FILE)_BLAKE2 = c96cf7c319b7abd65f644465688d256f8b3a576c4616d0c63852e25dd0dc5f63c66708d429d8dddb6228502eb147211a86a5dd369b80ec2228902b370d2343e5 install : $(TARGET)