From patchwork Fri Oct 19 16:27:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Will Newton X-Patchwork-Id: 192771 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 9C6072C0090 for ; Sat, 20 Oct 2012 03:27:48 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id BE460A04A1; Fri, 19 Oct 2012 16:27:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x7ZTM97QtPjw; Fri, 19 Oct 2012 16:27:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id AC722A000B; Fri, 19 Oct 2012 16:27:46 +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 CBAEC8F74A for ; Fri, 19 Oct 2012 16:27:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A4BFF8D51A for ; Fri, 19 Oct 2012 16:27:41 +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 ipkG8aSNRj5m for ; Fri, 19 Oct 2012 16:27:39 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ob0-f171.google.com (mail-ob0-f171.google.com [209.85.214.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9F4718D4B5 for ; Fri, 19 Oct 2012 16:27:39 +0000 (UTC) Received: by mail-ob0-f171.google.com with SMTP id 16so784828obc.16 for ; Fri, 19 Oct 2012 09:27:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=trkxgEZf/Mko0GUjirV6X9DAv+txL67XS9HpAI7onZA=; b=s5gffJ7TWING3jnSe03a1GEhMoZPvdB697M2zDb8OWQ02A0k/4vvbbo/TAmshPFqow 6Q6bkrw1ux6VB2gDEbwCxifJhQWiZlA7/9r94HVjd3w6n4J2sYuXIzSgwRFM2mHHyZBr eCjm2vECKBM3lw9DrJoC7DMKQ38ky/Mxgcvh1XP4AbsHrJqRZKgtcyp8IZQzbZy1yCVR CD/v60RsBO0gbWjyGovcfWZmfUgBmV5rsVO3X7i7EkCE40h3IspV98w3EQdYQBWgQSU5 +Sq0EVWwEF8onCCDNeve9GA3BdAKyeRqo7tqs6WpxVgb5odNE30d2gcCSM1epmXuDHLY Dehw== MIME-Version: 1.0 Received: by 10.60.169.48 with SMTP id ab16mr2056666oec.15.1350664058745; Fri, 19 Oct 2012 09:27:38 -0700 (PDT) Received: by 10.60.95.4 with HTTP; Fri, 19 Oct 2012 09:27:38 -0700 (PDT) Date: Fri, 19 Oct 2012 17:27:38 +0100 Message-ID: From: Will Newton To: buildroot@busybox.net Subject: [Buildroot] [PATCH 2/3] package/lttng-tools: Bump to version 2.0.4. 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 Signed-off-by: Will Newton --- package/lttng-tools/lttng-tools.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/lttng-tools/lttng-tools.mk b/package/lttng-tools/lttng-tools.mk index 7a0a7b4..fe48ac6 100644 --- a/package/lttng-tools/lttng-tools.mk +++ b/package/lttng-tools/lttng-tools.mk @@ -3,7 +3,7 @@ # LTTng-Tools: the trace control client # ############################################################# -LTTNG_TOOLS_VERSION = 2.0.1 +LTTNG_TOOLS_VERSION = 2.0.4 LTTNG_TOOLS_SITE = http://lttng.org/files/lttng-tools/ LTTNG_TOOLS_SOURCE = lttng-tools-$(LTTNG_TOOLS_VERSION).tar.bz2