From patchwork Wed Dec 4 03:28:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 296384 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 763022C0084 for ; Wed, 4 Dec 2013 14:28:54 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 340558BCEC; Wed, 4 Dec 2013 03:28:53 +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 qozbtdIGOxa8; Wed, 4 Dec 2013 03:28:51 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 32E8B8AFED; Wed, 4 Dec 2013 03:28:51 +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 702281C2AA1 for ; Wed, 4 Dec 2013 03:28:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 54B3F8C05A for ; Wed, 4 Dec 2013 03:28:49 +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 Dn8SvoHrBwoj for ; Wed, 4 Dec 2013 03:28:48 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f177.google.com (mail-pd0-f177.google.com [209.85.192.177]) by whitealder.osuosl.org (Postfix) with ESMTPS id 44B378C04E for ; Wed, 4 Dec 2013 03:28:48 +0000 (UTC) Received: by mail-pd0-f177.google.com with SMTP id q10so21160566pdj.8 for ; Tue, 03 Dec 2013 19:28:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=JlK1MyIYi5hFCDGWA6MBlMIC11Wh4wgk8Soc47KAw64=; b=Clu8d7Ag/5jz3YzVIw+sgdP2fOR0xuxtNug+f45nZuKWUVxHoKe40S4s3Y0spw6Kh8 2vLgk4TWDRA/5LGXoIWW6efYiUhg5NdEaKNSTFvkLWmoOJkymI4Jj36jwb/lkLOs2njs 2GZ17JYPD6j60PT7H8WS0Pnk5KV3t4G7bbh6DXT6CBpNzaD47xU7yMfIu04aB3k1kp/r hJ+7BtP9T9KYaMe5QqeauWzs6KwELm4nTl+eo0E7p4uygzLzobqh1Z04eMwfOoi9k1KT I4xntRUgxOaS5lP2MqEOsbRcZVlTzZF6H93hgMiANJpJvWguFfc3vjIMo+lzn+eQ2+iB sRmg== X-Gm-Message-State: ALoCoQm4j597sPJWmsZi/x1OC8kjjSvyEMML7b8SjXtTeP7pnyxqTRId9XXbIvZorqnAeUO4vpr7 X-Received: by 10.68.218.3 with SMTP id pc3mr42941959pbc.71.1386127727828; Tue, 03 Dec 2013 19:28:47 -0800 (PST) Received: from [192.168.1.102] (111-240-61-77.dynamic.hinet.net. [111.240.61.77]) by mx.google.com with ESMTPSA id ie6sm107378175pbc.6.2013.12.03.19.28.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 03 Dec 2013 19:28:47 -0800 (PST) Message-ID: <1386127723.8545.1.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Wed, 04 Dec 2013 11:28:43 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH] wireshark: bump to version 1.10.3 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net The current stable release of Wireshark is 1.10.3. It supersedes all previous releases. So let's upgrade to 1.10.3. Signed-off-by: Axel Lin --- 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 9f968fd..ecd414f 100644 --- a/package/wireshark/wireshark.mk +++ b/package/wireshark/wireshark.mk @@ -4,7 +4,7 @@ # ################################################################################ -WIRESHARK_VERSION = 1.8.11 +WIRESHARK_VERSION = 1.10.3 WIRESHARK_SOURCE = wireshark-$(WIRESHARK_VERSION).tar.bz2 WIRESHARK_SITE = http://www.wireshark.org/download/src/all-versions WIRESHARK_LICENSE = wireshark license