pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/wireshark



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul 29 07:53:40 UTC 2022

Modified Files:
        pkgsrc/net/wireshark: Makefile PLIST distinfo

Log Message:
wireshark: updated to 3.6.7

Wireshark 3.6.7

Bug Fixes

 The following bugs have been fixed:

   • Multiple Files preference "Create new file automatically…​after"
     [time] working incorrectly Issue 16783[2].

   • get_filter Lua function doesn’t return the filter Issue 17188[3].

   • Dissector bug, protocol HTTP failed assertion "saved_layers_len <
     500" with chunked/multipart Issue 18130[4].

   • Wrong EtherCAT bit label (possible dissector bug) Issue 18132[5].

   • UDP packets falsely marked as "malformed packet" Issue 18136[6].

   • TLS certificate parser with filter crash Issue 18155[7].

   • Incorrect type for the IEC 60870 APDU appears in packet details
     pane Issue 18167[8].

   • NHRP Problem Issue 18181[9].

   • EtherCAT CoE header unknown type Issue 18220[10].

New and Updated Features

New Protocol Support

 There are no new protocols in this release.

Updated Protocol Support

 BGP, DTLS, EtherCAT, EtherCAT Mailbox, HTTP, IEC 104, MEGACO, NHRP,
 PPPoE, QUIC, RTCP, Signal PDU, SOME/IP, and X509IF


To generate a diff of this commit:
cvs rdiff -u -r1.276 -r1.277 pkgsrc/net/wireshark/Makefile
cvs rdiff -u -r1.72 -r1.73 pkgsrc/net/wireshark/PLIST
cvs rdiff -u -r1.157 -r1.158 pkgsrc/net/wireshark/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/wireshark/Makefile
diff -u pkgsrc/net/wireshark/Makefile:1.276 pkgsrc/net/wireshark/Makefile:1.277
--- pkgsrc/net/wireshark/Makefile:1.276 Tue Jul 26 22:54:51 2022
+++ pkgsrc/net/wireshark/Makefile       Fri Jul 29 07:53:40 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.276 2022/07/26 22:54:51 tnn Exp $
+# $NetBSD: Makefile,v 1.277 2022/07/29 07:53:40 adam Exp $
 
-DISTNAME=      wireshark-3.6.6
-PKGREVISION=   2
+DISTNAME=      wireshark-3.6.7
 CATEGORIES=    net
 MASTER_SITES=  https://www.wireshark.org/download/src/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/net/wireshark/PLIST
diff -u pkgsrc/net/wireshark/PLIST:1.72 pkgsrc/net/wireshark/PLIST:1.73
--- pkgsrc/net/wireshark/PLIST:1.72     Fri Jul  1 19:36:37 2022
+++ pkgsrc/net/wireshark/PLIST  Fri Jul 29 07:53:40 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.72 2022/07/01 19:36:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.73 2022/07/29 07:53:40 adam Exp $
 bin/capinfos
 bin/captype
 bin/dumpcap
@@ -639,10 +639,10 @@ include/wireshark/wsutil/wslog.h
 include/wireshark/wsutil/xtea.h
 lib/libwireshark.so
 lib/libwireshark.so.15
-lib/libwireshark.so.15.0.6
+lib/libwireshark.so.15.0.7
 lib/libwiretap.so
 lib/libwiretap.so.12
-lib/libwiretap.so.12.0.6
+lib/libwiretap.so.12.0.7
 lib/libwsutil.so
 lib/libwsutil.so.13
 lib/libwsutil.so.13.1.0

Index: pkgsrc/net/wireshark/distinfo
diff -u pkgsrc/net/wireshark/distinfo:1.157 pkgsrc/net/wireshark/distinfo:1.158
--- pkgsrc/net/wireshark/distinfo:1.157 Fri Jul  1 19:36:37 2022
+++ pkgsrc/net/wireshark/distinfo       Fri Jul 29 07:53:40 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.157 2022/07/01 19:36:37 adam Exp $
+$NetBSD: distinfo,v 1.158 2022/07/29 07:53:40 adam Exp $
 
-BLAKE2s (wireshark-3.6.6.tar.xz) = f8b720c6353c3ec7217d6f11e1e977fafb2d7a0bdd7466831faf0bd482536267
-SHA512 (wireshark-3.6.6.tar.xz) = c32d5aafb3091dc1475896a3c4cfcb5a47af002e53f011a65697271c611e690743153841f5db1021a6cbea6d427dc661dce7b85208832251200258fb46aad84b
-Size (wireshark-3.6.6.tar.xz) = 39950276 bytes
+BLAKE2s (wireshark-3.6.7.tar.xz) = d9a66207a6a03e9acc4aa4b4ca0e017aa0181cbf1b55acc8ac9ad6ab9e774395
+SHA512 (wireshark-3.6.7.tar.xz) = caf087ee467bf934f28d096869ea3d9d7c5a3c83e51c4df447700096943a92abf5cf29f4956b9a549e0708bcb3515b55c4660a7ced2cb9dbc582b87550026fac
+Size (wireshark-3.6.7.tar.xz) = 39967312 bytes
 SHA1 (patch-CMakeLists.txt) = 6e2761f3798c9662603d2d40425255043434d1ea



Home | Main Index | Thread Index | Old Index