[Buildroot] [PATCH 4/4] package/liburcu: bump version to 0.15.6
From: Bernd Kuhls <hidden>
Date: 2026-09-09 08:14:32
Subsystem:
the rest · Maintainer:
Linus Torvalds
https://git.lttng.org/?p=urcu.git;a=blob;f=ChangeLog;h=44d0d303b649682d05b3be85fa702eb919343807 Signed-off-by: Bernd Kuhls <redacted> --- Series passed Gitlab pipelines: https://gitlab.com/bkuhls/buildroot/-/commits/e25940ddc695aae05e98a5eb597e09f2f835615f with the exception of an unrelated build error for the linux kernel using the defconfig bootlin-aarch64-glibc-old: *** C compiler is too old. *** Your GCC version: 6.3.0 *** Minimum GCC version: 8.1.0 due to upstream commit included since kernel 6.16: https://github.com/torvalds/linux/commit/118c40b7b50340bf7ff7e0adee8e3bab6e552c82 A build using this particular defconfig with kernel 6.12 passed: https://gitlab.com/bkuhls/buildroot/-/jobs/16384475368 package/liburcu/liburcu.hash | 4 ++-- package/liburcu/liburcu.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/liburcu/liburcu.hash b/package/liburcu/liburcu.hash
index 5b5947f6b8..6f45dcc28b 100644
--- a/package/liburcu/liburcu.hash
+++ b/package/liburcu/liburcu.hash@@ -1,5 +1,5 @@ -# From https://lttng.org/files/urcu/userspace-rcu-0.15.5.tar.bz2.sha256 -sha256 b2f787a8a83512c32599e71cdabcc5131464947b82014896bd11413b2d782de1 userspace-rcu-0.15.5.tar.bz2 +# From https://lttng.org/files/urcu/userspace-rcu-0.15.6.tar.bz2.sha256 +sha256 850b192096eb11ebf2c70e8f97bc7da7479ee41da1bebeb44e3986908bac414f userspace-rcu-0.15.6.tar.bz2 # Hash for license files sha256 aaf135472f81c5b4a0dca9367e5bb5e9750032b5bebe5442b36e4c0a47430df3 LICENSES/GPL-2.0-or-later.txt
diff --git a/package/liburcu/liburcu.mk b/package/liburcu/liburcu.mk
index cf1b08e469..14fe6e91eb 100644
--- a/package/liburcu/liburcu.mk
+++ b/package/liburcu/liburcu.mk@@ -4,7 +4,7 @@ # ################################################################################ -LIBURCU_VERSION = 0.15.5 +LIBURCU_VERSION = 0.15.6 LIBURCU_SITE = http://lttng.org/files/urcu LIBURCU_SOURCE = userspace-rcu-$(LIBURCU_VERSION).tar.bz2 LIBURCU_LICENSE = LGPL-2.1+ (library), MIT-like (few source files listed in LICENSE), GPL-2.0+ (test), GPL-3.0 (few *.m4 files)
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot