[PATCH] gnu: elfutils: Update to 0.172.

  • Done
  • quality assurance status badge
Details
2 participants
  • Marius Bakke
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal

Debbugs page

Vagrant Cascadian wrote 7 years ago
(address . guix-patches@gnu.org)
87fu1jp82j.fsf@aikidev.net
The attached patch updates elfutils to the current version released
earlier this month, fixing https://debbugs.gnu.org/31890on aarch64.

live well,
vagrant
From 41d8e4d1fd3def98c375fe5155adaa4b472b8a63 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Tue, 19 Jun 2018 03:02:31 +0000
Subject: [PATCH] gnu: elfutils: Update to 0.172.


* gnu/packages/elf.scm (elfutils): Update to 0.172.
---
gnu/packages/elf.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
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
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEcDardHbDotegGFCHt4uC1IFLkbYFAlsoq+QACgkQt4uC1IFL
kbaCHRAAnKNl3w/0yNEnGa4wD+SEHhrNkSlC/XXrC1KsDHTjQgk6rqhqtTQxZKeB
QWnwoN7jDIpSiH4E6M4k0Fok0YCFffFJ2hNNVxp2MEmIutaHm4zvyGmMpJ/K4dhg
RK2ovpHQJHyjhXww14VwNloTGe1gtuNNGjbmd/9Km73vvJY+KnoSsARMtoqm+u9l
0QzyBccjCeAyony9r/0V7C6wVQGhiXZFUwa5iNbY8aFaHwHJm/2/0CeTOgDV6ibC
1xz9zjiLYAxxb3KWwJP6Yn/igLuASQ13k/xiuZySNc3QEwp0B2kKmgaSN0IjdorB
YOnzJiYX1pO3U4Ei/LNTg3sBSjzVvvFSSf6NLrotRTRLEUGhnjYhREZ/1p2wEEqx
Sxt82xut7OPUTtiLThvnCTovQ5lYfI6unfv4LqnUPiUvObwO7wK8cSsYRj3PBhY0
G+kseZP1S+r8c64iq23ncrhF5R3MiuKcocq5rDPs9FeWYzjyPwcHRJbv/rlO/Wd2
fpKzG5NSdjO5mWAbzgO6nuthwI5Lnat8h6YGRIl/acVoiuEcyfgabOswchkCt5wX
ZB8+wM/92EOzOLZVCqWd8wZTS4TdaGtGeZr294x9pr0g0JOrLJLnc0XhCD+NgL4J
dBlxV/gItc8DYVEi9X6RICwoHKEnTxNG8xDIPW92jRKa1Oe16ko=
=zt9a
-----END PGP SIGNATURE-----

Marius Bakke wrote 7 years ago
(address . 31890-done@debbugs.gnu.org)
87602fngu8.fsf@fastmail.com
Vagrant Cascadian <vagrant@debian.org> writes:

Toggle quote (3 lines)
> 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!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlso6/8ACgkQoqBt8qM6
VPpXjgf9EXp/R850VIMJm2qDMh5wiArRv2XPDPf8R/ssBfhuf+33DsgCJKpR400s
PWZ8663lq6IcQLnjoXz/o0ncuZyZ0TGEoHXxVwvaP/xH+zCGK0gmTfb5XqQJRSSl
uJWYIQiv5kmDAkSmTbcD84g4vkyrcnTW/FuUAgyFaH1PU9Wnp+tiSV1ZmFNedsXs
aIPiOYIj55dU1zXlMUCVtN8LhbqR+bVogw9nYiKrthWao4EsJeUPSP4ifgLa1KBC
KOc9hQpOelUqwnrDl7uTc7hkj3PAclrUqFgNvoi1gu3+ZUNTOFeb9DOX5R7RS8qu
oSrZN3Oije+Uf2/9BKqUjZtWEtkToA==
=0G3W
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 31893
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help