guix-commits
[Top][All Lists]
Advanced

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

branch gnome-updates updated (4e9d04a -> 6655a74)


From: ???
Subject: branch gnome-updates updated (4e9d04a -> 6655a74)
Date: Sun, 8 May 2016 09:55:21 +0000 (UTC)

iyzsong pushed a change to branch gnome-updates
in repository guix.

      from  4e9d04a   Merge branch 'master' into gnome-updates
      adds  d663e5e   gnu: imagemagick: Update to 6.9.3-10.
      adds  8c15e08   gnu: imlib2: Update to 1.4.9 [fixes CVE-2011-5326, 
CVE-2016-{3993,3994}].
      adds  cbb6239   gnu: jemalloc: Update to 4.1.0.
      adds  8c3e9a6   gnu: gnupg: Update to 2.1.12.
      adds  ee5f1e5   Update .mailmap.
      adds  41447b3   gnu: libcue: Update to 2.1.0.
      adds  af5640d   gnu: tvtime: Update to 1.0.10.
      adds  8bf92e3   services: herd: Move UI handling to 'guix system'.
      adds  6aaf3ea   environment: Use 'break' instead of 'split'.
      adds  4b6fa8b   utils: Remove 'split'.
      adds  958dd3c   utils: Move combinators to (guix combinators).
      adds  4d9ed58   build: Preserve stderr for shell tests.
      adds  b13cf17   gnu: java-qdox: Escape "@" in description.
      adds  b2fef04   system: Add procedures to access user accounts and 
service names.
      adds  957afca   Add (gnu tests) and (gnu build marionette).
      adds  e9f693d   tests: Add whole-system test.
      adds  41c569d   build: Add 'run-system-tests.scm'.
      adds  1a957c2   gnu: libressl: Update to 2.3.4 [security fixes].
      adds  86670ca   emacs: main: Use (guix combinators).
      adds  a82f322   gnu: linux-libre-4.1: Update to 4.1.23.
      adds  a6b3c07   gnu: linux-libre-4.4: Update to 4.4.9.
      adds  c041dcd   gnu: linux-libre: Update to 4.5.3.
      adds  7309045   gnu: Add libiconv.
      adds  9c61acf   gnu: mercurial: Update to 3.8.1 [fixes CVE-2016-3105].
      adds  ddba00c   gnu: ntp: Update to 4.2.8p7 [security fixes].
      adds  9478c9d   gnu: Add connman.
      adds  7619289   services: Add connman-service.
      adds  8204747   gnu: Add r-coda.
      adds  52ad9cb   gnu: Add r-estimability.
      adds  8658d40   gnu: i3-wm: Use https URLs.
      adds  fdad1f3   gnu: i3status: Use https URLs.
      adds  766a22f   gnu: i3status: Update to 2.10.
      adds  ba2613b   system: Do not export PS1 in /etc/skel/.bashrc.
      adds  4e0ea3e   utils: Move 'fcntl-flock' to (guix build syscalls).
      adds  d33c8b4   syscalls: Use 'define-c-struct' for 'fcntl-flock'.
      adds  e42eb90   gnu: r: Update to 3.3.0.
      adds  218a210   gnu: redis: Update to 3.2.0.
      adds  04d1a0d   gnu: nginx: Update to 1.10.0.
      adds  ef3b904   gnu: isc-dhcp: Update to 4.3.4 [with mitigation for 
CVE-2016-2774].
      adds  9fab793   gnu: bind-utils: Update to 9.10.4.
      adds  aa20627   gnu: wesnoth: Update to 1.12.5.
      adds  70dced5   gnu: msmtp: Update to 1.6.4.
      adds  bdb2d56   gnu: mutt: Update to 1.6.1.
      adds  13416a1   gnu: Add moc.
      adds  d17ae8c   gnu: Add thinkfan.
      adds  b5f13fd   gnu: Add r-mvtnorm.
      adds  2d4422d   gnu: Add bash-tap.
       new  6655a74   Merge branch 'master' into gnome-updates

The 1 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:
 .mailmap                                           |    5 +-
 Makefile.am                                        |   17 +-
 build-aux/run-system-tests.scm                     |   71 +++++++
 build-aux/test-env.in                              |   14 +-
 doc/guix.texi                                      |   14 +-
 emacs/guix-main.scm                                |    1 +
 gnu/build/marionette.scm                           |  206 ++++++++++++++++++++
 gnu/local.mk                                       |   14 +-
 gnu/packages.scm                                   |    1 +
 gnu/packages/admin.scm                             |   12 +-
 gnu/packages/base.scm                              |   30 ++-
 gnu/packages/bash.scm                              |   43 ++++
 gnu/packages/bootstrap.scm                         |    3 +-
 gnu/packages/cdrom.scm                             |   20 +-
 gnu/packages/connman.scm                           |   89 +++++++++
 gnu/packages/databases.scm                         |    6 +-
 gnu/packages/dns.scm                               |    4 +-
 gnu/packages/games.scm                             |    5 +-
 gnu/packages/gnupg.scm                             |    6 +-
 gnu/packages/image.scm                             |    5 +-
 gnu/packages/imagemagick.scm                       |    5 +-
 gnu/packages/java.scm                              |    2 +-
 gnu/packages/jemalloc.scm                          |    4 +-
 gnu/packages/linux.scm                             |   64 +++++-
 gnu/packages/mail.scm                              |    8 +-
 gnu/packages/music.scm                             |   44 +++++
 gnu/packages/ntp.scm                               |    4 +-
 ...gnupg-simple-query-ignore-status-messages.patch |  142 --------------
 gnu/packages/patches/imagemagick-test-segv.patch   |   20 --
 gnu/packages/patches/imlib2-CVE-2016-4024.patch    |   52 -----
 gnu/packages/patches/tvtime-gcc41.patch            |   58 ------
 gnu/packages/patches/tvtime-pngoutput.patch        |   15 --
 gnu/packages/patches/tvtime-videodev2.patch        |   15 --
 gnu/packages/patches/tvtime-xmltv.patch            |   28 ---
 gnu/packages/statistics.scm                        |   75 ++++++-
 gnu/packages/tls.scm                               |    7 +-
 gnu/packages/tv.scm                                |   25 ++-
 gnu/packages/version-control.scm                   |    4 +-
 gnu/packages/web.scm                               |    4 +-
 gnu/packages/wm.scm                                |   19 +-
 gnu/services/herd.scm                              |   82 +++++---
 gnu/services/networking.scm                        |   49 ++++-
 gnu/system.scm                                     |   18 ++
 gnu/system/shadow.scm                              |    5 +-
 gnu/system/vm.scm                                  |    3 +-
 gnu/tests.scm                                      |  130 ++++++++++++
 gnu/tests/base.scm                                 |  168 ++++++++++++++++
 guix/build-system/gnu.scm                          |    1 +
 guix/build-system/python.scm                       |    1 +
 guix/build/syscalls.scm                            |   76 ++++++++
 guix/combinators.scm                               |  116 +++++++++++
 guix/derivations.scm                               |    1 +
 guix/gnu-maintenance.scm                           |    3 +-
 guix/import/elpa.scm                               |    4 +-
 guix/nar.scm                                       |    4 +-
 guix/scripts/archive.scm                           |    1 +
 guix/scripts/build.scm                             |    1 +
 guix/scripts/environment.scm                       |   10 +-
 guix/scripts/graph.scm                             |    2 +-
 guix/scripts/lint.scm                              |    1 +
 guix/scripts/size.scm                              |    2 +-
 guix/scripts/substitute.scm                        |    1 +
 guix/scripts/system.scm                            |  142 +++++++++-----
 guix/serialization.scm                             |    4 +-
 guix/store.scm                                     |    1 +
 guix/ui.scm                                        |    1 +
 guix/utils.scm                                     |  191 +-----------------
 tests/combinators.scm                              |   85 ++++++++
 tests/syscalls.scm                                 |   88 +++++++++
 tests/utils.scm                                    |  152 ---------------
 70 files changed, 1657 insertions(+), 847 deletions(-)
 create mode 100644 build-aux/run-system-tests.scm
 create mode 100644 gnu/build/marionette.scm
 create mode 100644 gnu/packages/connman.scm
 delete mode 100644 
gnu/packages/patches/gnupg-simple-query-ignore-status-messages.patch
 delete mode 100644 gnu/packages/patches/imagemagick-test-segv.patch
 delete mode 100644 gnu/packages/patches/imlib2-CVE-2016-4024.patch
 delete mode 100644 gnu/packages/patches/tvtime-gcc41.patch
 delete mode 100644 gnu/packages/patches/tvtime-pngoutput.patch
 delete mode 100644 gnu/packages/patches/tvtime-videodev2.patch
 delete mode 100644 gnu/packages/patches/tvtime-xmltv.patch
 create mode 100644 gnu/tests.scm
 create mode 100644 gnu/tests/base.scm
 create mode 100644 guix/combinators.scm
 create mode 100644 tests/combinators.scm



reply via email to

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