summaryrefslogtreecommitdiff
path: root/gnu/packages/crypto.scm
Commit message (Collapse)AuthorAge
* gnu: libolm: Update to 3.2.12.Marius Bakke2022-08-04
| | | | | * gnu/packages/crypto.scm (libolm): Update to 3.2.12. [source](uri): Follow redirect.
* gnu: keyutils: Avoid embedding build timestamp.Vagrant Cascadian2022-06-04
| | | | | * gnu/packages/crypto.scm (keyutils)[arguments]: Add 'avoid-embedding-timestamp phase.
* gnu: botan: Use new style and G-Expressions.Maxim Cournoyer2022-05-17
| | | | | | * gnu/packages/crypto.scm (botan)[phases]: Adjust to use gexps. {check}: Replace 'if' with 'when'. [native-inputs]: Use new style.
* gnu: botan: Update to 2.19.1.Jack Hill2022-05-17
| | | | | | * gnu/packages/crypto.scm (botan): Update to 2.19.1. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: libscrypt: Use G-expressions.Tobias Geerinckx-Rice2022-05-08
| | | | | * gnu/packages/crypto.scm (libscrypt)[arguments]: Rewrite as G-expressions.
* gnu: libscrypt: Update to 1.22.Tobias Geerinckx-Rice2022-05-08
| | | | * gnu/packages/crypto.scm (libscrypt): Update to 1.22.
* gnu: Add rust-blake3-1.Ricardo Wurmus2022-05-06
| | | | * gnu/packages/crypto.scm (rust-blake3-1): New variable.
* gnu: b2sum: Produce generic binaries and enable tuning.Leo Famulari2022-03-18
| | | | | * gnu/packages/crypto.scm (b2sum)[arguments]: Add 'de-tune' phase. [properties]: Mark the package as tunable.
* gnu: cryfs: Update to 0.11.2.Brendan Tildesley2022-03-16
| | | | | | | * 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>
* gnu: crypto++: Update to 8.6.0.Brendan Tildesley2022-03-14
| | | | | | | | | | * 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>
* gnu: Add libxcrypt.Allan Adair2022-03-11
| | | | | | * gnu/packages/crypto.scm (libxcrypt): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: keyutils: Fix trailing whitespace in description.Vagrant Cascadian2021-12-29
| | | | * gnu/packages/crypto.scm (keyutils)[description]: Fix trailing whitespace.
* gnu: bcachefs-tools-static: Fix build.Tobias Geerinckx-Rice2021-12-20
| | | | | | | | * 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.
* gnu: keyutils: Gexp arguments.Tobias Geerinckx-Rice2021-12-20
| | | | | * gnu/packages/crypto.scm (keyutils)[arguments]: Rewrite as a keyword/gexp list.
* gnu: keyutils: Omit static library.Tobias Geerinckx-Rice2021-12-19
| | | | | * gnu/packages/crypto.scm (keyutils)[arguments]: Add "NO_ARLIB=1" to #:make-flags.
* gnu: keyutils: Update to 1.6.3.Tobias Geerinckx-Rice2021-12-19
| | | | | | * 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.
* gnu: minisign: Update to 0.10.Tobias Geerinckx-Rice2021-12-19
| | | | * gnu/packages/crypto.scm (minisign): Update to 0.10.
* gnu: minisign: Fetch source from Git.Tobias Geerinckx-Rice2021-12-19
| | | | | * gnu/packages/crypto.scm (minisign)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\
| * gnu: Add BLAKE3 command line tool.Leo Famulari2021-11-10
| | | | | | | | * gnu/packages/crypto.scm (b3sum): New variable.
| * gnu: Add BLAKE3 Rust implementation.Leo Famulari2021-11-10
| | | | | | | | * gnu/packages/crypto.scm (rust-blake3-0.3): New variable.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: botan: Omit static library.Tobias Geerinckx-Rice2021-10-29
| | | | | | | | | | * gnu/packages/crypto.scm (botan)[arguments]: Add a "--disable-static" configure flag.
| * gnu: botan: Update to 2.18.2.Tobias Geerinckx-Rice2021-10-29
| | | | | | | | * gnu/packages/crypto.scm (botan): Update to 2.18.2.
| * gnu: asignify: Update to 1.1-1.08af003.Leo Famulari2021-10-26
| | | | | | | | * gnu/packages/crypto.scm (asignify): Update to 1.1-1.08af003.
| * gnu: Add b2sum.Leo Famulari2021-10-26
| | | | | | | | * gnu/packages/crypto.scm (b2sum): New variable.
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-18
|\|
| * gnu: Add python-olm.Lars-Dominik Braun2021-10-18
| | | | | | | | * gnu/packages/crypto.scm (python-olm): New variable.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: libmd: Omit static library.Tobias Geerinckx-Rice2021-10-05
| | | | | | | | | | * gnu/packages/crypto.scm (libmd)[arguments]: Add "--disable-static" to the #:configure-flags.
| * gnu: libmd: Update to 1.0.4.Tobias Geerinckx-Rice2021-10-05
| | | | | | | | * gnu/packages/crypto.scm (libmd): Update to 1.0.4.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-09-17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * gnu: Add cryfs.Brendan Tildesley2021-09-16
| | | | | | | | | | | | * gnu/packages/crypto.scm (cryfs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-07
|\|
| * gnu: Remove eschalot.Leo Famulari2021-07-27
| | | | | | | | | | | | | | As discussed in <https://bugs.gnu.org/46602>, eschalot does not support a current release of OpenSSL. * gnu/packages/crypto.scm (eschalot): Remove variable.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-08-12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * gnu: Fix broken links to Arch Linux git repositoriesMilkey Mouse2021-08-04
| | | | | | | | | | | | | | | | * 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>
* | gnu: RHash: Update to 1.4.2.Marius Bakke2021-07-23
| | | | | | | | * gnu/packages/crypto.scm (rhash): Update to 1.4.2.
* | gnu: RHash: Turn arguments into gexp.Marius Bakke2021-07-23
| | | | | | | | | | * gnu/packages/crypto.scm (rhash)[arguments]: Turn into gexp, and use #$OUTPUT instead of the %OUTPUT variable.
* | Merge branch 'master' into core-updatesLudovic Courtès2021-07-18
|\|
| * gnu: libolm: Unbundle unused blob.Maxime Devos2021-07-15
| | | | | | | | | | | | | | * 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>
| * gnu: libolm: Respect "--without-tests".Maxime Devos2021-07-08
| | | | | | | | | | | | | | * gnu/packages/libolm.scm (libolm)[arguments]<#:phases>{check}: Respect #:tests?. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-06
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/algebra.scm gnu/packages/bioinformatics.scm gnu/packages/curl.scm gnu/packages/docbook.scm gnu/packages/emacs-xyz.scm gnu/packages/maths.scm gnu/packages/plotutils.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/readline.scm gnu/packages/tls.scm gnu/packages/xml.scm gnu/packages/xorg.scm
| * gnu: libolm: Update to 3.2.3.Tobias Geerinckx-Rice2021-05-29
| | | | | | | | * gnu/packages/crypto.scm (libolm): Update to 3.2.3.
| * gnu: botan: Respect #:tests?.Jack Hill2021-05-27
| | | | | | | | | | | | | | * gnu/packages/crypto.scm (botan)[arguments]: Respect #:tests? in the custom 'check' phase. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: botan: Update to 2.18.1.Jack Hill2021-05-27
| | | | | | | | | | | | * gnu/packages/crypto.scm (botan): Update to 2.18.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* | gnu: RHash: Update to 1.4.1.Marius Bakke2021-05-09
| | | | | | | | * gnu/packages/crypto.scm (rhash): Update to 1.4.1.
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/bioinformatics.scm gnu/packages/django.scm gnu/packages/gtk.scm gnu/packages/llvm.scm gnu/packages/python-web.scm gnu/packages/python.scm gnu/packages/tex.scm guix/build-system/asdf.scm guix/build/emacs-build-system.scm guix/profiles.scm
| * gnu: Replace hard-coded "CC=gcc" with CC-FOR-TARGET calls.Maxime Devos2021-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (cbatticon)[arguments]<#:make-flags>: Use CC-FOR-TARGET. * gnu/packages/assembly.scm (dev86)[arguments]<#:make-flags>: Likewise. * gnu/packages/cdrom.scm (cd-discid)[arguments]<#:make-flags>: Likewise. * gnu/packages/crypto.scm (signify, keyutils, ssss, libscrypt, enchive) [arguments]<#:make-flags>: Likewise. * gnu/packages/emacs-xyz.scm (emacs-emacsql, emacs-telega)[arguments] <#:phases>: Likewise. * gnu/packages/gnupg.scm (pgpdump)[arguments]<#:make-flags>: Likewise. * gnu/packages/image-viewers.scm (feh, imv)[arguments]<#:make-flags>: Likewise. * gnu/packages/image.scm (libjxr, giflib, freeimage)[arguments] <#:make-flags>: Likewise. * gnu/packages/irc.scm (ii, sic)[arguments]<#:make-flags>: Likewise. * gnu/packages/lua.scm (make-lua-expat, make-lua-ossl, make-lua-sec) (make-lua-cqueues, make-lua-lgi, lua-resty-signal)[arguments] <#:make-flags>: Likewise. * gnu/packages/networking.scm (httping, pixiewps, sslh, nethogs, spiped) (can-utils, hcxtools, batctl)[arguments]<#:make-flags>: Likewise. * gnu/packages/pdf.scm (fbida)[arguments]<#:make-flags>: Likewise. * gnu/packages/ssh.scm (endlessh)[arguments]<#:make-flags>: Likewise. * gnu/packages/toys.scm (nyancat)[arguments]<#:make-flags>: Likewise. * gnu/packages/upnp.scm (miniupnpc)[arguments]<#:make-flags>: Likewise. * gnu/packages/xdisorg.scm (bemenu, xbanish, sxhkd, xcape, xssproxy) (xrandr-invert-colors, hsetroot, xsettingsd)[arguments]<#:make-flags>: Likewise. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>