* [PATCH] newt: Update to 0.52.21
@ 2021-02-03 15:01 Adolf Belka
0 siblings, 0 replies; only message in thread
From: Adolf Belka @ 2021-02-03 15:01 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 4106 bytes --]
- Update newt from 0.52.18 to 0.52.21
- Updated rootfile
- Changelog
0.52.21
- define env NEWT_NOFLOWCTRL to disable flow control (Robert Gill)
- don't leak memory on errors in dialogboxes
- fix radio button selection check in snack
- fix plural forms in Lithuanian translation (#1568999)
- fix parallel build (Émeric Dupont)
- allow python versions to be specified with --with-python option
0.52.20
- improve handling of long strings in whiptail menu (#1353792)
- support screen resize as hotkey in form (#1432926)
0.52.19
- support --notags in whiptail checklist and radiolist (#1319794)
- don't hard-code -I/usr/include/slang in CPPFLAGS (Alex Suykov)
- use $(CC) instead of $(CPP) to generate .depend files (Samuel Martin)
- update translations from Zanata
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/newt | 17 +++++------------
lfs/newt | 4 ++--
2 files changed, 7 insertions(+), 14 deletions(-)
diff --git a/config/rootfiles/common/newt b/config/rootfiles/common/newt
index 71e3d732c..391fb59ad 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.18
+usr/lib/libnewt.so.0.52.21
#usr/lib/pkgconfig/libnewt.pc
#usr/lib/python2.7/site-packages/_snack.so
#usr/lib/python2.7/site-packages/snack.py
@@ -15,8 +15,6 @@ usr/lib/libnewt.so.0.52.18
#usr/share/locale/as
#usr/share/locale/as/LC_MESSAGES
#usr/share/locale/as/LC_MESSAGES/newt.mo
-#usr/share/locale/ast
-#usr/share/locale/ast/LC_MESSAGES
#usr/share/locale/ast/LC_MESSAGES/newt.mo
#usr/share/locale/bal
#usr/share/locale/bal/LC_MESSAGES
@@ -66,6 +64,9 @@ usr/lib/libnewt.so.0.52.18
#usr/share/locale/id/LC_MESSAGES/newt.mo
#usr/share/locale/it/LC_MESSAGES/newt.mo
#usr/share/locale/ja/LC_MESSAGES/newt.mo
+#usr/share/locale/ka
+#usr/share/locale/ka/LC_MESSAGES
+#usr/share/locale/ka/LC_MESSAGES/newt.mo
#usr/share/locale/km
#usr/share/locale/km/LC_MESSAGES
#usr/share/locale/km/LC_MESSAGES/newt.mo
@@ -77,8 +78,6 @@ usr/lib/libnewt.so.0.52.18
#usr/share/locale/ku/LC_MESSAGES
#usr/share/locale/ku/LC_MESSAGES/newt.mo
#usr/share/locale/lt/LC_MESSAGES/newt.mo
-#usr/share/locale/lv
-#usr/share/locale/lv/LC_MESSAGES
#usr/share/locale/lv/LC_MESSAGES/newt.mo
#usr/share/locale/mg
#usr/share/locale/mg/LC_MESSAGES
@@ -104,8 +103,6 @@ usr/lib/libnewt.so.0.52.18
#usr/share/locale/nn
#usr/share/locale/nn/LC_MESSAGES
#usr/share/locale/nn/LC_MESSAGES/newt.mo
-#usr/share/locale/pa
-#usr/share/locale/pa/LC_MESSAGES
#usr/share/locale/pa/LC_MESSAGES/newt.mo
#usr/share/locale/pl/LC_MESSAGES/newt.mo
#usr/share/locale/pt/LC_MESSAGES/newt.mo
@@ -120,8 +117,6 @@ usr/lib/libnewt.so.0.52.18
#usr/share/locale/sr(a)latin/LC_MESSAGES
#usr/share/locale/sr(a)latin/LC_MESSAGES/newt.mo
#usr/share/locale/sv/LC_MESSAGES/newt.mo
-#usr/share/locale/ta
-#usr/share/locale/ta/LC_MESSAGES
#usr/share/locale/ta/LC_MESSAGES/newt.mo
#usr/share/locale/te
#usr/share/locale/te/LC_MESSAGES
@@ -129,8 +124,6 @@ usr/lib/libnewt.so.0.52.18
#usr/share/locale/tg
#usr/share/locale/tg/LC_MESSAGES
#usr/share/locale/tg/LC_MESSAGES/newt.mo
-#usr/share/locale/th
-#usr/share/locale/th/LC_MESSAGES
#usr/share/locale/th/LC_MESSAGES/newt.mo
#usr/share/locale/tl
#usr/share/locale/tl/LC_MESSAGES
@@ -146,4 +139,4 @@ usr/lib/libnewt.so.0.52.18
#usr/share/locale/xh/LC_MESSAGES/newt.mo
#usr/share/locale/zh_CN/LC_MESSAGES/newt.mo
#usr/share/locale/zh_TW/LC_MESSAGES/newt.mo
-#usr/share/man/man1/whiptail.1
+#usr/share/man/man1/whiptail.1
\ No newline at end of file
diff --git a/lfs/newt b/lfs/newt
index 735df459b..d7ba62866 100644
--- a/lfs/newt
+++ b/lfs/newt
@@ -24,7 +24,7 @@
include Config
-VER = 0.52.18
+VER = 0.52.21
THISAPP = newt-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 685721bee1a318570704b19dcf31d268
+$(DL_FILE)_MD5 = a0a5fd6b53bb167a65e15996b249ebb5
install : $(TARGET)
--
2.30.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-02-03 15:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-03 15:01 [PATCH] newt: Update to 0.52.21 Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox