From patchwork Thu Sep 24 09:20:43 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Beno=C3=AEt_Th=C3=A9baudeau?= X-Patchwork-Id: 522208 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id D14FD1401AD for ; Thu, 24 Sep 2015 19:20:58 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 48B0DA3D30; Thu, 24 Sep 2015 09:20:57 +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 ZbqFw2FQgB9a; Thu, 24 Sep 2015 09:20:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 28AD6A3CBD; Thu, 24 Sep 2015 09:20:55 +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 B0B771C16C0 for ; Thu, 24 Sep 2015 09:20:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id ABCF2885D4 for ; Thu, 24 Sep 2015 09:20:53 +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 2Iu78VGPLpDk for ; Thu, 24 Sep 2015 09:20:52 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from authsmtp.register.it (authsmtp79.register.it [195.110.122.164]) by whitealder.osuosl.org (Postfix) with ESMTP id C28AF8B869 for ; Thu, 24 Sep 2015 09:20:51 +0000 (UTC) Received: from rad-ubuntu.home ([2.1.154.160]) by paganini34 with id LxLl1r00i3TuHc201xLpJ2; Thu, 24 Sep 2015 11:20:49 +0200 X-Rid: benoit@wsystem.com@2.1.154.160 From: =?UTF-8?q?Beno=C3=AEt=20Th=C3=A9baudeau?= To: buildroot@buildroot.org Date: Thu, 24 Sep 2015 11:20:43 +0200 Message-Id: <1443086443-107037-1-git-send-email-benoit@wsystem.com> X-Mailer: git-send-email 2.1.4 MIME-Version: 1.0 Cc: =?UTF-8?q?Beno=C3=AEt=20Th=C3=A9baudeau?= Subject: [Buildroot] [PATCH] package/genimage: bump version to 8 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" This new version fixes segmentation faults on some platforms. Signed-off-by: Benoît Thébaudeau Reviewed-by: Vicente Olivert Riera Tested-by: Vicente Olivert Riera Reviewed-by: Vivien Didelot Tested-by: Gergely Imreh Tested-by: Gergely Imreh --- package/genimage/genimage.hash | 2 +- package/genimage/genimage.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/genimage/genimage.hash b/package/genimage/genimage.hash index 71b7601..b01ea46 100644 --- a/package/genimage/genimage.hash +++ b/package/genimage/genimage.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 7366dcfe4c542298ffe8a6c8d3551b1c3a84e25bfbb76ca75b9692e974f4534a genimage-7.tar.xz +sha256 363b2222b8036eca927c464994e7a877539adc3ea9ba895c1e2186f0589fafbf genimage-8.tar.xz diff --git a/package/genimage/genimage.mk b/package/genimage/genimage.mk index 07d95a4..2dffbc5 100644 --- a/package/genimage/genimage.mk +++ b/package/genimage/genimage.mk @@ -4,7 +4,7 @@ # ################################################################################ -GENIMAGE_VERSION = 7 +GENIMAGE_VERSION = 8 GENIMAGE_SOURCE = genimage-$(GENIMAGE_VERSION).tar.xz GENIMAGE_SITE = http://www.pengutronix.de/software/genimage/download GENIMAGE_DEPENDENCIES = host-pkgconf libconfuse