diff options
author | adam <adam@pkgsrc.org> | 2019-03-07 10:39:52 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-03-07 10:39:52 +0000 |
commit | c97f2d8f0e3e50a83850b656ee46adc586435f35 (patch) | |
tree | 8a316dcd4070d4159deec8872276678fb8cf21c4 | |
parent | 0275b22262bc43a2db0a5af9c37e8b45ef58d076 (diff) | |
download | pkgsrc-c97f2d8f0e3e50a83850b656ee46adc586435f35.tar.gz |
wireshark: updated to 2.6.7
Wireshark 2.6.7 Release Notes
The following vulnerabilities have been fixed:
• wnpa-sec-2019-06[1] ASN.1 BER and related dissectors crash.
15447[2]. CVE-2019-9209[3].
• wnpa-sec-2019-07[4] TCAP dissector crash.
CVE-2019-9208[6].
• wnpa-sec-2019-08[7] RPCAP dissector crash.
The following bugs have been fixed:
• Alignment Lost after Editing Column.
• Crash on applying display filters or coloring rules on capture
files containing non-UTF-8 data.
• tshark outputs debug information.
• Feature request - HTTP, add the field "request URI" to response.
• randpkt should be distributed with the Windows installer.
• Memory leak with "-T ek" output format option.
• Display error in negative response time stats (gint displayed as
unsigned).
• _epl_xdd_init not found.
• Decoding of MEGACO/H.248 request shows the Remote descriptor as
"Local descriptor".
• Repeated NFS in Protocol Display field.
• RBM file dissector adds too many items to the tree, resulting in
aborting the program.
• Wireshark heap out-of-bounds read in infer_pkt_encap.
• Column width and hidden issues when switching profiles.
• GTPv1-C SGSN Context Response / Forward Relocation Request decode
GGSN address IPV6 issue.
• Lua Error on startup: init.lua: dofile has been disabled due to
running Wireshark as superuser.
• DICOM ASSOCIATE Accept: Protocol Version.
• Multiple out-of-bounds reads in NetScaler trace handling
(wiretap/netscaler.c).
• Wrong endianess when dissecting the "chain offset" in SMB2
protocol header.
• Memory leak in mate_grammar.lemon’s recolonize function.
-rw-r--r-- | net/wireshark/Makefile | 4 | ||||
-rw-r--r-- | net/wireshark/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 75c8f84a2e0..5f3f774898d 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.204 2019/01/15 22:09:36 adam Exp $ +# $NetBSD: Makefile,v 1.205 2019/03/07 10:39:52 adam Exp $ -DISTNAME= wireshark-2.6.6 +DISTNAME= wireshark-2.6.7 CATEGORIES= net MASTER_SITES= https://www.wireshark.org/download/src/ EXTRACT_SUFX= .tar.xz diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index dbc7e79a679..30b7201b785 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.117 2019/01/15 22:09:36 adam Exp $ +$NetBSD: distinfo,v 1.118 2019/03/07 10:39:52 adam Exp $ -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 +SHA1 (wireshark-2.6.7.tar.xz) = 6d601a140b369618e5ac3acab736a1b8de8d5432 +RMD160 (wireshark-2.6.7.tar.xz) = 4d27f7d67a9b8d11270c6fcf135eb5ad7648d462 +SHA512 (wireshark-2.6.7.tar.xz) = bd0f87debd8bd8947f386aaec9fc843148e3cdfbffc28ba499526c4053732becea606061deae6799da0cf52458fba840ba0ff8e4a034a671fa876b8a0ff25677 +Size (wireshark-2.6.7.tar.xz) = 28420060 bytes |