From: Adolf Belka Date: Wed, 21 Jan 2026 13:39:03 +0000 (+0100) Subject: newt: Update to version 0.52.25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbffff96047605aee121f85600f20523b317ac01;p=ipfire-2.x.git newt: Update to version 0.52.25 - 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 Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/common/newt b/config/rootfiles/common/newt index adcc9cace..829b65692 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.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 diff --git a/lfs/newt b/lfs/newt index 156a0df4c..bbb8f988a 100644 --- a/lfs/newt +++ b/lfs/newt @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2026 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 @@ 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)