diff mbox series

[next,1/1] package/kexec: bump to version 2.0.30

Message ID 20241203184953.505225-1-ju.o@free.fr
State Accepted
Headers show
Series [next,1/1] package/kexec: bump to version 2.0.30 | expand

Commit Message

Julien Olivain Dec. 3, 2024, 6:49 p.m. UTC
For release announce, see:
https://lists.infradead.org/pipermail/kexec/2024-December/031314.html

Fixes:
https://autobuild.buildroot.org/results/64f179d996e9111ffe7b8ad18948066ebb1c6f93

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
Patch tested in:
https://gitlab.com/jolivain/buildroot/-/pipelines/1571444138
https://gitlab.com/jolivain/buildroot/-/jobs/8534474708
---
 package/kexec/kexec.hash | 2 +-
 package/kexec/kexec.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Dec. 30, 2024, 8:30 a.m. UTC | #1
On Tue,  3 Dec 2024 19:49:53 +0100
Julien Olivain <ju.o@free.fr> wrote:

> For release announce, see:
> https://lists.infradead.org/pipermail/kexec/2024-December/031314.html
> 
> Fixes:
> https://autobuild.buildroot.org/results/64f179d996e9111ffe7b8ad18948066ebb1c6f93
> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
> Patch tested in:
> https://gitlab.com/jolivain/buildroot/-/pipelines/1571444138
> https://gitlab.com/jolivain/buildroot/-/jobs/8534474708
> ---
>  package/kexec/kexec.hash | 2 +-
>  package/kexec/kexec.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/kexec/kexec.hash b/package/kexec/kexec.hash
index 91496c06fc..d89a3772d0 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  67b1ac503aade45a54db0bc79228a8830a35d5d4f83cee932cff3e7a81a4a9ec  kexec-tools-2.0.29.tar.xz
+sha256  748a5fa7af27a8059d1de907bddfc32ac530c7189b5770c83e6f3d898d82124e  kexec-tools-2.0.30.tar.xz
 # locally calculated
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/kexec/kexec.mk b/package/kexec/kexec.mk
index 5f798b6a3f..4637a51506 100644
--- a/package/kexec/kexec.mk
+++ b/package/kexec/kexec.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-KEXEC_VERSION = 2.0.29
+KEXEC_VERSION = 2.0.30
 KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.xz
 KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec
 KEXEC_LICENSE = GPL-2.0