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

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  643427acc6bf4f87003a5639e242abe80684d953 (commit)
       via  636ba18de2f0e9d961f45f38470c23b15dcc9c01 (commit)
       via  057ec0913f4bce2dd1dcf3e1e9f779fcec127ef3 (commit)
       via  4f2509061feb556fe9516dbe072c450e7d3d0ccb (commit)
       via  5bed6fd3c3d656b42ba72687129cdbde2f75e7a5 (commit)
      from  f7cb51d6efc62d552900a2f4c5ec28920f302426 (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 643427acc6bf4f87003a5639e242abe80684d953
Author: Michael Tremer <michael.tremer@ipfire.org>
Date:   Tue Jan 27 17:32:47 2026 +0000

    core200: Ship suricata-reporter
    
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 636ba18de2f0e9d961f45f38470c23b15dcc9c01
Author: Michael Tremer <michael.tremer@ipfire.org>
Date:   Tue Jan 27 17:31:59 2026 +0000

    suricata-reporter: Update to 0.6
    
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 057ec0913f4bce2dd1dcf3e1e9f779fcec127ef3
Author: Matthias Fischer <matthias.fischer@ipfire.org>
Date:   Sun Jan 25 11:12:37 2026 +0100

    tmux: Update to 3.6a
    
    For details see:
    
    https://raw.githubusercontent.com/tmux/tmux/3.6a/CHANGES
    
    "CHANGES FROM 3.6 TO 3.6a
    
    * Fix a buffer overread and an infinite loop in format processing (reported by
      Giorgi Kobakhia, issue 4735).
    * Allow drag in alternate screen again (issue 4743 reported by Brad King).
    * Fix y offset of mouse if status at top (issue 4738 from Michael Grant).
    * Add a missing skin tone (from Jake Stewart, issue 4736).
    * Allow characters to be combined in either order (issue 4726, reported by Jake
      Stewart).
    * Fix horizontal mouse resizing when pane status lines are on (from Michael
      Grant, issue 4720).
    * Fix noattr so it does not delete attributes set in the style itself (issue
      4713).
    * Newer libevents do not allow event_del on a zero'd event (issue 4706).
    * Place cursor on correct line if message-line is not 0 (issue 4707).
    * Fix compile error on FreeBSD (from Yasuhiro Kimura, issue 4701).
    
    CHANGES FROM 3.5a TO 3.6
    
    * Add seconds options for clock mode (issue 4697).
    * Add a resize callback for menus so that they are correctly moved on resize
      (issue 4696).
    * Make -v to source-file pass through to subsequent source-file commands (issue
      4216).
    * If display-popup is used inside a popup, modify that popup (issue 4678).
    * Add selection-mode command to expilcitly set the selection mode in copy mode
      (issue 3842).
    * Save and restore images in alternate screen (issue 3732).
    * Ignore Hangul filler character (issue 3998).
    * Improve handling of regional indicators and emoji modifiers (issue 3998).
    * Preserve marked pane with swap-window and move-window (issue 3443).
    * Set and check COLORTERM as a hint for RGB colour.
    * If tmux receives a palette request (OSC 4) in a pane and the palette entry
      has not been set, send a request to the most recently used client and
      forward any response instead (based on change from Tim Culverhouse, issue
      4665).
    * Add -l flag to command-prompt to disable splitting into multiple prompts
      (issue 4483).
    * Don't enter copy mode on mouse wheel in alternate screen (issue 3705).
    * Add commands to centre the cursor in copy mode (issue 4662).
    * Support case insensitive search in modes in the same way as copy mode
      (like emacs, so all-lowercase means case insensitive) (issue 4396).
    * Fix the logic of the no-detached case for the detach-on-destroy option (from
      Martin Louazel, issue 4649).
    * Add buffer_full format variable (from Mohammad AlSaleh, issue 4630).
    * Introduce a new window option, tiled-layout-max-columns, which configures the
      maximum number of columns in the tiled layout.
    * Add support for DECRQSS SP q (report cursor style), DECRQM ?12 (report cursor
      blink state) and DECRQM ?2004, ?1004, ?1006 (report mouse state) ( rom
      Andrea Alberti, issue 4618).
    * Fix missing argument from OSC 4 reply (issue 4596).
    * Add -k flag to display-popup which allows any key to dismiss the popup once
      the command has exited (from Meriel Luna Mittelbach, issue 4612).
    * Add nicer default second and third status lines (from Michael Grant, issue
      4490).
    * Add a pane-border-lines "spaces" value to use spaces for pane borders (issue
      4587).
    * Replace invalid UTF-8 characters with the placeholder instead of ignoring
      them (issue 4514).
    * Fix incorrect handling of Korean Hangul Jamo characters (from Roy Jung, issue
      4546).
    * Allow uppercase letters in gray/grey color names (from Pavel Roskin, issue
      4560).
    * Add sorting to W, P, L loop operators (from Michael Grant, issue 4516).
    * Detect support for OSC 52 using the device attributes report (from James
      Holderness, issue 4539).
    * Add noattr for styles and use in mode-style to allow whether attributes are
      ignored or used to be configured (issue 4498).
    * Add a set-default style attribute which replaces the current default colours
      and attributes completely.
    * Add -E to run-shell to forward stderr as well as stdout (issue 4246).
    * Add an option variation-selector-always-wide to instruct tmux not to
      always interpret VS16 as a wide character and assume the terminal does
      likewise.
    * Switch to getopt_long from OpenSSH (from Koichi Murase, issue 4492).
    * Add more features for boolean expressions in formats: 1) extend && and || to
      support arbitrarily many arguments and 2) add ! and !! for not and not-not
      (from David Mandelberg).
    * Do not mistake other DCS sequences for SIXEL sequences (from James
      Holderness, issue 4488).
    * Improve #? conditional expression in formats: add support for else if and
      default empty string if no else value (from David Mandelberg, issue 4451).
    * Add default-client-command to set the command used if tmux is run without a
      command; the default stays new-session (from David Mandelberg, issue
      4422).
    * Add S-Up and S-Down to move windows in tree mode (from David Mandelberg,
      issue 4415).
    * Add mode 2031 support to automatically report dark or light theme. tmux will
      guess the theme from the background colour on terminals which do not
      themselves support the escape sequence (from Jonathan Slenders, issue 4353).
    * Add -M flag to capture-pane to use the copy mode screen (issue 4358).
    * Align index numbers in trees (from David Mandelberg, issue 4360).
    * Add display-message -C flag to update pane while message is displayed (from
      Vitaly Ostrosablin, issue 4363).
    * Make list-commands command show only one command if an argument is given
      (from Ilya Grigoriev, issue 4352).
    * Count line numbers correctly inside strings in configuration files (reported
      by Pedro Navarro, issue 4325).
    * Map bright black (colour 8) to white (7) if the background is black on
      terminals with only eight colours so the text is not invisible (from Dmytro
      Bagrii, issue 4322).
    * New codepoint-widths option allowing users to override the width of
      individual Unicode codepoints.
    * Add a nesting limit to source-file (from Fadi Afani, issue 4223).
    * Add copy-mode-position-style and copy-mode-selection-style options for copy
      mode.
    * Add no-detach-on-destroy client option (issue 4242).
    * Add input-buffer-size option (from Ken Lau).
    * Add support for a scrollbar at the side of each pane. New options
      pane-scrollbars turn them on or off, pane-scrollbars-position sets the
      position (left or right), and pane-scrollbars-style to set the colours (from
      Michael Grant, issue 4221).
    * Allow control characters to be entered at the command prompt by prefixing
      with C-v (from Alexander Arch, issue 4206).
    * Do not attempt to search for zero length strings (from Alexander Arch, issue
      4209).
    * Preserve tabs for copying and capture-pane (from Alexander Arch, issue
      4201).
    * Increase the maximum for repeat-time.
    * Adjust how Ctrl and Meta keys are sent to use standard representation if
      available in mode 1 (from Stanislav Kljuhhin, issue 4188).
    * Allow attributes in menu style (from Japin Li, issue 4194).
    * Add a sixel_support format variable which is 1 if SIXEL is supported, always
      0 on OpenBSD (requested by Misaki Masa, issue 4177).
    * Add prompt-cursor-colour and prompt-cursor-style to set the style of the
      cursor in the command prompt and remove the emulated cursor (from Alexander
      Arch, issue 4170).
    * Add initial-repeat-time option to allow the first repeat time to be increased
      and later reduced (from David le Blanc, issue 4164).
    * Send focus events to pane when entering or leaving popup (issue 3991).
    * Add copy-mode-position-format to configure the position indicator.
    * Add -y flag to disable confirmation prompts in modes (issue 4152).
    * Add -C and -P flags to the copy commands in copy mode: -C prevents the
      commands from sending the text to the clipboard and -P prevents them from
      adding the text as a paste buffer (issue 4153).
    * Preserve transparency and raster attribute dimensions when sending a SIXEL
      image, and avoid collapsing empty lines (issue 4149).
    * Bypass permission check for Cygwin (based on a change by Yuya Adachi via
      Rafael Kitover, issue 4148).
    * Add MSYSTEM to default update-environment (for Cgywin).
    * Set client stdout file descriptor also for Cgywin (from Michael Wild via Rafael
      Kitover, issue 4148).
    * Use global cursor style and colour options for modes instead of default
      (issue 4117).
    * Fix pasting so it does not interpret keys but instead copies the input
      without interpretation (reported by Mark Kelly).
    * Try to query window pixel size from the outside terminal if the values
      returned by TIOCGWINSZ are zero (Dmitry Galchinsky, issue 4099)."
    
    Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 4f2509061feb556fe9516dbe072c450e7d3d0ccb
Author: Stefan Schantl <stefan.schantl@ipfire.org>
Date:   Sun Jan 25 17:04:49 2026 +0100

    rust-spdx: Fix rootfile
    
    Fix accidently replaced "+" on some license files.
    
    Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 5bed6fd3c3d656b42ba72687129cdbde2f75e7a5
Author: Stefan Schantl <stefan.schantl@ipfire.org>
Date:   Sun Jan 25 17:04:48 2026 +0100

    rust-wasip2: Fix rootfile
    
    Fix the accidently replaced "+" in the middle of the directory name.
    
    Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

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

Summary of changes:
 config/rootfiles/common/rust-spdx                  | 12 ++---
 config/rootfiles/common/rust-wasip2                | 60 +++++++++++-----------
 .../198 => core/200}/filelists/suricata-reporter   |  0
 lfs/suricata-reporter                              |  4 +-
 lfs/tmux                                           |  9 ++--
 5 files changed, 43 insertions(+), 42 deletions(-)
 copy config/rootfiles/{oldcore/198 => core/200}/filelists/suricata-reporter (100%)

Difference in files:
diff --git a/config/rootfiles/common/rust-spdx b/config/rootfiles/common/rust-spdx
index 81e4adf8c..10b045235 100644
--- a/config/rootfiles/common/rust-spdx
+++ b/config/rootfiles/common/rust-spdx
@@ -292,11 +292,11 @@
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GL2PS
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GLWTPL
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GPL-1.0
-#usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GPL-1.0#
+#usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GPL-1.0+
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GPL-1.0-only
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GPL-1.0-or-later
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GPL-2.0
-#usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GPL-2.0#
+#usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GPL-2.0+
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GPL-2.0-only
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GPL-2.0-or-later
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GPL-2.0-with-GCC-exception
@@ -305,7 +305,7 @@
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GPL-2.0-with-classpath-exception
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GPL-2.0-with-font-exception
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GPL-3.0
-#usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GPL-3.0#
+#usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GPL-3.0+
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GPL-3.0-only
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GPL-3.0-or-later
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/GPL-3.0-with-GCC-exception
@@ -347,15 +347,15 @@
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/LAL-1.2
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/LAL-1.3
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/LGPL-2.0
-#usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/LGPL-2.0#
+#usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/LGPL-2.0+
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/LGPL-2.0-only
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/LGPL-2.0-or-later
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/LGPL-2.1
-#usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/LGPL-2.1#
+#usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/LGPL-2.1+
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/LGPL-2.1-only
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/LGPL-2.1-or-later
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/LGPL-3.0
-#usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/LGPL-3.0#
+#usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/LGPL-3.0+
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/LGPL-3.0-only
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/LGPL-3.0-or-later
 #usr/share/cargo/registry/spdx-0.10.1/src/text/licenses/LGPLLR
