diff options
author | adam <adam@pkgsrc.org> | 2019-05-23 08:15:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-05-23 08:15:12 +0000 |
commit | 48811c9daead3c37009f2a36d9283fe7b2adc77e (patch) | |
tree | 1867a3d5f3ef403ef62c5be864b3c07f95e81e25 /net/wireshark/PLIST | |
parent | 9cb399b8fe4e7505eda6a972aa833b71e873b85f (diff) | |
download | pkgsrc-48811c9daead3c37009f2a36d9283fe7b2adc77e.tar.gz |
wireshark: updated to 3.0.2
3.0.2:
What’s New
• The Windows installers now ship with Qt 5.12.3. They previously
shipped with Qt 5.12.1.
• The Windows installers now ship with Npcap 0.995. They previously
shipped with Npcap 0.992.
• The macOS packages are now notarized[1].
Bug Fixes
The following vulnerabilities have been fixed:
• wnpa-sec-2019-19[2] Wireshark dissection engine crash. Bug
15778[3].
The following bugs have been fixed:
• Add (IETF) QUIC Dissector. Bug 13881[4].
• Wireshark Hangs on startup initializing external capture plugins.
Bug 14657[5].
• [oss-fuzz] ERROR: Adding ospf.v3.prefix.options.nu would put more
than 1000000 items in the tree — possible infinite loop. Bug
14978[6].
• Wireshark can call extcap with empty multicheck argument. Bug
15065[7].
• CMPv2 KUR message disection gives unexpected value for
serialNumber under OldCertId fields. Bug 15154[8].
• "(Git Rev Unknown from unknown)" in version string for official
tarball. Bug 15544[9].
• External extcap does not get all arguments sometimes. Bug
15586[10].
• Help file doesn’t display for extcap interfaces. Bug 15592[11].
• Buildbot crash output: randpkt-2019-03-14-4670.pcap. Bug
15604[12].
• Building only libraries on windows fails due to CLEAN_C_FILES
empty. Bug 15662[13].
• Statistics→Conversations→TCP→Follow Stream - incorrect behavior.
Bug 15672[14].
• Wrong NTP timestamp for RTCP XR RR packets (hf_rtcp_xr_timestamp
field). Bug 15687[15].
• ws_pipe: leaks pipe handles on errors. Bug 15689[16].
• Build issue in Wireshark - 3.0.1 on RHEL6. Bug 15706[17].
• ISAKMP: Segmentation fault with non-hex string for IKEv1
Decryption Table Initiator Cookie. Bug 15709[18].
• extcap: non-boolean call arguments can be appended without value
on selector Reload. Bug 15725[19].
• Incorrectly interpreted format of MQTT PUBLISH payload data. Bug
15738[20].
• print.c: Memory leak in ek_check_protocolfilter. Bug 15758[21].
• IETF QUIC dissector incorrectly parses retry packet. Bug
15764[22].
• Bacnet(app): fix wrong value for id 183 (logging-device →
logging-object). Bug 15767[23].
• The SMB2 code to look up decryption keys by session ID assumes
it’s running on a little-endian machine. Bug 15772[24].
• tshark -G folders leaves mmdbresolve process behind. Bug
15777[25].
• Dissector bug, protocol TLS - failed assertion "data". Bug
15780[26].
• WSMP : header_opt_ind field is not correctly set.
Diffstat (limited to 'net/wireshark/PLIST')
-rw-r--r-- | net/wireshark/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/wireshark/PLIST b/net/wireshark/PLIST index bb3fa8bb334..25aba2f8eb0 100644 --- a/net/wireshark/PLIST +++ b/net/wireshark/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.40 2019/05/06 09:36:47 adam Exp $ +@comment $NetBSD: PLIST,v 1.41 2019/05/23 08:15:12 adam Exp $ bin/capinfos bin/captype bin/dumpcap @@ -602,10 +602,10 @@ include/wireshark/wsutil/wsjson.h include/wireshark/wsutil/xtea.h lib/libwireshark.so lib/libwireshark.so.12 -lib/libwireshark.so.12.0.1 +lib/libwireshark.so.12.0.2 lib/libwiretap.so lib/libwiretap.so.9 -lib/libwiretap.so.9.0.1 +lib/libwiretap.so.9.0.2 lib/libwscodecs.so lib/libwscodecs.so.2 lib/libwscodecs.so.2.0.0 |