summaryrefslogtreecommitdiff
path: root/gnu/packages/crypto.scm
AgeCommit message (Expand)Author
2020-03-21Merge branch 'master' into core-updatesMarius Bakke
2020-03-21gnu: Add hash-extender....* 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. Jakub Kądziołka
2020-03-14Merge branch 'master' into core-updatesMarius Bakke
2020-03-11gnu: signify: Update to 29....* gnu/packages/crypto.scm (signify): Update to 29. Tobias Geerinckx-Rice
2020-03-04Merge branch 'master' into core-updatesMarius Bakke
2020-02-19gnu: crypto++: Update to 8.2.0....* gnu/packages/crypto.scm (crypto++): Update to 8.2.0. Tobias Geerinckx-Rice
2020-02-19gnu: crypto++: Returt #t from all phases....* gnu/packages/crypto.scm (crypto++)[arguments]: Return #t from ‘install-pkg-config’. Tobias Geerinckx-Rice
2020-02-19gnu: crypto++: Build in parallel....* gnu/packages/crypto.scm (crypto++)[arguments]: Make ‘build-shared’ the main ‘build’ phase. Respect MAKE-FLAGS and PARALLEL-JOB-COUNT. Tobias Geerinckx-Rice
2020-02-19gnu: crypto++: Don't hard-code VERSION....* gnu/packages/crypto.scm (crypto++)[arguments]: Use package VERSION. Tobias Geerinckx-Rice
2020-02-14Merge branch 'master' into core-updatesMarius Bakke
2020-02-10gnu: signify: Update to 28....* gnu/packages/crypto.scm (signify): Update to 28. [arguments]: Remove #:tests?. Marius Bakke
2020-02-03gnu: RHash: Move custom configure logic to #:configure-flags....* gnu/packages/crypto.scm (rhash)[arguments]: Add #:configure-flags. Adjust the 'configure' phase accordingly. Marius Bakke
2020-01-26gnu: rhash: Fix cross-compilation....* gnu/packages/crypto.scm (rhash)[arguments]: In custom configure phase, set "--target" and "-cc" when cross-compiling. Marius Bakke
2020-01-23Merge branch 'staging' into core-updatesMarius Bakke
2020-01-23gnu: keyutils: Update to 1.6.1....* gnu/packages/crypto.scm (keyutils): Update to 1.6.1. Tobias Geerinckx-Rice
2020-01-22gnu: RHash: Download tarball from SourceForge instead of a git checkout....* gnu/packages/crypto.scm (rhash)[source]: Change to URL-FETCH. Marius Bakke
2020-01-21Merge branch 'staging' into core-updatesMarius Bakke
2020-01-15gnu: Remove unnecessary uses of (guix build utils)....* gnu/packages/crypto.scm: Remove use of (guix build utils). * gnu/packages/databases.scm: Likewise. Ludovic Courtès
2020-01-15Merge branch 'master' into core-updatesMarius Bakke
2020-01-12gnu: Add libolm....* gnu/packages/messaging.scm (libolm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> nixo
2020-01-11Merge branch 'master' into core-updatesMarius Bakke
2020-01-08gnu: RHash: Update to 1.3.9....* gnu/packages/crypto.scm (rhash): Update to 1.3.9. [arguments]: Add phase 'patch-/bin/sh'. Marius Bakke
2020-01-08gnu: RHash: Do not use unstable source tarball....* gnu/packages/crypto.scm (rhash)[source]: Change to GIT-FETCH. Marius Bakke
2019-12-31gnu: crypto++: Create versioned shared library links....This fixes the build of dependents like amule. * gnu/packages/crypto.scm (crypto++)[arguments]: Add an ‘install-shared-library-links’ phase. Tobias Geerinckx-Rice
2019-12-16gnu: libsecp256k1: Update to 20191213....* gnu/packages/crypto (libsecp256k1): Update to 20191213. Vagrant Cascadian
2019-12-11gnu: enchive: Update to 3.5....* 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> nixo
2019-11-23gnu: perl-crypt-random-source: Update to 0.14....* gnu/packages/crypto.scm (perl-crypt-random-source): Update to 0.14. [native-inputs]: Replace perl-test-exception with perl-test-fatal. Tobias Geerinckx-Rice
2019-11-15gnu: tomb: Use system's sudo....* gnu/packages/crypto.scm (tomb)[arguments]: Disallow references to the "sudo" input. Remove it's path from the wrapper. Eric Bavier
2019-11-15gnu: tomb: Add lsof input for "ps" and "slam"....* gnu/packages/crypto.scm (tomb)[inputs]: Add lsof. [arguments]: Add it to the wrapper PATH. Eric Bavier
2019-11-15gnu: tomb: Update to 2.7....* 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. Eric Bavier
2019-11-10gnu: Add 'file-name' where appropriate....* 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. Efraim Flashner
2019-11-09gnu: botan: Use getentropy()....* gnu/packages/crypto.scm (botan)[arguments]: Enable the ‘getentropy’ OS feature. Tobias Geerinckx-Rice
2019-11-09gnu: botan: Optimise....* gnu/packages/crypto.scm (botan)[arguments]: Compile with -O3 optimisation. Tobias Geerinckx-Rice
2019-11-09gnu: signify: Update to 27....* gnu/packages/crypto.scm (signify): Update to 27. Tobias Geerinckx-Rice
2019-11-08gnu: botan: Update to 2.12.1....* gnu/packages/crypto.scm (botan): Update to 2.12.1. Tobias Geerinckx-Rice
2019-10-18gnu: encfs: Fix build failure with GCC 7....Fixes <https://bugs.gnu.org/37779>. Reported by Pierre Neidhardt <mail@ambrevar.xyz>. * gnu/packages/crypto.scm (encfs)[arguments]: Add phase 'patch-CMakeLists.txt'. Marius Bakke
2019-10-17gnu: Add minisign....* gnu/packages/crypto.scm (minisign): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Tanguy Le Carrour
2019-07-31Merge branch 'master' into core-updatesMarius Bakke
2019-07-27gnu: signify: Update to 26....* gnu/packages/crypto.scm (signify): Update to 26. [source]: Change to URL-FETCH to get the shiny new release tarball. Marius Bakke
2019-07-04Merge branch 'staging' into core-updatesMarius Bakke
2019-07-02gnu: tomb: Update to 2.6....* gnu/packages/crypto.scm (tomb): Update to 2.6. Tobias Geerinckx-Rice
2019-06-13Merge branch 'master' into core-updatesLudovic Courtès
2019-06-03gnu: libsodium: Update to 1.0.18....* gnu/packages/crypto.scm (libsodium): Update to 1.0.18. Marius Bakke
2019-05-25Merge branch 'staging' into core-updatesMarius Bakke
2019-05-22gnu: scrypt: Fix typo "This package"....* gnu/packages/crypto (scrypt)[description]: Fix typo. Vagrant Cascadian
2019-05-01Merge branch 'master' into core-updatesMarius Bakke
2019-05-01gnu: signify: Update to 25....* gnu/packages/crypto.scm (signify): Update to 25. Marius Bakke
2019-05-01gnu: signify: Don't use unstable tarball....* gnu/packages/crypto.scm (signify)[source]: Change to GIT-FETCH. Marius Bakke
2019-03-28gnu: googletest: Don't use unstable tarball....* gnu/packages/check.scm (googletest)[source]: Download using git-fetch. * gnu/packages/crypto.scm (encfs)[arguments]: Adjust accordingly. * gnu/packages/gnucash.scm (gnucash)[arguments]: Same. * gnu/packages/terminals.scm (eternalterminal)[arguments]: Same. * gnu/packages/graphics.scm (ogre)[arguments]: Same. Remove now unnecessary custom 'pre-build phase. Efraim Flashner
2019-03-23Merge branch 'staging' into core-updatesMarius Bakke