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.6-62-g6ef3644


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-62-g6ef3644
Date: Tue, 22 Apr 2014 09:42:09 +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  6ef3644e3462d4a98323f556eefa92a6765ed437 (commit)
       via  6f69588529f9898dc4f2defd21603cc4abbaca17 (commit)
      from  6030d8493e13af81be63c3cee530d44b4dff1ad6 (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 6ef3644e3462d4a98323f556eefa92a6765ed437
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 22 11:41:52 2014 +0200

    pk-crypto: Add pretty-printer to 'gcry-error' exceptions.
    
    * guix/pk-crypto.scm (string->canonical-sexp, sign, generate-key): Pass
      the procedure name as the first argument to 'throw'.
      (gcrypt-error-printer): New procedure.
      <top level>: Add call to 'set-exception-printer!'.
    * guix/nar.scm (restore-one-item): Add 'proc' parameter to 'catch'
      handler for 'gcry-error.
    * guix/scripts/archive.scm (%options, generate-key-pair, authorize-key):
      Likewise.
    * guix/scripts/substitute-binary.scm (narinfo-signature->canonical-sexp):
      Likewise.

commit 6f69588529f9898dc4f2defd21603cc4abbaca17
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 22 11:30:51 2014 +0200

    authenticate: Allow signatures with binary data to be written to stdout.
    
    Fixes <http://bugs.gnu.org/17312>.
    
    * guix/scripts/authenticate.scm (guix-authenticate): Add calls to
      'set-port-encoding!' and 'set-port-conversion-strategy!'.  Wrap body
      in 'with-fluids' form that sets '%default-port-encoding' and
      '%default-port-conversion-strategy'.
    * tests/guix-authenticate.sh: Add test.
    * tests/pk-crypto.scm ("hash corrupt due to restrictive locale
      encoding"): Add reference to bug.

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

Summary of changes:
 guix/nar.scm                       |    2 +-
 guix/pk-crypto.scm                 |   15 ++++++++--
 guix/scripts/archive.scm           |    6 ++--
 guix/scripts/authenticate.scm      |   55 +++++++++++++++++++++---------------
 guix/scripts/substitute-binary.scm |    2 +-
 tests/guix-authenticate.sh         |   21 +++++++++++++
 tests/pk-crypto.scm                |    2 +-
 7 files changed, 71 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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