public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] core201: Ship iptables
@ 2026-02-27 18:18 Adolf Belka
  2026-02-27 18:18 ` [PATCH] core201: Ship lua Adolf Belka
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Adolf Belka @ 2026-02-27 18:18 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/core/201/filelists/iptables | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 config/rootfiles/core/201/filelists/iptables

diff --git a/config/rootfiles/core/201/filelists/iptables b/config/rootfiles/core/201/filelists/iptables
new file mode 120000
index 000000000..8caf12bcc
--- /dev/null
+++ b/config/rootfiles/core/201/filelists/iptables
@@ -0,0 +1 @@
+../../../common/iptables
\ No newline at end of file
-- 
2.53.0



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] core201: Ship lua
  2026-02-27 18:18 [PATCH] core201: Ship iptables Adolf Belka
@ 2026-02-27 18:18 ` Adolf Belka
  2026-02-27 18:18 ` [PATCH] core201: Ship wireless-regdb Adolf Belka
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Adolf Belka @ 2026-02-27 18:18 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/core/201/filelists/lua | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 config/rootfiles/core/201/filelists/lua

diff --git a/config/rootfiles/core/201/filelists/lua b/config/rootfiles/core/201/filelists/lua
new file mode 120000
index 000000000..951f661c5
--- /dev/null
+++ b/config/rootfiles/core/201/filelists/lua
@@ -0,0 +1 @@
+../../../common/lua
\ No newline at end of file
-- 
2.53.0



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] core201: Ship wireless-regdb
  2026-02-27 18:18 [PATCH] core201: Ship iptables Adolf Belka
  2026-02-27 18:18 ` [PATCH] core201: Ship lua Adolf Belka
@ 2026-02-27 18:18 ` Adolf Belka
  2026-02-27 18:18 ` [PATCH] ddrescue: Update to version 1.30 Adolf Belka
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Adolf Belka @ 2026-02-27 18:18 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/core/201/filelists/wireless-regdb | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 config/rootfiles/core/201/filelists/wireless-regdb

diff --git a/config/rootfiles/core/201/filelists/wireless-regdb b/config/rootfiles/core/201/filelists/wireless-regdb
new file mode 120000
index 000000000..c9205b3cf
--- /dev/null
+++ b/config/rootfiles/core/201/filelists/wireless-regdb
@@ -0,0 +1 @@
+../../../common/wireless-regdb
\ No newline at end of file
-- 
2.53.0



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] ddrescue: Update to version 1.30
  2026-02-27 18:18 [PATCH] core201: Ship iptables Adolf Belka
  2026-02-27 18:18 ` [PATCH] core201: Ship lua Adolf Belka
  2026-02-27 18:18 ` [PATCH] core201: Ship wireless-regdb Adolf Belka
@ 2026-02-27 18:18 ` Adolf Belka
  2026-02-27 18:18 ` [PATCH] fping: Update to version 5.5 Adolf Belka
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Adolf Belka @ 2026-02-27 18:18 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- Update from version 1.29 to 1.30
- No change to rootfile
- Changelog
    1.30
	* Replace pass 5 of copying with a sweeping phase after trimming.
	* New option '-N, --no-sweep' to disable reading of skipped areas.
	  Reassign short name '-N' from option '--no-trim' to '--no-sweep'.
	* main.cc. Make '--size=output' use the size of outfile.
	  (Suggested by Stefan Monnier).
	  (do_rescue): Make '-x 0' extend outfile to size of infile.
	* main_common.cc (strtoll_): New function accepting underscores.
	* rescuebook.cc (fcopy_non_tried, rcopy_non_tried): Limit pass 2 to
	  blocks adjacent to a finished block. (Delimit bad area as a whole).
	  (trim_errors): Trim only edges adjacent to a finished block.
	  Initial skip size now defaults to (infile_size / 32_768).
	  Only retrim blocks adjacent to a non-tried or finished block.
	  (update_rates): Don't force update of a_rate, c_rate, ts.
	  (Rescuebook): Estimate remaining time from last 60 seconds.
	  (Suggested by Stefan Monnier).
	* genbook.cc (format_time), loggers.cc (format_time_dhms): Add years.
	* loggers.cc (Event_logger): Add finished_size, a_rate, read errors.
	* ddrescuelog.cc: New option '-H, --make-test'.
	* ddrescue.texi: Document rescue with lziprecover's recovery record.
    1.29.1
	* New option '--bad-sector-data'. (Suggested by Eliyahu Saks).
	* main_common.cc (format_num3): New function.
	* mapbook.cc (input_pos_error): Print pos and size aligned.
	* ddrescue.texi: Document use of -p and -x with --domain-mapfile.
	  (Reported by Bret Quigley II).
	* block.h: Rename to mapfile.h.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/ddrescue | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lfs/ddrescue b/lfs/ddrescue
