aboutsummaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions
res it for its crypt module. Change-Id: Ic8550fb515fcb647c3bf35c2b053d080457b109d Josselin Poiret 2024-08-31gnu: tomb: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/crypto.scm (tomb)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxime Devos 2024-08-22gnu: libsecp256k1: Update to 0.5.1....* gnu/packages/crypto.scm (libsecp256k1): Update to 0.5.1. [source]: Add snippet to remove pre-generated files. [arguments]: Remove --enable-module-ecdh and --enable-module-schnorrsig from configure-flags as they are enabled by default. Change-Id: I418ee47c1761ddae9cf4684b4c0ab49768b3f523 Co-authored-by: Jean-Pierre De Jesus DIAZ <jean@foundation.xyz> Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Michael Ford 2024-08-11system: Add privileged-programs to <operating-system>....* gnu/system.scm (<operating-system>): Add new privileged-programs field, that defaults to… (%default-privileged-programs): …this new variable, renamed from… (%setuid-programs): …this, which is now defined as the empty list. * doc/guix.texi (Setuid Programs): Rename this… (Privileged Programs): …to this. Adjust all refs. Update all mentions of ‘setuid’ (whether in prose, variable names, or code samples) to use the new ‘privilege[d]’ terminology instead. (operating-system Reference, X Window, Invoking guix system) (Service Reference): Adjust likewise. Tobias Geerinckx-Rice 2024-07-19gnu: rust-blake3-1: Update to 1.5.1....* gnu/packages/crypto.scm (rust-blake3-1): Update to 1.5.1. [cargo-inputs]: Replace rust-memmap2-0.7 with 0.9. Change-Id: Ie84bf55d93e04fa072476295461dd183a48ab881 Efraim Flashner