GNU bug report logs - #72944
[PATCH 1/5] gnu: liburcu: Update to 0.14.1.

Previous Next

Package: guix-patches;

Reported by: odion <at> efficios.com

Date: Sun, 1 Sep 2024 22:11:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#72944: closed ([PATCH 1/5] gnu: liburcu: Update to 0.14.1.)
Date: Fri, 04 Oct 2024 15:45:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 04 Oct 2024 17:44:11 +0200
with message-id <87jzenrhys.fsf <at> gnu.org>
and subject line Re: [bug#72944] [PATCH 1/5] gnu: liburcu: Update to 0.14.1.
has caused the debbugs.gnu.org bug report #72944,
regarding [PATCH 1/5] gnu: liburcu: Update to 0.14.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
72944: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72944
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: odion <at> efficios.com
To: guix-patches <at> gnu.org
Cc: Olivier Dion <odion <at> efficios.com>
Subject: [PATCH 1/5] gnu: liburcu: Update to 0.14.1.
Date: Sun,  1 Sep 2024 18:09:36 -0400
From: Olivier Dion <odion <at> efficios.com>

* gnu/packages/datastructures.scm (liburcu): Update to 0.14.1.

Change-Id: I310c7db2970e164a533c9f0aa773537f5bbdd8bf
---
 gnu/packages/datastructures.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index c6b2396537..84e9edb52d 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -214,14 +214,14 @@ (define-public libcuckoo
 (define-public liburcu
   (package
     (name "liburcu")
-    (version "0.14.0")
+    (version "0.14.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.lttng.org/files/urcu/"
                                   "userspace-rcu-" version ".tar.bz2"))
               (sha256
                (base32
-                "0kwx4fi3gn4p4sdxqkz2zh4z0fv06q449bnz43zjqfad3lkbyhya"))))
+                "1h5bg0k94by2v7cjq7fb3ridqixbd9pndw506vl27h3fvh9wn6i3"))))
     (build-system gnu-build-system)
     (native-inputs
      (list perl))                 ; for tests

base-commit: a977900d76b7585c401222a3ce8bbb82e5f6da45
-- 
2.45.2



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: odion <at> efficios.com
Cc: 72944-done <at> debbugs.gnu.org
Subject: Re: [bug#72944] [PATCH 1/5] gnu: liburcu: Update to 0.14.1.
Date: Fri, 04 Oct 2024 17:44:11 +0200
Applied the whole series, thanks!

Ludo’.


This bug report was last modified 285 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.