[PATCH] gnu: musl: Update to 1.2.0.

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

Debbugs page

Vincent Legoll wrote 5 years ago
(address . guix-patches@gnu.org)
CAEwRq=owBDX7EhEsk9V-0SsJRNcikhyz-xUor8UbEfHS7O0krg@mail.gmail.com
Beware, this is a version with 64 bit time_t support
on 32 bit archs.

--
Vincent Legoll
From 6bda7dbba8f22d0d45d1ee889194435709953dfb Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Mon, 24 Feb 2020 23:42:35 +0100
Subject: [PATCH] gnu: musl: Update to 1.2.0.

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

Toggle diff (23 lines)
diff --git a/gnu/packages/musl.scm b/gnu/packages/musl.scm
index 7e4e27d00d..44c39750d6 100644
--- a/gnu/packages/musl.scm
+++ b/gnu/packages/musl.scm
@@ -28,14 +28,14 @@
(define-public musl
(package
(name "musl")
- (version "1.1.24")
+ (version "1.2.0")
(source (origin
(method url-fetch)
(uri (string-append "https://www.musl-libc.org/releases/"
"musl-" version ".tar.gz"))
(sha256
(base32
- "18r2a00k82hz0mqdvgm7crzc7305l36109c0j9yjmkxj2alcjw0k"))))
+ "1s6lix02k1ijm4nmhzpmwzk5w6xfkhn70nvvk8zjs51r24cpppn6"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; musl has no tests
--
2.25.1
Marius Bakke wrote 5 years ago
87wo892hzq.fsf@devup.no
Vincent Legoll <vincent.legoll@gmail.com> writes:

Toggle quote (3 lines)
> Beware, this is a version with 64 bit time_t support
> on 32 bit archs.

Yay, now i686 and ARM users can start building musl-based systems for
2038 and beyond! :-)

Applied!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl5W2WkACgkQoqBt8qM6
VPr6nQgAqUMnLhR4M/NjxsA+f8SmwduI1pN8aiD2f3F8J4uGOfM6asaFhRtknVLk
nGL2uPus2V25sZqnEyGrR7RCa/DtVYJRY7hbjb3c/shOI6HqOp4IRMbIcCIVWlg5
ysmrP6nIYeQvepAQuZ7cIts1Yhi3swtf01bMhJ3s5+u32ONIKpETeN5gF48Kzklt
rwvQOWP7xgz/1fSLjXhM8y9XPMGgu0SXcCMEHQR/ou2iyW7wfTiex3dw8+l8Eka+
AylQb0grJ0WDqrM3klysZEwiASj/yMDrExXcpLe6bl4a0Qko/Rq1K+qDb49kbtYC
/pHc8iaXo79FTagyKSv4aIA/xW2t6A==
=Fqr3
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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