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 18 10:11:16 UTC 2019

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

Log Message:
wireshark: updated to 3.0.3

Wireshark 3.0.3 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.12.4. They previously
      shipped with Qt 5.12.3.

    • The Windows installers now ship with Npcap 0.996. They previously
      shipped with Npcap 0.995.

    • The macOS installer now ships with Qt 5.12.4. It previously
      shipped with Qt 5.12.1.

  Bug Fixes

   The following vulnerabilities have been fixed:

     • wnpa-sec-2019-20[1] ASN.1 BER and related dissectors crash. Bug
       15870[2]. CVE-2019-13619[3].

   The following bugs have been fixed:

     • "ninja install" installs help/faq.py instead of help/faq.txt. Bug
       15543[4].

     • In Wireshark 3.0, encrypted DOCSIS PDU packets no longer match
       the filter "eth.dst". Bug 15731[5].

     • Developer’s Guide section 3.9 "Contribute your changes" should
       incorporate or link "Writing a good commit message" from the
       Wiki. Bug 15752[6].

     • RSL dissector bugs in presence of optional IEs. Bug 15789[7].

     • The "Media Attribute Value" field is missed in rtcp SDP
       dissection (packet-sdp.c). Bug 15791[8].

     • BTLE doesn’t properly detect start fragment of L2CAP PDUs. Bug
       15807[9].

     • Wi-SUN FAN decoder error, Channel Spacing and Reserved fields are
       swapped. Bug 15821[10].

     • tshark: Display filter error message references "-d" when it
       should reference "-Y". Bug 15825[11].

     • Open "protocol" preferences …<U+200B> does not work for protocol in
       subtree. Bug 15836[12].

     • Problems with sshdump "Error by extcap pipe: sh: sudo: command
       not found". Bug 15845[13].

     • editcap won’t change encapsulation type when writing pcap format.
       Bug 15873[14].

     • ITU-T G.8113.1 MPLS-TP OAM CC,LMM,LMR,DMM and DMR are not seen in
       the 3.0.2. Bug 15887[15].

  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

   AERON, ASN.1, BTLE, CUPS, DNS, DOCSIS, DPNSS, GSM RLC/MAC, HiQnet,
   ISO 14443, ISObus VT, LDAP, MAC LTE, MIME multipart, MPLS, MQ, RSL,
   SDP, SMB, TNEF, and Wi-SUN

  New and Updated Capture File Support

   Ascend

  New and Updated Capture Interfaces support

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


To generate a diff of this commit:
cvs rdiff -u -r1.211 -r1.212 pkgsrc/net/wireshark/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/net/wireshark/PLIST
cvs rdiff -u -r1.120 -r1.121 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.211 pkgsrc/net/wireshark/Makefile:1.212
--- pkgsrc/net/wireshark/Makefile:1.211 Mon Jul  1 04:08:43 2019
+++ pkgsrc/net/wireshark/Makefile       Thu Jul 18 10:11:16 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.211 2019/07/01 04:08:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.212 2019/07/18 10:11:16 adam Exp $
 
-DISTNAME=      wireshark-3.0.2
-PKGREVISION=   1
+DISTNAME=      wireshark-3.0.3
 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.41 pkgsrc/net/wireshark/PLIST:1.42
--- pkgsrc/net/wireshark/PLIST:1.41     Thu May 23 08:15:12 2019
+++ pkgsrc/net/wireshark/PLIST  Thu Jul 18 10:11:16 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.41 2019/05/23 08:15:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.42 2019/07/18 10:11:16 adam Exp $
 bin/capinfos
 bin/captype
 bin/dumpcap
@@ -602,10 +602,10 @@ include/wireshark/wsutil/wsjson.h
 include/wireshark/wsutil/xtea.h
 lib/libwireshark.so
 lib/libwireshark.so.12
-lib/libwireshark.so.12.0.2
+lib/libwireshark.so.12.0.3
 lib/libwiretap.so
 lib/libwiretap.so.9
-lib/libwiretap.so.9.0.2
+lib/libwiretap.so.9.0.3
 lib/libwscodecs.so
 lib/libwscodecs.so.2
 lib/libwscodecs.so.2.0.0
@@ -764,7 +764,7 @@ share/wireshark/extcap.html
 share/wireshark/help/capture_filters.txt
 share/wireshark/help/capturing.txt
 share/wireshark/help/display_filters.txt
-share/wireshark/help/faq.py
+share/wireshark/help/faq.txt
 share/wireshark/help/getting_started.txt
 share/wireshark/help/overview.txt
 share/wireshark/help/toc

Index: pkgsrc/net/wireshark/distinfo
diff -u pkgsrc/net/wireshark/distinfo:1.120 pkgsrc/net/wireshark/distinfo:1.121
--- pkgsrc/net/wireshark/distinfo:1.120 Thu May 23 08:15:12 2019
+++ pkgsrc/net/wireshark/distinfo       Thu Jul 18 10:11:16 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.120 2019/05/23 08:15:12 adam Exp $
+$NetBSD: distinfo,v 1.121 2019/07/18 10:11:16 adam Exp $
 
-SHA1 (wireshark-3.0.2.tar.xz) = 64d18b3c6faa1cb2052562657f610946334ac643
-RMD160 (wireshark-3.0.2.tar.xz) = 52c36f04fe8858a2aa7e6b9a682f658b392d432d
-SHA512 (wireshark-3.0.2.tar.xz) = 0dab01b614534c9ddea517d045598029c15f24ab54d59110e6819d43d2479afe9eebe04554d25f3b0806cf8c78ed241b0fb261c2024234297eeb25d032fbb982
-Size (wireshark-3.0.2.tar.xz) = 30910100 bytes
+SHA1 (wireshark-3.0.3.tar.xz) = 3a7406d54de9fd925a3d9800471610144fe44354
+RMD160 (wireshark-3.0.3.tar.xz) = 4ccaf1702977f7ffb225896f90807a35dd6e33cc
+SHA512 (wireshark-3.0.3.tar.xz) = 78d4aa68e47a72b641cb2a694028de743c195a41c42fb58f510402581a213c1239f63cad1f9163b13d64608fcedf64c7367a4888021b80613cb7e9a6ddbf8750
+Size (wireshark-3.0.3.tar.xz) = 30923980 bytes
 SHA1 (patch-CMakeLists.txt) = c78289d6ded796674b947d6bddd0ba9749ab4569



Home | Main Index | Thread Index | Old Index