All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/liburcu: bump to version 0.11.1
@ 2019-09-21 18:37 Fabrice Fontaine
  2019-09-21 19:28 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-09-21 18:37 UTC (permalink / raw)
  To: buildroot

- Add hash for license files
- RISC-V is supported since version 0.11.0 and
  https://github.com/urcu/userspace-rcu/commit/fdfad81006c2c964781b616f0a75578507be809c

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/liburcu/Config.in    |  2 +-
 package/liburcu/liburcu.hash | 12 ++++++++----
 package/liburcu/liburcu.mk   |  2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/package/liburcu/Config.in b/package/liburcu/Config.in
index 11a1e1a093..7d29642084 100644
--- a/package/liburcu/Config.in
+++ b/package/liburcu/Config.in
@@ -4,7 +4,7 @@ config BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
 	depends on BR2_arm || BR2_armeb || BR2_aarch64 || BR2_aarch64_be || \
 		BR2_i386 || BR2_mips || BR2_mips64 || BR2_mipsel || \
 		BR2_mips64el || BR2_nios2 || BR2_powerpc || BR2_powerpc64 || \
-		BR2_powerpc64le || BR2_sparc64 || BR2_x86_64
+		BR2_powerpc64le || BR2_riscv || BR2_sparc64 || BR2_x86_64
 	depends on BR2_USE_MMU # fork() in test
 
 config BR2_PACKAGE_LIBURCU
diff --git a/package/liburcu/liburcu.hash b/package/liburcu/liburcu.hash
index 01ce51aabd..5c2f7e52a8 100644
--- a/package/liburcu/liburcu.hash
+++ b/package/liburcu/liburcu.hash
@@ -1,4 +1,8 @@
-# http://www.lttng.org/files/urcu/userspace-rcu-0.10.2.tar.bz2.sha1
-sha1  70ac938acdc738bee7e2e1f462a7991a25ba2439  userspace-rcu-0.10.2.tar.bz2
-# Locally generated
-sha256 b3f6888daf6fe02c1f8097f4a0898e41b5fe9975e121dc792b9ddef4b17261cc  userspace-rcu-0.10.2.tar.bz2
+# http://www.lttng.org/files/urcu/userspace-rcu-0.11.1.tar.bz2.sha256
+sha256 92b9971bf3f1c443edd6c09e7bf5ff3b43531e778841f16377a812c8feeb3350  userspace-rcu-0.11.1.tar.bz2
+
+# Hash for license files
+sha256 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89  lgpl-2.1.txt
+sha256 8ef8121eddd2fc0779d94331a1d0f1ead9c796343d845e564cd8c8c4ae3d6f6e  lgpl-relicensing.txt
+sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  gpl-2.0.txt
+sha256 e8c070cb093be4b2eaf938a5f1c11621163b2d9cfa2790460cf925d81e442fa7  LICENSE
diff --git a/package/liburcu/liburcu.mk b/package/liburcu/liburcu.mk
index 8ddfb3fb84..217e90a1b1 100644
--- a/package/liburcu/liburcu.mk
+++ b/package/liburcu/liburcu.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBURCU_VERSION = 0.10.2
+LIBURCU_VERSION = 0.11.1
 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.23.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] package/liburcu: bump to version 0.11.1
  2019-09-21 18:37 [Buildroot] [PATCH 1/1] package/liburcu: bump to version 0.11.1 Fabrice Fontaine
@ 2019-09-21 19:28 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2019-09-21 19:28 UTC (permalink / raw)
  To: buildroot



On 21/09/2019 20:37, Fabrice Fontaine wrote:
> - Add hash for license files
> - RISC-V is supported since version 0.11.0 and
>   https://github.com/urcu/userspace-rcu/commit/fdfad81006c2c964781b616f0a75578507be809c
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

 Applied to master, thanks.

 BTW, I don't think I ever complimented you on the excellent commit message you
produce for version bumps.

 Regards,
 Arnout

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-21 19:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-21 18:37 [Buildroot] [PATCH 1/1] package/liburcu: bump to version 0.11.1 Fabrice Fontaine
2019-09-21 19:28 ` Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.