public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 87f609b854b80ecec15f612e067a2ff66343762f
@ 2026-03-01 11:44 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2026-03-01 11:44 UTC (permalink / raw)
  To: ipfire-scm

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 31918 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  87f609b854b80ecec15f612e067a2ff66343762f (commit)
       via  863f6adbf0188e6a7106da24d74eeedacef67da2 (commit)
       via  46bf0992c972fab6690042a41a130b653365e65f (commit)
       via  99cb1dfa910aea443bf854755686d4d78c8b7fb5 (commit)
       via  dea907c3201ce52e6d6d487d1848e20e8a4449c6 (commit)
       via  82a522d55d2d394f3f2dbfe00f3a9bec1376d392 (commit)
       via  52575adbb7fb351d1eaab65680a18f6b367697b2 (commit)
       via  69fb2930df8416cb2e115efa8eeabd26d71ea5f4 (commit)
       via  7e8b67fa1502c9bd2de6b478a038018583f85175 (commit)
       via  25a7c959201fed2f98cce6b1a497b07d500f250d (commit)
      from  2517ef60916411dd1cc9172d37bbde2759ec115e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 87f609b854b80ecec15f612e067a2ff66343762f
Author: Matthias Fischer <matthias.fischer@ipfire.org>
Date:   Sat Feb 28 18:00:18 2026 +0100

    bind: Update to 9.20.20
    
    For details see:
    
    https://downloads.isc.org/isc/bind9/9.20.20/doc/arm/html/notes.html#notes-for-bind-9-20-20
    
    "Notes for BIND 9.20.20
    Security Fixes
    
        Fix a use-after-free error in dns_client_resolve() triggered by a DNAME
        response.
    
        This issue only affected the delv tool and it has now been fixed.
    
        ISC would like to thank Vitaly Simonovich for bringing this
        vulnerability to our attention. [GL #5728]
    
    Feature Changes
    
        Record query time for all dnstap responses.
    
        Not all DNS responses had the query time set in their corresponding
        dnstap messages. This has been fixed. [GL #3695]
    
        Optimize TCP source port selection on Linux.
    
        Enable the IP_LOCAL_PORT_RANGE socket option on the outgoing TCP
        sockets to allow faster selection of the source <address,port> tuple
        for different destination <address,port> tuples, when nearing over
        70-80% of the source port utilization. [GL !11569]
    
    Bug Fixes
    
        Fix an assertion failure triggered by non-minimal IXFRs.
    
        Processing an IXFR that included an RRset whose contents were not
        changed by the transfer triggered an assertion failure. This has been
        fixed. [GL #5759]
    
        Fix a crash when retrying a NOTIFY over TCP.
    
        Furthermore, do not attempt to retry over TCP at all if the source
        address is not available. [GL #5457]
    
        Fetch loop detection improvements.
    
        Fix a case where an in-domain nameserver with expired glue would fail
        to resolve. [GL #5588]
    
        Randomize nameserver selection.
    
        Since BIND 9.20.17, when selecting nameserver addresses to be looked
        up, named selected them in DNSSEC order from the start of the NS RRset.
        This could lead to a resolution failure despite there being an address
        that could be resolved using the other nameserver names. named now
        randomizes the order in which nameserver addresses are looked up. [GL
        #5695] [GL #5745]
    
        Fix dnstap logging of forwarded queries. [GL #5724]
    
        A stale answer could have been served in case of multiple upstream
        failures when following CNAME chains. This has been fixed. [GL #5751]
    
        Fail DNSKEY validation when supported but invalid DS is found.
    
        A regression was introduced in BIND 9.20.6 when adding the EDE code for
        unsupported DNSKEY and DS algorithms. When the parent had both
        supported and unsupported algorithms in the DS record, the validator
        would treat the supported DS algorithm as insecure instead of bogus
        when validating DNSKEY records. This has no security impact, as the
        rest of the child zone correctly ends with bogus status, but it is
        incorrect and thus the regression has been fixed. [GL #5757]
    
        Importing an invalid SKR file might corrupt stack memory.
    
        If an administrator imported an invalid SKR file, the local stack in
        the import function might overflow. This could lead to a memory
        corruption on the stack and ultimately a server crash. This has been
        fixed. [GL #5758]
    
        Return FORMERR for queries with the EDNS Client Subnet FAMILY field set
        to 0.
    
        RFC 7871 only defines families 1 (IPv4) and 2 (IPv6), and requires
        FORMERR to be returned for all unknown families. Queries with the EDNS
        Client Subnet FAMILY field set to 0 now elicit responses with
        RCODE=FORMERR. [GL !11565]"
    
    Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 863f6adbf0188e6a7106da24d74eeedacef67da2
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Fri Feb 27 19:18:36 2026 +0100

    minicom: Update to version 2.11
    
    - 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>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 46bf0992c972fab6690042a41a130b653365e65f
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Fri Feb 27 19:18:30 2026 +0100

    core201: Ship lua
    
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 99cb1dfa910aea443bf854755686d4d78c8b7fb5
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Fri Feb 27 19:18:29 2026 +0100

    core201: Ship iptables
    
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit dea907c3201ce52e6d6d487d1848e20e8a4449c6
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Fri Feb 27 19:18:34 2026 +0100

    iptables: Update to version 1.8.12
    
    - 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>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 82a522d55d2d394f3f2dbfe00f3a9bec1376d392
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Fri Feb 27 19:18:31 2026 +0100

    core201: Ship wireless-regdb
    
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 52575adbb7fb351d1eaab65680a18f6b367697b2
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Fri Feb 27 19:18:38 2026 +0100

    wireless-regdb: Update to version 2026.02.04
    
    - 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>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 69fb2930df8416cb2e115efa8eeabd26d71ea5f4
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Fri Feb 27 19:18:37 2026 +0100

    tshark: Update to version 4.6.4
    
    - 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>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 7e8b67fa1502c9bd2de6b478a038018583f85175
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Fri Feb 27 19:18:33 2026 +0100

    fping: Update to version 5.5
    
    - 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>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 25a7c959201fed2f98cce6b1a497b07d500f250d
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Fri Feb 27 19:18:32 2026 +0100

    ddrescue: Update to version 1.30
    
    - 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>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/common/bind                       | 10 ++++----
 .../{oldcore/123 => core/201}/filelists/iptables   |  0
 .../{oldcore/100 => core/201}/filelists/lua        |  0
 .../131 => core/201}/filelists/wireless-regdb      |  0
 config/rootfiles/packages/tshark                   |  4 +--
 lfs/bind                                           |  6 ++---
 lfs/ddrescue                                       |  8 +++---
 lfs/fping                                          |  8 +++---
 lfs/iptables                                       | 30 ++++++++++------------
 lfs/minicom                                        | 17 ++++++------
 lfs/tshark                                         |  6 ++---
 lfs/wireless-regdb                                 |  6 ++---
 12 files changed, 46 insertions(+), 49 deletions(-)
 copy config/rootfiles/{oldcore/123 => core/201}/filelists/iptables (100%)
 copy config/rootfiles/{oldcore/100 => core/201}/filelists/lua (100%)
 copy config/rootfiles/{oldcore/131 => core/201}/filelists/wireless-regdb (100%)

Difference in files:
diff --git a/config/rootfiles/common/bind b/config/rootfiles/common/bind
index 08cb3c223..42690fd5f 100644
--- a/config/rootfiles/common/bind
+++ b/config/rootfiles/common/bind
@@ -241,18 +241,18 @@ usr/bin/nsupdate
 #usr/include/ns/types.h
 #usr/include/ns/update.h
 #usr/include/ns/xfrout.h
-usr/lib/libdns-9.20.19.so
+usr/lib/libdns-9.20.20.so
 #usr/lib/libdns.la
 #usr/lib/libdns.so
-usr/lib/libisc-9.20.19.so
+usr/lib/libisc-9.20.20.so
 #usr/lib/libisc.la
 #usr/lib/libisc.so
-usr/lib/libisccc-9.20.19.so
+usr/lib/libisccc-9.20.20.so
 #usr/lib/libisccc.la
 #usr/lib/libisccc.so
-usr/lib/libisccfg-9.20.19.so
+usr/lib/libisccfg-9.20.20.so
 #usr/lib/libisccfg.la
 #usr/lib/libisccfg.so
-usr/lib/libns-9.20.19.so
+usr/lib/libns-9.20.20.so
 #usr/lib/libns.la
 #usr/lib/libns.so
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
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
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
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/bind b/lfs/bind
index cfc1cb5c7..179d4875d 100644
--- a/lfs/bind
+++ b/lfs/bind
@@ -1,4 +1,4 @@
-###############################################################################
+###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
 # Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
@@ -25,7 +25,7 @@
 
 include Config
 
-VER        = 9.20.19
+VER        = 9.20.20
 
 THISAPP    = bind-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 9330f6fdf44038b1a28d1cbba19a7110dcaaf3e1ba32dc5eea5ff20b0adab0c6f4450acda0932f4aa3b73bde03599fddd8b8f5bd735b8bbc3518c15ca6e8237b
+$(DL_FILE)_BLAKE2 = 416593b641ec7de486f474bb4edbe843a2abd18d9a5c12dcd74fd55c4f1d2d89bdacfa32458dd6ecc09e7e601692f9c134459f5c183dabc3f98fa7b5506736e0
 
 install : $(TARGET)
 
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)
 
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)
 
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)
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)
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)
 
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)
 


hooks/post-receive
--
IPFire 2.x development tree


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-03-01 11:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-01 11:44 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 87f609b854b80ecec15f612e067a2ff66343762f Michael Tremer

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