GNU bug report logs - #64479
[PATCH] gnu: strace: Update to 6.4.

Previous Next

Package: guix-patches;

Reported by: Michael Ford <fanquake <at> gmail.com>

Date: Wed, 5 Jul 2023 14:50:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

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: Michael Ford <fanquake <at> gmail.com>
Subject: bug#64479: closed (Re: [bug#64479] [PATCH] gnu: strace: Update to
 6.4.)
Date: Wed, 12 Jul 2023 14:19:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#64479: [PATCH] gnu: strace: Update to 6.4.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 64479 <at> debbugs.gnu.org.

-- 
64479: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64479
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Michael Ford <fanquake <at> gmail.com>
Cc: 64479-done <at> debbugs.gnu.org
Subject: Re: [bug#64479] [PATCH] gnu: strace: Update to 6.4.
Date: Wed, 12 Jul 2023 14:17:52 +0000
[Message part 3 (text/plain, inline)]
Patch applied as e94abf55b7bd6753e53483053b2bdec76ba64b2f.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Michael Ford <fanquake <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: strace: Update to 6.4.
Date: Wed, 5 Jul 2023 15:49:45 +0100
From 8b2fe0cf18aa95f6c6be27523091ba65b63b5530 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Wed, 5 Jul 2023 15:14:34 +0100
Subject: [PATCH] gnu: strace: Update to 6.4.

* gnu/packages/linux.scm (strace): Update to 6.4.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2a470fe2dc..20e3de9191 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2622,7 +2622,7 @@ (define-public zerofree
 (define-public strace
   (package
     (name "strace")
-    (version "6.2")
+    (version "6.4")
     (home-page "https://strace.io")
     (source (origin
              (method url-fetch)
@@ -2630,7 +2630,7 @@ (define-public strace
                                  "/strace-" version ".tar.xz"))
              (sha256
               (base32
-               "1s3pj6a6xx1p1w98ik03d8hc4xssl4ha4aa0039nhqj196j3hz8c"))
+               "0f4jxgsdr76mf51kv2kwhv39ap7kilrchkfvqrhd5pvzqnx7v617"))
              (patches (search-patches "strace-readlink-tests.patch"))))
     (build-system gnu-build-system)
     (arguments
-- 
2.41.0



This bug report was last modified 2 years and 4 days ago.

Previous Next


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