aboutsummaryrefslogtreecommitdiff
;; This is a Guix channel.

(channel
  (version 0)
  (news-file "etc/news.scm")
  (keyring-reference "keyring")
  (url "https://git.savannah.gnu.org/git/guix.git")) ;the primary URL
eft'>AgeCommit message (Expand)Author 2021-01-02gnu: crypto++: Update to 8.3.0....* gnu/packages/crypto.scm (crypto++): Update to 8.3.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vincent Legoll 2020-12-28gnu: libsecp256k1: Update to 20200615-1-dbd41db....* gnu/packages/crypto.scm (libsecp256k1): Update to 20200615-1-dbd41db. [arguments]: Add "--enable-module-recovery", "--enable-experimental", "--enable-module-ecdh" and "--enable-shared" to #:configure-flags. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> John Doe 2020-11-17gnu: tomb: Update to 2.8....Fixes CVE-2020-28638. * gnu/packages/crypto.scm (tomb): Update to 2.8 [source]: Remove obsolete patch. * gnu/packages/patches/tomb-fix-errors-on-open.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Eric Bavier 2020-11-16gnu: libolm: Fix (run) the tests....* gnu/packages/crypto.scm (libolm)[arguments]: Invoke ctest from within the right directory. Tobias Geerinckx-Rice 2020-11-16gnu: libolm: Update to 3.2.1....* gnu/packages/crypto.scm (libolm): Update to 3.2.1. Tobias Geerinckx-Rice 2020-11-07gnu: libscrypt: Add a :static output....* gnu/packages/crypto.scm (libscrypt)[outputs]: Add "static" to this new field. [arguments]: Add an ‘install:static’ phase. Tobias Geerinckx-Rice 2020-11-03gnu: Add mkp224o....* gnu/packages/crypto.scm (mkp224o): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> pukkamustard 2020-10-01gnu: signify: Update to 30....* gnu/packages/crypto.scm (signify): Update to 30. Tobias Geerinckx-Rice 2020-09-21gnu: eschalot: Cross-compile....* gnu/packages/crypto.scm (eschalot)[arguments]: Use CC-FOR-TARGET. Tobias Geerinckx-Rice 2020-09-21gnu: eschalot: Fix build....* gnu/packages/crypto.scm (eschalot)[inputs]: Use openssl-1.0. Tobias Geerinckx-Rice 2020-09-03Add libsecp256k1-bitcoin-cash....* gnu/packages/crypto.scm (libsecp256k1-bitcoin-cash): New variable. Guillaume Le Vaillant 2020-08-30gnu: scrypt: Update to 1.3.1....* gnu/packages/crypto.scm (scrypt): Update to 1.3.1. [arguments]: Patch configure to respect $PATH. Tobias Geerinckx-Rice 2020-08-30gnu: scrypt: Install licence file with documentation....* gnu/packages/crypto.scm (scrypt)[arguments]: Add a #:license-file-regexp and install the documentation to the same standard location. Tobias Geerinckx-Rice 2020-08-28gnu: crypto++: Add missing newline to generated file....* gnu/packages/crypto.scm (crypto++)[arguments] <#:phases>['install-pkg-config]: Add newline after "Description" in generated .pc file. Jelle Licht