From f17bd1bd1aa0b55badd84d6f40f441aba3db29c9 Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Wed, 22 Oct 2025 21:07:36 +0200 Subject: [PATCH] package/kexec: bump to version 2.0.32 For release announce, see [1]. This commit also adds the support for LoongArch64, which was added in upstream commit [2], first included in version v2.0.26. Note that Buildroot introduced LoongArch64 support in commit [3]. This commit also updates the COPYING license file hash, after a minor update in [4]. This release was signed with a different pgp key, so this commit updates the key ID in comment. [1] https://lists.infradead.org/pipermail/kexec/2025-October/034019.html [2] https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git/commit/?id=1c8bf2dc0127b06f97a7973488c7f8cf9a5f7c19 [3] https://gitlab.com/buildroot.org/buildroot/-/commit/54895db9c10a26283b25a393cb6c872d72c245d1 [4] https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git/commit/?id=591ebf60649de53dd7a9c916ef4e831626ab1810 Cc: Jiaxun Yang Signed-off-by: Julien Olivain Reviewed-by: Jiaxun Yang Signed-off-by: Julien Olivain --- package/kexec/Config.in | 1 + package/kexec/kexec.hash | 6 +++--- package/kexec/kexec.mk | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package/kexec/Config.in b/package/kexec/Config.in index 707f8663a4..2e3efb5a2a 100644 --- a/package/kexec/Config.in +++ b/package/kexec/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_KEXEC_ARCH_SUPPORTS bool default y depends on BR2_i386 || BR2_x86_64 || BR2_arm || BR2_armeb || \ + BR2_loongarch64 || \ BR2_mips || BR2_mips64 || BR2_mipsel || BR2_mips64el || \ BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \ BR2_sh4 || BR2_sh4a || BR2_aarch64 || BR2_s390x || BR2_m68k diff --git a/package/kexec/kexec.hash b/package/kexec/kexec.hash index 45113f2936..f1f6356b68 100644 --- a/package/kexec/kexec.hash +++ b/package/kexec/kexec.hash @@ -1,6 +1,6 @@ # From https://www.kernel.org/pub/linux/utils/kernel/kexec/sha256sums.asc # After checking pgp signature with key: -# B8868C80BA62A1FFFAF5FDA9632D3A06589DA6B1 -sha256 8a8f350ddc66e1c905a3ab525a7e9ba96c81e04e70ef69397b0155b67b922c31 kexec-tools-2.0.31.tar.xz +# E27CD9A1F5ACC2FF4BFE7285D7CF64696A374FBE +sha256 8f81422a5fd2362cf6cb001b511e535565ed0f32c2f4451fb5eb68fed6710a5d kexec-tools-2.0.32.tar.xz # locally calculated -sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING +sha256 edaef632cbb643e4e7a221717a6c441a4c1a7c918e6e4d56debc3d8739b233f6 COPYING diff --git a/package/kexec/kexec.mk b/package/kexec/kexec.mk index f0c39f4188..240c219a9d 100644 --- a/package/kexec/kexec.mk +++ b/package/kexec/kexec.mk @@ -4,7 +4,7 @@ # ################################################################################ -KEXEC_VERSION = 2.0.31 +KEXEC_VERSION = 2.0.32 KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.xz KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec KEXEC_LICENSE = GPL-2.0