guix-commits
[Top][All Lists]
Advanced

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

GNU Guixguix source archive branch, master, updated. v0.5-42-g0c5028f


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.5-42-g0c5028f
Date: Wed, 18 Dec 2013 23:02:57 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".

The branch, master has been updated
       via  0c5028faea7e5c08c920f8ea31f02e7923b8c2d8 (commit)
       via  37dd969c2eff527e21e2d277b3f4433111a0ca9e (commit)
      from  7eb71d7a3d1dd7cd4b1db19f920c863e58c101e9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0c5028faea7e5c08c920f8ea31f02e7923b8c2d8
Author: Ludovic Courtès <address@hidden>
Date:   Wed Dec 18 21:48:57 2013 +0100

    daemon: Fix 'HashSink::currentHash()'.
    
    Before that, calls to 'HashSink::currentHash()' would eventually lead to
    a segfault because the underlying gcrypt handle has been closed.  (Note
    that this method is only used via 'importPaths' and 'exportPath', though.)
    
    * nix/libutil/gcrypt-hash.hh (struct guix_hash_context): Add a
      constructor and a copy constructor; move out of 'extern "C"'.
    * nix/libutil/gcrypt-hash.cc (guix_hash_final): Clear 'md_handle' upon
      exit.
    * nix/sync-with-upstream (top_srcdir): Change hash.{cc,hh} to read
      'struct Ctx' instead of 'union Ctx'.

commit 37dd969c2eff527e21e2d277b3f4433111a0ca9e
Author: Ludovic Courtès <address@hidden>
Date:   Wed Dec 18 21:29:00 2013 +0100

    daemon: Add libgcrypt call to state that the initialization is over.
    
    * nix/nix-daemon/guix-daemon.cc (main): Add 'gcry_control' call.

-----------------------------------------------------------------------

Summary of changes:
 nix/libutil/gcrypt-hash.cc    |    1 +
 nix/libutil/gcrypt-hash.hh    |   17 ++++++++++++++---
 nix/nix-daemon/guix-daemon.cc |    4 ++++
 nix/sync-with-upstream        |    8 ++++++++
 4 files changed, 27 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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