Tobias Geerinckx-Rice
d6df6363d6
gnu: olm: Update to 3.2.14.
...
* gnu/packages/crypto.scm (olm): Update to 3.2.14.
2022-12-11 01:00:03 +01:00
Tobias Geerinckx-Rice
d1c3681e38
gnu: olm: Drop custom ‘lib-’ prefix.
...
* 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.
2022-12-11 01:00:03 +01:00
Tobias Geerinckx-Rice
885903e2f6
gnu: botan: Update to 2.19.3.
...
* gnu/packages/crypto.scm (botan): Update to 2.19.3.
2022-12-11 01:00:01 +01:00
Jack Hill
e5497d09a1
gnu: botan: Update to 2.19.2
...
* gnu/packages/crypto.scm (botan): Update to 2.19.2.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-17 12:00:32 +00:00
Tobias Geerinckx-Rice
dd9b31254b
gnu: cryfs: Remove trailing #t.
...
* gnu/packages/crypto.scm (cryfs)[arguments]:
Don't explicitly return #t from phases.
2022-10-16 02:00:00 +02:00
Tobias Geerinckx-Rice
d90d24bcbc
gnu: cryfs: Remove input labels.
...
* gnu/packages/crypto.scm (cryfs)[native-inputs]: Remove label strings.
2022-10-16 02:00:00 +02:00
Tobias Geerinckx-Rice
9923bf62dc
gnu: cryfs: Update to 0.11.3.
...
* gnu/packages/crypto.scm (cryfs): Update to 0.11.3.
2022-10-16 02:00:00 +02:00
Denis 'GNUtoo' Carikli
da3bbcc991
gnu: Add keychain.
...
* gnu/packages/crypto.scm (keychain): New variable.
Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
2022-09-22 09:56:31 +02:00
Marius Bakke
30ac2d1c40
gnu: libolm: Update to 3.2.12.
...
* gnu/packages/crypto.scm (libolm): Update to 3.2.12.
[source](uri): Follow redirect.
2022-08-04 12:30:13 +02:00
Vagrant Cascadian
32322d0926
gnu: keyutils: Avoid embedding build timestamp.
...
* gnu/packages/crypto.scm (keyutils)[arguments]: Add
'avoid-embedding-timestamp phase.
2022-06-04 15:25:02 -07:00
Maxim Cournoyer
393bcc012f
gnu: botan: Use new style and G-Expressions.
...
* gnu/packages/crypto.scm (botan)[phases]: Adjust to use gexps.
{check}: Replace 'if' with 'when'.
[native-inputs]: Use new style.
2022-05-17 17:05:47 -04:00
Jack Hill
423a3a6b6a
gnu: botan: Update to 2.19.1.
...
* gnu/packages/crypto.scm (botan): Update to 2.19.1.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-05-17 17:05:46 -04:00
Tobias Geerinckx-Rice
6f4ceb5449
gnu: libscrypt: Use G-expressions.
...
* gnu/packages/crypto.scm (libscrypt)[arguments]:
Rewrite as G-expressions.
2022-05-08 02:00:00 +02:00
Tobias Geerinckx-Rice
601d95206d
gnu: libscrypt: Update to 1.22.
...
* gnu/packages/crypto.scm (libscrypt): Update to 1.22.
2022-05-08 02:00:00 +02:00
Ricardo Wurmus
ee70ed5bf5
gnu: Add rust-blake3-1.
...
* gnu/packages/crypto.scm (rust-blake3-1): New variable.
2022-05-06 23:13:29 +02:00
Leo Famulari
386adb6df0
gnu: b2sum: Produce generic binaries and enable tuning.
...
* gnu/packages/crypto.scm (b2sum)[arguments]: Add 'de-tune' phase.
[properties]: Mark the package as tunable.
2022-03-18 12:58:05 -04:00
Brendan Tildesley
5d4af22ef2
gnu: cryfs: Update to 0.11.2.
...
* gnu/packages/crypto.scm (cryfs): Update to 0.11.2.
[arguments]: Fix build with boost 1.77
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-16 15:48:52 +01:00
Brendan Tildesley
57fe92dded
gnu: crypto++: Update to 8.6.0.
...
* gnu/packages/crypto.scm (crypto++): Update to 8.6.0.
Note: This release includes a fix for a bug where code using AVX2
instructions produced incorrect encrypted files:
https://github.com/weidai11/cryptopp/issues/1069
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-14 23:32:30 +01:00
Allan Adair
d4f6ea2525
gnu: Add libxcrypt.
...
* gnu/packages/crypto.scm (libxcrypt): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-03-11 01:38:12 +01:00
Vagrant Cascadian
390b583318
gnu: keyutils: Fix trailing whitespace in description.
...
* gnu/packages/crypto.scm (keyutils)[description]: Fix trailing whitespace.
2021-12-29 22:47:45 -08:00
Tobias Geerinckx-Rice
a86a6fb6fc
gnu: bcachefs-tools-static: Fix build.
...
* gnu/packages/crypto.scm (keyutils)[arguments]: Do build the static
library, but move it to the :static output in a new 'install:static
phase.
* gnu/packages/file-systems.scm (bcachefs-tools/static)[inputs]:
Add this keyutils:static.
2021-12-20 02:04:50 +01:00
Tobias Geerinckx-Rice
036a503942
gnu: keyutils: Gexp arguments.
...
* gnu/packages/crypto.scm (keyutils)[arguments]:
Rewrite as a keyword/gexp list.
2021-12-20 02:04:50 +01:00
Tobias Geerinckx-Rice
62085c36fa
gnu: keyutils: Omit static library.
...
* gnu/packages/crypto.scm (keyutils)[arguments]:
Add "NO_ARLIB=1" to #:make-flags.
2021-12-19 00:48:40 +01:00
Tobias Geerinckx-Rice
e207412e71
gnu: keyutils: Update to 1.6.3.
...
* gnu/packages/crypto.scm (keyutils): Update to 1.6.3.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Don't explicitly return #t from phases.
2021-12-19 00:48:40 +01:00
Tobias Geerinckx-Rice
7492d2fb25
gnu: minisign: Update to 0.10.
...
* gnu/packages/crypto.scm (minisign): Update to 0.10.
2021-12-19 00:36:28 +01:00
Tobias Geerinckx-Rice
5620360cf6
gnu: minisign: Fetch source from Git.
...
* gnu/packages/crypto.scm (minisign)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2021-12-19 00:36:28 +01:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
...
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
2021-12-13 17:48:25 +01:00
Ludovic Courtès
3a317f7476
Merge branch 'master' into core-updates-frozen
2021-11-17 23:43:14 +01:00
Leo Famulari
650dcc18e7
gnu: Add BLAKE3 command line tool.
...
* gnu/packages/crypto.scm (b3sum): New variable.
2021-11-10 11:35:58 -05:00
Leo Famulari
f7019cc8be
gnu: Add BLAKE3 Rust implementation.
...
* gnu/packages/crypto.scm (rust-blake3-0.3): New variable.
2021-11-10 11:35:58 -05:00
Efraim Flashner
bc5155b952
Merge remote-tracking branch 'origin/master' into core-updates-frozen
2021-10-31 14:49:47 +02:00
Tobias Geerinckx-Rice
36d6b1ac5f
gnu: botan: Omit static library.
...
* gnu/packages/crypto.scm (botan)[arguments]: Add a "--disable-static"
configure flag.
2021-10-29 21:14:39 +02:00
Tobias Geerinckx-Rice
fea894d327
gnu: botan: Update to 2.18.2.
...
* gnu/packages/crypto.scm (botan): Update to 2.18.2.
2021-10-29 21:14:38 +02:00
Leo Famulari
c6adc09473
gnu: asignify: Update to 1.1-1.08af003.
...
* gnu/packages/crypto.scm (asignify): Update to 1.1-1.08af003.
2021-10-26 12:34:10 -04:00
Leo Famulari
3d51fd19fa
gnu: Add b2sum.
...
* gnu/packages/crypto.scm (b2sum): New variable.
2021-10-26 12:06:26 -04:00
Mathieu Othacehe
e486b2b674
Merge remote-tracking branch 'signed/master' into core-updates
2021-10-18 14:37:26 +00:00
Lars-Dominik Braun
6addd57324
gnu: Add python-olm.
...
* gnu/packages/crypto.scm (python-olm): New variable.
2021-10-18 09:02:42 +02:00
Mathieu Othacehe
a1eca979fb
Merge remote-tracking branch 'origin/master' into core-updates-frozen.
2021-10-12 17:46:23 +00:00
Tobias Geerinckx-Rice
75f9bf6401
gnu: libmd: Omit static library.
...
* gnu/packages/crypto.scm (libmd)[arguments]: Add "--disable-static" to
the #:configure-flags.
2021-10-05 21:36:38 +02:00
Tobias Geerinckx-Rice
b390bff3f2
gnu: libmd: Update to 1.0.4.
...
* gnu/packages/crypto.scm (libmd): Update to 1.0.4.
2021-10-05 21:36:38 +02:00
Marius Bakke
5c3cb22c9b
Merge branch 'master' into core-updates-frozen
...
Conflicts:
gnu/packages/bioinformatics.scm
gnu/packages/chez.scm
gnu/packages/docbook.scm
gnu/packages/ebook.scm
gnu/packages/gnome.scm
gnu/packages/linux.scm
gnu/packages/networking.scm
gnu/packages/python-web.scm
gnu/packages/python-xyz.scm
gnu/packages/tex.scm
gnu/packages/version-control.scm
gnu/packages/xml.scm
guix/build-system/dune.scm
guix/build-system/go.scm
guix/build-system/linux-module.scm
guix/packages.scm
2021-09-17 01:25:52 +02:00
Brendan Tildesley
20d3c901fd
gnu: Add cryfs.
...
* gnu/packages/crypto.scm (cryfs): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-16 22:46:20 +02:00
Ludovic Courtès
d9dfbf886d
Merge branch 'master' into core-updates-frozen
2021-09-07 14:19:08 +02:00
Marius Bakke
c4133c43c7
Merge branch 'master' into core-updates-frozen
...
Conflicts:
gnu/packages/algebra.scm
gnu/packages/games.scm
gnu/packages/golang.scm
gnu/packages/kerberos.scm
gnu/packages/mail.scm
gnu/packages/python.scm
gnu/packages/ruby.scm
gnu/packages/scheme.scm
gnu/packages/tex.scm
gnu/packages/tls.scm
gnu/packages/version-control.scm
2021-08-12 00:30:27 +02:00
Leo Famulari
8e47a8e8a7
gnu: Remove eschalot.
...
As discussed in <https://bugs.gnu.org/46602 >, eschalot does not support
a current release of OpenSSL.
* gnu/packages/crypto.scm (eschalot): Remove variable.
2021-07-27 12:34:57 -04:00
Milkey Mouse
62722229c2
gnu: Fix broken links to Arch Linux git repositories
...
* gnu/packages/crypto.scm (libsecp256k1): Update comment patch link.
* gnu/packages/engineering.scm (freehdl): Update patch link.
* gnu/packages/tex.scm (texlive-bin): Update arch-patch base URL.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-08-04 17:22:19 +02:00
Marius Bakke
9cdb32fd72
gnu: RHash: Update to 1.4.2.
...
* gnu/packages/crypto.scm (rhash): Update to 1.4.2.
2021-07-23 17:26:44 +02:00
Marius Bakke
c5ba4725de
gnu: RHash: Turn arguments into gexp.
...
* gnu/packages/crypto.scm (rhash)[arguments]: Turn into gexp, and use #$OUTPUT
instead of the %OUTPUT variable.
2021-07-23 17:26:44 +02:00
Ludovic Courtès
0e47fcced4
Merge branch 'master' into core-updates
2021-07-18 19:50:01 +02:00
Maxime Devos
dd98685356
gnu: libolm: Unbundle unused blob.
...
* gnu/package/crypto.scm: (libolm)[source][snippet]: Delete
"gradle-wrapper.jar". It is a bundled compiled (!) version of gradle.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-07-15 21:43:52 -04:00