GNU bug report logs - #72744
[PATCH] gnu: libsecp256k1: Update to 0.5.1.

Previous Next

Package: guix-patches;

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

Date: Wed, 21 Aug 2024 10:00:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

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: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#72744: closed ([PATCH] gnu: libsecp256k1: Update to 0.5.1.)
Date: Thu, 22 Aug 2024 11:58:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 22 Aug 2024 11:56:33 +0000
with message-id <878qwobwjy.fsf <at> kitej>
and subject line Re: [bug#72744] [PATCH] gnu: libsecp256k1: Update to 0.5.1.
has caused the debbugs.gnu.org bug report #72744,
regarding [PATCH] gnu: libsecp256k1: Update to 0.5.1.
to be marked as done.

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


-- 
72744: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72744
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: libsecp256k1: Update to 0.5.1.
Date: Wed, 21 Aug 2024 10:58:13 +0100
From bdbcb069b4269564b4ac125525862afe0b6131b9 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Wed, 14 Aug 2024 09:36:48 +0100
Subject: [PATCH] gnu: libsecp256k1: Update to 0.5.1.

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

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index b00dc8aa4c..67ddf5cf61 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1078,7 +1078,7 @@ (define-public enchive
 (define-public libsecp256k1
   (package
     (name "libsecp256k1")
-    (version "0.3.2")
+    (version "0.5.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1087,7 +1087,7 @@ (define-public libsecp256k1
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "12wksk7bi3yfzmk1zwh5b6846zcaycqz1w4w4p23apjc8da4jwpn"))))
+                "1f3nq1dg6afbwp45m2rbndd8mpvx7hhggmzji22csyzwhq3fz2r1"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--enable-module-recovery"
-- 
2.46.0


[Message part 3 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Michael Ford <fanquake <at> gmail.com>
Cc: 72744-done <at> debbugs.gnu.org
Subject: Re: [bug#72744] [PATCH] gnu: libsecp256k1: Update to 0.5.1.
Date: Thu, 22 Aug 2024 11:56:33 +0000
[Message part 4 (text/plain, inline)]
I combined this patch with <https://issues.guix.gnu.org/70965> and
applied the result as 1bb9da089586cec646925d226a198757af1e0b71.
Thanks.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 268 days ago.

Previous Next


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