From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] newt: Update to version 0.52.24 Date: Tue, 12 Mar 2024 14:57:31 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1397083345741539196==" List-Id: --===============1397083345741539196== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Not a problem. I fixed wherever I found it: https://git.ipfire.org/?p=3Dipfire-2.x.git;a=3Dcommitdiff;h=3D860515b21c695= a9cb53ccced691d6cf2ea82ee0e It is mainly that =E2=80=9Cgit show=E2=80=9D shows the new line in a bright r= ed on my terminal :) -Michael > On 12 Mar 2024, at 12:11, Adolf Belka wrote: >=20 > Hi Michael, >=20 > On 12/03/2024 11:14, Michael Tremer wrote: >> Thanks for all those patches. >> Recently, you always append an empty line at the end of the root files. I = believe this is an editor setting. Is there any chance you can change this? > Whoops. Fixed. Shouldn't happen again fingers crossed. >=20 > Adolf. >> -Michael >>> On 12 Mar 2024, at 10:07, Adolf Belka wrote: >>>=20 >>> - Update from version 0.52.23 to 0.52.24 >>> - Update of rootfile >>> - Changelog >>> 0.52.24 >>> - add support for python3.13 >>> - fix compiler warnings >>>=20 >>> Signed-off-by: Adolf Belka >>> --- >>> config/rootfiles/common/newt | 3 ++- >>> lfs/newt | 6 +++--- >>> 2 files changed, 5 insertions(+), 4 deletions(-) >>>=20 >>> diff --git a/config/rootfiles/common/newt b/config/rootfiles/common/newt >>> index b3d9a581b..21eff0bc9 100644 >>> --- a/config/rootfiles/common/newt >>> +++ b/config/rootfiles/common/newt >>> @@ -3,7 +3,7 @@ usr/bin/whiptail >>> #usr/lib/libnewt.a >>> #usr/lib/libnewt.so >>> usr/lib/libnewt.so.0.52 >>> -usr/lib/libnewt.so.0.52.23 >>> +usr/lib/libnewt.so.0.52.24 >>> #usr/lib/pkgconfig/libnewt.pc >>> #usr/lib/python3.10/site-packages/_snack.so >>> #usr/lib/python3.10/site-packages/snack.py >>> @@ -88,3 +88,4 @@ usr/lib/libnewt.so.0.52.23 >>> #usr/share/locale/zh_CN/LC_MESSAGES/newt.mo >>> #usr/share/locale/zh_TW/LC_MESSAGES/newt.mo >>> #usr/share/man/man1/whiptail.1 >>> + >>> diff --git a/lfs/newt b/lfs/newt >>> index fa2254d2e..156a0df4c 100644 >>> --- a/lfs/newt >>> +++ b/lfs/newt >>> @@ -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 0.52.23 >>> +VER =3D 0.52.24 >>>=20 >>> THISAPP =3D newt-$(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 55046155d02a406ac618f9c1a1f668e6794b6875e4d9083e3d= 5da32fe008df3deb79eddadfce40c193346b7a705b8c5c18e7bb7076e8ea8729f35384fa944a97 >>> +$(DL_FILE)_BLAKE2 =3D 4ab5b343d1cc72855ee330d4a7f03a0dd5b090748410b64844= 277a7d9464f9166459ac6d943d07e844b22b7187ed851473840739dde8991e3b4b2dae97e6dcf4 >>>=20 >>> install : $(TARGET) >>>=20 >>> --=20 >>> 2.44.0 >>>=20 >=20 > --=20 > Sent from my laptop --===============1397083345741539196==--