[PATCH] gnu: lttng-ust: Update to 2.13.6.

  • Done
  • quality assurance status badge
Details
3 participants
  • Michael Ford
  • Ludovic Courtès
  • Olivier Dion
Owner
unassigned
Submitted by
Michael Ford
Severity
normal
M
M
Michael Ford wrote on 20 Jul 2023 12:21
(address . guix-patches@gnu.org)
CAFyhPjVRP+ajOnHC9pTc1N-Ox-BtJ6XzcC1RHrCuhPCrgL2cpQ@mail.gmail.com
From 2cb160e5b0983b1dcf41924b1ff72cdebbf95457 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Thu, 20 Jul 2023 11:21:19 +0100
Subject: [PATCH] gnu: lttng-ust: Update to 2.13.6.

* gnu/packages/instrumentation.scm (lttng-ust): Update to 2.13.6.
---
gnu/packages/instrumentation.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm
index 37d833d146..d8dc3b3e36 100644
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -341,14 +341,14 @@ (define-public lttng-modules
(define-public lttng-ust
(package
(name "lttng-ust")
- (version "2.13.4")
+ (version "2.13.6")
(source (origin
(method url-fetch)
(uri (string-append "https://lttng.org/files/lttng-ust/"
"lttng-ust-" version ".tar.bz2"))
(sha256
(base32
- "165kz3zsklynkxdkcbkwhw7cccdgmgmld35h1cf9hvn5bpn853v9"))))
+ "1mffy0fmr8h8kfghjadxa7nhzfwxjh7h1k97kslpmb3kvnb4bq77"))))
(build-system gnu-build-system)
(inputs
(list numactl))
--
2.41.0
O
O
Olivier Dion wrote on 20 Jul 2023 16:06
87jzuuekyx.fsf@laura
On Thu, 20 Jul 2023, Michael Ford <fanquake@gmail.com> wrote:
Toggle quote (7 lines)
> From 2cb160e5b0983b1dcf41924b1ff72cdebbf95457 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake@gmail.com>
> Date: Thu, 20 Jul 2023 11:21:19 +0100
> Subject: [PATCH] gnu: lttng-ust: Update to 2.13.6.
>
> * gnu/packages/instrumentation.scm (lttng-ust): Update to 2.13.6.

Looks good to me.

[...]
--
Olivier Dion
oldiob.dev
L
L
Ludovic Courtès wrote on 20 Aug 2023 23:12
Re: bug#64742: [PATCH] gnu: lttng-ust: Update to 2.13.6.
(name . Michael Ford)(address . fanquake@gmail.com)
87y1i5pgeq.fsf@gnu.org
Hi,

Michael Ford <fanquake@gmail.com> skribis:

Toggle quote (7 lines)
>>From 2cb160e5b0983b1dcf41924b1ff72cdebbf95457 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake@gmail.com>
> Date: Thu, 20 Jul 2023 11:21:19 +0100
> Subject: [PATCH] gnu: lttng-ust: Update to 2.13.6.
>
> * gnu/packages/instrumentation.scm (lttng-ust): Update to 2.13.6.

[...]

Olivier Dion <olivier.dion@polymtl.ca> skribis:

Toggle quote (2 lines)
> Looks good to me.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64742@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64742
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch