* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 32a07cec68d0bbb420524c193a46bbb7d6d6bb71
@ 2026-01-14 11:18 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2026-01-14 11:18 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 32a07cec68d0bbb420524c193a46bbb7d6d6bb71 (commit)
from 097038766be6a70b258a3cd67703d3b3b45f573f (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 32a07cec68d0bbb420524c193a46bbb7d6d6bb71
Author: Adolf Belka <adolf.belka@ipfire.org>
Date: Wed Jan 14 12:17:23 2026 +0100
tshark: Add libxxhash to dependency list
- From version 2.6.0 tshark added libxxhash as an option which is defined as ON by
default. As libxxhash is built as a dependency for rsync and borgbackup the tshark
build worked without problems but then the libxxhash library wass not present and so
tshark failed to run.
- This patch adds libxxhash to the dependency list for tshark
- No change to rootfile
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
lfs/tshark | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Difference in files:
diff --git a/lfs/tshark b/lfs/tshark
index 07cb1af8e..9ccfda104 100644
--- a/lfs/tshark
+++ b/lfs/tshark
@@ -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 #
@@ -34,8 +34,8 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = tshark
-DEPS = c-ares
-PAK_VER = 31
+DEPS = c-ares libxxhash
+PAK_VER = 32
SERVICES =
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-14 11:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-14 11:18 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 32a07cec68d0bbb420524c193a46bbb7d6d6bb71 Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox