summaryrefslogtreecommitdiff
path: root/gnu/packages/crypto.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesMarius Bakke2020-03-30
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/admin.scm gnu/packages/commencement.scm gnu/packages/guile.scm gnu/packages/linux.scm gnu/packages/package-management.scm gnu/packages/pulseaudio.scm gnu/packages/web.scm
| * gnu: Update hash-extender.Jakub Kądziołka2020-03-29
| | | | | | | | | | | | | | * gnu/packages/crypto.scm (hash-extender): Update to newer commit. * gnu/packages/patches/hash-extender-test-suite.patch: The patch was merged upstream, no need to apply it anymore. * gnu/local.mk (dist_patch_DATA): Unregister the patch file.
* | Merge branch 'master' into core-updatesMarius Bakke2020-03-21
|\|
| * gnu: Add hash-extender.Jakub Kądziołka2020-03-21
| | | | | | | | | | | | * gnu/packages/crypto.scm (hash-extender): New variable. * gnu/packages/patches/hash-extender-test-suite.patch: New file. * gnu/local.mk (dist_patch_DATA): Register the new file.
* | Merge branch 'master' into core-updatesMarius Bakke2020-03-14
|\|
| * gnu: signify: Update to 29.Tobias Geerinckx-Rice2020-03-11
| | | | | | | | * gnu/packages/crypto.scm (signify): Update to 29.
* | Merge branch 'master' into core-updatesMarius Bakke2020-03-04
|\|
| * gnu: crypto++: Update to 8.2.0.Tobias Geerinckx-Rice2020-02-19
| | | | | | | | * gnu/packages/crypto.scm (crypto++): Update to 8.2.0.
| * gnu: crypto++: Returt #t from all phases.Tobias Geerinckx-Rice2020-02-19
| | | | | | | | | | * gnu/packages/crypto.scm (crypto++)[arguments]: Return #t from ‘install-pkg-config’.
| * gnu: crypto++: Build in parallel.Tobias Geerinckx-Rice2020-02-19
| | | | | | | | | | * gnu/packages/crypto.scm (crypto++)[arguments]: Make ‘build-shared’ the main ‘build’ phase. Respect MAKE-FLAGS and PARALLEL-JOB-COUNT.
| * gnu: crypto++: Don't hard-code VERSION.Tobias Geerinckx-Rice2020-02-19
| | | | | | | | * gnu/packages/crypto.scm (crypto++)[arguments]: Use package VERSION.
* | Merge branch 'master' into core-updatesMarius Bakke2020-02-14
|\|
| * gnu: signify: Update to 28.Marius Bakke2020-02-10
| | | | | | | | | | * gnu/packages/crypto.scm (signify): Update to 28. [arguments]: Remove #:tests?.
* | gnu: RHash: Move custom configure logic to #:configure-flags.Marius Bakke2020-02-03
| | | | | | | | | | * gnu/packages/crypto.scm (rhash)[arguments]: Add #:configure-flags. Adjust the 'configure' phase accordingly.
* | gnu: rhash: Fix cross-compilation.Marius Bakke2020-01-26
| | | | | | | | | | * gnu/packages/crypto.scm (rhash)[arguments]: In custom configure phase, set "--target" and "-cc" when cross-compiling.
* | Merge branch 'staging' into core-updatesMarius Bakke2020-01-23
|\|
| * gnu: keyutils: Update to 1.6.1.Tobias Geerinckx-Rice2020-01-23
| | | | | | | | * gnu/packages/crypto.scm (keyutils): Update to 1.6.1.
* | gnu: RHash: Download tarball from SourceForge instead of a git checkout.Marius Bakke2020-01-22
| | | | | | | | * gnu/packages/crypto.scm (rhash)[source]: Change to URL-FETCH.
* | Merge branch 'staging' into core-updatesMarius Bakke2020-01-21
|\|
| * gnu: Remove unnecessary uses of (guix build utils).Ludovic Courtès2020-01-15
| | | | | | | | | | * gnu/packages/crypto.scm: Remove use of (guix build utils). * gnu/packages/databases.scm: Likewise.
* | Merge branch 'master' into core-updatesMarius Bakke2020-01-15
|\|
| * gnu: Add libolm.nixo2020-01-12
| | | | | | | | | | | | * gnu/packages/messaging.scm (libolm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updatesMarius Bakke2020-01-11
|\|
| * gnu: crypto++: Create versioned shared library links.Tobias Geerinckx-Rice2019-12-31
| | | | | | | | | | | | | | This fixes the build of dependents like amule. * gnu/packages/crypto.scm (crypto++)[arguments]: Add an ‘install-shared-library-links’ phase.
* | gnu: RHash: Update to 1.3.9.Marius Bakke2020-01-08
| | | | | | | | | | * gnu/packages/crypto.scm (rhash): Update to 1.3.9. [arguments]: Add phase 'patch-/bin/sh'.
* | gnu: RHash: Do not use unstable source tarball.Marius Bakke2020-01-08
|/ | | | * gnu/packages/crypto.scm (rhash)[source]: Change to GIT-FETCH.
* gnu: libsecp256k1: Update to 20191213.Vagrant Cascadian2019-12-16
| | | | * gnu/packages/crypto (libsecp256k1): Update to 20191213.
* gnu: enchive: Update to 3.5.nixo2019-12-11
| | | | | | | * gnu/packages/crypto.scm (enchive): Update to 3.5. [source]: Replace url-fetch with git-fetch. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: perl-crypt-random-source: Update to 0.14.Tobias Geerinckx-Rice2019-11-23
| | | | | * gnu/packages/crypto.scm (perl-crypt-random-source): Update to 0.14. [native-inputs]: Replace perl-test-exception with perl-test-fatal.
* gnu: tomb: Use system's sudo.Eric Bavier2019-11-15
| | | | | * gnu/packages/crypto.scm (tomb)[arguments]: Disallow references to the "sudo" input. Remove it's path from the wrapper.
* gnu: tomb: Add lsof input for "ps" and "slam".Eric Bavier2019-11-15
| | | | | * gnu/packages/crypto.scm (tomb)[inputs]: Add lsof. [arguments]: Add it to the wrapper PATH.
* gnu: tomb: Update to 2.7.Eric Bavier2019-11-15
| | | | | | | * gnu/packages/patches/tomb-fix-errors-on-open.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/crypto.scm (tomb): Update to 2.7. [source]: Use the patch.
* gnu: Add 'file-name' where appropriate.Efraim Flashner2019-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (detox, neofetch), gnu/packages/algebra.scm (python-fpylll), gnu/packages/bioinformatics.scm (tbsp, genrich), gnu/packages/crypto.scm (hpenc), gnu/packages/digest.scm (xxhash), gnu/packages/emacs-xyz.scm (emacs-tiny, emacs-ergoemacs-mode, emacs-make-it-so, emacs-poet-theme, emacs-deft, emacs-scribble-mode, emacs-helm-mu, emacs-unidecode, emacs-diff-hl, emacs-helm-exwm, emacs-gif-screencast, emacs-exec-path-from-shell), gnu/packages/engineering.scm (gpx), gnu/packages/freedesktop.scm (waylandpp), gnu/packages/golang.scm (go-github-com-sirupsen-logrus, go-github-com-shirou-gopsutil), gnu/packages/guile-xyz.scm (guile-studio, guile-picture-language, jupyter-guile-kernel), gnu/packages/image-viewers.scm (qview), gnu/packages/java-maths.scm (java-jblas), gnu/packages/llvm.scm (libclc), gnu/packages/logging.scm (spdlog), gnu/packages/ocaml.scm (ocaml-cstruct, ocaml-zarith), gnu/packages/terminals.scm (libtsm), gnu/packages/tigervnc.scm (tigervnc-client), gnu/packages/xdisorg.scm (xcalib, xbanish) [source]: Add file-name.
* gnu: botan: Use getentropy().Tobias Geerinckx-Rice2019-11-09
| | | | | * gnu/packages/crypto.scm (botan)[arguments]: Enable the ‘getentropy’ OS feature.
* gnu: botan: Optimise.Tobias Geerinckx-Rice2019-11-09
| | | | | * gnu/packages/crypto.scm (botan)[arguments]: Compile with -O3 optimisation.
* gnu: signify: Update to 27.Tobias Geerinckx-Rice2019-11-09
| | | | * gnu/packages/crypto.scm (signify): Update to 27.
* gnu: botan: Update to 2.12.1.Tobias Geerinckx-Rice2019-11-08
| | | | * gnu/packages/crypto.scm (botan): Update to 2.12.1.
* gnu: encfs: Fix build failure with GCC 7.Marius Bakke2019-10-18
| | | | | | | Fixes <https://bugs.gnu.org/37779>. Reported by Pierre Neidhardt <mail@ambrevar.xyz>. * gnu/packages/crypto.scm (encfs)[arguments]: Add phase 'patch-CMakeLists.txt'.
* gnu: Add minisign.Tanguy Le Carrour2019-10-17
| | | | | | * gnu/packages/crypto.scm (minisign): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* Merge branch 'master' into core-updatesMarius Bakke2019-07-31
|\
| * gnu: signify: Update to 26.Marius Bakke2019-07-27
| | | | | | | | | | * gnu/packages/crypto.scm (signify): Update to 26. [source]: Change to URL-FETCH to get the shiny new release tarball.
* | Merge branch 'staging' into core-updatesMarius Bakke2019-07-04
|\|
| * gnu: tomb: Update to 2.6.Tobias Geerinckx-Rice2019-07-02
| | | | | | | | * gnu/packages/crypto.scm (tomb): Update to 2.6.
* | Merge branch 'master' into core-updatesLudovic Courtès2019-06-13
|\|
| * gnu: libsodium: Update to 1.0.18.Marius Bakke2019-06-03
| | | | | | | | * gnu/packages/crypto.scm (libsodium): Update to 1.0.18.
* | Merge branch 'staging' into core-updatesMarius Bakke2019-05-25
|\|
| * gnu: scrypt: Fix typo "This package".Vagrant Cascadian2019-05-22
| | | | | | | | * gnu/packages/crypto (scrypt)[description]: Fix typo.
* | Merge branch 'master' into core-updatesMarius Bakke2019-05-01
|\|
| * gnu: signify: Update to 25.Marius Bakke2019-05-01
| | | | | | | | * gnu/packages/crypto.scm (signify): Update to 25.
| * gnu: signify: Don't use unstable tarball.Marius Bakke2019-05-01
| | | | | | | | * gnu/packages/crypto.scm (signify)[source]: Change to GIT-FETCH.