diff --git a/config/rootfiles/common/rust-wasip2 b/config/rootfiles/common/rust-wasip2
index 023a3c8d0..cde9943fb 100644
--- a/config/rootfiles/common/rust-wasip2
+++ b/config/rootfiles/common/rust-wasip2
@@ -1,30 +1,30 @@
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/.cargo-checksum.json
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/Cargo.toml
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/Cargo.toml.deps
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/README.md
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/examples
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/examples/cli-command-no_std.rs
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/examples/cli-command.rs
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/examples/hello-world-no_std.rs
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/examples/hello-world.rs
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/examples/http-proxy-no_std.rs
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/examples/http-proxy.rs
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/src
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/src/command.rs
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/src/ext
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/src/ext/mod.rs
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/src/ext/std.rs
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/src/imports.rs
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/src/lib.rs
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/src/proxy.rs
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/wit
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/wit/deps
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/wit/deps/cli.wit
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/wit/deps/clocks.wit
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/wit/deps/filesystem.wit
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/wit/deps/http.wit
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/wit/deps/io.wit
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/wit/deps/random.wit
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/wit/deps/sockets.wit
-#usr/share/cargo/registry/wasip2-1.0.2#wasi-0.2.9/wit/wasi-crate.wit
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/.cargo-checksum.json
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/Cargo.toml
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/Cargo.toml.deps
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/README.md
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/examples
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/examples/cli-command-no_std.rs
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/examples/cli-command.rs
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/examples/hello-world-no_std.rs
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/examples/hello-world.rs
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/examples/http-proxy-no_std.rs
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/examples/http-proxy.rs
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/src
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/src/command.rs
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/src/ext
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/src/ext/mod.rs
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/src/ext/std.rs
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/src/imports.rs
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/src/lib.rs
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/src/proxy.rs
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/wit
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/wit/deps
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/wit/deps/cli.wit
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/wit/deps/clocks.wit
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/wit/deps/filesystem.wit
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/wit/deps/http.wit
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/wit/deps/io.wit
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/wit/deps/random.wit
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/wit/deps/sockets.wit
+#usr/share/cargo/registry/wasip2-1.0.2+wasi-0.2.9/wit/wasi-crate.wit
diff --git a/config/rootfiles/core/200/filelists/suricata-reporter b/config/rootfiles/core/200/filelists/suricata-reporter
new file mode 120000
index 000000000..23f2cd87d
--- /dev/null
+++ b/config/rootfiles/core/200/filelists/suricata-reporter
@@ -0,0 +1 @@
+../../../common/suricata-reporter
\ No newline at end of file
diff --git a/lfs/suricata-reporter b/lfs/suricata-reporter
index 98d4f3458..76172b49d 100644
--- a/lfs/suricata-reporter
+++ b/lfs/suricata-reporter
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.5
+VER        = 0.6
 
 THISAPP    = suricata-reporter-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = b82af742cab7ece8516c755eb06ebfac41a83eecbabb9d065960c2cf02c5579494ae5dd83dc464c03722f6d29f40b72613d7806467bb742d6b0a5a4185f1bc40
