From patchwork Tue Mar 28 05:37:02 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sam Mendoza-Jonas X-Patchwork-Id: 744085 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vsfyh2rWBz9s5g for ; Tue, 28 Mar 2017 16:46:19 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=mendozajonas.com header.i=@mendozajonas.com header.b="dOz1DyAq"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0DEDC84B66; Tue, 28 Mar 2017 05:46:17 +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 js-1315Gr1D5; Tue, 28 Mar 2017 05:46:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id D397288A91; Tue, 28 Mar 2017 05:46:15 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 72A431C0100 for ; Tue, 28 Mar 2017 05:46:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7127888A91 for ; Tue, 28 Mar 2017 05:46:14 +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 K1YsKYqo28hM for ; Tue, 28 Mar 2017 05:46:13 +0000 (UTC) X-Greylist: delayed 00:08:58 by SQLgrey-1.7.6 Received: from mendozajonas.com (mendozajonas.com [188.166.185.233]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8691784B66 for ; Tue, 28 Mar 2017 05:46:13 +0000 (UTC) Received: from v4.ozlabs.ibm.com (unknown [122.99.82.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: sam@mendozajonas.com) by mendozajonas.com (Postfix) with ESMTPSA id 920C1143FAC; Tue, 28 Mar 2017 13:37:11 +0800 (SGT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mendozajonas.com; s=mail; t=1490679432; bh=uBZa4gL/xjYC6kMqsxNnopSQT4syoaNfDir/+g03PuY=; h=From:To:Cc:Subject:Date:From; b=dOz1DyAq6B/QBbacKaR2p5lG4gUdeN4OX18LV2IZBnfmjHdZgBhfAtVxI/Iz0NKWu bnh3CPEwp36sMpa8oKxlbpuzrM2u8KGmfEHyxz/AKJrO9QZN8X7uZK2DV6jj77X4an 1zaNCvHlvFG7+PKU6fTvjE088X5LEYj83xJu8tEU= From: Samuel Mendoza-Jonas To: buildroot@buildroot.org Date: Tue, 28 Mar 2017 16:37:02 +1100 Message-Id: <20170328053702.27113-1-sam@mendozajonas.com> X-Mailer: git-send-email 2.12.0 Cc: Michael Neuling , Samuel Mendoza-Jonas Subject: [Buildroot] [PATCH] powerpc-utils: Bump to v1.3.3 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" In particular this includes commit d63e12a "nvram:read list of partion names dynamically" which fixes an issue preventing the nvram tool from writing to certain partitions. Signed-off-by: Samuel Mendoza-Jonas --- package/powerpc-utils/powerpc-utils.hash | 2 +- package/powerpc-utils/powerpc-utils.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/powerpc-utils/powerpc-utils.hash b/package/powerpc-utils/powerpc-utils.hash index 9e299da38..fe5cc6a24 100644 --- a/package/powerpc-utils/powerpc-utils.hash +++ b/package/powerpc-utils/powerpc-utils.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 657790a4aea7f3e4649a454b4c384e255145bff9b9c5e40402170603980a6736 powerpc-utils-v1.3.1.tar.gz +sha256 2a3f4e7ef219d4de642c7da100d7d6511e93556778c0814b2ebc1170256fc844 powerpc-utils-v1.3.3.tar.gz diff --git a/package/powerpc-utils/powerpc-utils.mk b/package/powerpc-utils/powerpc-utils.mk index 036be52dc..f6e02778d 100644 --- a/package/powerpc-utils/powerpc-utils.mk +++ b/package/powerpc-utils/powerpc-utils.mk @@ -4,7 +4,7 @@ # ################################################################################ -POWERPC_UTILS_VERSION = v1.3.1 +POWERPC_UTILS_VERSION = v1.3.3 POWERPC_UTILS_SITE = $(call github,nfont,powerpc-utils,$(POWERPC_UTILS_VERSION)) POWERPC_UTILS_DEPENDENCIES = zlib POWERPC_UTILS_AUTORECONF = YES