diff options
author | adam <adam@pkgsrc.org> | 2021-01-03 18:12:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-01-03 18:12:01 +0000 |
commit | 6c58607286f9e4bd3773cc0537d005cfc81b4692 (patch) | |
tree | b03b8ea908874b095e8ad7eac4dbd7ae5cafffb3 /net | |
parent | 191f364556e561b7aa64179eb7391cd118679583 (diff) | |
download | pkgsrc-6c58607286f9e4bd3773cc0537d005cfc81b4692.tar.gz |
wireshark: updated to 3.4.2
Wireshark 3.4.2 Release Notes
What’s New
Bug Fixes
The following vulnerabilities have been fixed:
• wnpa-sec-2020-20[1] QUIC dissector crash Bug 17073[2].
The following bugs have been fixed:
New and Updated Features
• IETF QUIC TLS decryption errors when packets are coalesced with
random data Bug 16914[3].
• QUIC: missing dissection of some coalesced SH packets Bug
17011[4].
• macos-setup.sh can’t find SDK on macOS Big Sur, as it went to 11
Bug 17043[5].
• Mapping endpoints in browser ⇒ Map file error Bug 17074[6].
• Wireshark 3.4.1 hangs on startup on macOS Big Sur 11.0.1 Bug
17075[7].
• False expect error seen on FCoE frames (not seen with older
release wireshark 1.2.18) Bug 17084[8].
• Several libraries missing in 3.4.1 and 3.2.9 installers for macOS
Bug 17086[9].
New Protocol Support
There are no new protocols in this release.
Updated Protocol Support
DOCSIS, FC-dNS, FC-SWILS, FCoE, QUIC, SNMP, and USBHID
New and Updated Capture File Support
There is no new or updated capture file support in this release.
Diffstat (limited to 'net')
-rw-r--r-- | net/wireshark/Makefile | 5 | ||||
-rw-r--r-- | net/wireshark/PLIST | 6 | ||||
-rw-r--r-- | net/wireshark/distinfo | 10 |
3 files changed, 10 insertions, 11 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index ed7b4bce32e..2551646eae3 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.244 2021/01/01 09:52:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.245 2021/01/03 18:12:01 adam Exp $ -DISTNAME= wireshark-3.4.1 -PKGREVISION= 1 +DISTNAME= wireshark-3.4.2 CATEGORIES= net MASTER_SITES= https://www.wireshark.org/download/src/ EXTRACT_SUFX= .tar.xz diff --git a/net/wireshark/PLIST b/net/wireshark/PLIST index 6d9a93259ad..4895f735f77 100644 --- a/net/wireshark/PLIST +++ b/net/wireshark/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.56 2020/12/10 12:27:58 adam Exp $ +@comment $NetBSD: PLIST,v 1.57 2021/01/03 18:12:01 adam Exp $ bin/capinfos bin/captype bin/dumpcap @@ -615,10 +615,10 @@ include/wireshark/wsutil/wsjson.h include/wireshark/wsutil/xtea.h lib/libwireshark.so lib/libwireshark.so.14 -lib/libwireshark.so.14.0.1 +lib/libwireshark.so.14.0.2 lib/libwiretap.so lib/libwiretap.so.11 -lib/libwiretap.so.11.0.1 +lib/libwiretap.so.11.0.2 lib/libwsutil.so lib/libwsutil.so.12 lib/libwsutil.so.12.0.0 diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index 149359acd25..c9ba7cec2c5 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.136 2020/12/10 12:27:58 adam Exp $ +$NetBSD: distinfo,v 1.137 2021/01/03 18:12:01 adam Exp $ -SHA1 (wireshark-3.4.1.tar.xz) = 3c9a24b8954d712a189f997131e283fbd0b606bc -RMD160 (wireshark-3.4.1.tar.xz) = 1b5e1fee340c149b70dbe8e8cf935518b06656e8 -SHA512 (wireshark-3.4.1.tar.xz) = a968158a5a22d04a9bf3b060246f7579210a8106e06184411fd00dad69e030c10aecfa579c09dcca11fb659e0a1de4773951578cb3697dd2dc8e5153d3892728 -Size (wireshark-3.4.1.tar.xz) = 32470004 bytes +SHA1 (wireshark-3.4.2.tar.xz) = b33276e4e6c3d6a057da3b569b58316330a5f3e3 +RMD160 (wireshark-3.4.2.tar.xz) = 53a02106b0f23e50b1108d93772464974b2b37be +SHA512 (wireshark-3.4.2.tar.xz) = 38dc62d306dafe1a25db16ca28e1f4181a83673700a0b4c6dd98c8cb27df51ad0c6414db0370c443250aeb2521eceefb183178fe7d23a11b697cbf3f5b06f53a +Size (wireshark-3.4.2.tar.xz) = 32465900 bytes SHA1 (patch-CMakeLists.txt) = 8faf8f63d75d5733a69b52ce9fbf291bd90a5575 |