From patchwork Sat Jan 11 14:43:30 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8400 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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4YVh9N3N06z3xDW for ; Sat, 11 Jan 2025 14:43:52 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4YVh9H43NCz4hd; Sat, 11 Jan 2025 14:43:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4YVh9H3Nrvz34M8; Sat, 11 Jan 2025 14:43:47 +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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4YVh994t3nz3469 for ; Sat, 11 Jan 2025 14:43:41 +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 4YVh993QQXzH4; Sat, 11 Jan 2025 14:43:41 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1736606621; 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: in-reply-to:in-reply-to:references:references; bh=EgcdCKSfzchNPEoY+eJMsDT32B3KcrD0JxF/WM9QVBA=; b=skt7o5Q7ucsEUbtJ+e+cLfgo+npyXI+yIlKK2wPFP8YhBoQUq6lhG91g+Q96wD9hbZ52JG U0jQCEmrsCXNM5Bw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1736606621; 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: in-reply-to:in-reply-to:references:references; bh=EgcdCKSfzchNPEoY+eJMsDT32B3KcrD0JxF/WM9QVBA=; b=hbcYSO3zqEKAmlmQau5FvD3rCxdz9/miGCFgdTyFb3U7girjo2jMDFMTqLvvNXkQysFtfZ 9fWcniDQi0VoBwuPOpq4B2zXEDQvc+dA8UPa9u0/VzlZvgI9xuqUpNaueXmEKHDx+sXmnr Ct9R5RMqCmbmu9O9f31Cncpg+SWeh7p54I7tuhmVpDErz4LqUtnPZVZKcZge+pj7E88G67 GU79rZF1ZfhKuTGxUCGDl3lEYXDysRYr//ZWpIKeQH/3Y28UKLbVk1gfuxRoZwkbyCsesv xYIm8U2D0whmsHLnFfzG6O6FsZbPiJl+XHd3V4u5yhSPX6SKqREtEy7q5XS4uw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] nano: Update to version 8.3 Date: Sat, 11 Jan 2025 15:43:30 +0100 Message-ID: <20250111144333.3363359-7-adolf.belka@ipfire.org> In-Reply-To: <20250111144333.3363359-1-adolf.belka@ipfire.org> References: <20250111144333.3363359-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: CRTPAGBEC5LDEQA6OKD2Y4EKVYOT7ZMP X-Message-ID-Hash: CRTPAGBEC5LDEQA6OKD2Y4EKVYOT7ZMP X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 8.2 to 8.3 - Update of rootfile not required - Changelog 8.3 • A build failure with gcc-15 is fixed. • Several translations were updated. Signed-off-by: Adolf Belka --- lfs/nano | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nano b/lfs/nano index d9a37b61e..080506a0b 100644 --- a/lfs/nano +++ b/lfs/nano @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 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 = 8.2 +VER = 8.3 THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 08e078f8f5acc8d70ad50a0a402d06a12bcf836c8161f803e2b674375abaa16d663000f02cd1fa1e0b4aad2f127a85ee3b2f60d725a761ab375ae00c905408fd +$(DL_FILE)_BLAKE2 = 39c400483f79f11da0f959fed769462b65007f9235cb76d38e71d0a63919b659dc553d44f5d13dd13db801ec361fd7a3ad68b68bfa456ac6c169c861e80c6067 install : $(TARGET)