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:           Tue Jan 15 22:09:36 UTC 2019

Modified Files:
        pkgsrc/net/wireshark: Makefile distinfo

Log Message:
wireshark: updated to 2.6.6

Wireshark 2.6.6 Release Notes

 What is Wireshark?
  Wireshark is the world’s most popular network protocol analyzer. It is
  used for troubleshooting, analysis, development and education.

 What’s New
    • The Windows installers now ship with Qt 5.9.7. Previously they
      shipped with Qt 5.9.5.

  Bug Fixes
   The following vulnerabilities have been fixed:
     • wnpa-sec-2019-01[1] The 6LoWPAN dissector could crash.
     • wnpa-sec-2019-02[4] The P_MUL dissector could crash.
     • wnpa-sec-2019-03[7] The RTSE dissector and other dissectors could
       crash.
     • wnpa-sec-2019-04[10] The ISAKMP dissector could crash.

   The following bugs have been fixed:
     • console.lua not found in a folder with non-ASCII characters in
       its name.
     • Disabling Update list of packets in real time. will generally
       trigger crash after three start capture, stop capture cycles.
     • UDP Multicast Stream double counts.
     • text2pcap et al. set snaplength to 64kiB-1, while processing
       frames of 256kiB.
     • Builds without libpcap fail if the libpcap headers aren’t
       installed.
     • TCAP AnalogRedirectRecord parameter incorrectly coded as
       mandatory in QualReq_rr message.
     • macOS DMG appears to have duplicate files.
     • Wireshark jumps behind other windows when opening UAT dialogs.
     • Pathnames containing non-ASCII characters are mangled in error
       dialogs on Windows.
     • Executing -z http,stat -r file.pcapng throws a segmentation
       fault.
     • IS-41 TCAP RegistrationNotification Invoke has borderCellAccess
       parameter coded as tag 50 (as denyAccess) but should be 58.
     • In DNS statistics, response times > 1 sec not included.
     • GTPv2 APN dissect problem.

  New and Updated Features
   There are no new features in this release.

  New Protocol Support
   There are no new protocols in this release.

  Updated Protocol Support
   6LoWPAN, ANSI MAP, DNP3, DNS, GSM A, GTP, GTPv2, IMF, ISAKMP, ISObus
   VT, Kerberos, P_MUL, RTSE, S7COMM, and TCAP


To generate a diff of this commit:
cvs rdiff -u -r1.203 -r1.204 pkgsrc/net/wireshark/Makefile
cvs rdiff -u -r1.116 -r1.117 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.203 pkgsrc/net/wireshark/Makefile:1.204
--- pkgsrc/net/wireshark/Makefile:1.203 Thu Dec 13 19:52:18 2018
+++ pkgsrc/net/wireshark/Makefile       Tue Jan 15 22:09:36 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.203 2018/12/13 19:52:18 adam Exp $
+# $NetBSD: Makefile,v 1.204 2019/01/15 22:09:36 adam Exp $
 
-DISTNAME=      wireshark-2.6.5
-PKGREVISION=   2
+DISTNAME=      wireshark-2.6.6
 CATEGORIES=    net
 MASTER_SITES=  https://www.wireshark.org/download/src/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/net/wireshark/distinfo
diff -u pkgsrc/net/wireshark/distinfo:1.116 pkgsrc/net/wireshark/distinfo:1.117
--- pkgsrc/net/wireshark/distinfo:1.116 Mon Dec  3 14:19:24 2018
+++ pkgsrc/net/wireshark/distinfo       Tue Jan 15 22:09:36 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.116 2018/12/03 14:19:24 wiz Exp $
+$NetBSD: distinfo,v 1.117 2019/01/15 22:09:36 adam Exp $
 
-SHA1 (wireshark-2.6.5.tar.xz) = 556a8e084230e6359c86daf578d25c6f443458bb
-RMD160 (wireshark-2.6.5.tar.xz) = 0f840f0ef8747ba808ac17660bb54f3ff9dfdc4b
-SHA512 (wireshark-2.6.5.tar.xz) = fed2d08bb0ba06496c22a5d45946faf2ff4ca19c59faf758c668c583193faeec3c4379b64750478469fede91562891e9b6991591a09a3da8d2193cb64718d02f
-Size (wireshark-2.6.5.tar.xz) = 28390292 bytes
+SHA1 (wireshark-2.6.6.tar.xz) = d3d2f45a85e6f43a69c745b5c733e70dbc8cc535
+RMD160 (wireshark-2.6.6.tar.xz) = 5c5750e277e647a58916229f19d883a99e31046a
+SHA512 (wireshark-2.6.6.tar.xz) = b781c3b34dc76a3d8e60dc2b9b4e46a11994440b8df7b56134521ea9a77b27b0719a600db60d7f3d65f15972a5db2a7e85a8bf60d7217fce498fb5668de8fe56
+Size (wireshark-2.6.6.tar.xz) = 28407404 bytes



Home | Main Index | Thread Index | Old Index