guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (5c10200 -> 0b7c540)


From: guix-commits
Subject: branch master updated (5c10200 -> 0b7c540)
Date: Sat, 27 Jun 2020 17:43:07 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

    from 5c10200  gnu: Add autofs.
     new 4b4f890  bash completion: Complete 'guix environment' properly.
     new 3fb6b8f  daemon: Map directly to gcrypt hash functions.
     new 8dc6c38  daemon: Remove OpenSSL hash compatibility wrappers.
     new 8e6c141  daemon: Recognize SHA3 and BLAKE2s.
     new 0505eda  packages: Recognize SHA3 and BLAKE2s for 'content-hash'.
     new 8a35ffd  gnu: libtiff: Use HTTPS.
     new 0b7c540  gnu: lxqt: Update to 0.15.0.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 etc/completion/bash/guix   |   8 +++
 gnu/packages/image.scm     |   2 +-
 gnu/packages/lxqt.scm      | 149 ++++++++++++++++++++++++---------------------
 guix/packages.scm          |   5 +-
 nix/libutil/gcrypt-hash.cc |  51 ----------------
 nix/libutil/gcrypt-hash.hh |  50 ---------------
 nix/libutil/hash.cc        |  67 ++++++++++----------
 nix/libutil/hash.hh        |  20 +++---
 nix/libutil/md5.h          |  35 -----------
 nix/libutil/sha1.h         |  35 -----------
 nix/libutil/sha256.h       |  35 -----------
 nix/libutil/sha512.h       |  35 -----------
 nix/local.mk               |  12 +---
 tests/packages.scm         |  26 ++++++++
 tests/store.scm            |   4 +-
 15 files changed, 168 insertions(+), 366 deletions(-)
 delete mode 100644 nix/libutil/gcrypt-hash.cc
 delete mode 100644 nix/libutil/gcrypt-hash.hh
 delete mode 100644 nix/libutil/md5.h
 delete mode 100644 nix/libutil/sha1.h
 delete mode 100644 nix/libutil/sha256.h
 delete mode 100644 nix/libutil/sha512.h



reply via email to

[Prev in Thread] Current Thread [Next in Thread]