[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44990] [PATCH v2 7/8] gnu: libsecp256k1: Update to 20200615-1-dbd41
From: |
Léo Le Bouter |
Subject: |
[bug#44990] [PATCH v2 7/8] gnu: libsecp256k1: Update to 20200615-1-dbd41db. |
Date: |
Fri, 11 Dec 2020 21:01:04 +0100 |
From: John Doe <dftxbs3e@free.fr>
* gnu/packages/crypto.scm (libsecp256k1):
[commit]: Set to "dbd41db16a0e91b2566820898a3ab2d7dad4fe00".
[version]: Bump to 20200615-1-dbd41db.
[arguments]: Add "--enable-module-recovery",
"--enable-experimental", "--enable-module-ecdh" and
"--enable-shared" to #:configure-flags.
---
gnu/packages/crypto.scm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 1b51366d7e..f0fc1ec5a3 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1028,10 +1028,10 @@ trivial to build for local use. Portability is
emphasized over performance.")
(license license:unlicense)))
(define-public libsecp256k1
- (let ((commit "d644dda5c9dbdecee52d1aa259235510fdc2d4ee"))
+ (let ((commit "dbd41db16a0e91b2566820898a3ab2d7dad4fe00"))
(package
(name "libsecp256k1")
- (version (git-version "20191213" "1" commit))
+ (version (git-version "20200615" "1" commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1039,9 +1039,14 @@ trivial to build for local use. Portability is
emphasized over performance.")
(commit commit)))
(sha256
(base32
- "0zmx32746khsm2cx0p3pdy3j2vkwmafvf7axiixijhgcg0xjv93i"))
+ "1fcpnksq5cqwqzshn5f0lq94b73p3frwbp04hgmmbnrndpqg6mpy"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
+ (arguments
+ '(#:configure-flags '("--enable-module-recovery"
+ "--enable-experimental"
+ "--enable-module-ecdh"
+ "--enable-shared")))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
--
2.29.2
- [bug#44990] [PATCH v4 8/8] gnu: electrum: Update to 4.0.9., (continued)
- [bug#44990] [PATCH v4 8/8] gnu: electrum: Update to 4.0.9., John Doe, 2020/12/27
- [bug#44990] [PATCH v4 6/8] gnu: python-aiohttp-socks: Update to 0.5.5., John Doe, 2020/12/27
- [bug#44990] [PATCH v4 1/8] gnu: Add python-qtpy., John Doe, 2020/12/27
- [bug#44990] [PATCH v4 4/8] gnu: Add python-bitstring., John Doe, 2020/12/27
- bug#44990: [PATCH v4 0/8] gnu: electrum: Update to 4.0.9., Efraim Flashner, 2020/12/28
- [bug#44990] [PATCH v2 1/8] gnu: Add python-qtpy., Léo Le Bouter, 2020/12/11
- [bug#44990] [PATCH v2 5/8] gnu: Add python-socks., Léo Le Bouter, 2020/12/11
- [bug#44990] [PATCH v2 6/8] gnu: python-aiohttp-socks: Update to 0.5.5., Léo Le Bouter, 2020/12/11
- [bug#44990] [PATCH v2 2/8] gnu: Add python-helpdev., Léo Le Bouter, 2020/12/11
- [bug#44990] [PATCH v2 3/8] gnu: Add python-qdarkstyle., Léo Le Bouter, 2020/12/11
- [bug#44990] [PATCH v2 7/8] gnu: libsecp256k1: Update to 20200615-1-dbd41db.,
Léo Le Bouter <=
- [bug#44990] [PATCH v2 8/8] gnu: electrum: Update to 4.0.7., Léo Le Bouter, 2020/12/11
- [bug#44990] [PATCH v2 4/8] gnu: Add python-bitstring., Léo Le Bouter, 2020/12/11
- [bug#44990] [PATCH v2 8/8] gnu: electrum: Update to 4.0.7., Léo Le Bouter, 2020/12/11
- [bug#44990] [PATCH v2 1/8] gnu: Add python-qtpy., Léo Le Bouter, 2020/12/11
- [bug#44990] [PATCH v2 8/8] gnu: electrum: Update to 4.0.7., Léo Le Bouter, 2020/12/11
- [bug#44990] [PATCH v2 2/8] gnu: Add python-helpdev., Léo Le Bouter, 2020/12/11
- [bug#44990] [PATCH v2 4/8] gnu: Add python-bitstring., Léo Le Bouter, 2020/12/11
- [bug#44990] [PATCH v2 5/8] gnu: Add python-socks., Léo Le Bouter, 2020/12/11
- [bug#44990] [PATCH v2 3/8] gnu: Add python-qdarkstyle., Léo Le Bouter, 2020/12/11
- [bug#44990] [PATCH v2 6/8] gnu: python-aiohttp-socks: Update to 0.5.5., Léo Le Bouter, 2020/12/11