Fri Aug 25 10:57:40 2023 UTC ()
wireshark: updated to 4.0.8

Wireshark 4.0.8 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-23[3] CBOR dissector crash. Issue 19144[4].

    • wnpa-sec-2023-24[5] BT SDP dissector infinite loop. Issue
      19258[6].

    • wnpa-sec-2023-25[7] BT SDP dissector memory leak. Issue 19259[8].

    • wnpa-sec-2023-26[9] CP2179 dissector crash. Issue 19229[10].

  The following bugs have been fixed:

    • TShark cannot capture to pipe on Windows correctly. Issue
      17900[11].

    • Wireshark wrongly blames group membership when pcap capabilities
      are removed. Issue 18279[12].

    • Packet bytes window broken layout. Issue 18326[13].

    • RTP Player only shows waveform until sequence rollover. Issue
      18829[14].

    • Valid Ethernet CFM DMM packets are shown as malformed. Issue
      19198[15].

    • Crash on DICOM Export Objects window close. Issue 19207[16].

    • The QUIC dissector is reporting the quic_transport_parameters
      max_ack_delay with the title \"GREASE\" Issue 19209[17].

    • Preferences: Folder name editing behaves weirdly, cursor jumps.
      Issue 19213[18].

    • DHCPFO: Expert info list does not show all expert infos. Issue
      19216[19].

    • Websocket packets not decoded and displayed for Field type=Custom
      and Field name websocket.payload.text. Issue 19220[20].

    • Cannot read pcapng file captured on OpenBSD and read on FreeBSD.
      Issue 19230[21].

    • UI: While capturing the Wireshark icon changes from green to blue
      when new file is created. Issue 19252[22].

    • Conversation: heap-use-after-free after wmem_leave_file_scope.
      Issue 19265[23].

    • IP Packets with DSCP 44 does not indicate "Voice-Admit" Issue
      19270[24].

    • NAS 5GS Malformed Packet Decoding SOR transparent container PLMN
      ID and access technology list. Issue 19273[25].

    • UI: Auto scroll button in the toolbar is turned on when manually
      scrolling to the end of packet list. Issue 19274[26].


(adam)
diff -r1.299 -r1.300 pkgsrc/net/wireshark/Makefile
diff -r1.82 -r1.83 pkgsrc/net/wireshark/PLIST
diff -r1.166 -r1.167 pkgsrc/net/wireshark/distinfo

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

--- pkgsrc/net/wireshark/Makefile 2023/08/14 05:25:04 1.299
+++ pkgsrc/net/wireshark/Makefile 2023/08/25 10:57:40 1.300
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.299 2023/08/14 05:25:04 wiz Exp $ 1# $NetBSD: Makefile,v 1.300 2023/08/25 10:57:40 adam Exp $
2 2
3DISTNAME= wireshark-4.0.7 3DISTNAME= wireshark-4.0.8
4PKGREVISION= 1 
5CATEGORIES= net 4CATEGORIES= net
6MASTER_SITES= https://www.wireshark.org/download/src/ 5MASTER_SITES= https://www.wireshark.org/download/src/
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.wireshark.org/ 9HOMEPAGE= https://www.wireshark.org/
11COMMENT= Network protocol analyzer 10COMMENT= Network protocol analyzer
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14CONFLICTS+= ethereal-[0-9]* 13CONFLICTS+= ethereal-[0-9]*
15 14
16CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release 15CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
17CMAKE_ARGS+= -DENABLE_APPLICATION_BUNDLE=OFF 16CMAKE_ARGS+= -DENABLE_APPLICATION_BUNDLE=OFF

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

--- pkgsrc/net/wireshark/PLIST 2023/07/13 14:50:29 1.82
+++ pkgsrc/net/wireshark/PLIST 2023/08/25 10:57:40 1.83
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.82 2023/07/13 14:50:29 adam Exp $ 1@comment $NetBSD: PLIST,v 1.83 2023/08/25 10:57:40 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.7 653lib/libwireshark.so.16.0.8
654lib/libwiretap.so 654lib/libwiretap.so
655lib/libwiretap.so.13 655lib/libwiretap.so.13
656lib/libwiretap.so.13.0.7 656lib/libwiretap.so.13.0.8
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.166 -r1.167 pkgsrc/net/wireshark/distinfo (expand / switch to unified diff)

--- pkgsrc/net/wireshark/distinfo 2023/07/13 14:50:29 1.166
+++ pkgsrc/net/wireshark/distinfo 2023/08/25 10:57:40 1.167
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.166 2023/07/13 14:50:29 adam Exp $ 1$NetBSD: distinfo,v 1.167 2023/08/25 10:57:40 adam Exp $
2 2
3BLAKE2s (wireshark-4.0.7.tar.xz) = dbfb8f8edc476c3fe68584bfc1e858354a3ae451b0ba714f74b997ce04335ed2 3BLAKE2s (wireshark-4.0.8.tar.xz) = 41c23b5e21f1d7f043521157aedfe5e5a0c3ad62004bf1969159c6dbdcb1ea5f
4SHA512 (wireshark-4.0.7.tar.xz) = 98f609405f20a3714e7c5e4f806cae5cc842daaf0219bd92d3130d2930758cce244edca4529db59300b5ca1e1e98d1aa632bc5c85c92f26aa2e0c124e691a5ab 4SHA512 (wireshark-4.0.8.tar.xz) = f6de0f86bb1eac82f7ed2d98d7f4fe3189107b1f0da441abd9077593f8e624989c33aaf8b4ef4b3c460fe787c64c4b8fdb3168de9f5661802fed6b06d71c5c65
5Size (wireshark-4.0.7.tar.xz) = 43113752 bytes 5Size (wireshark-4.0.8.tar.xz) = 43123664 bytes
6SHA1 (patch-CMakeLists.txt) = bfb0e748ce1f6577a758b650d1bed2b6d66dc026 6SHA1 (patch-CMakeLists.txt) = bfb0e748ce1f6577a758b650d1bed2b6d66dc026