GNU bug report logs - #31893
[PATCH] gnu: elfutils: Update to 0.172.

Previous Next

Package: guix-patches;

Reported by: Vagrant Cascadian <vagrant <at> debian.org>

Date: Tue, 19 Jun 2018 07:10:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Vagrant Cascadian <vagrant <at> debian.org>
To: 31893 <at> debbugs.gnu.org
Subject: [bug#31893] [PATCH] gnu: elfutils: Update to 0.172.
Date: Tue, 19 Jun 2018 03:02:31 +0000
[Message part 1 (text/plain, inline)]
The attached patch updates elfutils to the current version released
earlier this month, fixing https://debbugs.gnu.org/31890 on aarch64.

live well,
  vagrant
[0001-gnu-elfutils-Update-to-0.172.patch (text/x-diff, inline)]
From 41d8e4d1fd3def98c375fe5155adaa4b472b8a63 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> debian.org>
Date: Tue, 19 Jun 2018 03:02:31 +0000
Subject: [PATCH] gnu: elfutils: Update to 0.172.

Fixes <https://debbugs.gnu.org/31890>

* gnu/packages/elf.scm (elfutils): Update to 0.172.
---
 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 9b120751d..97bc7728e 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -34,14 +34,14 @@
 (define-public elfutils
   (package
     (name "elfutils")
-    (version "0.170")
+    (version "0.172")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://sourceware.org/elfutils/ftp/"
                                   version "/elfutils-" version ".tar.bz2"))
               (sha256
                (base32
-                "0rp0r54z44is49c594qy7hr211nhb00aa5y7z74vsybbaxslg10z"))
+                "090fmbnvd9jblkwhb2bm3hanim63rrvd5f30mfxq4jac6kk9k73p"))
               (patches (search-patches "elfutils-tests-ptrace.patch"))))
     (build-system gnu-build-system)
 
-- 
2.11.0

[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 7 years and 53 days ago.

Previous Next


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