* gnu/packages/crypto.scm: Remove (gnu packages golang), and add (gnu
packages golang-crypto).
(ssh-to-pgp): Update to 1.1.4.
[arguments] <install-source?>: Skip it as it's a final command.
<test-flags>: Skip one test.
[propagated-inputs]: Remove go-golang-org-x-sys and go-golang-org-x-crypto.
[native-inputs]: Add go-github-com-protonmail-go-crypto and
go-golang-org-x-crypto.
Change-Id: Ic2ff0189d97069d01ecd2e72dc524b3e190691e6
* gnu/packages/crypto.scm (go-github-com-jedisct1-go-minisign): Move
from here ...
* gnu/packages/golang-crypto.scm: ... to here.
Change-Id: I03446e947a83c315c026efaa1e2a29d105287fa3
* gnu/packages/crypto.scm (go-minisign): Update to 0.2.5.
[arguments] <install-source?>: Skip as it's a final command and not a
library.
[native-inputs]: Move all inputs here as it's final command.
Change-Id: Iebe6401503c4ffb48ba73607a8b47015282e6272
* gnu/packages/patches/libxcrypt-hurd64.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/crypto.scm (libxcrypt)[arguments]: When building for the 64bit
Hurd, use it in new phase `apply-hurd64-patch'.
Change-Id: I795a591ef8282ee5b760fec43bd4ad849007f602
* gnu/packages/crypto.scm (libxcrypt): Switch to url-fetch as it is now a
transitive dependency of git-minimal. Because we're building from a tarball,
remove autotools and pkg-config dependencies.
Change-Id: I6479db1efe325bbdd109e4db051096d6345ad6a1
* gnu/packages/crypto.scm (libxcrypt): Remove python from native-inputs, since
python requires it for its crypt module.
Change-Id: Ic8550fb515fcb647c3bf35c2b053d080457b109d
It is required for cross-compilation.
* gnu/packages/crypto.scm (tomb)[inputs]: Add 'bash-minimal'.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* 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>
* 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.
* gnu/packages/crypto.scm (ssh-to-pgp): New variable.
Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org>
Signed-off-by: Christopher Baines <mail@cbaines.net>
Change-Id: Ic8e55ede6b19d9a90291e3ac2cf608e8a59bc061
* gnu/packages/crates-io.scm (rust-minisign): Update to 0.7.5.
[cargo-inputs]: Replace rust-getrandom-0.1 with 0.2, rust-rpassword-4
with 7, rust-scrypt-0.3 with 0.11.
* gnu/packages/crypto.scm (crypto++): Update to 8.8.0.
[arguments]: Update to new style. Remove .so symbolic link installation as the
project does it now. Fix cross-compilation for GNU/Linux and MinGW targets.
Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu/packages/crypto.scm (signify)[source]: Add snippet to delete
bundled libbsd.
[license]: Drop bsd-4 as it was replaced with bsd-3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
[[PGP Signed Part:No public key for 3DECC105F5DD2382 created at 2023-05-19T19:45:47+0200 using RSA]]
Fixes <https://issues.guix.gnu.org/63280>.
* gnu/packages/crypto.scm (encfs): Update to 1.9.
[inputs]: Replace openssl with openssl-1.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu/packages/crypto.scm (olm): New variable, renamed from…
(libolm): …this one, which is now a DEPRECATED-PACKAGE alias of olm.
Adjust all users.
[synopsis, description]: Adjust. Capitalise proper nouns.
(python-olm)[description]: Remove implementation detail.