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-47-g526382f


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.5-47-g526382f
Date: Fri, 20 Dec 2013 16:20:19 +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  526382ff92b20f6c651f03711c160c0c88264b88 (commit)
       via  ce507041f79bd66f54ce406d20b9e33a328a3f3d (commit)
      from  971cb56dd0c1a1cb265d2adfe41730cd2f8c5c22 (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 526382ff92b20f6c651f03711c160c0c88264b88
Author: Ludovic Courtès <address@hidden>
Date:   Fri Dec 20 17:17:42 2013 +0100

    daemon: Implement signed archive import/export.
    
    * guix/scripts/authenticate.scm, nix/scripts/guix-authenticate.in,
      tests/signing-key.pub, tests/signing-key.sec: New files.
    * po/POTFILES.in: Add 'guix/scripts/authenticate.scm'.
    * guix/store.scm (dump-port): New procedure.
      (process-stderr): Add 'user-port' optional parameter.  Handle
      the %STDERR-WRITE and %STDERR-READ cases as expected.
      (import-paths, export-path, export-paths): New procedures.
    * tests/store.scm ("export/import several paths", "import corrupt
      path"): New tests.
    * Makefile.am (MODULES): Add 'guix/scripts/authenticate.scm'.
      (EXTRA_DIST): Add 'tests/signing-key.{pub,sec}'.
    * daemon.am (libstore_a_CPPFLAGS)[-DNIX_CONF_DIR]: Change 'NIX_CONF_DIR'
      to .../guix.  Change 'OPENSSL_PATH' to 'guix-authenticate'.
    * config-daemon.ac: Instantiate 'nix/scripts/guix-authenticate'.
    * nix/nix-daemon/guix-daemon.cc (main): Augment $PATH to include
      'settings.nixLibexecDir'.
    * test-env.in: Export 'NIX_CONF_DIR' and 'NIX_LIBEXEC_DIR'.  Populate
      $NIX_CONF_DIR.

commit ce507041f79bd66f54ce406d20b9e33a328a3f3d
Author: Ludovic Courtès <address@hidden>
Date:   Fri Dec 20 15:22:15 2013 +0100

    pk-crypto: Add a few sexp utility procedures.
    
    * guix/pk-crypto.scm (gcry-sexp-car, gcry-sexp-cdr, gcry-sexp-nth,
      gcry-sexp-nth-data, dereference-size_t, latin1-string->bytevector,
      hash-data->bytevector): New procedures.
    * tests/pk-crypto.scm ("gcry-sexp-car + cdr", "gcry-sexp-nth",
      "gcry-sexp-nth-data", "bytevector->hash-data->bytevector"): New tests.

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

Summary of changes:
 .gitignore                       |    1 +
 Makefile.am                      |    3 +
 config-daemon.ac                 |    2 +
 daemon.am                        |    4 +-
 guix/pk-crypto.scm               |   83 +++++++++++++++++++++++++++++++-
 guix/scripts/authenticate.scm    |   98 ++++++++++++++++++++++++++++++++++++++
 guix/store.scm                   |   79 +++++++++++++++++++++++++++++--
 nix/nix-daemon/guix-daemon.cc    |    6 ++
 nix/scripts/guix-authenticate.in |   11 ++++
 po/POTFILES.in                   |    1 +
 test-env.in                      |   18 +++++++-
 tests/pk-crypto.scm              |   42 ++++++++++++++++
 tests/signing-key.pub            |    4 ++
 tests/signing-key.sec            |    8 +++
 tests/store.scm                  |   45 +++++++++++++++++
 15 files changed, 397 insertions(+), 8 deletions(-)
 create mode 100644 guix/scripts/authenticate.scm
 create mode 100644 nix/scripts/guix-authenticate.in
 create mode 100644 tests/signing-key.pub
 create mode 100644 tests/signing-key.sec


hooks/post-receive
-- 
guix source archive



reply via email to

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