newt: Update to version 0.52.25
Commit Message
- Update from version 0.52.24 to 0.52.25
- Update of rootfile
- Changelog
0.52.25
- improve Makefile (Ryan Carsten Schmidt)
- fix "yes" in Spanish translation
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/newt | 4 +---
lfs/newt | 16 ++++++++--------
2 files changed, 9 insertions(+), 11 deletions(-)
@@ -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.24
+usr/lib/libnewt.so.0.52.25
#usr/lib/pkgconfig/libnewt.pc
#usr/lib/python3.10/site-packages/_snack.so
#usr/lib/python3.10/site-packages/snack.py
@@ -43,8 +43,6 @@ usr/lib/libnewt.so.0.52.24
#usr/share/locale/it/LC_MESSAGES/newt.mo
#usr/share/locale/ja/LC_MESSAGES/newt.mo
#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
#usr/share/locale/kn/LC_MESSAGES/newt.mo
#usr/share/locale/ko/LC_MESSAGES/newt.mo
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2024 IPFire Team <info@ipfire.org> #
+# Copyright (C) 2007-2026 IPFire Team <info@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.24
+VER = 0.52.25
THISAPP = newt-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 4ab5b343d1cc72855ee330d4a7f03a0dd5b090748410b64844277a7d9464f9166459ac6d943d07e844b22b7187ed851473840739dde8991e3b4b2dae97e6dcf4
+$(DL_FILE)_BLAKE2 = d134559555f734ef6bdbc56aeec5b7764beb179720d21c49852b13259d68474a4505bca410dc49b36b1cc57f734510fd9b3974ad70a9e51740489834a5fc6441
install : $(TARGET)
@@ -70,11 +70,11 @@ $(subst %,%_BLAKE2,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && ./configure \
- --prefix=/usr \
- --without-gpm-support \
- --without-tcl \
- --with-python=python3.10
+ cd $(DIR_APP) && ./configure \
+ --prefix=/usr \
+ --without-gpm-support \
+ --without-tcl \
+ --with-python=python3.10
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
@rm -rf $(DIR_APP)