Thu Jul 13 14:50:29 2023 UTC ()
wireshark: updated to 4.0.7

Wireshark 4.0.7 Release Notes

 What’s New

  We do not ship official 32-bit Windows packages for Wireshark 4.0 and
  later. If you need to use Wireshark on that platform, we recommend
  using the latest 3.6 release. Issue 17779[1]

  If you’re running Wireshark on macOS and upgraded to macOS 13 from an
  earlier version, you might have to open and run the “Uninstall
  ChmodBPF” package, then open and run “Install ChmodBPF” in order to
  reset the ChmodBPF Launch Daemon. Issue 18734[2].

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2023-21[3] Kafka dissector crash. Issue 19105[4].

     • wnpa-sec-2023-22[5] iSCSI dissector crash. Issue 19164[6].

   The following bugs have been fixed:

     • Crash when (re)loading a capture file after renaming a dfilter
       macro. Issue 13753[7].

     • Moving a column deselects selected packet and moves to beginning
       of packet list. Issue 16251[8].

     • If you set the default interface in the preferences, it doesn’t
       work with TShark. Issue 16593[9].

     • Severe performance issues in Follow → Save As raw workflow. Issue
       17313[10].

     • TShark doesn’t support the tab character as an aggregator
       character in \"-T fields\" Issue 18002[11].

     • On Windows clicking on a link in the 'Software Update' window
       launches, now unsupported, MS Internet Explorer. Issue 18488[12].

     • Wireshark 4.x.x on Win10-x64 crashes after saving a file with a
       name already in use. Issue 18679[13].

     • NAS-5GS Operator-defined Access Category: Multiple Criteria
       values not displayed in dissected packet display. Issue
       18941[14].

     • Server Hello Packet Invisible - during 802.1x Authentication-
       from Wireshark App Version 4.0.3 (v4.0.3-0-gc552f74cdc23) &
       above. Issue 19071[15].

     • TShark reassembled data is incomplete/truncated. Issue 19107[16].

     • CQL protocol parsing issues with `Result` frames from open source
       Cassandra. Issue 19119[17].

     • TLS 1.3 second Key Update doesn’t work. Issue 19120[18].

     • HTTP2 dissector reports an assertion error on large data frames.
       Issue 19121[19].

     • epan: Single letter hostnames aren’t displayed correctly. Issue
       19137[20].

     • BLF: CAN-FD-Message format is missing a field. Issue 19146[21].

     • BLF: last parameter of LIN-Message is not mandatory (BUGFIX)
       Issue 19147[22].

     • PPP IPv6CP: Incorrect payload length warning. Issue 19149[23].

     • INSTALL file needs to be updated for Debian. Issue 19167[24].

     • Some RTP streams make Wireshark crash when trying to play stream.
       Issue 19170[25].

     • Wrong ordering in OpenFlow 1.0 Datapath unique ID. Issue
       19172[26].

     • Incorrect mask in RTCP slice picture ID. Issue 19182[27].

     • Dissection error in AMQP 1.0. Issue 19191[28].

  New and Updated Features

   There are no new or updated features in this release.

  Removed Features and Support

  New Protocol Support

   There are no new protocols in this release.

  Updated Protocol Support

   9P, AMQP, BGP, CQL, DHCPFO, EAP, GlusterFS, GSM MAP, HTTP2, iSCSI,
   Kafka, Kerberos, NAN, NAS-5GS, OCP.1, OpenFlow 1.0, PDCP-NR, PEAP,
   PPPoE, RSL, RTCP, rtnetlink, and XMPP


(adam)
diff -r1.297 -r1.298 pkgsrc/net/wireshark/Makefile
diff -r1.81 -r1.82 pkgsrc/net/wireshark/PLIST
diff -r1.165 -r1.166 pkgsrc/net/wireshark/distinfo

cvs diff -r1.297 -r1.298 pkgsrc/net/wireshark/Makefile (expand / switch to unified diff)

--- pkgsrc/net/wireshark/Makefile 2023/05/26 04:27:56 1.297
+++ pkgsrc/net/wireshark/Makefile 2023/07/13 14:50:29 1.298
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.297 2023/05/26 04:27:56 adam Exp $ 1# $NetBSD: Makefile,v 1.298 2023/07/13 14:50:29 adam Exp $
2 2
3DISTNAME= wireshark-4.0.6 3DISTNAME= wireshark-4.0.7
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= https://www.wireshark.org/download/src/ 5MASTER_SITES= https://www.wireshark.org/download/src/
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.wireshark.org/ 9HOMEPAGE= https://www.wireshark.org/
10COMMENT= Network protocol analyzer 10COMMENT= Network protocol analyzer
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13CONFLICTS+= ethereal-[0-9]* 13CONFLICTS+= ethereal-[0-9]*
14 14
15CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release 15CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
16CMAKE_ARGS+= -DENABLE_APPLICATION_BUNDLE=OFF 16CMAKE_ARGS+= -DENABLE_APPLICATION_BUNDLE=OFF

cvs diff -r1.81 -r1.82 pkgsrc/net/wireshark/PLIST (expand / switch to unified diff)

