GNU bug report logs - #71114
[PATCH] gnu: musl: Update to 1.2.5.

Previous Next

Package: guix-patches;

Reported by: Michael Ford <fanquake <at> gmail.com>

Date: Wed, 22 May 2024 11:40:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#71114: closed ([PATCH] gnu: musl: Update to 1.2.5.)
Date: Tue, 11 Jun 2024 22:08:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 12 Jun 2024 00:07:04 +0200
with message-id <877cevkubb.fsf <at> gnu.org>
and subject line Re: [bug#71114] [PATCH] gnu: musl: Update to 1.2.5.
has caused the debbugs.gnu.org bug report #71114,
regarding [PATCH] gnu: musl: Update to 1.2.5.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
71114: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71114
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Michael Ford <fanquake <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: musl: Update to 1.2.5.
Date: Wed, 22 May 2024 12:39:21 +0100
From a1ab268b05736bffd074bfec9d5ea90adf1109bd Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Wed, 22 May 2024 12:37:48 +0100
Subject: [PATCH] gnu: musl: Update to 1.2.5.

* gnu/packages/musl.scm (musl): Update to 1.2.5.
---
 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 dfd0e12186..60fcbce150 100644
--- a/gnu/packages/musl.scm
+++ b/gnu/packages/musl.scm
@@ -28,14 +28,14 @@ (define-module (gnu packages musl)
 (define-public musl
   (package
     (name "musl")
-    (version "1.2.4")
+    (version "1.2.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.musl-libc.org/releases/"
                                   "musl-" version ".tar.gz"))
               (sha256
                (base32
-                "0fgh2hhsbaksx7my6yiva4jqixi6hxwxx20ivb0afwjk7piyldbs"))))
+                "1r3mgky9d19b2285s274qxzlgs7sncx8plm01vd691sdx2xii8d9"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; musl has no tests
-- 
2.45.1


[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Michael Ford <fanquake <at> gmail.com>
Cc: 71114-done <at> debbugs.gnu.org
Subject: Re: [bug#71114] [PATCH] gnu: musl: Update to 1.2.5.
Date: Wed, 12 Jun 2024 00:07:04 +0200
Michael Ford <fanquake <at> gmail.com> skribis:

>>From a1ab268b05736bffd074bfec9d5ea90adf1109bd Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake <at> gmail.com>
> Date: Wed, 22 May 2024 12:37:48 +0100
> Subject: [PATCH] gnu: musl: Update to 1.2.5.
>
> * gnu/packages/musl.scm (musl): Update to 1.2.5.

Applied, thanks!


This bug report was last modified 346 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.