Skip to content

Commit 50f85ee

Browse files
author
adam
committed
wireshark: updated to 4.4.8
4.4.8 Bug Fixes The following bugs have been fixed: Renegotiated DTLS session is not being decrypted. Issue 20362. Wireshark is completely stuck in initialization because androiddump recv() is blocked. Issue 20526. Fuzz job UTF-8 encoding issue: fuzz-2025-06-20-7318.pcap. Issue 20585. Crash when showing packet in new window after reloading Lua plugins with a certain gui.column.format preference. Issue 20588. Bug in UDS dissector with Service ReadDataByPeriodicIdentifier Response. Issue 20589. Packet diagram doesn’t show non-standard field value representations. Issue 20590. Packet diagram shows representation twice when field type is FT_NONE. Issue 20601. application/x-www-form-urlencoded key parsed incorrectly following a name-value byte sequence with no '=' Issue 20615. DNP3 time stamp was unable to work after epoch time(year 2038) Issue 20618.
1 parent 6c4895f commit 50f85ee

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

net/wireshark/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.334 2025/06/05 09:51:40 adam Exp $
1+
# $NetBSD: Makefile,v 1.335 2025/07/17 08:28:31 adam Exp $
22

3-
DISTNAME= wireshark-4.4.7
3+
DISTNAME= wireshark-4.4.8
44
CATEGORIES= net
55
MASTER_SITES= https://www.wireshark.org/download/src/
66
EXTRACT_SUFX= .tar.xz

net/wireshark/PLIST

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.100 2025/06/05 09:51:40 adam Exp $
1+
@comment $NetBSD: PLIST,v 1.101 2025/07/17 08:28:31 adam Exp $
22
bin/capinfos
33
bin/captype
44
bin/dumpcap
@@ -15,10 +15,10 @@ bin/tshark
1515
${PLIST.qt}bin/wireshark
1616
lib/libwireshark.so
1717
lib/libwireshark.so.18
18-
lib/libwireshark.so.18.0.7
18+
lib/libwireshark.so.18.0.8
1919
lib/libwiretap.so
2020
lib/libwiretap.so.15
21-
lib/libwiretap.so.15.0.7
21+
lib/libwiretap.so.15.0.8
2222
lib/libwsutil.so
2323
lib/libwsutil.so.16
2424
lib/libwsutil.so.16.0.0

net/wireshark/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.183 2025/06/05 09:51:40 adam Exp $
1+
$NetBSD: distinfo,v 1.184 2025/07/17 08:28:31 adam Exp $
22

3-
BLAKE2s (wireshark-4.4.7.tar.xz) = 38d55435c899c0e5572fd704aa9791a414e333c5d893448d979f355935d9391f
4-
SHA512 (wireshark-4.4.7.tar.xz) = 5fdebdc25a59383b0c27632aac61c57fef9ba12ea0929a1af76c23e713b8b7e4162ba382301fbf2bb63940226ad235a2b5f7c1fe5a0a21ee722dd4c2348da0eb
5-
Size (wireshark-4.4.7.tar.xz) = 46812644 bytes
3+
BLAKE2s (wireshark-4.4.8.tar.xz) = 670919e71e25b0c2e11bb82206388e02972f0b0f3441ad75ea1db12b5121e8fd
4+
SHA512 (wireshark-4.4.8.tar.xz) = 06939f8b48ff4533ab4a8d1d40c646737606beb0e09470dd672374f287749a0d33f5ffb6475fa5e31acd6228c971a14f9921efd7c25e410497e76a19456d49a3
5+
Size (wireshark-4.4.8.tar.xz) = 46826268 bytes
66
SHA1 (patch-CMakeLists.txt) = 80af7e00226894efe82db3b89ea8fee08bd30681

0 commit comments

Comments
 (0)