* [bug#63510] [PATCH] gnu: nettle: Update to 3.9
@ 2023-05-15 4:49 Andy Tai
2023-06-02 5:50 ` [bug#63510] [PATCH v2] gnu: nettle: update to 3.9.1 Andy Tai
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Andy Tai @ 2023-05-15 4:49 UTC (permalink / raw)
To: 63510; +Cc: Andy Tai
* gnu/packages/nettle.scm (nettle): Update to 3.9
---
gnu/packages/nettle.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/nettle.scm b/gnu/packages/nettle.scm
index 96ffb8821a..54ab80a469 100644
--- a/gnu/packages/nettle.scm
+++ b/gnu/packages/nettle.scm
@@ -83,14 +83,14 @@ (define-public nettle
;; This version is not API-compatible with version 2. In particular, lsh
;; cannot use it yet. So keep it separate.
(package (inherit nettle-2)
- (version "3.8.1")
+ (version "3.9")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/nettle/nettle-"
version ".tar.gz"))
(sha256
(base32
- "1znb87fi4gd2jkwbca74fl64pr9lr0cm5i6p7zlcszfdfwmkwkrn"))))
+ "1apydf4wsrfrpkmkbp8497j3ps1vkdybpb70gyxi05i0lzssvrqf"))))
(arguments
(substitute-keyword-arguments (package-arguments nettle-2)
((#:configure-flags flags)
base-commit: da6e6d38f35d6c2bf36ecb194e8f704d5e57af06
--
2.40.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#63510] [PATCH v2] gnu: nettle: update to 3.9.1
2023-05-15 4:49 [bug#63510] [PATCH] gnu: nettle: Update to 3.9 Andy Tai
@ 2023-06-02 5:50 ` Andy Tai
2023-06-28 10:52 ` Christopher Baines
2024-09-03 3:09 ` [bug#63510] [PATCH core-packages v3] gnu: nettle: update to 3.10 Andy Tai
` (2 subsequent siblings)
3 siblings, 1 reply; 6+ messages in thread
From: Andy Tai @ 2023-06-02 5:50 UTC (permalink / raw)
To: 63510; +Cc: Andy Tai
* gnu/packages/nettle.scm (nettle): Update to 3.9.1.
---
gnu/packages/nettle.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/nettle.scm b/gnu/packages/nettle.scm
index 96ffb8821a..15533ca629 100644
--- a/gnu/packages/nettle.scm
+++ b/gnu/packages/nettle.scm
@@ -83,14 +83,14 @@ (define-public nettle
;; This version is not API-compatible with version 2. In particular, lsh
;; cannot use it yet. So keep it separate.
(package (inherit nettle-2)
- (version "3.8.1")
+ (version "3.9.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/nettle/nettle-"
version ".tar.gz"))
(sha256
(base32
- "1znb87fi4gd2jkwbca74fl64pr9lr0cm5i6p7zlcszfdfwmkwkrn"))))
+ "1qvc1iamnvbiss0bx9c98djgn3y60zs59c5wdyyip9qc3fcgzznc"))))
(arguments
(substitute-keyword-arguments (package-arguments nettle-2)
((#:configure-flags flags)
base-commit: f9af75b2c34aab564c821b5bacebd8570777a535
--
2.40.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#63510] [PATCH v2] gnu: nettle: update to 3.9.1
2023-06-02 5:50 ` [bug#63510] [PATCH v2] gnu: nettle: update to 3.9.1 Andy Tai
@ 2023-06-28 10:52 ` Christopher Baines
0 siblings, 0 replies; 6+ messages in thread
From: Christopher Baines @ 2023-06-28 10:52 UTC (permalink / raw)
To: Andy Tai; +Cc: 63510
[-- Attachment #1: Type: text/plain, Size: 554 bytes --]
Andy Tai <atai@atai.org> writes:
> * gnu/packages/nettle.scm (nettle): Update to 3.9.1.
> ---
> gnu/packages/nettle.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks for the patch Andy, although this isn't something that can be
simply pushed to master.
→ guix refresh -l nettle
Building the following 7700 packages would ensure 15969 dependent packages are rebuilt: ...
An appropriate branch will need to be picked and this change made there
first, before that branch can then be merged to master.
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#63510] [PATCH core-packages v3] gnu: nettle: update to 3.10.
2023-05-15 4:49 [bug#63510] [PATCH] gnu: nettle: Update to 3.9 Andy Tai
2023-06-02 5:50 ` [bug#63510] [PATCH v2] gnu: nettle: update to 3.9.1 Andy Tai
@ 2024-09-03 3:09 ` Andy Tai
2024-10-20 22:37 ` [bug#63510] [PATCH v4] " Andy Tai
2024-12-02 16:21 ` [bug#63510] [PATCH v5] " Andy Tai
3 siblings, 0 replies; 6+ messages in thread
From: Andy Tai @ 2024-09-03 3:09 UTC (permalink / raw)
To: 63510; +Cc: Andy Tai
* gnu/packages/nettle.scm (nettle): Update to 3.10.
Change-Id: Ia57c1d0ccc2a3dfe43766af1a5e7b23e28b4c664
---
gnu/packages/nettle.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/nettle.scm b/gnu/packages/nettle.scm
index 15533ca629..b98ee0d750 100644
--- a/gnu/packages/nettle.scm
+++ b/gnu/packages/nettle.scm
@@ -83,14 +83,14 @@ (define-public nettle
;; This version is not API-compatible with version 2. In particular, lsh
;; cannot use it yet. So keep it separate.
(package (inherit nettle-2)
- (version "3.9.1")
+ (version "3.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/nettle/nettle-"
version ".tar.gz"))
(sha256
(base32
- "1qvc1iamnvbiss0bx9c98djgn3y60zs59c5wdyyip9qc3fcgzznc"))))
+ "0z749qcqf1wap6zfkrvi6w9wg013y0c439ff9b5q9r3ln6niiidl"))))
(arguments
(substitute-keyword-arguments (package-arguments nettle-2)
((#:configure-flags flags)
base-commit: 583d88188422311eb112c92d011beeb039e8e720
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#63510] [PATCH v4] gnu: nettle: update to 3.10.
2023-05-15 4:49 [bug#63510] [PATCH] gnu: nettle: Update to 3.9 Andy Tai
2023-06-02 5:50 ` [bug#63510] [PATCH v2] gnu: nettle: update to 3.9.1 Andy Tai
2024-09-03 3:09 ` [bug#63510] [PATCH core-packages v3] gnu: nettle: update to 3.10 Andy Tai
@ 2024-10-20 22:37 ` Andy Tai
2024-12-02 16:21 ` [bug#63510] [PATCH v5] " Andy Tai
3 siblings, 0 replies; 6+ messages in thread
From: Andy Tai @ 2024-10-20 22:37 UTC (permalink / raw)
To: 63510; +Cc: Andy Tai
* gnu/packages/nettle.scm (nettle): Update to 3.10.
Change-Id: Ia57c1d0ccc2a3dfe43766af1a5e7b23e28b4c664
---
gnu/packages/nettle.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/nettle.scm b/gnu/packages/nettle.scm
index 15533ca629..b98ee0d750 100644
--- a/gnu/packages/nettle.scm
+++ b/gnu/packages/nettle.scm
@@ -83,14 +83,14 @@ (define-public nettle
;; This version is not API-compatible with version 2. In particular, lsh
;; cannot use it yet. So keep it separate.
(package (inherit nettle-2)
- (version "3.9.1")
+ (version "3.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/nettle/nettle-"
version ".tar.gz"))
(sha256
(base32
- "1qvc1iamnvbiss0bx9c98djgn3y60zs59c5wdyyip9qc3fcgzznc"))))
+ "0z749qcqf1wap6zfkrvi6w9wg013y0c439ff9b5q9r3ln6niiidl"))))
(arguments
(substitute-keyword-arguments (package-arguments nettle-2)
((#:configure-flags flags)
base-commit: 5ab3c4c1e43ebb637551223791db0ea3519986e1
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#63510] [PATCH v5] gnu: nettle: update to 3.10.
2023-05-15 4:49 [bug#63510] [PATCH] gnu: nettle: Update to 3.9 Andy Tai
` (2 preceding siblings ...)
2024-10-20 22:37 ` [bug#63510] [PATCH v4] " Andy Tai
@ 2024-12-02 16:21 ` Andy Tai
3 siblings, 0 replies; 6+ messages in thread
From: Andy Tai @ 2024-12-02 16:21 UTC (permalink / raw)
To: 63510, ngraves; +Cc: Andy Tai
* gnu/packages/nettle.scm (nettle-3-current): New variable.
(nettle)[replacement]: Add nettle-3-current as replacement.
Change-Id: Ia57c1d0ccc2a3dfe43766af1a5e7b23e28b4c664
---
gnu/packages/nettle.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/nettle.scm b/gnu/packages/nettle.scm
index 15533ca629..4a2189419c 100644
--- a/gnu/packages/nettle.scm
+++ b/gnu/packages/nettle.scm
@@ -84,6 +84,7 @@ (define-public nettle
;; cannot use it yet. So keep it separate.
(package (inherit nettle-2)
(version "3.9.1")
+ (replacement nettle-3-current)
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/nettle/nettle-"
@@ -97,3 +98,18 @@ (define-public nettle
;; Build "fat" binaries where the right implementation is chosen
;; at run time based on CPU features (starting from 3.1.)
`(cons "--enable-fat" ,flags))))))
+
+
+(define-public nettle-3-current
+ ; upate to current version of Nettle 3; this uses GNU Guix's crafting mechanism
+ ; to avoid massive rebuild
+ (package (inherit nettle)
+ (version "3.10")
+ (replacement nettle-3-current)
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnu/nettle/nettle-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0z749qcqf1wap6zfkrvi6w9wg013y0c439ff9b5q9r3ln6niiidl"))))))
base-commit: d97a67d41de142c0fbdba55e96bfc147482bfae2
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-12-02 16:23 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-15 4:49 [bug#63510] [PATCH] gnu: nettle: Update to 3.9 Andy Tai
2023-06-02 5:50 ` [bug#63510] [PATCH v2] gnu: nettle: update to 3.9.1 Andy Tai
2023-06-28 10:52 ` Christopher Baines
2024-09-03 3:09 ` [bug#63510] [PATCH core-packages v3] gnu: nettle: update to 3.10 Andy Tai
2024-10-20 22:37 ` [bug#63510] [PATCH v4] " Andy Tai
2024-12-02 16:21 ` [bug#63510] [PATCH v5] " Andy Tai
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).