Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gnu: libxcrypt: Update to 4.4.33.•••* gnu/packages/crypto.scm (libxcrypt): Update to 4.4.33. | Tobias Geerinckx-Rice | 2023-01-22 | 1 | -3/+2 |
* | gnu: minisign: Update to 0.11.•••* gnu/packages/crypto.scm (minisign): Update to 0.11. | Tobias Geerinckx-Rice | 2023-01-15 | 1 | -2/+2 |
* | gnu: olm: Update to 3.2.14.•••* gnu/packages/crypto.scm (olm): Update to 3.2.14. | Tobias Geerinckx-Rice | 2022-12-11 | 1 | -2/+2 |
* | 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. | Tobias Geerinckx-Rice | 2022-12-11 | 1 | -8/+10 |
* | gnu: botan: Update to 2.19.3.•••* gnu/packages/crypto.scm (botan): Update to 2.19.3. | Tobias Geerinckx-Rice | 2022-12-11 | 1 | -2/+2 |
* | 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> | Jack Hill | 2022-11-17 | 1 | -2/+2 |
* | gnu: cryfs: Remove trailing #t.•••* gnu/packages/crypto.scm (cryfs)[arguments]: Don't explicitly return #t from phases. | Tobias Geerinckx-Rice | 2022-10-16 | 1 | -10/+9 |
* | gnu: cryfs: Remove input labels.•••* gnu/packages/crypto.scm (cryfs)[native-inputs]: Remove label strings. | Tobias Geerinckx-Rice | 2022-10-16 | 1 | -2/+1 |
* | gnu: cryfs: Update to 0.11.3.•••* gnu/packages/crypto.scm (cryfs): Update to 0.11.3. | Tobias Geerinckx-Rice | 2022-10-16 | 1 | -2/+2 |
* | gnu: Add keychain.•••* gnu/packages/crypto.scm (keychain): New variable. Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | Denis 'GNUtoo' Carikli | 2022-09-22 | 1 | -0/+40 |
* | gnu: libolm: Update to 3.2.12.•••* gnu/packages/crypto.scm (libolm): Update to 3.2.12. [source](uri): Follow redirect. | Marius Bakke | 2022-08-04 | 1 | -3/+3 |
* | gnu: keyutils: Avoid embedding build timestamp.•••* gnu/packages/crypto.scm (keyutils)[arguments]: Add 'avoid-embedding-timestamp phase. | Vagrant Cascadian | 2022-06-04 | 1 | -0/+5 |
* | 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. | Maxim Cournoyer | 2022-05-17 | 1 | -29/+26 |
* | 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> | Jack Hill | 2022-05-17 | 1 | -2/+2 |
* | gnu: libscrypt: Use G-expressions.•••* gnu/packages/crypto.scm (libscrypt)[arguments]: Rewrite as G-expressions. | Tobias Geerinckx-Rice | 2022-05-08 | 1 | -11/+10 |
* | gnu: libscrypt: Update to 1.22.•••* gnu/packages/crypto.scm (libscrypt): Update to 1.22. | Tobias Geerinckx-Rice | 2022-05-08 | 1 | -4/+3 |
* | gnu: Add rust-blake3-1.•••* gnu/packages/crypto.scm (rust-blake3-1): New variable. | Ricardo Wurmus | 2022-05-06 | 1 | -3/+43 |
* | gnu: b2sum: Produce generic binaries and enable tuning.•••* gnu/packages/crypto.scm (b2sum)[arguments]: Add 'de-tune' phase. [properties]: Mark the package as tunable. | Leo Famulari | 2022-03-18 | 1 | -1/+10 |
* | 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> | Brendan Tildesley | 2022-03-16 | 1 | -4/+11 |
* | 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> | Brendan Tildesley | 2022-03-14 | 1 | -3/+3 |
* | gnu: Add libxcrypt.•••* gnu/packages/crypto.scm (libxcrypt): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> | Allan Adair | 2022-03-11 | 1 | -0/+36 |
* | gnu: keyutils: Fix trailing whitespace in description.•••* gnu/packages/crypto.scm (keyutils)[description]: Fix trailing whitespace. | Vagrant Cascadian | 2021-12-29 | 1 | -1/+1 |
* | 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. | Tobias Geerinckx-Rice | 2021-12-20 | 1 | -3/+13 |
* | gnu: keyutils: Gexp arguments.•••* gnu/packages/crypto.scm (keyutils)[arguments]: Rewrite as a keyword/gexp list. | Tobias Geerinckx-Rice | 2021-12-20 | 1 | -12/+13 |
* | gnu: keyutils: Omit static library.•••* gnu/packages/crypto.scm (keyutils)[arguments]: Add "NO_ARLIB=1" to #:make-flags. | Tobias Geerinckx-Rice | 2021-12-19 | 1 | -1/+2 |
* | 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. | Tobias Geerinckx-Rice | 2021-12-19 | 1 | -8/+9 |
* | gnu: minisign: Update to 0.10.•••* gnu/packages/crypto.scm (minisign): Update to 0.10. | Tobias Geerinckx-Rice | 2021-12-19 | 1 | -4/+3 |
* | gnu: minisign: Fetch source from Git.•••* gnu/packages/crypto.scm (minisign)[source]: Use GIT-FETCH and GIT-FILE-NAME. | Tobias Geerinckx-Rice | 2021-12-19 | 1 | -5/+6 |
* | gnu: Simplify package inputs.•••This commit was obtained by running: ./pre-inst-env guix style without any additional argument. | Ludovic Courtès | 2021-12-13 | 1 | -70/+43 |
* | Merge branch 'master' into core-updates-frozen | Ludovic Courtès | 2021-11-17 | 1 | -0/+83 |
|\ | |||||
| * | gnu: Add BLAKE3 command line tool.•••* gnu/packages/crypto.scm (b3sum): New variable. | Leo Famulari | 2021-11-10 | 1 | -0/+49 |
| * | gnu: Add BLAKE3 Rust implementation.•••* gnu/packages/crypto.scm (rust-blake3-0.3): New variable. | Leo Famulari | 2021-11-10 | 1 | -0/+34 |
* | | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Efraim Flashner | 2021-10-31 | 1 | -6/+43 |
|\| | |||||
| * | gnu: botan: Omit static library.•••* gnu/packages/crypto.scm (botan)[arguments]: Add a "--disable-static" configure flag. | Tobias Geerinckx-Rice | 2021-10-29 | 1 | -0/+2 |
| * | gnu: botan: Update to 2.18.2.•••* gnu/packages/crypto.scm (botan): Update to 2.18.2. | Tobias Geerinckx-Rice | 2021-10-29 | 1 | -2/+2 |
| * | gnu: asignify: Update to 1.1-1.08af003.•••* gnu/packages/crypto.scm (asignify): Update to 1.1-1.08af003. | Leo Famulari | 2021-10-26 | 1 | -3/+3 |
| * | gnu: Add b2sum.•••* gnu/packages/crypto.scm (b2sum): New variable. | Leo Famulari | 2021-10-26 | 1 | -1/+36 |
* | | Merge remote-tracking branch 'signed/master' into core-updates | Mathieu Othacehe | 2021-10-18 | 1 | -0/+35 |
|\| | |||||
| * | gnu: Add python-olm.•••* gnu/packages/crypto.scm (python-olm): New variable. | Lars-Dominik Braun | 2021-10-18 | 1 | -0/+35 |
* | | Merge remote-tracking branch 'origin/master' into core-updates-frozen. | Mathieu Othacehe | 2021-10-12 | 1 | -2/+5 |
|\| | |||||
| * | gnu: libmd: Omit static library.•••* gnu/packages/crypto.scm (libmd)[arguments]: Add "--disable-static" to the #:configure-flags. | Tobias Geerinckx-Rice | 2021-10-05 | 1 | -0/+3 |
| * | gnu: libmd: Update to 1.0.4.•••* gnu/packages/crypto.scm (libmd): Update to 1.0.4. | Tobias Geerinckx-Rice | 2021-10-05 | 1 | -2/+2 |
* | | 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 | Marius Bakke | 2021-09-17 | 1 | -0/+77 |
|\| | |||||
| * | gnu: Add cryfs.•••* gnu/packages/crypto.scm (cryfs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Brendan Tildesley | 2021-09-16 | 1 | -0/+77 |
* | | Merge branch 'master' into core-updates-frozen | Ludovic Courtès | 2021-09-07 | 1 | -57/+0 |
|\| | |||||
| * | 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. | Leo Famulari | 2021-07-27 | 1 | -57/+0 |
* | | 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 | Marius Bakke | 2021-08-12 | 1 | -1/+1 |
|\| | |||||
| * | 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> | Milkey Mouse | 2021-08-04 | 1 | -1/+1 |
* | | gnu: RHash: Update to 1.4.2.•••* gnu/packages/crypto.scm (rhash): Update to 1.4.2. | Marius Bakke | 2021-07-23 | 1 | -2/+2 |
* | | gnu: RHash: Turn arguments into gexp.•••* gnu/packages/crypto.scm (rhash)[arguments]: Turn into gexp, and use #$OUTPUT instead of the %OUTPUT variable. | Marius Bakke | 2021-07-23 | 1 | -31/+32 |