* [PATCH] newt: Update to version 0.52.24
@ 2023-12-01 17:32 Adolf Belka
0 siblings, 0 replies; 5+ messages in thread
From: Adolf Belka @ 2023-12-01 17:32 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1445 bytes --]
- IPFire-3.x
- Update from version 0.52.21 to 0.52.24
- Changelog
0.52.24
- add support for python3.13
- fix compiler warnings
0.52.23
- fix automatic height of menu/list in whiptail (broken in 0.52.22)
- fix automatic width of whiptail --yesno box
- fix automatic width in whiptail with unicode characters
- fix automatic width with whiptail --noitem and --notags options
- fix spacing with longer tags in whiptail
- avoid overlapping backtitle in whiptail with automatic height
0.52.22
- fix crash in whiptail with new libpopt
- switch from usleep to nanosleep (Rosen Penev)
- fix libnewt.pc to enable static linking (Alexey Sheplyakov)
- fix LDFLAGS order in snack linking (Sam James)
- use CFLAGS when compiling snack
- improve configure.ac (Thomas Kuehne)
- install header and libnewt.pc with shared library (Michael Olbrich)
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
newt/newt.nm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/newt/newt.nm b/newt/newt.nm
index 67612cb94..6c0d52cb0 100644
--- a/newt/newt.nm
+++ b/newt/newt.nm
@@ -4,8 +4,8 @@
###############################################################################
name = newt
-version = 0.52.21
-release = 2
+version = 0.52.24
+release = 1
groups = System/Libraries
url = https://fedorahosted.org/releases/n/e/newt/
--
2.42.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] elfutils: Update to version 0.191
@ 2024-03-12 10:07 Adolf Belka
2024-03-12 10:07 ` [PATCH] newt: Update to version 0.52.24 Adolf Belka
0 siblings, 1 reply; 5+ messages in thread
From: Adolf Belka @ 2024-03-12 10:07 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2253 bytes --]
- Update from version 0.190 to 0.191
- Update of rootfile
- Changelog
0.191
libdw: dwarf_addrdie now supports binaries lacking a .debug_aranges
section.
Improved support for DWARF package files. Add new function
dwarf_cu_dwp_section_info.
debuginfod: Caching eviction logic improvements to improve retention
of small/frequent/slow files such as Fedora's vdso.debug.
srcfiles: Can now fetch the source files of a DWARF/ELF file and
place them into a zip.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/elfutils | 7 ++++---
lfs/elfutils | 4 ++--
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/common/elfutils b/config/rootfiles/common/elfutils
index 830638e2b..fce1549dc 100644
--- a/config/rootfiles/common/elfutils
+++ b/config/rootfiles/common/elfutils
@@ -28,15 +28,15 @@
#usr/include/gelf.h
#usr/include/libelf.h
#usr/include/nlist.h
-usr/lib/libasm-0.190.so
+usr/lib/libasm-0.191.so
#usr/lib/libasm.a
#usr/lib/libasm.so
usr/lib/libasm.so.1
-usr/lib/libdw-0.190.so
+usr/lib/libdw-0.191.so
#usr/lib/libdw.a
#usr/lib/libdw.so
usr/lib/libdw.so.1
-usr/lib/libelf-0.190.so
+usr/lib/libelf-0.191.so
#usr/lib/libelf.a
#usr/lib/libelf.so
usr/lib/libelf.so.1
@@ -56,3 +56,4 @@ usr/lib/libelf.so.1
#usr/share/man/man3/elf_clone.3
#usr/share/man/man3/elf_getdata.3
#usr/share/man/man3/elf_update.3
+
diff --git a/lfs/elfutils b/lfs/elfutils
index 7dd95caa2..901b82d42 100644
--- a/lfs/elfutils
+++ b/lfs/elfutils
@@ -26,7 +26,7 @@ include Config
SUMMARY = Higher-level library to access ELF files
-VER = 0.190
+VER = 0.191
THISAPP = elfutils-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 9934aff08f1898377708b28595fb52130ef9f80408132ac7d306845b10672ba45cf1ac69783da07b3eea9fd647741d44da45b8b2626c45a768cb2844c6186513
+$(DL_FILE)_BLAKE2 = 2a7ad251369eca7ba609ab8644181fd479ad8596ee58dc068398ca22be25a978e96b81a10a92a5555d7574fd1b9227c8d54fb41dceb4025aedfc6ae32870bbca
install : $(TARGET)
--
2.44.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] newt: Update to version 0.52.24
2024-03-12 10:07 [PATCH] elfutils: Update to version 0.191 Adolf Belka
@ 2024-03-12 10:07 ` Adolf Belka
2024-03-12 10:14 ` Michael Tremer
0 siblings, 1 reply; 5+ messages in thread
From: Adolf Belka @ 2024-03-12 10:07 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2339 bytes --]
- 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] newt: Update to version 0.52.24
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
0 siblings, 1 reply; 5+ messages in thread
From: Michael Tremer @ 2024-03-12 10:14 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2715 bytes --]
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?
-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
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] newt: Update to version 0.52.24
2024-03-12 10:14 ` Michael Tremer
@ 2024-03-12 12:11 ` Adolf Belka
2024-03-12 14:57 ` Michael Tremer
0 siblings, 1 reply; 5+ messages in thread
From: Adolf Belka @ 2024-03-12 12:11 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2939 bytes --]
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] newt: Update to version 0.52.24
2024-03-12 12:11 ` Adolf Belka
@ 2024-03-12 14:57 ` Michael Tremer
0 siblings, 0 replies; 5+ messages in thread
From: Michael Tremer @ 2024-03-12 14:57 UTC (permalink / raw)
To: development
[-- 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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-03-12 14:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-01 17:32 [PATCH] newt: Update to version 0.52.24 Adolf Belka
2024-03-12 10:07 [PATCH] elfutils: Update to version 0.191 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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox