public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] tshark: Update to version 4.4.3
Date: Sat, 11 Jan 2025 15:43:33 +0100	[thread overview]
Message-ID: <20250111144333.3363359-10-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250111144333.3363359-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 3654 bytes --]

- Update from version 4.4.2 to 4.4.3
- Update of rootfile
- Changelog
    4.4.3
	Bug Fixes
	    Potential mis-match in GSM MAP dissector for uncertainty radius and its
	     filter key. Issue 20247.
	    Macro eNodeB ID and Extended Macro eNodeB ID not decoded by User Location
	     Information. Issue 20276.
	    The NFSv2 Dissector appears to be swapping Character Special File and
	     Directory in mode decoding. Issue 20290.
	    CMake discovers Strawberry Perl’s zlib DLL when it shouldn’t. Issue 20304.
	    VOIP Calls call flow displaying hours. Issue 20311.
	    Fuzz job issue: fuzz-2024-12-26-7898.pcap. Issue 20313.
	    sFlow: Incorrect length passed to header sample dissector. Issue 20320.
	    wsutil: Should link against -lm due to missing fabs() when built with
	     -fno-builtin. Issue 20326.
	Updated Protocol Support
		ARTNET, ASN.1 PER, BACapp, BBLog, BT BR/EDR RF, CQL, Diameter, DOF,
		 ECMP, FiveCo RAP, FTDI FT, GSM COMMON, GTPv2, HCI_MON, HSRP, HTTP2,
		 ICMPv6, IEEE 802.11, Kafka, LTE RRC, MBIM, MMS, Modbus/TCP, MPEG PES,
		 NAS-EPS, NFS, NGAP, NR RRC, PLDM, PN-DCP, POP, ProtoBuf, PTP, RLC, RPC,
		 RTCP, sFlow, SIP, SRT, TCP, UCP, USBCCID, Wi-SUN, and ZigBee ZCL
	New and Updated Capture File Support
		CLLog EMS ERF

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

diff --git a/config/rootfiles/packages/tshark b/config/rootfiles/packages/tshark
index 73b63bda4..02e4f47e2 100644
--- a/config/rootfiles/packages/tshark
+++ b/config/rootfiles/packages/tshark
@@ -12,10 +12,10 @@ usr/bin/dumpcap
 usr/bin/tshark
 #usr/lib/libwireshark.so
 usr/lib/libwireshark.so.18
-usr/lib/libwireshark.so.18.0.2
+usr/lib/libwireshark.so.18.0.3
 #usr/lib/libwiretap.so
 usr/lib/libwiretap.so.15
-usr/lib/libwiretap.so.15.0.2
+usr/lib/libwiretap.so.15.0.3
 #usr/lib/libwsutil.so
 usr/lib/libwsutil.so.16
 usr/lib/libwsutil.so.16.0.0
diff --git a/lfs/tshark b/lfs/tshark
index a567f03ea..ca451fbe7 100644
--- a/lfs/tshark
+++ b/lfs/tshark
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info(a)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 Network Traffic Analyser
 
-VER        = 4.4.2
+VER        = 4.4.3
 
 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
-PAK_VER    = 20
+PAK_VER    = 21
 
 SERVICES   =
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = ea5c48f06c2aeb5b51f6ba62fd57214e9dd79917f978867d3ae31ffec74eb82ba7c8a2e2dcba415e53d051e531f9f9907aac88c6f29b6746222cf812bb43c85b
+$(DL_FILE)_BLAKE2 = b6a7348a4da0f6160e325e3345b508ae9e0ca900a2c0d308cb70d3da216ff90818e0439be3ef5f89dc87166e566d8b7d77f6fff114b5b303a5ad9b72e5665be4
 
 install : $(TARGET)
 
-- 
2.47.1


      parent reply	other threads:[~2025-01-11 14:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-11 14:43 [PATCH] e2fsprogs: Update to version 1.47.2 Adolf Belka
2025-01-11 14:43 ` [PATCH] fping: Update to version 5.3 Adolf Belka
2025-01-11 14:43 ` [PATCH] hwdata: Update to version 0.391 Adolf Belka
2025-01-11 14:43 ` [PATCH] libpng: Update to version 1.6.45 Adolf Belka
2025-01-11 14:43 ` [PATCH] libxcrypt: Update to version 4.4.37 Adolf Belka
2025-01-11 14:43 ` [PATCH] mdadm: Update to version 4.4 Adolf Belka
2025-01-11 14:43 ` [PATCH] nano: Update to version 8.3 Adolf Belka
2025-01-11 14:43 ` [PATCH] nettle: Update to version 3.10.1 Adolf Belka
2025-01-11 14:43 ` [PATCH] samba: Update to version 4.21.3 Adolf Belka
2025-01-11 14:43 ` Adolf Belka [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250111144333.3363359-10-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox