Thu May 16 11:44:55 2024 UTC (31d)
wireshark: updated to 4.2.5

Wireshark 4.2.5 Release Notes

Bug Fixes

 If you are upgrading Wireshark 4.2.0 or 4.2.1 on Windows you will
 need to download and install[2] Wireshark 4.2.5 or later by hand.

 The following bugs have been fixed:

New and Updated Features

 There are no new or updated features in this release.

New Protocol Support

 There are no new protocols in this release.

Updated Protocol Support

New and Updated Capture File Support

 There is no new or updated capture file support in this release.

Updated File Format Decoding Support

 There is no updated file format support in this release.


(adam)
diff -r1.313 -r1.314 pkgsrc/net/wireshark/Makefile
diff -r1.89 -r1.90 pkgsrc/net/wireshark/PLIST
diff -r1.173 -r1.174 pkgsrc/net/wireshark/distinfo

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

--- pkgsrc/net/wireshark/Makefile 2024/05/16 06:15:25 1.313
+++ pkgsrc/net/wireshark/Makefile 2024/05/16 11:44:55 1.314
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.313 2024/05/16 06:15:25 wiz Exp $ 1# $NetBSD: Makefile,v 1.314 2024/05/16 11:44:55 adam Exp $
2 2
3DISTNAME= wireshark-4.2.4 3DISTNAME= wireshark-4.2.5
4PKGREVISION= 2 
5CATEGORIES= net 4CATEGORIES= net
6MASTER_SITES= https://www.wireshark.org/download/src/ 5MASTER_SITES= https://www.wireshark.org/download/src/
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.wireshark.org/ 9HOMEPAGE= https://www.wireshark.org/
11COMMENT= Network protocol analyzer 10COMMENT= Network protocol analyzer
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14CONFLICTS+= ethereal-[0-9]* 13CONFLICTS+= ethereal-[0-9]*
15 14
16DEPENDS+= lemon-[0-9]*:../../devel/lemon 15DEPENDS+= lemon-[0-9]*:../../devel/lemon
17 16

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

--- pkgsrc/net/wireshark/PLIST 2024/04/01 13:44:01 1.89
+++ pkgsrc/net/wireshark/PLIST 2024/05/16 11:44:55 1.90
@@ -1,34 +1,34 @@ @@ -1,34 +1,34 @@
1@comment $NetBSD: PLIST,v 1.89 2024/04/01 13:44:01 adam Exp $ 1@comment $NetBSD: PLIST,v 1.90 2024/05/16 11:44:55 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
15${PLIST.qt}bin/wireshark 15${PLIST.qt}bin/wireshark
16lib/libwireshark.so 16lib/libwireshark.so
17lib/libwireshark.so.17 17lib/libwireshark.so.17
18lib/libwireshark.so.17.0.4 18lib/libwireshark.so.17.0.5
19lib/libwiretap.so 19lib/libwiretap.so
20lib/libwiretap.so.14 20lib/libwiretap.so.14
21lib/libwiretap.so.14.1.4 21lib/libwiretap.so.14.1.5
22lib/libwsutil.so 22lib/libwsutil.so
23lib/libwsutil.so.15 23lib/libwsutil.so.15
24lib/libwsutil.so.15.0.0 24lib/libwsutil.so.15.0.0
25lib/wireshark/extcap/androiddump 25lib/wireshark/extcap/androiddump
26lib/wireshark/extcap/ciscodump 26lib/wireshark/extcap/ciscodump
27lib/wireshark/extcap/randpktdump 27lib/wireshark/extcap/randpktdump
28lib/wireshark/extcap/sshdump 28lib/wireshark/extcap/sshdump
29lib/wireshark/extcap/udpdump 29lib/wireshark/extcap/udpdump
30lib/wireshark/extcap/wifidump 30lib/wireshark/extcap/wifidump
31lib/wireshark/plugins/4.2/codecs/amrnb.so 31lib/wireshark/plugins/4.2/codecs/amrnb.so
32lib/wireshark/plugins/4.2/codecs/g711.so 32lib/wireshark/plugins/4.2/codecs/g711.so
33${PLIST.spandsp}lib/wireshark/plugins/4.2/codecs/g722.so 33${PLIST.spandsp}lib/wireshark/plugins/4.2/codecs/g722.so
34${PLIST.spandsp}lib/wireshark/plugins/4.2/codecs/g726.so 34${PLIST.spandsp}lib/wireshark/plugins/4.2/codecs/g726.so

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

--- pkgsrc/net/wireshark/distinfo 2024/04/01 13:44:01 1.173
+++ pkgsrc/net/wireshark/distinfo 2024/05/16 11:44:55 1.174
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.173 2024/04/01 13:44:01 adam Exp $ 1$NetBSD: distinfo,v 1.174 2024/05/16 11:44:55 adam Exp $
2 2
3BLAKE2s (wireshark-4.2.4.tar.xz) = b53034f829711087f16e26e57438d26a762fce8eedb240d38379ecd2a5ca5ddd 3BLAKE2s (wireshark-4.2.5.tar.xz) = 210a0562c252fd22d7d3b10d18c5df7833d0468b415dea5dff32056955a10c85
4SHA512 (wireshark-4.2.4.tar.xz) = 963ac6938c08c6526240c270977057eeff7814686e11d1f3c6641a4838eb66f8d4349e48aa7373d25a8ca8911ad12eb8162f1c55af043f571d74979ddf4fd9a6 4SHA512 (wireshark-4.2.5.tar.xz) = 92a8fb08af5a1da30ca469fa45bd982638069907d289fa716068ac71141b7d9726ca0b01adc2910da4c928db23760da75a1c6a7c2eb795ac66ba003a90abb87b
5Size (wireshark-4.2.4.tar.xz) = 44986232 bytes 5Size (wireshark-4.2.5.tar.xz) = 45014156 bytes
6SHA1 (patch-CMakeLists.txt) = 6c9e1dc7a7c7000a15ed49c24036b987f43156f2 6SHA1 (patch-CMakeLists.txt) = 6c9e1dc7a7c7000a15ed49c24036b987f43156f2