[PATCH] gnu: libunwind: Update to 1.5.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210118203240.13918-1-vincent.legoll@gmail.com
* gnu/packages/libunwind.scm (libunwind): Update to 1.5.0.
---
gnu/packages/libunwind.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/libunwind.scm b/gnu/packages/libunwind.scm
index 588b5dd314..9eaf26fca8 100644
--- a/gnu/packages/libunwind.scm
+++ b/gnu/packages/libunwind.scm
@@ -28,14 +28,14 @@
(define-public libunwind
(package
(name "libunwind")
- (version "1.3.1")
+ (version "1.5.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/libunwind/libunwind-"
version ".tar.gz"))
(sha256
(base32
- "1y0l08k6ak1mqbfj6accf9s5686kljwgsl4vcqpxzk5n74wpm6a3"))))
+ "05qhzcg1xag3l5m3c805np6k342gc0f3g087b7g16jidv59pccwh"))))
(build-system gnu-build-system)
(arguments
;; FIXME: As of glibc 2.25, we get 1 out of 34 test failures (2 are
--
2.30.0
Vincent Legoll wrote 4 years ago
Re: dependents
CAEwRq=pkrLJu0YOoJCbW8_zKk32m9Mdw4ziHdiCrKX4DWt7pcw@mail.gmail.com
Toggle quote (2 lines)
> I rebuilt perf & lighttpd with it, worked ok.

Sorry, wrong issue...
This email was intended for the libunwind update, sorry...

--
Vincent Legoll
Efraim Flashner wrote 4 years ago
Re: [bug#45968] [PATCH] gnu: libunwind: Update to 1.5.0.
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45968-done@debbugs.gnu.org)
YAf16zVy6CzFgauG@3900XT
Looks good. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmAH9esACgkQQarn3Mo9
g1HcEQ//ao3MMjvD0XLCT4V5xfocCxqbYqn2eMFAWH5JSQSRZodqQG4AQJud2/Tg
zx8gXg1hUeb8xMbIhiJby+WhSyScPIube+6cydePxY3qd0XnBo3c9W72ZTce4HOQ
RAFxDgakfZ+AEVuQWwRRpWFdPYK/d3j7LKloohDcGqM+cMzdkCioPMHae9pkJ8RP
3eI44pgsX6yGS2ZSNFhuIO469bBBCywL2yoOYXcgV6PwJ+U++kiay7ERbcP4s+9Y
uGOycYZD04XstG0m4EMLBxMxt6uHe+k7DYOW/L0qMBGBqk40HKOYXKPoLoN5SyOF
ULTFSuG0Hg66uuLz1UibTyIxfrhgKqj27OkQ21ANzngHH76GGDjmLk0YVHoEugCw
N6ZWDJbSTcN2YgqDcvLmasncbhzZZJA4TwJ3ZD+0MhVNFLQfZQm24/amk5e5RhHQ
k3/CgBZp6Hy8CaVwRVZulN7ls62fMYZJ1X1Hs9G3cQno5DCTM5M6KQVEz5bTKxNP
wGUonhIKtG2TVXG5RgEOiJEeUfK5WIj3WGQd2HmMOuIXbdXpt0GyaZve6ImXYZlY
IFHDeovfe6BOTDghkdJmsAHpE6PufZcBea5LJrj9MSlhbCt5n8poAmwsycvKLflH
88pFKH2jewfvIiMZUooHrv7AjXjoHaalIenz3FObGezFL0CvZZM=
=Uua3
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 45968
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