From patchwork Sun Oct 26 18:45:49 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 403312 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 C68B1140092 for ; Mon, 27 Oct 2014 05:48:16 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B73F1A345D; Sun, 26 Oct 2014 18:48:03 +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 I9JNgpSoiuN1; Sun, 26 Oct 2014 18:48:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 12501A4132; Sun, 26 Oct 2014 18:47:59 +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 75E511C107B for ; Sun, 26 Oct 2014 18:47:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 733E092D20 for ; Sun, 26 Oct 2014 18:47:08 +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 nLi7pSth-Bah for ; Sun, 26 Oct 2014 18:47:08 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by whitealder.osuosl.org (Postfix) with ESMTPS id B34CD92936 for ; Sun, 26 Oct 2014 18:47:07 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id l18so4246349wgh.29 for ; Sun, 26 Oct 2014 11:47:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=f2YKYloJkzVg9kS9d49drSbNVJHMnkgPK6c9ZF4/d/8=; b=wfPWwHL9EVfpgTVuc4vp1ASvA/akHZU7afQ1yJuBGIZTlyuGOk4A4NtxwZ/MJKWdhI c5b7XiOhSWgfh/Vmbd3j9VOT1O5hCoK9HQdcqF0wi1HLDlPNpjSuefMRi6oGTmbYEOL0 evrcBPF6hEQEv4bJQHC3LiV4bjeFp7xe82gro5ofToM6QAZrc2QmwMJObfM4KtqbGFx6 b9yNKRricrn3jkE9bedZWh+T2hlgHnqAmIKfhoxV3CtSE4+V5lqcmso7nwEXilxWXcwV RbJZtbp0n9K4L1VZYat2Ta8Lgo34EhGvAjL3JOJY1M8Luk4MEGwC5RSPsnH4zPIfVqZo lL6w== X-Received: by 10.194.63.229 with SMTP id j5mr17940042wjs.23.1414349225910; Sun, 26 Oct 2014 11:47:05 -0700 (PDT) Received: from localhost.localdomain (13-105-190-109.dsl.ovh.fr. [109.190.105.13]) by mx.google.com with ESMTPSA id fx2sm12905341wjb.37.2014.10.26.11.47.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 26 Oct 2014 11:47:05 -0700 (PDT) From: Maxime Hadjinlian To: buildroot@buildroot.org Date: Sun, 26 Oct 2014 19:45:49 +0100 Message-Id: <1414349157-22749-43-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 2.1.1 In-Reply-To: <1414349157-22749-1-git-send-email-maxime.hadjinlian@gmail.com> References: <1414349157-22749-1-git-send-email-maxime.hadjinlian@gmail.com> Subject: [Buildroot] [PATCH 43/51] lttng-libust: bump version 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Add hash file Signed-off-by: Maxime Hadjinlian --- package/lttng-libust/lttng-libust.hash | 6 ++++++ package/lttng-libust/lttng-libust.mk | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 package/lttng-libust/lttng-libust.hash diff --git a/package/lttng-libust/lttng-libust.hash b/package/lttng-libust/lttng-libust.hash new file mode 100644 index 0000000..ac897f3 --- /dev/null +++ b/package/lttng-libust/lttng-libust.hash @@ -0,0 +1,6 @@ +# From http://lttng.org/files/lttng-ust/lttng-ust-2.6.0-rc1.tar.bz2.sha1 +sha1 8db1627f16f466589c7842822ea4ad2f9d406b02 lttng-ust-2.5.1.tar.bz2 +# From http://lttng.org/files/lttng-ust/lttng-ust-2.6.0-rc1.tar.bz2.md5 +md5 d551d601bdc1a9285e1cd6c5728fb803 lttng-ust-2.5.1.tar.bz2 +# Locally generated +sha256 fbd9e2d78641e5c659f1d51f8097c8279c155ff50f8e38a4c57f188ca4b84546 lttng-ust-2.5.1.tar.bz2 diff --git a/package/lttng-libust/lttng-libust.mk b/package/lttng-libust/lttng-libust.mk index a84cbc6..e6f02ca 100644 --- a/package/lttng-libust/lttng-libust.mk +++ b/package/lttng-libust/lttng-libust.mk @@ -5,7 +5,7 @@ ################################################################################ LTTNG_LIBUST_SITE = http://lttng.org/files/lttng-ust -LTTNG_LIBUST_VERSION = 2.5.0 +LTTNG_LIBUST_VERSION = 2.5.1 LTTNG_LIBUST_SOURCE = lttng-ust-$(LTTNG_LIBUST_VERSION).tar.bz2 LTTNG_LIBUST_LICENSE = LGPLv2.1; MIT for system headers; GPLv2 for liblttng-ust-ctl/ustctl.c (used by lttng-sessiond) LTTNG_LIBUST_LICENSE_FILES = COPYING