emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#31893: closed ([PATCH] gnu: elfutils: Update to 0.


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31893: closed ([PATCH] gnu: elfutils: Update to 0.172.)
Date: Tue, 19 Jun 2018 11:42:03 +0000

Your message dated Tue, 19 Jun 2018 13:41:51 +0200
with message-id <address@hidden>
and subject line Re: [bug#31893] [PATCH] gnu: elfutils: Update to 0.172.
has caused the debbugs.gnu.org bug report #31893,
regarding [PATCH] gnu: elfutils: Update to 0.172.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31893: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31893
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: elfutils: Update to 0.172. Date: Tue, 19 Jun 2018 03:02:31 +0000
The attached patch updates elfutils to the current version released
earlier this month, fixing https://debbugs.gnu.org/31890 on aarch64.

live well,
  vagrant
From 41d8e4d1fd3def98c375fe5155adaa4b472b8a63 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <address@hidden>
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

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#31893] [PATCH] gnu: elfutils: Update to 0.172. Date: Tue, 19 Jun 2018 13:41:51 +0200 User-agent: Notmuch/0.26.2 (https://notmuchmail.org) Emacs/26.1 (x86_64-pc-linux-gnu)
Vagrant Cascadian <address@hidden> writes:

> The attached patch updates elfutils to the current version released
> earlier this month, fixing https://debbugs.gnu.org/31890 on aarch64.

Pushed as 59cf90ee4beab37169790a5925d0899170c9cb88, thank you!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]