]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
newt: Update to version 0.52.25
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 21 Jan 2026 13:39:03 +0000 (14:39 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Jan 2026 14:26:41 +0000 (14:26 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/newt
lfs/newt

index adcc9cace608200df20ce57271fbfdaca0eeec10..829b656925a2fa8ff93464f66f94116bdd876a57 100644 (file)
@@ -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
index 156a0df4cd62d421cc36e76927c9f082dda55fce..bbb8f988a1a4eec97556440a0efe67bd9c725e73 100644 (file)
--- a/lfs/newt
+++ b/lfs/newt
@@ -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)