wireshark: updated to 4.0.2
Wireshark 4.0.2 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] Bug Fixes The following vulnerabilities have been fixed: • wnpa-sec-2022-09[2] Multiple dissector infinite loops. • wnpa-sec-2022-10[3] Kafka dissector memory exhaustion. The following bugs have been fixed: • Qt: Endpoints dialog - unexpected byte unit suffixes in packet columns. Issue 18229[4]. • GOOSE: field "floating_point" not working anymore. Issue 18491[5]. • EVS Header-Full format padding issues. Issue 18498[6]. • Wireshark 4.0.0 VOIP playback has no sound and can’t resume after pausing. Issue 18510[7]. • Wireshark crashes when exporting a profile on Mac OSX if there is no extension. Issue 18525[8]. • EVS dissector missing value description. Issue 18550[9]. • Qt 6 font descriptions not backward compatible with Qt 5. Issue 18553[10]. • Wireshark, wrong TCP ACKed unseen segment message. Issue 18558[11]. • Invalid Cyrillic symbol in timezone at \"Arrival Time\" field in frame. Issue 18562[12]. • ProtoBuf parse extension definitions failed. Issue 18599[13]. • Fuzz job crash output: fuzz-2022-11-09-11134.pcap. Issue 18613[14]. • Fuzz job crash output: fuzz-2022-11-14-11111.pcap. Issue 18632[15]. • Wireshark is using old version of ASN (ETSI TS 125 453 V11.2.0) which is imapacting length of param in the messages. Issue 18646[16]. • BGP: False IGMP flags value in EVPN routes (type 6,7,8) Issue 18660[17]. • wslog assumes stderr and stdout exist. Issue 18684[18]. • Editing packet comments, with non-ASCII characters, on Windows saves them in the local code page, not in UTF-8. Issue 18698[19]. • Unable to decrypt PSK based DTLS traffic which uses Connection ID. Issue 18705[20]. • HTTP2 tests fail when built without nghttp2. Issue 18707[21].
This commit is contained in:
parent
b1ddd6d2ba
commit
557a6b972d
3 changed files with 9 additions and 10 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.282 2022/11/23 16:20:55 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.283 2022/12/09 09:24:07 adam Exp $
|
||||
|
||||
DISTNAME= wireshark-4.0.1
|
||||
PKGREVISION= 1
|
||||
DISTNAME= wireshark-4.0.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://www.wireshark.org/download/src/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.76 2022/11/01 18:28:39 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.77 2022/12/09 09:24:07 adam Exp $
|
||||
bin/capinfos
|
||||
bin/captype
|
||||
bin/dumpcap
|
||||
|
@ -650,10 +650,10 @@ include/wireshark/wsutil/wslog.h
|
|||
include/wireshark/wsutil/xtea.h
|
||||
lib/libwireshark.so
|
||||
lib/libwireshark.so.16
|
||||
lib/libwireshark.so.16.0.1
|
||||
lib/libwireshark.so.16.0.2
|
||||
lib/libwiretap.so
|
||||
lib/libwiretap.so.13
|
||||
lib/libwiretap.so.13.0.1
|
||||
lib/libwiretap.so.13.0.2
|
||||
lib/libwsutil.so
|
||||
lib/libwsutil.so.14
|
||||
lib/libwsutil.so.14.0.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.160 2022/11/01 08:59:25 adam Exp $
|
||||
$NetBSD: distinfo,v 1.161 2022/12/09 09:24:07 adam Exp $
|
||||
|
||||
BLAKE2s (wireshark-4.0.1.tar.xz) = 41b35ad61edf9b9bb44228df373483a9f5c5df9c42bab3c7a5eaf5ca78ee34f7
|
||||
SHA512 (wireshark-4.0.1.tar.xz) = 10ac8e738b4bd70ba4a1a9124e8c8e6238feb7c5a4cef79a03dae6adef08230700bb8ba700d2f89a5aad28cabdaf06b8825a1124d9d466de4e2e10cc55968525
|
||||
Size (wireshark-4.0.1.tar.xz) = 41282116 bytes
|
||||
BLAKE2s (wireshark-4.0.2.tar.xz) = 793a45e32ba69152ed0b24398f3c1738fec056b76ece7370149bb62c14acd2ff
|
||||
SHA512 (wireshark-4.0.2.tar.xz) = 0f401f639add6483799131dd853a4f4bcf8977fd987915074d0301f553fca9f6cd6e0b7cc47358699c1f4e65872760135dea9889fb34dbb70b917768b6f37ff5
|
||||
Size (wireshark-4.0.2.tar.xz) = 41296132 bytes
|
||||
SHA1 (patch-CMakeLists.txt) = bfb0e748ce1f6577a758b650d1bed2b6d66dc026
|
||||
|
|
Loading…
Reference in a new issue