+$(DL_FILE)_BLAKE2 = aa321b9455e872df0d6726fad95f07285df1288a2f0155f7121fc8bd8f3eab6cf79837b1a7497e10525e95105f2e5713c79e4f3cc1ea70327e1472e4f6588bd3
 
 install : $(TARGET)
 
diff --git a/lfs/tmux b/lfs/tmux
index d384a7f35..4d7700670 100644
--- a/lfs/tmux
+++ b/lfs/tmux
@@ -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    = Terminal multiplexer
 
-VER        = 3.5a
+VER        = 3.6a
 
 THISAPP    = tmux-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = tmux
-PAK_VER    = 13
+PAK_VER    = 14
 
 DEPS       =
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 2314bc127f805071c9f2fe28be549b0948042a153aa68d997efc1dc0d6eba198b04aa16932d0a84b03250567100fb81c464919fcc8ba98660d3d0750ff5fe879
+$(DL_FILE)_BLAKE2 = a2946fa9449fe40d94d1ab25e48c7faecedec8dce4372147a738a2c61443a8f430f37c252bb5ef9d5cb99041d4d928ea4389ec21da7247817a6238a46f6598d8
 
 install : $(TARGET)
 
@@ -81,6 +81,7 @@ $(subst %,%_BLAKE2,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+	cd $(DIR_APP) && ./autogen.sh
 	cd $(DIR_APP) && ./configure \
 		--prefix=/usr
 	cd $(DIR_APP) && make $(MAKETUNING)


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


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

only message in thread, other threads:[~2026-01-27 17:33 UTC | newest]

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

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