From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] newt: Update to version 0.52.24
Date: Tue, 12 Mar 2024 14:57:31 +0000 [thread overview]
Message-ID: <E59AE69B-70DA-4788-B5B8-CC5D879488E6@ipfire.org> (raw)
In-Reply-To: <f9b25c01-326c-409a-8628-8254b87c407a@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 3354 bytes --]
Not a problem. I fixed wherever I found it:
https://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff;h=860515b21c695a9cb53ccced691d6cf2ea82ee0e
It is mainly that “git show” shows the new line in a bright red on my terminal :)
-Michael
> On 12 Mar 2024, at 12:11, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>
> Hi Michael,
>
> 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.
>
> Adolf.
>> -Michael
>>> On 12 Mar 2024, at 10:07, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>>>
>>> - 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
>>>
>>> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
>>> ---
>>> config/rootfiles/common/newt | 3 ++-
>>> lfs/newt | 6 +++---
>>> 2 files changed, 5 insertions(+), 4 deletions(-)
>>>
>>> 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 <info(a)ipfire.org> #
>>> +# Copyright (C) 2007-2024 IPFire Team <info(a)ipfire.org> #
>>> # #
>>> # 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 = 0.52.23
>>> +VER = 0.52.24
>>>
>>> THISAPP = newt-$(VER)
>>> DL_FILE = $(THISAPP).tar.gz
>>> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>>>
>>> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>>>
>>> -$(DL_FILE)_BLAKE2 = 55046155d02a406ac618f9c1a1f668e6794b6875e4d9083e3d5da32fe008df3deb79eddadfce40c193346b7a705b8c5c18e7bb7076e8ea8729f35384fa944a97
>>> +$(DL_FILE)_BLAKE2 = 4ab5b343d1cc72855ee330d4a7f03a0dd5b090748410b64844277a7d9464f9166459ac6d943d07e844b22b7187ed851473840739dde8991e3b4b2dae97e6dcf4
>>>
>>> install : $(TARGET)
>>>
>>> --
>>> 2.44.0
>>>
>
> --
> Sent from my laptop
next prev parent reply other threads:[~2024-03-12 14:57 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-12 10:07 [PATCH] elfutils: Update to version 0.191 Adolf Belka
2024-03-12 10:07 ` [PATCH] gdb: Update to version 14.2 Adolf Belka
2024-03-12 10:07 ` [PATCH] ghostscript: Update to version 10.03.0 Adolf Belka
2024-03-12 10:07 ` [PATCH] knot: Update to version 3.3.5 Adolf Belka
2024-03-12 10:07 ` [PATCH] libplist: Update to version 2.4.0 Adolf Belka
2024-03-12 10:07 ` [PATCH] newt: Update to version 0.52.24 Adolf Belka
2024-03-12 10:14 ` Michael Tremer
2024-03-12 12:11 ` Adolf Belka
2024-03-12 14:57 ` Michael Tremer [this message]
2024-03-12 10:07 ` [PATCH] openjpeg: Update to version 2.5.2 Adolf Belka
-- strict thread matches above, loose matches on Subject: below --
2023-12-01 17:32 [PATCH] newt: Update to version 0.52.24 Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E59AE69B-70DA-4788-B5B8-CC5D879488E6@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox