From mboxrd@z Thu Jan 1 00:00:00 1970 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7380369532756818318==" List-Id: --===============7380369532756818318== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 8.2 to 8.3 - Update of rootfile not required - Changelog 8.3 =E2=80=A2 A build failure with gcc-15 is fixed. =E2=80=A2 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 @@ =20 include Config =20 -VER =3D 8.2 +VER =3D 8.3 =20 THISAPP =3D nano-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 08e078f8f5acc8d70ad50a0a402d06a12bcf836c8161f803e2b674= 375abaa16d663000f02cd1fa1e0b4aad2f127a85ee3b2f60d725a761ab375ae00c905408fd +$(DL_FILE)_BLAKE2 =3D 39c400483f79f11da0f959fed769462b65007f9235cb76d38e71d0= a63919b659dc553d44f5d13dd13db801ec361fd7a3ad68b68bfa456ac6c169c861e80c6067 =20 install : $(TARGET) =20 --=20 2.47.1 --===============7380369532756818318==--