GNU bug report logs - #73758
[PATCH] gnu: Update libdwarf to v0.11.0

Previous Next

Package: guix-patches;

Reported by: Aaron Covrig <aaron.covrig.us <at> ieee.org>

Date: Sat, 12 Oct 2024 00:54:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 73758 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#73758; Package guix-patches. (Sat, 12 Oct 2024 00:54:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Aaron Covrig <aaron.covrig.us <at> ieee.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 12 Oct 2024 00:54:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Aaron Covrig <aaron.covrig.us <at> ieee.org>
To: guix-patches <at> gnu.org
Cc: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Subject: [PATCH] gnu: Update libdwarf to v0.11.0
Date: Fri, 11 Oct 2024 20:52:48 -0400
* gnu/packages/elf.scm (libdwarf): Update v0.5.0 to v0.11.0
---
 gnu/packages/elf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm
index 119f8d13dd..7787f89696 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -350,7 +350,7 @@ (define-public patchelf-0.16
 (define-public libdwarf
   (package
     (name "libdwarf")
-    (version "0.5.0")
+    (version "0.11.0")
     (source (origin
               (method git-fetch)
               ;; The archive at
@@ -362,7 +362,7 @@ (define-public libdwarf
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "17sgjxx666nxvxn3g1xc8fj0b89jazq9v8ddp3j3ck0r257ki8n2"))))
+                "0j4r6558rsgx7fhwa46mqix4jlxyf6m4h8i2nsxcq8j30siq5b85"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--enable-shared")))

base-commit: b8fd792ea267cb920da0651074a533d8abf00488
-- 
2.46.0





This bug report was last modified 246 days ago.

Previous Next


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