Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 295CC7A1B1 for ; Sun, 5 Mar 2017 15:14:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CD768855E6; Sun, 5 Mar 2017 15:14:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5D207855A7 for ; Sun, 5 Mar 2017 15:14:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id QtJt4uP1SGEa for ; Sun, 5 Mar 2017 15:14:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CC3AB85596 for ; Sun, 5 Mar 2017 15:14:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6A956FBE4; Sun, 5 Mar 2017 15:14:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148872684755340" MIME-Version: 1.0 Date: Sun, 5 Mar 2017 15:14:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/wireshark To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170305151407.6A956FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148872684755340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Sun Mar 5 15:14:07 UTC 2017 Modified Files: pkgsrc/net/wireshark: Makefile distinfo Log Message: Updated wireshark to 2.2.5. Bug Fixes The following vulnerabilities have been fixed: * [1]wnpa-sec-2017-03 LDSS dissector crash ([2]Bug 13346) * [3]wnpa-sec-2017-04 RTMTP dissector infinite loop ([4]Bug 13347) * [5]wnpa-sec-2017-05 WSP dissector infinite loop ([6]Bug 13348) * [7]wnpa-sec-2017-06 STANAG 4607 file parser infinite loop ([8]Bug 13416) * [9]wnpa-sec-2017-07 NetScaler file parser infinite loop ([10]Bug 13429) * [11]wnpa-sec-2017-08 NetScaler file parser crash ([12]Bug 13430) * [13]wnpa-sec-2017-09 K12 file parser crash ([14]Bug 13431) * [15]wnpa-sec-2017-10 IAX2 dissector infinite loop ([16]Bug 13432) * [17]wnpa-sec-2017-11 NetScaler file parser infinite loop ([18]Bug 12083) The 32-bit and 64-bit Windows installers might have been susceptible to a [19]DLL hijacking flaw. The following bugs have been fixed: * Display filter textbox loses focus during live capturing. ([20]Bug 11890) * Wireshark crashes when saving pcaps, opening pcaps, and exporting specified packets. ([21]Bug 12036) * tshark stalls on FreeBSD if androiddump is present. ([22]Bug 13104) * UTF-8 characters in packet list column title. ([23]Bug 13342) * Recent capture file list should appear immediately on startup. ([24]Bug 13352) * editcap segfault if a packet length is shorter than ignore bytes parameter. ([25]Bug 13378) * dftest segfault with automated build of 2.2.5. ([26]Bug 13387) * UMTS MAC Dissector shows Packet size limited for BCCH payload. ([27]Bug 13392) * VS2010 win32 ±¥. ([28]Bug 13398) * EAP AKA not being decoded properly. ([29]Bug 13411) * Dumpcap crashes during rpcap setup. ([30]Bug 13418) * Crash on closing SNMP capture file if snmp credentials are present. ([31]Bug 13420) * GPRS-NS message PDU type displayed in octal instead of hexadecimal. ([32]Bug 13428) Updated Protocol Support GPRS-NS, GTPv2, IAX2, IEEE 802.11, LDSS, MS-WSP, OpcUa, ROHC, RTMTP, SNMP, STANAG 4607, T.38, and UMTS FP To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166 pkgsrc/net/wireshark/Makefile cvs rdiff -u -r1.99 -r1.100 pkgsrc/net/wireshark/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148872684755340 Content-Disposition: inline Content-Length: 1666 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/wireshark/Makefile diff -u pkgsrc/net/wireshark/Makefile:1.165 pkgsrc/net/wireshark/Makefile:1.166 --- pkgsrc/net/wireshark/Makefile:1.165 Sun Feb 12 06:25:54 2017 +++ pkgsrc/net/wireshark/Makefile Sun Mar 5 15:14:07 2017 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.165 2017/02/12 06:25:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.166 2017/03/05 15:14:07 wiz Exp $ -DISTNAME= wireshark-2.2.4 -PKGREVISION= 1 +DISTNAME= wireshark-2.2.5 CATEGORIES= net MASTER_SITES= https://www.wireshark.org/download/src/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/net/wireshark/distinfo diff -u pkgsrc/net/wireshark/distinfo:1.99 pkgsrc/net/wireshark/distinfo:1.100 --- pkgsrc/net/wireshark/distinfo:1.99 Tue Feb 7 12:54:43 2017 +++ pkgsrc/net/wireshark/distinfo Sun Mar 5 15:14:07 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.99 2017/02/07 12:54:43 wiz Exp $ +$NetBSD: distinfo,v 1.100 2017/03/05 15:14:07 wiz Exp $ -SHA1 (wireshark-2.2.4.tar.bz2) = 2913835d17a93af2a85ad5d9b580c47b359619a4 -RMD160 (wireshark-2.2.4.tar.bz2) = 82b8df88a97c8fe0608ff8b099e366ca4eb620d1 -SHA512 (wireshark-2.2.4.tar.bz2) = f3ff6979fdd1c7cf6abe386ec476fee12045ae6df3c8162568d521532045d5eb6ad689262c38b1766c75c9fc1068f480fcd64f0aa077b3a0ceea7c16dbdabc65 -Size (wireshark-2.2.4.tar.bz2) = 32336156 bytes +SHA1 (wireshark-2.2.5.tar.bz2) = cc3ae3fa640caee1fdb4499a4b70272934efad14 +RMD160 (wireshark-2.2.5.tar.bz2) = cd415642d1a71deb47dbdd4047713d4f3c4a460f +SHA512 (wireshark-2.2.5.tar.bz2) = c419950683eb399f851e10cc268d541cbd6e75a957f412650fa9564760908864fcd0d5d6c3520e656d93c31cd5f1216a514be154dfa950fcfd2804e66155985e +Size (wireshark-2.2.5.tar.bz2) = 32297102 bytes --_----------=_148872684755340--