[Buildroot] [git commit] kexec: bump to version 2.0.8

Peter Korsgaard peter at korsgaard.com
Tue Oct 14 15:27:46 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=b1863974d6aa2f56d19653839c8bc06fe0bd8537
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Also add hash file.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/kexec/kexec.hash |    2 ++
 package/kexec/kexec.mk   |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/package/kexec/kexec.hash b/package/kexec/kexec.hash
new file mode 100644
index 0000000..ac37610
--- /dev/null
+++ b/package/kexec/kexec.hash
@@ -0,0 +1,2 @@
+# From https://www.kernel.org/pub/linux/utils/kernel/kexec/sha256sums.asc
+sha256	f3abe96fa0793e63936725a4471429f070039a1e81e605deb378747194a50c47	kexec-tools-2.0.8.tar.xz
diff --git a/package/kexec/kexec.mk b/package/kexec/kexec.mk
index 83a3a09..a5df788 100644
--- a/package/kexec/kexec.mk
+++ b/package/kexec/kexec.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KEXEC_VERSION = 2.0.7
+KEXEC_VERSION = 2.0.8
 KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.xz
 KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec
 KEXEC_LICENSE = GPLv2



More information about the buildroot mailing list