aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/skarnet.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2016-01-26 21:39:39 +0100
committerAndreas Enge <andreas@enge.fr>2016-01-26 21:40:35 +0100
commitbb2120cd1dcdc405696f0aeb12c65fdabd653d5e (patch)
tree04e605ec5dd5d3bcc9bc0581e07735f5afd2828c /gnu/packages/skarnet.scm
parent7432386adb0d239270afd5004e4a08d92cdcaa6d (diff)
downloadguix-bb2120cd1dcdc405696f0aeb12c65fdabd653d5e.tar.gz
guix-bb2120cd1dcdc405696f0aeb12c65fdabd653d5e.zip
gnu: libressl: Update to 2.2.5.
* gnu/packages/tls.scm (libressl): Update to 2.2.5.
Diffstat (limited to 'gnu/packages/skarnet.scm')
0 files changed, 0 insertions, 0 deletions
Install & enable the Guix daemon on such systems. * etc/openrc/guix-daemon.in: New file. * nix/local.mk: Add a rule for it. (openrcservicedir, nodist_openrcservice_DATA): New variables. (CLEANFILES, EXTRA_DIST): Add them. * .gitignore: Ignore etc/openrc/guix-daemon. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Morgan Smith 2020-06-27daemon: Remove OpenSSL hash compatibility wrappers....* nix/libutil/hash.cc (struct Ctx): Copy from gcrypt-hash.hh. (start, update, finish): Use gcrypt functions directly instead of OpenSSL-like wrappers. * nix/libutil/gcrypt-hash.cc, nix/libutil/gcrypt-hash.hh, nix/libutil/md5.h, nix/libutil/sha1.h, nix/libutil/sha256.h, nix/libutil/sha512.h: Remove. * nix/local.mk (libutil_a_SOURCES, libutil_headers): Adjust accordingly. Ludovic Courtès