From patchwork Thu Apr 13 13:37:20 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vicente Olivert Riera X-Patchwork-Id: 750437 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3w3hg72Rclz9sCZ for ; Thu, 13 Apr 2017 23:37:39 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D327489AC1; Thu, 13 Apr 2017 13:37:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dZWo+xk4wUFu; Thu, 13 Apr 2017 13:37:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id C289689AB1; Thu, 13 Apr 2017 13:37:32 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 5B0051C0E4A for ; Thu, 13 Apr 2017 13:37:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id D65A88866E for ; Thu, 13 Apr 2017 13:37:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wPkH5AAvryHH for ; Thu, 13 Apr 2017 13:37:26 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailapp01.imgtec.com (mailapp01.imgtec.com [195.59.15.196]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1397E88655 for ; Thu, 13 Apr 2017 13:37:26 +0000 (UTC) Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id F1A452F601CB1 for ; Thu, 13 Apr 2017 14:37:20 +0100 (IST) Received: from vriera-linux.le.imgtec.org (192.168.154.96) by HHMAIL01.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server (TLS) id 14.3.294.0; Thu, 13 Apr 2017 14:37:24 +0100 From: Vicente Olivert Riera To: Date: Thu, 13 Apr 2017 14:37:20 +0100 Message-ID: <20170413133720.38755-1-Vincent.Riera@imgtec.com> X-Mailer: git-send-email 2.10.2 MIME-Version: 1.0 X-Originating-IP: [192.168.154.96] Subject: [Buildroot] [PATCH] wireshark: bump version to 2.2.6 (security) X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Security fixes: - wnpa-sec-2017-12 IMAP dissector crash (Bug 13466) CVE-2017-7703 - wnpa-sec-2017-13 WBMXL dissector infinite loop (Bug 13477) CVE-2017-7702 - wnpa-sec-2017-14 NetScaler file parser infinite loop (Bug 13478) CVE-2017-7700 - wnpa-sec-2017-15 RPCoRDMA dissector infinite loop (Bug 13558) CVE-2017-7705 - wnpa-sec-2017-16 BGP dissector infinite loop (Bug 13557) CVE-2017-7701 - wnpa-sec-2017-17 DOF dissector infinite loop (Bug 13453) CVE-2017-7704 - wnpa-sec-2017-18 PacketBB dissector crash (Bug 13559) - wnpa-sec-2017-19 SLSK dissector long loop (Bug 13576) - wnpa-sec-2017-20 SIGCOMP dissector infinite loop (Bug 13578) - wnpa-sec-2017-21 WSP dissector infinite loop (Bug 13581) Full release notes: https://www.wireshark.org/docs/relnotes/wireshark-2.2.6.html Signed-off-by: Vicente Olivert Riera --- package/wireshark/wireshark.hash | 4 ++-- package/wireshark/wireshark.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/wireshark/wireshark.hash b/package/wireshark/wireshark.hash index 3d1f7af..09f6573 100644 --- a/package/wireshark/wireshark.hash +++ b/package/wireshark/wireshark.hash @@ -1,2 +1,2 @@ -# From: https://www.wireshark.org/download/src/all-versions/SIGNATURES-2.2.5.txt -sha256 75dd88d3d6336559e5b0b72077d8a772a988197d571f00029986225fef609ac8 wireshark-2.2.5.tar.bz2 +# From: https://www.wireshark.org/download/src/all-versions/SIGNATURES-2.2.6.txt +sha256 f627d51eda85f5ae5f5c8c9fc1f6539ffc2a270dd7500dc7f67490a8534ca849 wireshark-2.2.6.tar.bz2 diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk index 14c2943..fee6a81 100644 --- a/package/wireshark/wireshark.mk +++ b/package/wireshark/wireshark.mk @@ -4,7 +4,7 @@ # ################################################################################ -WIRESHARK_VERSION = 2.2.5 +WIRESHARK_VERSION = 2.2.6 WIRESHARK_SOURCE = wireshark-$(WIRESHARK_VERSION).tar.bz2 WIRESHARK_SITE = https://www.wireshark.org/download/src/all-versions WIRESHARK_LICENSE = wireshark license