pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/wireshark
Module Name: pkgsrc
Committed By: adam
Date: Thu Oct 10 09:45:55 UTC 2024
Modified Files:
pkgsrc/net/wireshark: Makefile PLIST distinfo
Removed Files:
pkgsrc/net/wireshark/patches: patch-ui_qt_utils_qt__ui__utils.cpp
Log Message:
wireshark: updated to 4.4.1
4.4.1
Bug Fixes
The following vulnerabilities have been fixed:
wnpa-sec-2024-12 ITS dissector crash. Issue 20026.
wnpa-sec-2024-13 AppleTalk and RELOAD Framing dissector crashes. Issue 20114.
The following bugs have been fixed:
Refresh interface during live-capture leads to corrupt interface handling. Issue 11176.
Media type "application/octet-stream" registered for both Thread and UASIP. Issue 14729.
Extcap toolbar stops working when new interface is added. Issue 19854.
Decoding error ITS CPM version 2.1.1. Issue 19886.
Build error in 4.3.0: sync_pipe_run_command_actual error: argument 2 is null but the corresponding size argument 3 value is 512004 [-Werror=nonnull] Issue 19930.
html2text.py doesn’t handle the <sup> tag. Issue 20020.
Incorrect NetFlow v8 TOS AS aggregation dissection. Issue 20021.
The Windows packages don’t ship with the IP address plugin. Issue 20030.
O_PATH is Linux-and-FreeBSD-specific. Issue 20031.
Wireshark 4.4.0 doesn’t install USBcap USBcapCMD.exe in the correct directory. Issue 20040.
OER dissector is not considering the preamble if ASN.1 SEQUENCE definition includes extension marker but no OPTIONAL items. Issue 20044.
Bluetooth classic L2CAP incorrect dissection with connectionless reception channel. Issue 20047.
Profile auto switch filters : Grayed Display Filter Expression dialog box when opened from Configuration Profiles dialog box. Issue 20049.
Wireshark 4.4.0 / macOS 14.6.1 wifi if monitor mode. Issue 20051.
TECMP Data Type passes too much data to sub dissectors. Issue 20052.
Wireshark and tshark 4.4.0 ignore extcap options specified on the command line. Issue 20054.
Cannot open release notes due to incorrect path with duplicated directory components. Issue 20055.
Unable to open "Release Notes" from the "Help" menu. Issue 20056.
No capture interfaces if Wireshark is started from command line with certain paths. Issue 20057.
Wireshark 4.4.0 extcap path change breaks third party extcap installers. Issue 20069.
Fuzz job UTF-8 encoding issue: fuzz-2024-09-10-7618.pcap. Issue 20071.
Unable to create larger files than 99 size units. Issue 20079.
Opening Wireshark 4.4.0 on macOS 15.0 disconnects iPhone Mirroring. Issue 20082.
PRP trailer not shown for L2 IEC 61850 GOOSE packets in 4.4.0 (was working in 4.2.7) Issue 20088.
GUI lags because NetworkManager keeps turning 802.11 monitor mode off. Issue 20090.
Error while getting Bluetooth application process id by <shell:ps -A | grep com.*android.bluetooth> Issue 20100.
Fuzz job assertion: randpkt-2024-10-05-7200.pcap. Issue 20110.
New and Updated Features
The TShark syntax for dumping only fields with a certain prefix has changed from -G fields prefix to -G fields,prefix. This allows tshark -G fields to again support also specifying the configuration
profile to use.
To generate a diff of this commit:
cvs rdiff -u -r1.318 -r1.319 pkgsrc/net/wireshark/Makefile
cvs rdiff -u -r1.92 -r1.93 pkgsrc/net/wireshark/PLIST
cvs rdiff -u -r1.176 -r1.177 pkgsrc/net/wireshark/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/net/wireshark/patches/patch-ui_qt_utils_qt__ui__utils.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/wireshark/Makefile
diff -u pkgsrc/net/wireshark/Makefile:1.318 pkgsrc/net/wireshark/Makefile:1.319
--- pkgsrc/net/wireshark/Makefile:1.318 Sat Aug 31 08:39:32 2024
+++ pkgsrc/net/wireshark/Makefile Thu Oct 10 09:45:54 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.318 2024/08/31 08:39:32 adam Exp $
+# $NetBSD: Makefile,v 1.319 2024/10/10 09:45:54 adam Exp $
-DISTNAME= wireshark-4.4.0
+DISTNAME= wireshark-4.4.1
CATEGORIES= net
MASTER_SITES= https://www.wireshark.org/download/src/
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/net/wireshark/PLIST
diff -u pkgsrc/net/wireshark/PLIST:1.92 pkgsrc/net/wireshark/PLIST:1.93
--- pkgsrc/net/wireshark/PLIST:1.92 Sat Aug 31 08:39:32 2024
+++ pkgsrc/net/wireshark/PLIST Thu Oct 10 09:45:54 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.92 2024/08/31 08:39:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.93 2024/10/10 09:45:54 adam Exp $
bin/capinfos
bin/captype
bin/dumpcap
@@ -15,10 +15,10 @@ bin/tshark
${PLIST.qt}bin/wireshark
lib/libwireshark.so
lib/libwireshark.so.18
-lib/libwireshark.so.18.0.0
+lib/libwireshark.so.18.0.1
lib/libwiretap.so
lib/libwiretap.so.15
-lib/libwiretap.so.15.0.0
+lib/libwiretap.so.15.0.1
lib/libwsutil.so
lib/libwsutil.so.16
lib/libwsutil.so.16.0.0
Index: pkgsrc/net/wireshark/distinfo
diff -u pkgsrc/net/wireshark/distinfo:1.176 pkgsrc/net/wireshark/distinfo:1.177
--- pkgsrc/net/wireshark/distinfo:1.176 Sat Aug 31 08:39:32 2024
+++ pkgsrc/net/wireshark/distinfo Thu Oct 10 09:45:54 2024
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.176 2024/08/31 08:39:32 adam Exp $
+$NetBSD: distinfo,v 1.177 2024/10/10 09:45:54 adam Exp $
-BLAKE2s (wireshark-4.4.0.tar.xz) = 1ea33cdcdc58b426b81304376a7f7e084ee272bd95ed002fdaf25f97331a7a5f
-SHA512 (wireshark-4.4.0.tar.xz) = a00275ffcc7c5bdf546e3e1c95a2fa77b86232d008f77b1b2f3de8e63f1862321d7a439cba2d136be4407131e07e20071d972a4efb7db2bc55388a347f47ce9e
-Size (wireshark-4.4.0.tar.xz) = 46786568 bytes
+BLAKE2s (wireshark-4.4.1.tar.xz) = 5eb4efdbf84354362c8ec065d88f9b0522c7c3caa429480993e2b4ac553e8302
+SHA512 (wireshark-4.4.1.tar.xz) = 66c5e035a5a0d2bbb82fba67b652e0e37c296ab470da59b8ed71ef4e6d6d061d6a2649b5af544b737cdf31d808a7f8f07a64a9e4d805674ce8965eff23081de4
+Size (wireshark-4.4.1.tar.xz) = 46748700 bytes
SHA1 (patch-CMakeLists.txt) = 80af7e00226894efe82db3b89ea8fee08bd30681
-SHA1 (patch-ui_qt_utils_qt__ui__utils.cpp) = 4ba9b67aa961431f8b862b91ee2fdfa02e39e953
Home |
Main Index |
Thread Index |
Old Index