guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated (8b4186e -> 4f493cb)


From: Leo Famulari
Subject: branch core-updates updated (8b4186e -> 4f493cb)
Date: Sun, 4 Jun 2017 15:16:18 -0400 (EDT)

lfam pushed a change to branch core-updates
in repository guix.

      from  8b4186e   gnu: libuv: Update to 1.12.0.
      adds  f885fc7   gnu: wine: Update to 2.9
      adds  98d6cdd   gnu: Remove old vtk module dependence in 
image-processing.scm.
      adds  b92e8da   gnu: freeciv: Update to 2.5.7.
      adds  fb03f44   file-systems: Improve error handling in the iso9660 case 
- fixes boot problem.
      adds  3a12e21   gnu: allegro: Update source uris.
      adds  8d2832e   gnu: allegro: Update to 5.2.2.0.
      adds  20214f7   gnu: Add cataclysm-dda.
      adds  2ca9f51   daemon: Add '--timeout' and '--max-silent-time'.
      adds  34cfeca   gnu: libgit2: Fix Clar test framework.
      adds  8b5cb8d   gnu: qemu: Fix CVE-2017-{8112,8309,8379,8380}.
      adds  a11f117   gnu: nyacc: Update to 0.79.4.
      adds  d5cb2ac   gnu: mes: Update to 0.7.
      adds  1335ac3   scripts: refresh: Add -m manifest option.
      adds  fa379a5   gnu: Add livemedia-utils.
      adds  2aaa572   gnu: vlc: Use livemedia-utils.
      adds  0dff4dd   gnu: Add libdvbpsi.
      adds  72b6a89   gnu: vlc: Use libdvbpsi.
      adds  c1151ec   gnu: Add git-repo.
      adds  2c320d5   gnu: kodi: Update to 18.0_alpha-6-f22d62d.
      adds  50d586f   gnu: Add python-sure.
      adds  a0ffc70   gnu: Add python2-couleur.
      adds  511b47d   gnu: Add python-misaka.
      adds  5786b47   gnu: Add python2-steadymark.
      adds  7e488f9   gnu: Add python-nose-randomly.
      adds  1e92287   gnu: Add python-jsonpointer.
      adds  7d88093   gnu: Add python-rfc3987.
      adds  0960bf8   gnu: Add python-validate-email.
      adds  620b59e   gnu: Add python-flex.
      adds  235bc01   gnu: Add python-marshmallow.
      adds  d270df8   gnu: Add python-bottle.
      adds  635b363   gnu: Add python-apispec.
      adds  543c5f3   gnu: Add python-flasgger.
      adds  17cf788   gnu: Add linenoise.
      adds  0e4591b   gnu: Add s.
      adds  9e6ada8   gnu : Add unshield.
      adds  cc24bf9   gnu: Add spiped.
       new  9f825ce   Merge branch 'master' into core-updates
       new  f658054   gnu: perl: Update to 5.26.0.
       new  4741533   gnu: openldap: Update to 2.4.45.
       new  c9dba6c   gnu: openldap: Use modify-phases.
       new  4f493cb   gnu: openldap: Provide path to cyrus-sasl for libtool.

The 5 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:
 doc/guix.texi                                     |  30 +-
 gnu/build/file-systems.scm                        |   6 +-
 gnu/local.mk                                      |   5 +
 gnu/packages/android.scm                          | 101 ++++++
 gnu/packages/compression.scm                      |  77 +++++
 gnu/packages/game-development.scm                 |  25 +-
 gnu/packages/games.scm                            |  90 +++++-
 gnu/packages/image-processing.scm                 |   3 +-
 gnu/packages/kodi.scm                             |   6 +-
 gnu/packages/mes.scm                              |  10 +-
 gnu/packages/networking.scm                       |  52 +++
 gnu/packages/openldap.scm                         |  35 +-
 gnu/packages/patches/libgit2-0.25.1-mtime-0.patch |  14 +
 gnu/packages/patches/perl-no-sys-dirs.patch       |  73 +++--
 gnu/packages/patches/qemu-CVE-2017-8112.patch     |  41 +++
 gnu/packages/patches/qemu-CVE-2017-8309.patch     |  46 +++
 gnu/packages/patches/qemu-CVE-2017-8379.patch     |  98 ++++++
 gnu/packages/patches/qemu-CVE-2017-8380.patch     |  53 +++
 gnu/packages/perl.scm                             |   4 +-
 gnu/packages/python.scm                           | 374 ++++++++++++++++++++++
 gnu/packages/qemu.scm                             |   6 +-
 gnu/packages/shells.scm                           | 105 ++++++
 gnu/packages/version-control.scm                  |  18 +-
 gnu/packages/video.scm                            |  78 ++++-
 gnu/packages/wine.scm                             |   5 +-
 guix/scripts/refresh.scm                          |  34 +-
 nix/nix-daemon/guix-daemon.cc                     |  12 +
 tests/guix-daemon.sh                              |  36 +++
 28 files changed, 1337 insertions(+), 100 deletions(-)
 create mode 100644 gnu/packages/patches/libgit2-0.25.1-mtime-0.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2017-8112.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2017-8309.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2017-8379.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2017-8380.patch



reply via email to

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