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:           Thu Jul 13 14:50:29 UTC 2023

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

Log Message:
wireshark: updated to 4.0.7

Wireshark 4.0.7 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]

  If you’re running Wireshark on macOS and upgraded to macOS 13 from an
  earlier version, you might have to open and run the “Uninstall
  ChmodBPF” package, then open and run “Install ChmodBPF” in order to
  reset the ChmodBPF Launch Daemon. Issue 18734[2].

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2023-21[3] Kafka dissector crash. Issue 19105[4].

     • wnpa-sec-2023-22[5] iSCSI dissector crash. Issue 19164[6].

   The following bugs have been fixed:

     • Crash when (re)loading a capture file after renaming a dfilter
       macro. Issue 13753[7].

     • Moving a column deselects selected packet and moves to beginning
       of packet list. Issue 16251[8].

     • If you set the default interface in the preferences, it doesn’t
       work with TShark. Issue 16593[9].

     • Severe performance issues in Follow → Save As raw workflow. Issue
       17313[10].

     • TShark doesn’t support the tab character as an aggregator
       character in \"-T fields\" Issue 18002[11].

     • On Windows clicking on a link in the 'Software Update' window
       launches, now unsupported, MS Internet Explorer. Issue 18488[12].

     • Wireshark 4.x.x on Win10-x64 crashes after saving a file with a
       name already in use. Issue 18679[13].

     • NAS-5GS Operator-defined Access Category: Multiple Criteria
       values not displayed in dissected packet display. Issue
       18941[14].

     • Server Hello Packet Invisible - during 802.1x Authentication-
       from Wireshark App Version 4.0.3 (v4.0.3-0-gc552f74cdc23) &
       above. Issue 19071[15].

     • TShark reassembled data is incomplete/truncated. Issue 19107[16].

     • CQL protocol parsing issues with `Result` frames from open source
       Cassandra. Issue 19119[17].

     • TLS 1.3 second Key Update doesn’t work. Issue 19120[18].

     • HTTP2 dissector reports an assertion error on large data frames.
       Issue 19121[19].

     • epan: Single letter hostnames aren’t displayed correctly. Issue
       19137[20].

     • BLF: CAN-FD-Message format is missing a field. Issue 19146[21].

     • BLF: last parameter of LIN-Message is not mandatory (BUGFIX)
       Issue 19147[22].

     • PPP IPv6CP: Incorrect payload length warning. Issue 19149[23].

     • INSTALL file needs to be updated for Debian. Issue 19167[24].

     • Some RTP streams make Wireshark crash when trying to play stream.
       Issue 19170[25].

     • Wrong ordering in OpenFlow 1.0 Datapath unique ID. Issue
       19172[26].

     • Incorrect mask in RTCP slice picture ID. Issue 19182[27].

     • Dissection error in AMQP 1.0. Issue 19191[28].

  New and Updated Features

   There are no new or updated features in this release.

  Removed Features and Support

  New Protocol Support

   There are no new protocols in this release.

  Updated Protocol Support

   9P, AMQP, BGP, CQL, DHCPFO, EAP, GlusterFS, GSM MAP, HTTP2, iSCSI,
   Kafka, Kerberos, NAN, NAS-5GS, OCP.1, OpenFlow 1.0, PDCP-NR, PEAP,
   PPPoE, RSL, RTCP, rtnetlink, and XMPP


To generate a diff of this commit:
cvs rdiff -u -r1.297 -r1.298 pkgsrc/net/wireshark/Makefile
cvs rdiff -u -r1.81 -r1.82 pkgsrc/net/wireshark/PLIST
cvs rdiff -u -r1.165 -r1.166 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.297 pkgsrc/net/wireshark/Makefile:1.298
--- pkgsrc/net/wireshark/Makefile:1.297 Fri May 26 04:27:56 2023
+++ pkgsrc/net/wireshark/Makefile       Thu Jul 13 14:50:29 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.297 2023/05/26 04:27:56 adam Exp $
+# $NetBSD: Makefile,v 1.298 2023/07/13 14:50:29 adam Exp $
 
-DISTNAME=      wireshark-4.0.6
+DISTNAME=      wireshark-4.0.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.81 pkgsrc/net/wireshark/PLIST:1.82
--- pkgsrc/net/wireshark/PLIST:1.81     Fri May 26 04:27:56 2023
+++ pkgsrc/net/wireshark/PLIST  Thu Jul 13 14:50:29 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.81 2023/05/26 04:27:56 adam Exp $
+@comment $NetBSD: PLIST,v 1.82 2023/07/13 14:50:29 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.6
+lib/libwireshark.so.16.0.7
 lib/libwiretap.so
 lib/libwiretap.so.13
-lib/libwiretap.so.13.0.6
+lib/libwiretap.so.13.0.7
 lib/libwsutil.so
 lib/libwsutil.so.14
 lib/libwsutil.so.14.0.0

Index: pkgsrc/net/wireshark/distinfo
diff -u pkgsrc/net/wireshark/distinfo:1.165 pkgsrc/net/wireshark/distinfo:1.166
--- pkgsrc/net/wireshark/distinfo:1.165 Fri May 26 04:27:56 2023
+++ pkgsrc/net/wireshark/distinfo       Thu Jul 13 14:50:29 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.165 2023/05/26 04:27:56 adam Exp $
+$NetBSD: distinfo,v 1.166 2023/07/13 14:50:29 adam Exp $
 
-BLAKE2s (wireshark-4.0.6.tar.xz) = 0da12d139bdb38a4b7887ad3217b39082caf282d75d277250d237dd486445487
-SHA512 (wireshark-4.0.6.tar.xz) = 651b760d05518a914ffbb2fe1ced84e877ebc40d7b03500586e009609064761bef7810654b1321e08aeea403867450be289227a9e43937e9f777693a8f4c901b
-Size (wireshark-4.0.6.tar.xz) = 41583088 bytes
+BLAKE2s (wireshark-4.0.7.tar.xz) = dbfb8f8edc476c3fe68584bfc1e858354a3ae451b0ba714f74b997ce04335ed2
+SHA512 (wireshark-4.0.7.tar.xz) = 98f609405f20a3714e7c5e4f806cae5cc842daaf0219bd92d3130d2930758cce244edca4529db59300b5ca1e1e98d1aa632bc5c85c92f26aa2e0c124e691a5ab
+Size (wireshark-4.0.7.tar.xz) = 43113752 bytes
 SHA1 (patch-CMakeLists.txt) = bfb0e748ce1f6577a758b650d1bed2b6d66dc026



Home | Main Index | Thread Index | Old Index