--- pkgsrc/net/wireshark/PLIST 2023/05/26 04:27:56 1.81
+++ pkgsrc/net/wireshark/PLIST 2023/07/13 14:50:29 1.82
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.81 2023/05/26 04:27:56 adam Exp $ 1@comment $NetBSD: PLIST,v 1.82 2023/07/13 14:50:29 adam Exp $
2bin/capinfos 2bin/capinfos
3bin/captype 3bin/captype
4bin/dumpcap 4bin/dumpcap
5bin/editcap 5bin/editcap
6bin/idl2wrs 6bin/idl2wrs
7bin/mergecap 7bin/mergecap
8bin/mmdbresolve 8bin/mmdbresolve
9bin/randpkt 9bin/randpkt
10bin/rawshark 10bin/rawshark
11bin/reordercap 11bin/reordercap
12bin/sharkd 12bin/sharkd
13bin/text2pcap 13bin/text2pcap
14bin/tshark 14bin/tshark
@@ -640,30 +640,30 @@ include/wireshark/wsutil/ws_assert.h @@ -640,30 +640,30 @@ include/wireshark/wsutil/ws_assert.h
640include/wireshark/wsutil/ws_cpuid.h 640include/wireshark/wsutil/ws_cpuid.h
641include/wireshark/wsutil/ws_getopt.h 641include/wireshark/wsutil/ws_getopt.h
642include/wireshark/wsutil/ws_mempbrk.h 642include/wireshark/wsutil/ws_mempbrk.h
643include/wireshark/wsutil/ws_mempbrk_int.h 643include/wireshark/wsutil/ws_mempbrk_int.h
644include/wireshark/wsutil/ws_pipe.h 644include/wireshark/wsutil/ws_pipe.h
645include/wireshark/wsutil/ws_return.h 645include/wireshark/wsutil/ws_return.h
646include/wireshark/wsutil/ws_roundup.h 646include/wireshark/wsutil/ws_roundup.h
647include/wireshark/wsutil/wsgcrypt.h 647include/wireshark/wsutil/wsgcrypt.h
648include/wireshark/wsutil/wsjson.h 648include/wireshark/wsutil/wsjson.h
649include/wireshark/wsutil/wslog.h 649include/wireshark/wsutil/wslog.h
650include/wireshark/wsutil/xtea.h 650include/wireshark/wsutil/xtea.h
651lib/libwireshark.so 651lib/libwireshark.so
652lib/libwireshark.so.16 652lib/libwireshark.so.16
653lib/libwireshark.so.16.0.6 653lib/libwireshark.so.16.0.7
654lib/libwiretap.so 654lib/libwiretap.so
655lib/libwiretap.so.13 655lib/libwiretap.so.13
656lib/libwiretap.so.13.0.6 656lib/libwiretap.so.13.0.7
657lib/libwsutil.so 657lib/libwsutil.so
658lib/libwsutil.so.14 658lib/libwsutil.so.14
659lib/libwsutil.so.14.0.0 659lib/libwsutil.so.14.0.0
660lib/pkgconfig/wireshark.pc 660lib/pkgconfig/wireshark.pc
661lib/wireshark/cmake/FindGLIB2.cmake 661lib/wireshark/cmake/FindGLIB2.cmake
662lib/wireshark/cmake/FindWSLibrary.cmake 662lib/wireshark/cmake/FindWSLibrary.cmake
663lib/wireshark/cmake/FindWSWinLibs.cmake 663lib/wireshark/cmake/FindWSWinLibs.cmake
664lib/wireshark/cmake/LocatePythonModule.cmake 664lib/wireshark/cmake/LocatePythonModule.cmake
665lib/wireshark/cmake/UseAsn2Wrs.cmake 665lib/wireshark/cmake/UseAsn2Wrs.cmake
666lib/wireshark/cmake/UseMakePluginReg.cmake 666lib/wireshark/cmake/UseMakePluginReg.cmake
667lib/wireshark/cmake/WiresharkConfig.cmake 667lib/wireshark/cmake/WiresharkConfig.cmake
668lib/wireshark/cmake/WiresharkConfigVersion.cmake 668lib/wireshark/cmake/WiresharkConfigVersion.cmake
669lib/wireshark/cmake/WiresharkTargets-release.cmake 669lib/wireshark/cmake/WiresharkTargets-release.cmake

cvs diff -r1.165 -r1.166 pkgsrc/net/wireshark/distinfo (expand / switch to unified diff)

--- pkgsrc/net/wireshark/distinfo 2023/05/26 04:27:56 1.165
+++ pkgsrc/net/wireshark/distinfo 2023/07/13 14:50:29 1.166
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.165 2023/05/26 04:27:56 adam Exp $ 1$NetBSD: distinfo,v 1.166 2023/07/13 14:50:29 adam Exp $
2 2
3BLAKE2s (wireshark-4.0.6.tar.xz) = 0da12d139bdb38a4b7887ad3217b39082caf282d75d277250d237dd486445487 3BLAKE2s (wireshark-4.0.7.tar.xz) = dbfb8f8edc476c3fe68584bfc1e858354a3ae451b0ba714f74b997ce04335ed2
4SHA512 (wireshark-4.0.6.tar.xz) = 651b760d05518a914ffbb2fe1ced84e877ebc40d7b03500586e009609064761bef7810654b1321e08aeea403867450be289227a9e43937e9f777693a8f4c901b 4SHA512 (wireshark-4.0.7.tar.xz) = 98f609405f20a3714e7c5e4f806cae5cc842daaf0219bd92d3130d2930758cce244edca4529db59300b5ca1e1e98d1aa632bc5c85c92f26aa2e0c124e691a5ab
5Size (wireshark-4.0.6.tar.xz) = 41583088 bytes 5Size (wireshark-4.0.7.tar.xz) = 43113752 bytes
6SHA1 (patch-CMakeLists.txt) = bfb0e748ce1f6577a758b650d1bed2b6d66dc026 6SHA1 (patch-CMakeLists.txt) = bfb0e748ce1f6577a758b650d1bed2b6d66dc026