guix-commits
[Top][All Lists]
Advanced

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

branch version-0.13.0 updated (920803f -> 03119da)


From: Ludovic Courtès
Subject: branch version-0.13.0 updated (920803f -> 03119da)
Date: Sat, 20 May 2017 04:24:03 -0400 (EDT)

civodul pushed a change to branch version-0.13.0
in repository guix.

      from  920803f   maint: Add 'update-NEWS' target.
       new  ed5e3ab   gnu: tor: Update to 0.3.0.7.
       new  5d6e38a   gnu: glibc/hurd: Use modify-phases syntax.
       new  d03b34c   gnu: glibc/hurd: Do not apply i686 patch.
       new  6d1ae43   profiles: Add elapsed time to manual-database hook to 
output message.
       new  c90fd55   gnu: qemu: Fix CVE-2017-7493.
       new  37fd956   build: Compile stackage only if 'guile-json' is available.
       new  56a0397   gnu: aspell: 'dict-dir' set to ~/.guix-profile/lib/aspell 
or $ASPELL_DICT_DIR.
       new  a6c642e   maint: The 'release' target builds a VM image.
       new  e13b55a   services: openssh: Don't depend on networking.
       new  f3f8938   install: Enable SSH in installation image.
       new  51fe9cd   services: user-homes: Do not create home directories 
marked as no-create.
       new  36c9942   union: Gracefully handle dangling symlinks in the input.
       new  4a628d5   publish: Fix narinfo rendering for already-compressed 
items.
       new  4ee6584   modules: Add more source-less modules.
       new  c383dc5   gnu: guile-ssh: Fix potential double-free/use-after-free 
issue.
       new  fd5a30a   vm: Support arbitrary partition flags.
       new  03119da   vm: Support creating FAT partitions.

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


Summary of changes:
 .dir-locals.el                                     |   1 +
 Makefile.am                                        |  31 +++-
 doc/guix.texi                                      |  43 +++--
 gnu/build/activation.scm                           |   9 +-
 gnu/build/vm.scm                                   |  47 +++++-
 gnu/local.mk                                       |   3 +
 gnu/packages/aspell.scm                            |  18 +-
 gnu/packages/base.scm                              | 121 ++++++++++----
 gnu/packages/patches/aspell-default-dict-dir.patch |  20 +++
 gnu/packages/patches/guile-ssh-double-free.patch   |  37 +++++
 gnu/packages/patches/qemu-CVE-2017-7493.patch      | 182 +++++++++++++++++++++
 gnu/packages/qemu.scm                              |   1 +
 gnu/packages/ssh.scm                               |   3 +-
 gnu/packages/tor.scm                               |   6 +-
 gnu/services/ssh.scm                               |   2 +-
 gnu/system/examples/vm-image.tmpl                  |  53 ++++++
 gnu/system/install.scm                             |  12 ++
 gnu/system/linux-initrd.scm                        |   4 +-
 gnu/system/vm.scm                                  |   4 +-
 gnu/tests/base.scm                                 |  22 +++
 guix/build/union.scm                               |  43 ++---
 guix/modules.scm                                   |  11 +-
 guix/profiles.scm                                  |  18 +-
 guix/scripts/publish.scm                           |   3 +-
 tests/profiles.scm                                 |  29 ++++
 tests/publish.scm                                  |  71 +++++++-
 26 files changed, 690 insertions(+), 104 deletions(-)
 create mode 100644 gnu/packages/patches/aspell-default-dict-dir.patch
 create mode 100644 gnu/packages/patches/guile-ssh-double-free.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2017-7493.patch
 create mode 100644 gnu/system/examples/vm-image.tmpl



reply via email to

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