index 8320751ae..b82ce5c5a 100644
--- a/lfs/ddrescue
+++ b/lfs/ddrescue
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  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        #
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = Data Copying in the Presence of I/O Errors
 
-VER        = 1.29
+VER        = 1.30
 
 THISAPP    = ddrescue-$(VER)
 DL_FILE    = $(THISAPP).tar.lz
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = ddrescue
-PAK_VER    = 5
+PAK_VER    = 6
 
 DEPS       =
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 88eab69f2296464859dc8720930f28f6bc32aa694649e15a99dcd9dfd63ed8ba845d7af347e8b1ee90e954f8317888ec0f2cd90ec98994a7d2b4d654a31adbfc
+$(DL_FILE)_BLAKE2 = 9346608e2b53bb64cc7ed82f1ffd95f9fe8cbf87a4d50dfec0f3a22a44ee108a0a64f383a6b5b62922d0558ee74339880d071f0a82fc26fbb2997314a77d8ca4
 
 install : $(TARGET)
 
-- 
2.53.0



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] fping: Update to version 5.5
  2026-02-27 18:18 [PATCH] core201: Ship iptables Adolf Belka
                   ` (2 preceding siblings ...)
  2026-02-27 18:18 ` [PATCH] ddrescue: Update to version 1.30 Adolf Belka
@ 2026-02-27 18:18 ` Adolf Belka
  2026-02-27 18:18 ` [PATCH] iptables: Update to version 1.8.12 Adolf Belka
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Adolf Belka @ 2026-02-27 18:18 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- Update from version 5.4 to 5.5
- No change to rootfile
- Changelog
    5.5
