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  1 19:36:37 UTC 2022

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

Log Message:
wireshark: updated to 3.6.6

Wireshark 3.6.6 Release Notes

What’s New

Note: This is the last release branch with support for 32-bit Windows.
Updates will no longer be available after May 22, 2024 for that
platform. Issue 17779[1]

 The Windows installers now ship with Npcap 1.60. They previously
 shipped with Npcap 1.55.

 Bug Fixes

  The following bugs have been fixed:

    • TLS: RSA decryption fails with Extended Master Secret and
      renegotiation Issue 18059[2].

    • "dfilter" file on Windows adds carriage returns, and requires
      line feeds Issue 18082[3].

    • Npcap bundled version needs a bump to v1.60 for Windows 11
      compatibility Issue 18084[4].

    • "Browse" button in Prefs/Name Resolution/MaxMind crashes
      Wireshark on macOS Issue 18088[5].

    • TFTP: some packets are not recognized as TFTP packets with 3.6.5
      Issue 18122[6].

 New and Updated Features

 New Protocol Support

  There are no new protocols in this release.

 Updated Protocol Support

  DTLS, F5 Capture Information, F5 Ethernet Trailer, FlexRay, MBIM,
  TFTP, TLS, and ZigBee ZCL


To generate a diff of this commit:
cvs rdiff -u -r1.273 -r1.274 pkgsrc/net/wireshark/Makefile
cvs rdiff -u -r1.71 -r1.72 pkgsrc/net/wireshark/PLIST
cvs rdiff -u -r1.156 -r1.157 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.273 pkgsrc/net/wireshark/Makefile:1.274
--- pkgsrc/net/wireshark/Makefile:1.273 Tue Jun 28 11:35:22 2022
+++ pkgsrc/net/wireshark/Makefile       Fri Jul  1 19:36:37 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.273 2022/06/28 11:35:22 wiz Exp $
+# $NetBSD: Makefile,v 1.274 2022/07/01 19:36:37 adam Exp $
 
-DISTNAME=      wireshark-3.6.5
-PKGREVISION=   1
+DISTNAME=      wireshark-3.6.6
 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.71 pkgsrc/net/wireshark/PLIST:1.72
--- pkgsrc/net/wireshark/PLIST:1.71     Thu May  5 10:54:27 2022
+++ pkgsrc/net/wireshark/PLIST  Fri Jul  1 19:36:37 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.71 2022/05/05 10:54:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.72 2022/07/01 19:36:37 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.5
+lib/libwireshark.so.15.0.6
 lib/libwiretap.so
 lib/libwiretap.so.12
-lib/libwiretap.so.12.0.5
+lib/libwiretap.so.12.0.6
 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.156 pkgsrc/net/wireshark/distinfo:1.157
--- pkgsrc/net/wireshark/distinfo:1.156 Thu May  5 10:54:27 2022
+++ pkgsrc/net/wireshark/distinfo       Fri Jul  1 19:36:37 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.156 2022/05/05 10:54:27 adam Exp $
+$NetBSD: distinfo,v 1.157 2022/07/01 19:36:37 adam Exp $
 
-BLAKE2s (wireshark-3.6.5.tar.xz) = 3419a31c06e3de3b087735112c7265d6353aecbbfc9f42d7f3734f88cc107666
-SHA512 (wireshark-3.6.5.tar.xz) = 9aa60721401fbd1f3c6b912312792433c9f8a09583cf684a4f1a24c839f4786a54a0abbfd88c04ba222e5a7af09f7bc67c292a0f944c9b717a71509655fe2fe5
-Size (wireshark-3.6.5.tar.xz) = 39939340 bytes
+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
 SHA1 (patch-CMakeLists.txt) = 6e2761f3798c9662603d2d40425255043434d1ea



Home | Main Index | Thread Index | Old Index