From patchwork Sun Oct 26 18:45:51 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 403316 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 7E151140095 for ; Mon, 27 Oct 2014 05:48:28 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id BA360A41EF; Sun, 26 Oct 2014 18:48:12 +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 f68gbgmnZxU2; Sun, 26 Oct 2014 18:48:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 27285A4184; Sun, 26 Oct 2014 18:48:09 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id E085F1C107B for ; Sun, 26 Oct 2014 18:47:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B4F98A3764 for ; Sun, 26 Oct 2014 18:47:13 +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 Nka4HEPF60rn for ; Sun, 26 Oct 2014 18:47:12 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 78892A35AC for ; Sun, 26 Oct 2014 18:47:09 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id h11so2690726wiw.2 for ; Sun, 26 Oct 2014 11:47:08 -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=UCWffKgJ1sbYiJ5vmN8ljqiFJMLmE8Xg2GhUP/Erns0=; b=drawY8dPp/EEoq5NAedhbDwgSQnIh4NzuDcHOfCBSxSepCoR5U8umeFJS7CBoWAHE1 ZAD7bfhNd74//q/RBj59i3155pG7xrNIgHnnZRju/H/AHKDejVKZVIUTof5AcBQrkaMS OMRnvlA4j/tx6A7WSb554x+e69moxMDamN/gLriRw9qs2sunxbWYAAgT02DzLh25illg +sSLV2Gc8SGKHZCaTW43Wy2zUDaylGaMA0gbKb1XyJW0zKYQ8L+DTMkcncFG2BUFGMkt TQMq5g1ZKvwVwJvDUBuJ4OzXmQxokjFcq+WAZkfMCZD8EksGJiMDRqSZpbrHo1lxvzT4 Vl/g== X-Received: by 10.194.6.233 with SMTP id e9mr18295571wja.20.1414349228068; Sun, 26 Oct 2014 11:47:08 -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.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 26 Oct 2014 11:47:07 -0700 (PDT) From: Maxime Hadjinlian To: buildroot@buildroot.org Date: Sun, 26 Oct 2014 19:45:51 +0100 Message-Id: <1414349157-22749-45-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 45/51] lttng-modules: 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 a hash file Signed-off-by: Maxime Hadjinlian --- package/lttng-modules/lttng-modules.hash | 6 ++++++ package/lttng-modules/lttng-modules.mk | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 package/lttng-modules/lttng-modules.hash diff --git a/package/lttng-modules/lttng-modules.hash b/package/lttng-modules/lttng-modules.hash new file mode 100644 index 0000000..25dba0c --- /dev/null +++ b/package/lttng-modules/lttng-modules.hash @@ -0,0 +1,6 @@ +# From http://lttng.org/files/lttng-modules/lttng-modules-2.5.1.tar.bz2.sha1 +sha1 75d9662ed3f8d7c53833663a5d89fe31c015b3ca lttng-modules-2.5.1.tar.bz2 +# From http://lttng.org/files/lttng-modules/lttng-modules-2.5.1.tar.bz2.md5 +md5 2d99bb7311ba92e82e3b675f0b8dee7d lttng-modules-2.5.1.tar.bz2 +# Locally generated +sha256 962238175f0959ac71b97fdde144a3f76a84f63aea6b3645f94da88512bcccdb lttng-modules-2.5.1.tar.bz2 diff --git a/package/lttng-modules/lttng-modules.mk b/package/lttng-modules/lttng-modules.mk index 089fa62..02ec202 100644 --- a/package/lttng-modules/lttng-modules.mk +++ b/package/lttng-modules/lttng-modules.mk @@ -4,7 +4,7 @@ # ################################################################################ -LTTNG_MODULES_VERSION = 2.5.0 +LTTNG_MODULES_VERSION = 2.5.1 LTTNG_MODULES_SITE = http://lttng.org/files/lttng-modules LTTNG_MODULES_SOURCE = lttng-modules-$(LTTNG_MODULES_VERSION).tar.bz2 LTTNG_MODULES_LICENSE = LGPLv2.1/GPLv2 for kernel modules; MIT for lib/bitfield.h and lib/prio_heap/*