New features
	- New option -J / --json for JSON output. See doc/fping-json.md for
	  the JSON schema. This feature is still in alpha and the schema
	  might change in future releases (#386, thanks @bonkf,
	  @JoshIPT, @sebast-gsnw, and @auerswal).
	- The -g, --generate option now also supports IPv6 addresses (#376,
	  thanks @auerswal)
	- New option --seqmap-timeout to control the time after which sequence
	  numbers can be used again (#388, thanks @auerswal)
Bugfixes and other changes
	- Fix OpenBSD sprintf() warning (#394, thanks @gsnw-sebast)
	- Fix fallback to SO\_TIMESTAMP if SO\_TIMESTAMPNS is not available (#375,
	  thanks @auerswal)
	- When reading target names from file or standard input, lines longer
	  than the static buffer are no longer interpreted as more than one line
	  (#378, thanks @auerswal)
	- Typo fix in error message when SO\_BINDTODEVICE fails
	- Options --print-tos and --print-ttl now also work for IPv6, and no
	  longer require privileges (#384, thanks @auerswal)
	- Report received ICMPv6 error messages (#391, thanks @auerswal)
	- Suppress duplicate reports in count mode with -q, --quiet or -Q, --squiet
	  (#392, thanks @gsnw-sebast and @auerswal)
	- Switch to alpine-based multi-stage Docker build to reduce image size
	  and improve build performance; add OpenContainers-compatible labels
	  (#399, thanks @hoodadt)
	- Print receive ping moved to new functions (#400, thanks @gsnw-sebast)
	- Avoid unsigned overflow when determining the memory size to save
	  response times on systems where size\_t is the same as unsigned int
	  (#412 by @auerswal)
	- Document the new minimum value for the -p option (#414, thanks @auerswal)
	- Fix build without IPv6 support (#416, thanks @auerswal)
	- Fix debug build use of dbg_printf in fping.c (#415, thanks @auerswal)
	- Remove MacOS-specific test for -I option (#407)
	- GitHub Actions fixes (thanks @gsnw-sebast)
	- Fix measurement of time for timed reports (-Q) to start after DNS name
	  resolution.
	- Updated autoconf from 2.71 to 2.72
	- Updated automake from 1.16.5 to 1.18.1
	- Updated libtool from 2.4.6 to 2.5.4
	- Implemented verification of autotools tarballs in Github actions.
	- Implemented stricter flag value checking (e.g. -c 10xyz is not accepted
	  anymore).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/fping | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lfs/fping b/lfs/fping
index 1f8d41772..1d1850a88 100644
--- a/lfs/fping
+++ b/lfs/fping
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  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        #
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = A program to ping multiple hosts
 
-VER        = 5.4
+VER        = 5.5
 
 THISAPP    = fping-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = fping
-PAK_VER    = 10
+PAK_VER    = 11
 
 DEPS       =
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = b3c2f3ac8cb2d27593ad7a937c2fb27ab67bef3cd0d912a2a08b52bf9a96b2e5a5637567f0ef1203f86fefc99036a78ee05d69f175bdb1c2d62b6eaf6e474284
+$(DL_FILE)_BLAKE2 = 3b1707ce73d0f55dd02466091321adb8b91b9d77a0a1145347cf25527f90052702fac70411cd5a91fdc840e32ac2ad32232bac5e4ded73a254127bbe59d54ae0
 
 install : $(TARGET)
 
-- 
2.53.0



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] iptables: Update to version 1.8.12
  2026-02-27 18:18 [PATCH] core201: Ship iptables Adolf Belka
                   ` (3 preceding siblings ...)
  2026-02-27 18:18 ` [PATCH] fping: Update to version 5.5 Adolf Belka
@ 2026-02-27 18:18 ` Adolf Belka
  2026-02-27 18:18 ` [PATCH] lua: Update to version 5.4.8 Adolf Belka
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Adolf Belka @ 2026-02-27 18:18 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- Update from version 1.8.11 to 1.8.12
- No change to rootfile
- Changelog
    1.8.12
      configure: Avoid addition assignment operators
      libxtables: refuse to run under file capabilities
      man: iptables-restore.8: document flush behaviour for user-defined chains
      nft: revert compat expressions in userdata
      ip[6]tables-translate: fix test failures when WESP is defined
      nft: fix interface comparisons in `-C` commands
      extensions: libebt_redirect: prevent translation
      configure: Bump version for 1.8.12 release
      nft: Drop interface mask leftovers from post_parse callbacks
      nft: Make add_log() static
      nft: ruleparse: Introduce nft_parse_rule_expr()
      nft: __add_{match,target}() can't fail
      nft: Introduce UDATA_TYPE_COMPAT_EXT
      nft-ruleparse: Fallback to compat expressions in userdata
      nft: Pass nft_handle into add_{action,match}()
      nft: Embed compat extensions in rule userdata
      tests: iptables-test: Add nft-compat variant
      extensions: icmp: Support info-request/-reply type names
      xshared: Accept an option if any given command allows it
      extensions: sctp: Translate bare '-m sctp' match
      libxtables: Promote xtopt_esize_by_type() as xtopt_psize getter
      Revert "libxtables: Promote xtopt_esize_by_type() as xtopt_psize getter"
      xtables-monitor: Print -X command for base chains, too
      nft: Support replacing a rule added in the same batch
      libxtables: Store all requested target types
      ruleparse: arp: Fix for all-zero mask on Big Endian
      tests: shell: Review nft-only/0009-needless-bitwise_0
      configure: Auto-detect libz unless explicitly requested
      iptables: fix null dereference parsing bitwise operations
      extensions: man: Add a note about route_localnet sysctl

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/iptables | 30 ++++++++++++++----------------
 1 file changed, 14 insertions(+), 16 deletions(-)

diff --git a/lfs/iptables b/lfs/iptables
index e8c4069d6..398dbb4be 100644
--- a/lfs/iptables
+++ b/lfs/iptables
@@ -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        = 1.8.11
+VER        = 1.8.12
 
 THISAPP    = iptables-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -41,7 +41,7 @@ objects = $(DL_FILE) \
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 netfilter-layer7-v2.23.tar.gz = $(URL_IPFIRE)/netfilter-layer7-v2.23.tar.gz
 
-$(DL_FILE)_BLAKE2 = 82daca3940e253f6fda7cf5b3332488c31391ff66c0112c0cae2645ab61918f81e6028ea2b1e1385f21e4c5ff8cd64cba31072a2417a2ab696fe1c6b5464cea1
+$(DL_FILE)_BLAKE2 = 5516aadcf413efde272b09d1747e78e19f1d9e5481cdfdfe2360ca5f16926bb17535f58e4014a3616c59da83f41b39fc71e591c916bc309c7ca31701785a9e7e
 netfilter-layer7-v2.23.tar.gz_BLAKE2 = 5c8ab722f6fbc126f2f65ecf401de5fc40560c20e3be52f783db34410446185dcb6781b3148e4a174e8b2d2c290bec0342dea95e8cefc35c39345617fa7a8fdc
 
 install : $(TARGET)
@@ -78,22 +78,20 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_SRC) && tar zxf $(DIR_DL)/netfilter-layer7-v2.23.tar.gz
 	cd $(DIR_APP) && cp -vf $(DIR_SRC)/netfilter-layer7-v2.23/iptables-1.4.3forward-for-kernel-2.6.20forward/* \
 	                 ./extensions/
-
 	cd $(DIR_APP) && ./configure \
-		--prefix=/usr \
-		--libdir=/lib \
-		--includedir=/usr/include \
-		--enable-libipq \
-		--with-xtlibdir=/lib/xtables \
-		--libexecdir=/lib \
-		--bindir=/sbin \
-		--sbindir=/sbin \
-		--mandir=/usr/share/man \
-		--disable-nftables \
-		--with-pkgconfigdir=/usr/lib/pkgconfig
+				--prefix=/usr \
+				--libdir=/lib \
+				--includedir=/usr/include \
+				--enable-libipq \
+				--with-xtlibdir=/lib/xtables \
+				--libexecdir=/lib \
+				--bindir=/sbin \
+				--sbindir=/sbin \
+				--mandir=/usr/share/man \
+				--disable-nftables \
+				--with-pkgconfigdir=/usr/lib/pkgconfig
 
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
-
 	@rm -rf $(DIR_APP) $(DIR_SRC)/netfilter-layer7*
 	@$(POSTBUILD)
-- 
2.53.0



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] lua: Update to version 5.4.8
  2026-02-27 18:18 [PATCH] core201: Ship iptables Adolf Belka
                   ` (4 preceding siblings ...)
  2026-02-27 18:18 ` [PATCH] iptables: Update to version 1.8.12 Adolf Belka
@ 2026-02-27 18:18 ` Adolf Belka
  2026-02-27 18:18 ` [PATCH] minicom: Update to version 2.11 Adolf Belka
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Adolf Belka @ 2026-02-27 18:18 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- Update from version 5.4.7 to 5.4.8
- Update of rootfile
- No obvious changelog is provided. Detailos of commits can be found at
   https://github.com/lua/lua/commits/v5.4.8 back to and including July 5th 2024

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/lua                   |  2 +-
 lfs/lua                                       | 10 +++++-----
 ...patch => lua-5.4.8-shared_library-1.patch} | 19 ++++++++++++-------
 3 files changed, 18 insertions(+), 13 deletions(-)
 rename src/patches/{lua-5.4.7-shared_library-1.patch => lua-5.4.8-shared_library-1.patch} (82%)

diff --git a/config/rootfiles/common/lua b/config/rootfiles/common/lua
index 799148912..dfcfd5c58 100644
--- a/config/rootfiles/common/lua
+++ b/config/rootfiles/common/lua
@@ -7,7 +7,7 @@ usr/bin/luac
 #usr/include/lualib.h
 #usr/lib/liblua.so
 usr/lib/liblua.so.5.4
-usr/lib/liblua.so.5.4.7
+usr/lib/liblua.so.5.4.8
 #usr/lib/lua
 #usr/lib/lua/5.4
 #usr/lib/pkgconfig/lua.pc
diff --git a/lfs/lua b/lfs/lua
index e0cfc43d4..0a5b28b60 100644
--- a/lfs/lua
+++ b/lfs/lua
@@ -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        = 5.4.7
+VER        = 5.4.8
 
 THISAPP    = lua-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 151baed5c40ed117a26a4fb8d0b02f247eacacd98c3270c308a19e453eb647f6c3d5a6a5811fac7ec95db9866c2f06847d5c2be97c83b1e14e561ac8f7482d30
+$(DL_FILE)_BLAKE2 = 472431e5dac4f6d0baf5b4a4720d094079cef8089df40200715ba5e2d7db4e486eaa270d1dd5f14c874f89b36871467572a32ebd319c5f7a7eeffcc529cdcee0
 
 install : $(TARGET)
 
@@ -70,7 +70,7 @@ $(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) && patch -Np1 < $(DIR_SRC)/src/patches/lua-5.4.7-shared_library-1.patch
+	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/lua-5.4.8-shared_library-1.patch
 	# install lua pkgconfig file
 	install -v -m 644 ${DIR_SRC}/config/lua/lua.pc \
 			/usr/lib/pkgconfig/lua.pc
@@ -78,7 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_APP) && make INSTALL_TOP=/usr                			\
 			      INSTALL_DATA="cp -d"            			\
 			      INSTALL_MAN=/usr/share/man/man1 			\
-			      TO_LIB="liblua.so liblua.so.5.4 liblua.so.5.4.7"  \
+			      TO_LIB="liblua.so liblua.so.5.4 liblua.so.5.4.8"  \
 			 install
 	@rm -rf $(DIR_APP)
 	@$(POSTBUILD)
diff --git a/src/patches/lua-5.4.7-shared_library-1.patch b/src/patches/lua-5.4.8-shared_library-1.patch
similarity index 82%
rename from src/patches/lua-5.4.7-shared_library-1.patch
rename to src/patches/lua-5.4.8-shared_library-1.patch
index f1dfad9ca..7e956fbfd 100644
--- a/src/patches/lua-5.4.7-shared_library-1.patch
+++ b/src/patches/lua-5.4.8-shared_library-1.patch
@@ -1,14 +1,20 @@
-Submitted By:            Douglas R. Reno <renodr at linuxfromscratch dot org>
-Date:                    2020-06-30
-Initial Package Version: 5.4.0
+Submitted By:            Xi Ruoyao <xry111 at xry111 dot site>
+Date:                    2022-09-16
+Initial Package Version: 5.4.4
 Upstream Status:         Rejected
 Origin:                  Arch Linux, with some modifications
-Description:             Creates a shared liblua library, as well as
+Description:             2020-06-30 renodr:
+                         Creates a shared liblua library, as well as
                          removes optimization since it causes SIGBUS errors,
                          and sets the search path to /usr from /usr/local.
                          The initial version of this patch was created by
                          Igor Zivkovic, before being rediffed for 5.4.0 by
                          myself with some modifications made.
+                         2022-09-16 xry111:
+                         Remove an extra newline before $(MYLDFLAGS).
+                         MYLDFLAGS is empty by default so it does not break
+                         BLFS build, but it may break a custom build with
+                         tuning or hardening.
 
 diff -Naurp lua-5.4.0.orig/Makefile lua-5.4.0/Makefile
 --- lua-5.4.0.orig/Makefile	2020-04-15 07:55:07.000000000 -0500
@@ -63,13 +69,12 @@ diff -Naurp lua-5.4.0.orig/src/Makefile lua-5.4.0/src/Makefile
  ALL_A= $(LUA_A)
  
  # Targets start here.
-@@ -60,6 +61,12 @@ $(LUA_A): $(BASE_O)
+@@ -60,6 +61,11 @@ $(LUA_A): $(BASE_O)
  	$(AR) $@ $(BASE_O)
  	$(RANLIB) $@
  
 +$(LUA_SO): $(CORE_O) $(LIB_O)
-+	$(CC) -shared -ldl -Wl,--soname,$(LUA_SO).$(V) -o $@.$(R) $? -lm
-+	$(MYLDFLAGS)
++	$(CC) -shared -ldl -Wl,--soname,$(LUA_SO).$(V) -o $@.$(R) $? -lm $(MYLDFLAGS)
 +	ln -sf $(LUA_SO).$(R) $(LUA_SO).$(V)
 +	ln -sf $(LUA_SO).$(R) $(LUA_SO)
 +
-- 
2.53.0



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] minicom: Update to version 2.11
  2026-02-27 18:18 [PATCH] core201: Ship iptables Adolf Belka
                   ` (5 preceding siblings ...)
  2026-02-27 18:18 ` [PATCH] lua: Update to version 5.4.8 Adolf Belka
@ 2026-02-27 18:18 ` Adolf Belka
  2026-02-27 18:18 ` [PATCH] tshark: Update to version 4.6.4 Adolf Belka
  2026-02-27 18:18 ` [PATCH] wireless-regdb: Update to version 2026.02.04 Adolf Belka
  8 siblings, 0 replies; 10+ messages in thread
From: Adolf Belka @ 2026-02-27 18:18 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- Update from version 2.9 to 2.11
- No change to rootfile
- Changelog
    2.11
 - fix baudrate setting on Linux when compiled against glibc >= 2.42
 - Support multi-column character for window drawing
 - Add 1843200 to the baud rate list
 - Allow any baud rate to be set
 - Updates translations: ka, fr, ro, pl, ko, de, ja, sv
    2.10
 - Add third locking method if file-based lock does not work.
   https://salsa.debian.org/minicom-team/minicom/-/issues/9
 - Make colors enabled the default.
 - ESC-] (OSC) sequences are recognized and discarded.
 - Code cleanups.
 - Updates translations: nb

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/minicom | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/lfs/minicom b/lfs/minicom
index c2d379b13..b644fa4a0 100644
--- a/lfs/minicom
+++ b/lfs/minicom
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2023  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        #
@@ -26,15 +26,15 @@ include Config
 
 SUMMARY    = A Terminal Program
 
-VER        = 2.9
+VER        = 2.11
 
 THISAPP    = minicom-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP).tar.bz2
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = minicom
-PAK_VER    = 3
+PAK_VER    = 4
 
 DEPS       =
 
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 4c17f235d770ff9b4719c0ce9d3dfdb01603986d08cec245b1bfba5addbea597032bb06fc73c585886e035915dec990f37e9690b58d0a80a3e6faf8675485f96
+$(DL_FILE)_BLAKE2 = f86d9efc7512a9322dd40b767513a424cf692283690d56a344275450d520df3022312320405177daeb80fa22669ebf55ea5b0476aee99d9ff1fd7eb4d5520e98
 
 install : $(TARGET)
 
@@ -82,11 +82,10 @@ $(subst %,%_BLAKE2,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
-	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 	$(UPDATE_AUTOMAKE)
-	cd $(DIR_APP) && \
-		./configure \
-			--prefix=/usr
+	cd $(DIR_APP) && ./configure \
+				--prefix=/usr
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
 	@rm -rf $(DIR_APP)
-- 
2.53.0



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] tshark: Update to version 4.6.4
  2026-02-27 18:18 [PATCH] core201: Ship iptables Adolf Belka
                   ` (6 preceding siblings ...)
  2026-02-27 18:18 ` [PATCH] minicom: Update to version 2.11 Adolf Belka
@ 2026-02-27 18:18 ` Adolf Belka
  2026-02-27 18:18 ` [PATCH] wireless-regdb: Update to version 2026.02.04 Adolf Belka
  8 siblings, 0 replies; 10+ messages in thread
From: Adolf Belka @ 2026-02-27 18:18 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- Update from version 4.6.3 to 4.6.4
- Update of rootfile
- 3 CVE fixes
- Changelog
    4.6.4
Bug Fixes
    wnpa-sec-2026-05 USB HID dissector memory exhaustion. Issue 20972. CVE-2026-3201.
    wnpa-sec-2026-06 NTS-KE dissector crash. Issue 21000. CVE-2026-3202.
    wnpa-sec-2026-07 RF4CE Profile dissector crash. Issue 21009. CVE-2026-3203.
    Wireshark doesn’t start if Npcap is configured with "Restrict Npcap driver’s
	Access to Administrators only" Issue 20828.
    PQC signature algorithm not reported in signature_algorithms. Issue 20953.
    Unexpected JA4 ALPN values when space characters sent. Issue 20966.
    Expert Info seems to have quadratic performance (gets slower and slower) Issue 20970.
    IKEv2 EMERGENCY_CALL_NUMBERS Notify payload cannot be decoded. Issue 20974.
    TShark and editcap fails with segmentation fault when output format (-F) set to
	blf. Issue 20976.
    Fuzz job crash: fuzz-2026-02-01-12944805400.pcap [Zigbee Direct Tunneling Zigbee
	NWK PDUs NULL hash table] Issue 20977.
    Wiretap writes pcapng custom options with string values invalidly. Issue 20978.
    RDM status in Output Status (GoodOutputB) field incorrectly decoded in Art-Net
	PollReply dissector. Issue 20980.
    Wiretap writes invalid pcapng Darwin option blocks. Issue 20991.
    TDS dissector desynchronizes on RPC DATENTYPE (0x28) due to incorrect expectation
	of TYPE_VARLEN (MaxLen) Issue 21001.
    Only first HTTP POST is parsed inside SOCKS with "Decode As". Issue 21006.
    TShark: Bogus "Dissector bug" messages generated in pipelines where something
	after tshark exits before reading all its input. Issue 21011.
    New Diameter RAT-Types in TS 29.212 not decoded. Issue 21012.
    Malformed packet error on Trigger HE Basic frames. Issue 21032.
Updated Protocol Support
	Art-Net, AT, BGP, GSM DTAP, GSM SIM, IEEE 802.11, IPv6, ISAKMP, MBIM, MySQL,
	 NAS-5GS, NTS-KE, SGP.22, Silabs DCH, Socks, TDS, TECMP, USB HID, ZB TLV, and ZBD
New and Updated Capture File Support
	BLF, pcapng, and TTL

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/packages/tshark | 4 ++--
 lfs/tshark                       | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/config/rootfiles/packages/tshark b/config/rootfiles/packages/tshark
index 6d67fb4ed..1fbaa5976 100644
--- a/config/rootfiles/packages/tshark
+++ b/config/rootfiles/packages/tshark
@@ -11,10 +11,10 @@ usr/bin/dumpcap
 usr/bin/tshark
 #usr/lib/libwireshark.so
 usr/lib/libwireshark.so.19
-usr/lib/libwireshark.so.19.0.3
+usr/lib/libwireshark.so.19.0.4
 #usr/lib/libwiretap.so
 usr/lib/libwiretap.so.16
-usr/lib/libwiretap.so.16.0.3
+usr/lib/libwiretap.so.16.0.4
 #usr/lib/libwsutil.so
 usr/lib/libwsutil.so.17
 usr/lib/libwsutil.so.17.0.0
diff --git a/lfs/tshark b/lfs/tshark
index f3ec2f723..c350ceb7c 100644
--- a/lfs/tshark
+++ b/lfs/tshark
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = A Network Traffic Analyser
 
-VER        = 4.6.3
+VER        = 4.6.4
 
 THISAPP    = wireshark-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -35,7 +35,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = tshark
 DEPS       = c-ares libxxhash
-PAK_VER    = 33
+PAK_VER    = 34
 
 SERVICES   =
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 635c2cd0f6298d0e5d5a812e502ccbed7a82ad0c67e144484f99cfe7e94b0dfb07016cddc1e81aef7ec35c945b16b0ad14ba42e7eb216ab1520f56443fd8bf30
+$(DL_FILE)_BLAKE2 = e08e015d933738c346e5b4d9985efd0953f11d4fed0010ca5b38cd60e983059ca402ac121c142991057fe0ea8586ddc1dfde9e70f9c0d5a90b40dc2d15e80791
 
 install : $(TARGET)
 
-- 
2.53.0



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] wireless-regdb: Update to version 2026.02.04
  2026-02-27 18:18 [PATCH] core201: Ship iptables Adolf Belka
                   ` (7 preceding siblings ...)
  2026-02-27 18:18 ` [PATCH] tshark: Update to version 4.6.4 Adolf Belka
@ 2026-02-27 18:18 ` Adolf Belka
  8 siblings, 0 replies; 10+ messages in thread
From: Adolf Belka @ 2026-02-27 18:18 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- Update from version 2025.10.07 to 2026.02.04
- No change to rootfile
- Changelog
    2026.02.04
      wireless-regdb: Update broken link in regulatory.bin(5) manpage
      wireless-regdb: Update regulatory info for Malaysia (MY) for 2024
      wireless-regdb: Update regulatory info for Malaysia (MY) for 2025
      wireless-regdb: Update regulatory info for Canada (CA) for 2025
      wireless-regdb: update regulatory database based on preceding changes
      wireless-regdb: Update regulatory info for Tunisia (TN) on 6GHz for 2025
      wireless-regdb: Update regulatory info for Australia (AU) for 2025

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/wireless-regdb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/wireless-regdb b/lfs/wireless-regdb
index 29ea579f9..72c644591 100644
--- a/lfs/wireless-regdb
+++ b/lfs/wireless-regdb
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  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        = 2025.10.07
+VER        = 2026.02.04
 #            https://mirrors.edge.kernel.org/pub/software/network/wireless-regdb/
 
 THISAPP    = wireless-regdb-$(VER)
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 655c637ca2a9269b6b17bc374c7d09dcbbc5228aaefcbe60cd0c24dc78d778a56848a338f830cac8deed7930100a0fffcfdc2d694513c4afa5d537ccf9397f97
+$(DL_FILE)_BLAKE2 = 51b528effd27bef82337babc911e85586a105efce758264d52065b8b2137f08a803e0962ef07a600fec36fd110eecacd1b88d2569aa73ad2a289702164d88581
 
 install : $(TARGET)
 
-- 
2.53.0



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-02-27 18:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-27 18:18 [PATCH] core201: Ship iptables Adolf Belka
2026-02-27 18:18 ` [PATCH] core201: Ship lua Adolf Belka
2026-02-27 18:18 ` [PATCH] core201: Ship wireless-regdb Adolf Belka
2026-02-27 18:18 ` [PATCH] ddrescue: Update to version 1.30 Adolf Belka
2026-02-27 18:18 ` [PATCH] fping: Update to version 5.5 Adolf Belka
2026-02-27 18:18 ` [PATCH] iptables: Update to version 1.8.12 Adolf Belka
2026-02-27 18:18 ` [PATCH] lua: Update to version 5.4.8 Adolf Belka
2026-02-27 18:18 ` [PATCH] minicom: Update to version 2.11 Adolf Belka
2026-02-27 18:18 ` [PATCH] tshark: Update to version 4.6.4 Adolf Belka
2026-02-27 18:18 ` [PATCH] wireless-regdb: Update to version 2026.02.04 Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox