Thu Dec 5 18:41:30 2019 UTC ()
wireshark: updated to 3.0.7

Wireshark 3.0.7 Release Notes

What’s New

The Windows and macOS installers now ship with Qt 5.12.6. They
previously shipped with Qt 5.12.5.

Bug Fixes

The following vulnerabilities have been fixed:

  • wnpa-sec-2019-22[1] CMS dissector crash. Bug 15961[2].
    CVE-2019-19553[3].

The following bugs have been fixed:

  • ws_pipe_wait_for_pipe() can wait on closed handles. Bug 15696[4].

  • Support for 11ax in PEEKREMOTE. Bug 15740[5].

  • The temporary file …<U+200B> could not be opened: Invalid argument. Bug
    15751[6].

  • Reassembling of the two TLS records is not working correctly. Bug
    16109[7].

  • Display Filter Area: Dropdown Missing pkt_comment and
    tcp.options.sack_perm (likely others). Bug 16130[8].

  • Display Filter autocompletion should be disabled. Bug 16132[9].

  • BGP Linkstate IP Reachability information is incorrect. Bug
    16144[10].

  • NGAP: ExpectedUEActivityBehaviour decode error. Bug 16145[11].

  • HomePlug AV dissector: MMTYPE and FMI fields are dissected
    incorrectly. Bug 16158[12].

  • JPEG files cannot be saved on Windows with french language. Bug
    16165[13].

  • X11 --display interpreted as --display-filter which maps to -Y
    option. Bug 16167[14].

  • "Create new file automatically after" not working with extcap.
    Bug 16178[15].

  • Encrypted TLS alerts sometimes listed as decrypted. Bug
    16180[16].

  • The "Remove Wireshark from the system path" package has "Add
    Wireshark to the system PATH" as its title. Bug 16200[17].

  • tshark -T ek -x causes get_field_data: code should not be
    reached. Bug 16218[18].

  • Crash on Go → Next/Previous Packet in Conversation when no packet
    is selected.


(adam)
diff -r1.219 -r1.220 pkgsrc/net/wireshark/Makefile
diff -r1.45 -r1.46 pkgsrc/net/wireshark/PLIST
diff -r1.124 -r1.125 pkgsrc/net/wireshark/distinfo

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

--- pkgsrc/net/wireshark/Makefile 2019/10/24 18:44:12 1.219
+++ pkgsrc/net/wireshark/Makefile 2019/12/05 18:41:30 1.220
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.219 2019/10/24 18:44:12 adam Exp $ 1# $NetBSD: Makefile,v 1.220 2019/12/05 18:41:30 adam Exp $
2 2
3DISTNAME= wireshark-3.0.6 3DISTNAME= wireshark-3.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
15USE_CMAKE= yes 15USE_CMAKE= yes
16CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release 16CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release

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

--- pkgsrc/net/wireshark/PLIST 2019/10/24 18:44:12 1.45
+++ pkgsrc/net/wireshark/PLIST 2019/12/05 18:41:30 1.46
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.45 2019/10/24 18:44:12 adam Exp $ 1@comment $NetBSD: PLIST,v 1.46 2019/12/05 18:41:30 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
@@ -592,30 +592,30 @@ include/wireshark/wsutil/tempfile.h @@ -592,30 +592,30 @@ include/wireshark/wsutil/tempfile.h
592include/wireshark/wsutil/time_util.h 592include/wireshark/wsutil/time_util.h
593include/wireshark/wsutil/type_util.h 593include/wireshark/wsutil/type_util.h
594include/wireshark/wsutil/unicode-utils.h 594include/wireshark/wsutil/unicode-utils.h
595include/wireshark/wsutil/utf8_entities.h 595include/wireshark/wsutil/utf8_entities.h
596include/wireshark/wsutil/ws_cpuid.h 596include/wireshark/wsutil/ws_cpuid.h
597include/wireshark/wsutil/ws_mempbrk.h 597include/wireshark/wsutil/ws_mempbrk.h
598include/wireshark/wsutil/ws_mempbrk_int.h 598include/wireshark/wsutil/ws_mempbrk_int.h
599include/wireshark/wsutil/ws_pipe.h 599include/wireshark/wsutil/ws_pipe.h
600include/wireshark/wsutil/ws_printf.h 600include/wireshark/wsutil/ws_printf.h
601include/wireshark/wsutil/wsjson.h 601include/wireshark/wsutil/wsjson.h
602include/wireshark/wsutil/xtea.h 602include/wireshark/wsutil/xtea.h
603lib/libwireshark.so 603lib/libwireshark.so
604lib/libwireshark.so.12 604lib/libwireshark.so.12
605lib/libwireshark.so.12.0.6 605lib/libwireshark.so.12.0.7
606lib/libwiretap.so 606lib/libwiretap.so
607lib/libwiretap.so.9 607lib/libwiretap.so.9
608lib/libwiretap.so.9.0.6 608lib/libwiretap.so.9.0.7
609lib/libwscodecs.so 609lib/libwscodecs.so
610lib/libwscodecs.so.2 610lib/libwscodecs.so.2
611lib/libwscodecs.so.2.0.0 611lib/libwscodecs.so.2.0.0
612lib/libwsutil.so 612lib/libwsutil.so
613lib/libwsutil.so.10 613lib/libwsutil.so.10
614lib/libwsutil.so.10.0.0 614lib/libwsutil.so.10.0.0
615lib/pkgconfig/wireshark.pc 615lib/pkgconfig/wireshark.pc
616lib/wireshark/cmake/FindGLIB2.cmake 616lib/wireshark/cmake/FindGLIB2.cmake
617lib/wireshark/cmake/FindWSWinLibs.cmake 617lib/wireshark/cmake/FindWSWinLibs.cmake
618lib/wireshark/cmake/LocatePythonModule.cmake 618lib/wireshark/cmake/LocatePythonModule.cmake
619lib/wireshark/cmake/UseAsn2Wrs.cmake 619lib/wireshark/cmake/UseAsn2Wrs.cmake
620lib/wireshark/cmake/UseMakePluginReg.cmake 620lib/wireshark/cmake/UseMakePluginReg.cmake
621lib/wireshark/cmake/WiresharkConfig.cmake 621lib/wireshark/cmake/WiresharkConfig.cmake

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

--- pkgsrc/net/wireshark/distinfo 2019/10/24 18:44:12 1.124
+++ pkgsrc/net/wireshark/distinfo 2019/12/05 18:41:30 1.125
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.124 2019/10/24 18:44:12 adam Exp $ 1$NetBSD: distinfo,v 1.125 2019/12/05 18:41:30 adam Exp $
2 2
3SHA1 (wireshark-3.0.6.tar.xz) = 785ce1faa2b813a5c1b1540497fa56eb8c0eb97d 3SHA1 (wireshark-3.0.7.tar.xz) = c870ef818952a741773fc1143fba2834c76a1dd0
4RMD160 (wireshark-3.0.6.tar.xz) = 366cb5aa0018aeca034154976dde40ed405d5af2 4RMD160 (wireshark-3.0.7.tar.xz) = 7168f7bf9f724e9ec3236c998c54368d85820718
5SHA512 (wireshark-3.0.6.tar.xz) = fcd621c1434db69e6319e5932e2dcc378e004055378123f86bdce8dec095bbffbf2b85a880c7f46c69555fe3c9ddb7c79ee59ca2576e0fdf2cfb7eb6ce775b25 5SHA512 (wireshark-3.0.7.tar.xz) = 64e242510865ca69e688677e3ee1f72d3efa2155f07bc1aacc6de19ffab06f26b1ef8a3f91a90e91a6612b10d75651aea6400f8c5852e6a7e82e5d3f3e88e031
6Size (wireshark-3.0.6.tar.xz) = 30846672 bytes 6Size (wireshark-3.0.7.tar.xz) = 30851928 bytes
7SHA1 (patch-CMakeLists.txt) = c78289d6ded796674b947d6bddd0ba9749ab4569 7SHA1 (patch-CMakeLists.txt) = c78289d6ded796674b947d6bddd0ba9749ab4569