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-84-g40fed2d


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.5-84-g40fed2d
Date: Mon, 30 Dec 2013 22:29:27 +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  40fed2d836bf974144a0a33acd64a1f3247c6968 (commit)
       via  f82cc5fdbe62d835d884f2be2289c95da478da25 (commit)
       via  554f26ece3c6e3fb04d8069e6be1095e622a97c5 (commit)
       via  dedb5d947ee2890524a5c6fb1343b3299e7731c3 (commit)
       via  36341854dfedc3d173d09e686ffc3e255c102b01 (commit)
       via  c909dab2697d90a82c388e5efa8dab0001d09938 (commit)
      from  6fc04984d20f2366457dc0b083e8206349848608 (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 40fed2d836bf974144a0a33acd64a1f3247c6968
Author: Ludovic Courtès <address@hidden>
Date:   Mon Dec 30 23:22:08 2013 +0100

    gnu: libgcrypt: Add "debug" output.
    
    * gnu/packages/gnupg.scm (libgcrypt): Add 'outputs' field.

commit f82cc5fdbe62d835d884f2be2289c95da478da25
Author: Ludovic Courtès <address@hidden>
Date:   Mon Dec 30 23:18:52 2013 +0100

    archive: Add '--authorize'.
    
    * guix/scripts/archive.scm (authorize-key): New procedure.
      (guix-archive): Call it when OPTS contains 'authorize-key'.
    * tests/guix-archive.sh: Add test with invalid public key.
    * guix/pki.scm: Export '%acl-file'.
    * doc/guix.texi (Invoking guix archive): Make it clear that '--import'
      works only with authorized keys.  Document '--authorize'.

commit 554f26ece3c6e3fb04d8069e6be1095e622a97c5
Author: Ludovic Courtès <address@hidden>
Date:   Mon Dec 30 22:46:21 2013 +0100

    archive: Add '--generate-key'.
    
    * guix/pk-crypto.scm (error-source, error-string): New procedures.
    * guix/pki.scm (%private-key-file): New variable.
    * guix/scripts/archive.scm (show-help): Document '--generate-key'.
      (%options): Add "generate-key".
      (generate-key-pair): New procedure.
      (guix-archive): Call 'generate-key' when OPTS contains a
      'generate-key' pair.
    * doc/guix.texi (Setting Up the Daemon): Suggest generating a key pair.
      (Invoking guix archive): Document '--generate-key'.

commit dedb5d947ee2890524a5c6fb1343b3299e7731c3
Author: Ludovic Courtès <address@hidden>
Date:   Mon Dec 30 22:29:12 2013 +0100

    pk-crypto: Fix 'canonical-sexp->sexp' for atoms.
    
    * guix/pk-crypto.scm (canonical-sexp->sexp): Add hack to extract an
      atom's buffer.
    * tests/pk-crypto.scm ("sexp->canonical-sexp->sexp"): Add sample.

commit 36341854dfedc3d173d09e686ffc3e255c102b01
Author: Ludovic Courtès <address@hidden>
Date:   Mon Dec 30 22:19:19 2013 +0100

    pk-crypto: Work around Libgcrypt bug 
<https://bugs.g10code.com/gnupg/issue1594>.
    
    * guix/pk-crypto.scm (canonical-sexp-fold): Call 'nth-data' before
      'nth' to work around <https://bugs.g10code.com/gnupg/issue1594>.
    * tests/pk-crypto.scm ("https://bugs.g10code.com/gnupg/issue1594";): New
      test.

commit c909dab2697d90a82c388e5efa8dab0001d09938
Author: Ludovic Courtès <address@hidden>
Date:   Mon Dec 30 18:23:44 2013 +0100

    authenticate: Consistently use 'leave' for fatal error reporting.
    
    * guix/scripts/authenticate.scm (guix-authenticate): Replace all uses of
      'format' + 'exit' with 'leave'.

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

Summary of changes:
 doc/guix.texi                 |   42 ++++++++++++++++-
 gnu/packages/gnupg.scm        |    1 +
 guix/pk-crypto.scm            |   34 ++++++++++++-
 guix/pki.scm                  |    5 ++
 guix/scripts/archive.scm      |  102 +++++++++++++++++++++++++++++++++++++----
 guix/scripts/authenticate.scm |   26 ++++-------
 tests/guix-archive.sh         |    3 +
 tests/pk-crypto.scm           |   17 ++++++-
 8 files changed, 197 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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