From patchwork Wed Jan 29 19:57:16 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1231090 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.a=rsa-sha256 header.s=default header.b=GyP4/tKw; dkim-atps=neutral Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 487DpY1LKMz9sNT for ; Thu, 30 Jan 2020 06:59:33 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 603F1221F8; Wed, 29 Jan 2020 19:59:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xPbJ5xvX1cvm; Wed, 29 Jan 2020 19:59:28 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id D1F90226B3; Wed, 29 Jan 2020 19:58:00 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 30BC41BF420 for ; Wed, 29 Jan 2020 19:58:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2B3A186119 for ; Wed, 29 Jan 2020 19:58:00 +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 a-Ax_LdD2dOF for ; Wed, 29 Jan 2020 19:57:55 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 783EB86054 for ; Wed, 29 Jan 2020 19:57:31 +0000 (UTC) Received: from menoah.home (lfbn-bor-1-1001-35.w90-120.abo.wanadoo.fr [90.120.192.35]) by koncepto.io (Postfix) with ESMTPSA id 2A813603F3; Wed, 29 Jan 2020 20:57:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1580327840; bh=920jsDlOtyaVxTzAZbcF0bbnrH7KIr5sKVdObsgeOsc=; h=From:To:Cc:Subject:Date:From; b=GyP4/tKw2CCgHwivLBxqccAvt57BH/tsy6LBPJOd5RZ3nHDkgf7A3B3l0O6+bj+2+ gbRYRRKGN8lK7G3qrf1hhbz4SjTj52BC+y/fNFrZYL8POMeHkqBsWZgJca1JO9MXMA OkrwFUP4Uv9Ktz+336j0ZmexVklto7w8CCLa6yXLjKonf9iUPCHZh/BJUYo2BBqo0a S3TzqwdiyovsXf6FqCOC0QAscrW63MN3zMOtQLwU7JW06FhG43TIEMQEe+m2Dn3lwh /Z734Gt58XCOLW5TCnAlOwC8G6Nhx5SaKyUqVoW7J7sG7JBywICcaT/UiIyu03HQOC OqE7hqzegjmZQ== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Wed, 29 Jan 2020 20:57:16 +0100 Message-Id: <1580327836-5669-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH 1/1] package/libubootenv: bump to version 879c073 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Pierre-Jean Texier MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" This includes the following changes: 879c073 Do not hardcode path for install d9c639b libubootenv: add pkg-config support Signed-off-by: Pierre-Jean Texier --- package/libubootenv/libubootenv.hash | 2 +- package/libubootenv/libubootenv.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libubootenv/libubootenv.hash b/package/libubootenv/libubootenv.hash index 161a8dd..bde2ac3 100644 --- a/package/libubootenv/libubootenv.hash +++ b/package/libubootenv/libubootenv.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 4d948a8b7e4fb92c36c36a1a247c1bab4343c55b5324699d18ea012737dbedeb libubootenv-cc628ee0cd750be26275b6eaeaba4d324df11dec.tar.gz +sha256 332c45d46401f1859f0781fd0fd316bb1c251264674677c26a4d9b9e1c592719 libubootenv-879c0731fa0725785b9fa4499bbf6aacd04ee4c2.tar.gz sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 Licenses/lgpl-2.1.txt diff --git a/package/libubootenv/libubootenv.mk b/package/libubootenv/libubootenv.mk index ae3db40..99cbd0d 100644 --- a/package/libubootenv/libubootenv.mk +++ b/package/libubootenv/libubootenv.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBUBOOTENV_VERSION = cc628ee0cd750be26275b6eaeaba4d324df11dec +LIBUBOOTENV_VERSION = 879c0731fa0725785b9fa4499bbf6aacd04ee4c2 LIBUBOOTENV_SITE = $(call github,sbabic,libubootenv,$(LIBUBOOTENV_VERSION)) LIBUBOOTENV_LICENSE = LGPL-2.1 LIBUBOOTENV_LICENSE_FILES = Licenses/lgpl-2.1.txt