* [bug#39772] [PATCH] gnu: musl: Update to 1.2.0.
@ 2020-02-24 22:46 Vincent Legoll
2020-02-26 20:47 ` bug#39772: " Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2020-02-24 22:46 UTC (permalink / raw)
To: 39772
[-- Attachment #1: Type: text/plain, Size: 90 bytes --]
Beware, this is a version with 64 bit time_t support
on 32 bit archs.
--
Vincent Legoll
[-- Attachment #2: 0001-gnu-musl-Update-to-1.2.0.patch --]
[-- Type: text/x-patch, Size: 1120 bytes --]
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(-)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#39772: [PATCH] gnu: musl: Update to 1.2.0.
2020-02-24 22:46 [bug#39772] [PATCH] gnu: musl: Update to 1.2.0 Vincent Legoll
@ 2020-02-26 20:47 ` Marius Bakke
0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-02-26 20:47 UTC (permalink / raw)
To: Vincent Legoll, 39772-done
[-- Attachment #1: Type: text/plain, Size: 228 bytes --]
Vincent Legoll <vincent.legoll@gmail.com> writes:
> 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!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-26 20:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-24 22:46 [bug#39772] [PATCH] gnu: musl: Update to 1.2.0 Vincent Legoll
2020-02-26 20:47 ` bug#39772: " Marius Bakke
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).