From patchwork Tue Mar 19 16:12:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Neumann X-Patchwork-Id: 229120 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 0E69C2C00C8 for ; Wed, 20 Mar 2013 03:21:43 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D94D6A01BB; Tue, 19 Mar 2013 16:21:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ObGTqNaKVxwa; Tue, 19 Mar 2013 16:21:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id EA4B3A00B8; Tue, 19 Mar 2013 16:21:38 +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 D2FBA8F74B for ; Tue, 19 Mar 2013 16:21:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 363988CBD0 for ; Tue, 19 Mar 2013 16:21:36 +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 z89RnvANMQYX for ; Tue, 19 Mar 2013 16:21:34 +0000 (UTC) X-Greylist: delayed 00:08:38 by SQLgrey-1.7.6 Received: from mail.zonque.de (svenfoo.org [82.94.215.22]) by whitealder.osuosl.org (Postfix) with ESMTPS id C67AE8CA92 for ; Tue, 19 Mar 2013 16:21:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.zonque.de (Postfix) with ESMTP id C2079C014C; Tue, 19 Mar 2013 17:12:51 +0100 (CET) Received: from mail.zonque.de ([127.0.0.1]) by localhost (rambrand.bugwerft.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x8Mxfiqz9LLR; Tue, 19 Mar 2013 17:12:51 +0100 (CET) Received: from sven.teufel.local (p5099deeb.dip0.t-ipconnect.de [80.153.222.235]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.zonque.de (Postfix) with ESMTPSA id 31BE0C010C; Tue, 19 Mar 2013 17:12:51 +0100 (CET) From: Sven Neumann To: buildroot@busybox.net Date: Tue, 19 Mar 2013 17:12:41 +0100 Message-Id: <1363709561-4091-1-git-send-email-s.neumann@raumfeld.com> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH] kexec: bump to version 2.0.4 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Version 2.0.4 has improved support for handling of device-tree blobs on the ARM platform. Signed-off-by: Sven Neumann --- package/kexec/kexec.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/kexec/kexec.mk b/package/kexec/kexec.mk index a8192f7..6510b17 100644 --- a/package/kexec/kexec.mk +++ b/package/kexec/kexec.mk @@ -3,8 +3,9 @@ # kexec # ############################################################# -KEXEC_VERSION = 2.0.3 -KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.bz2 + +KEXEC_VERSION = 2.0.4 +KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.xz KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec ifeq ($(BR2_PACKAGE_KEXEC_ZLIB),y)