From patchwork Mon Jun 10 11:13:26 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 250215 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 6A59B2C02FE for ; Mon, 10 Jun 2013 21:14:00 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id A4B7110BA4A; Mon, 10 Jun 2013 11:13:58 +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 u7ckcfhzyZau; Mon, 10 Jun 2013 11:13:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0BF6510BA38; Mon, 10 Jun 2013 11:13:43 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 10CA28F753 for ; Mon, 10 Jun 2013 11:13:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2C04E8AB50 for ; Mon, 10 Jun 2013 11:13:42 +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 4GI4MyFKQ5og for ; Mon, 10 Jun 2013 11:13:41 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0C9BF8ABE7 for ; Mon, 10 Jun 2013 11:13:40 +0000 (UTC) Received: from asgard (host115.190-138-228.telecom.net.ar [190.138.228.115]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r5ABDY09012483 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 10 Jun 2013 11:13:36 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1370862818; bh=rlT1hgqmJfS5+PjGJTV2yujq5+UrKHnkGaJ+Ud6t1Lk=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=GR7T0sl2U5EzNoqfec4vu9xpj4MhVscmT6JnYBji/J7uWgMBqc8mwJApR+7w6ZG7l z7w/bDyPZWUM2ANrNTAq/fhFSIqr/2R4PurRdu9gAv7PP1+tcJ48+b6p0C76LA52d6 YJVFYC7TX4CUfR/ODxI4/ed6Rb15ScR5I/x9pL2o= Received: by asgard (sSMTP sendmail emulation); Mon, 10 Jun 2013 08:13:33 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 10 Jun 2013 08:13:26 -0300 Message-Id: <1370862806-14534-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1370862806-14534-1-git-send-email-gustavo@zacarias.com.ar> References: <1370862806-14534-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/2] wireshark: security bump to version 1.8.8 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Fixes wnpa-sec-2013-32, wnpa-sec-2013-33, wnpa-sec-2013-34, wnpa-sec-2013-35, wnpa-sec-2013-36, wnpa-sec-2013-37, wnpa-sec-2013-38, wnpa-sec-2013-39, wnpa-sec-2013-40 and wnpa-sec-2013-41. Signed-off-by: Gustavo Zacarias --- package/wireshark/wireshark.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk index 2d4ea10..a61e017 100644 --- a/package/wireshark/wireshark.mk +++ b/package/wireshark/wireshark.mk @@ -4,7 +4,7 @@ # ################################################################################ -WIRESHARK_VERSION = 1.8.7 +WIRESHARK_VERSION = 1.8.8 WIRESHARK_SOURCE = wireshark-$(WIRESHARK_VERSION).tar.bz2 WIRESHARK_SITE = http://www.wireshark.org/download/src/all-versions WIRESHARK_LICENSE = wireshark license