summaryrefslogtreecommitdiff
path: root/gnu/packages/crypto.scm
Commit message (Collapse)AuthorAge
* 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.
* 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.
* gnu: signify: Update to 29.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/crypto.scm (signify): Update to 29.
* 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.
* gnu: signify: Update to 28.Marius Bakke2020-02-10
| | | | | * gnu/packages/crypto.scm (signify): Update to 28. [arguments]: Remove #:tests?.
* gnu: keyutils: Update to 1.6.1.Tobias Geerinckx-Rice2020-01-23
| | | | * gnu/packages/crypto.scm (keyutils): Update to 1.6.1.
* 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.
* gnu: Add libolm.nixo2020-01-12
| | | | | | * gnu/packages/messaging.scm (libolm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* 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: 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.
| * gnu: googletest: Don't use unstable tarball.Efraim Flashner2019-03-28
| | | | | | | | | | | | | | | | | | * 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.
* | Merge branch 'staging' into core-updatesMarius Bakke2019-03-23
|\|
| * gnu: libb2: Update to 0.98.1.Leo Famulari2019-03-22
| | | | | | | | * gnu/packages/crypto.scm (libb2): Update to 0.98.1.
| * Correct name and email address for ng0.ng02019-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .mailmap, Makefile.am, doc/guix.de.texi, doc/guix.fr.texi, doc/guix.texi, etc/completion/fish/guix.fish, gnu/packages/accessibility.scm, gnu/packages/admin.scm, gnu/packages/audio.scm, gnu/packages/autotools.scm, gnu/packages/cdrom.scm, gnu/packages/check.scm, gnu/packages/cinnamon.scm, gnu/packages/compression.scm, gnu/packages/crypto.scm, gnu/packages/databases.scm, gnu/packages/django.scm, gnu/packages/dns.scm, gnu/packages/elixir.scm, gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm, gnu/packages/enlightenment.scm, gnu/packages/erlang.scm, gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/forth.scm, gnu/packages/fvwm.scm, gnu/packages/games.scm, gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/gtk.scm, gnu/packages/guile-wm.scm,gnu/packages/guile-xyz.scm, gnu/packages/haskell-check.scm, gnu/packages/haskell-crypto.scm, gnu/packages/haskell.scm, gnu/packages/image-viewers.scm, gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/language.scm, gnu/packages/libcanberra.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lolcode.scm, gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/maths.scm, gnu/packages/mc.scm, gnu/packages/messaging.scm, gnu/packages/music.scm, gnu/packages/ncurses.scm, gnu/packages/networking.scm, gnu/packages/nickle.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm, gnu/packages/perl-check.scm, gnu/packages/perl.scm, gnu/packages/python-compression.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/python-xyz.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm, gnu/packages/rust.scm, gnu/packages/scheme.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/ssh.scm, gnu/packages/suckless.scm, gnu/packages/tbb.scm, gnu/packages/telephony.scm, gnu/packages/text-editors.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm, gnu/packages/tor.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/web.scm, gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/services/certbot.scm, gnu/services/desktop.scm, gnu/services/version-control.scm, gnu/services/web.scm, guix/import/hackage.scm, guix/licenses.scm: Correct name and email address for ng0. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* | gnu: Use OpenSSL 1.1 as the default OpenSSL package.Marius Bakke2019-03-10
| | | | | | | | | | | | | | | | | | | | * gnu/packages/tls.scm (openssl-next): Delete variable. Move related code ... (openssl) ... here. (openssl-1.0): New public variable. Retain old arguments. * gnu/packages/crypto.scm (asignify)[inputs]: Change OPENSSL-NEXT to OPENSSL. * gnu/packages/databases.scm (mariadb)[inputs]: Change from OPENSSL to OPENSSL-1.0. * gnu/packages/node.scm (node)[inputs]: Likewise. * gnu/packages/rust.scm (rust-1.19)[inputs]: Likewise.
* | Merge branch 'staging' into core-updatesMarius Bakke2019-03-01
|\|
| * gnu: Add hpenc.Leo Famulari2019-02-26
| | | | | | | | * gnu/packages/crypto.scm (hpenc): New variable.
* | Merge branch 'staging' into core-updatesMarius Bakke2019-02-20
|\|
| * gnu: keyutils: Update to 1.6.Marius Bakke2019-02-17
| | | | | | | | * gnu/packages/crypto.scm (keyutils): Update to 1.6.
| * gnu: Remove unneeded uses of python{,2}-minimal.Marius Bakke2019-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "python-minimal" package exists mostly to resolve a dependency cycle. To reduce duplication, packages should prefer the regular Python variants. * gnu/packages/admin.scm (htop)[native-inputs]: Change PYTHON-MINIMAL-WRAPPER to PYTHON-WRAPPER. * gnu/packages/crypto.scm (botan)[native-inputs]: Likewise. * gnu/packages/bioinformatics.scm (sambamba)[native-inputs]: Change PYTHON-MINIMAL to PYTHON. * gnu/packages/dictionaries.scm (apertium)[native-inputs]: Likewise. * gnu/packages/databases.scm (mongodb)[native-inputs]: Change PYTHON2-MINIMAL to PYTHON2. * gnu/packages/games.scm (openttd-opensfx, openttd-openmsx)[native-inputs]: Likewise. * gnu/packages/gnome.scm (deja-dup)[native-inputs]: Likewise.
* | gnu: RHash: Update to 1.3.8.Marius Bakke2019-02-10
|/ | | | | * gnu/packages/crypto.scm (rhash): Update to 1.3.8. [arguments]: Adjust install target.
* gnu: Add stoken.Eric Bavier2019-01-26
| | | | * gnu/packages/crypto.scm (stoken): New variable.
* gnu: eschalot: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | | * gnu/packages/crypto.scm (eschalot)[arguments]: Unconditionally return #T from check phase.
* gnu: Move sqlite to separate module.Ricardo Wurmus2019-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (sqlite, sqlite-3.26.0, sqlite-with-fts5, sqlite-with-column-metadata): Move variables from here... * gnu/packages/sqlite.scm: ...to this new module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/apl.scm, gnu/packages/bittorrent.scm, gnu/packages/calendar.scm, gnu/packages/code.scm, gnu/packages/crypto.scm, gnu/packages/databases.scm, gnu/packages/dc.scm, gnu/packages/disk.scm, gnu/packages/ebook.scm, gnu/packages/education.scm, gnu/packages/emacs.scm, gnu/packages/emulators.scm, gnu/packages/file-systems.scm, gnu/packages/freedesktop.scm, gnu/packages/ftp.scm, gnu/packages/games.scm, gnu/packages/geo.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/gps.scm, gnu/packages/guile.scm, gnu/packages/ibus.scm, gnu/packages/kerberos.scm, gnu/packages/kodi.scm, gnu/packages/lisp.scm, gnu/packages/mail.scm, gnu/packages/messaging.scm, gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/nfs.scm, gnu/packages/ocaml.scm, gnu/packages/package-management.scm, gnu/packages/pdf.scm, gnu/packages/photo.scm, gnu/packages/php.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm, gnu/packages/scheme.scm, gnu/packages/sync.scm, gnu/packages/syndication.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/web-browsers.scm, gnu/packages/webkit.scm: Adjust module references.