[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch gnome-updates updated (e2b8920 -> 9f5e796)
From: |
Mark H. Weaver |
Subject: |
branch gnome-updates updated (e2b8920 -> 9f5e796) |
Date: |
Wed, 11 May 2016 17:41:02 +0000 (UTC) |
mhw pushed a change to branch gnome-updates
in repository guix.
from e2b8920 gnu: totem: Fix build on i686.
adds 738fea3 gnu: tiled: Update to 0.16.1.
adds 6cd6d1a gnu: obs: Update to 0.14.1.
adds b8785cb doc: Suggest long OpenPGP key ID.
adds 5a55564 system: tests: Use 'start-service' to wait for service.
adds 1d4ac72 gnu: v4l-utils: Update to 1.10.0.
adds 4c7729d gnu: mlt: Update to 6.2.0.
adds e3dba5a emacs: Add 'guix-version' command.
adds 19e1d5f guix: utils: Re-export 'memoize'.
adds 9c6b7ef gnu: Add wmfire.
adds 4acbd20 gnu: Add surf.
adds cdda334 gnu: libva: Update to 1.7.0.
adds 702bfbf gnu: ffmpeg: Update to 3.0.2.
adds e20a94a gnu: youtube-dl: Update to 2016.05.01.
adds ac10a81 gnu: openntpd: Update to 5.9p1.
adds f2bca8d gnu: connman: Fix url.
adds cc6561e gnu: qemu: Update to 2.5.1.
adds 4176eb1 gnu: guile-ncurses: Update to 1.7.
adds fa37f21 gnu: guile-ncurses: Use 'modify-phases'.
adds b6449e6 gnu: qemu: Update to 2.5.1.1 [fixes CVE-2015-8558,
CVE-2016-{3710, 3712}].
adds 26fceae Revert "gnu: libva: Update to 1.7.0."
adds 10b0c31 emacs: Simplify 'guix-guile-boolean'.
adds 3be3328 emacs: main: Remove top-level package tables.
adds f8476e1 emacs: Add 'guix-package-from-file' command.
adds cf316a5 gnu: exim: Update to 4.87.
adds 424fbe8 gnu: libksba: Upsate to 1.3.4.
adds 1aaf116 doc: Fix typo.
adds 22c161d gnu: libical: Correct zoneinfo search path.
adds 93d2456 gnu: graphviz: Build the Guile bindings.
adds 75e56ae gnu: thinkfan: Fix daemon path in init scripts.
adds 5d38aa0 gnu: Add entr.
adds cf60e76 gnu: libxkbcommon: Move to (gnu packages xdisorg).
new 9f5e796 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:
doc/emacs.texi | 5 +
doc/guix.texi | 4 +-
emacs/guix-about.el | 37 ++++++
emacs/guix-config.el.in | 8 +-
emacs/guix-guile.el | 2 +-
emacs/guix-main.scm | 95 ++++++++--------
emacs/guix-messages.el | 7 ++
emacs/guix-ui-package.el | 33 ++++--
emacs/local.mk | 1 +
gnu/local.mk | 13 +--
gnu/packages/calendar.scm | 17 ++-
gnu/packages/connman.scm | 2 +-
gnu/packages/entr.scm | 66 +++++++++++
gnu/packages/game-development.scm | 4 +-
gnu/packages/games.scm | 1 +
gnu/packages/gnome.scm | 1 -
gnu/packages/gnupg.scm | 4 +-
gnu/packages/gnustep.scm | 29 +++++
gnu/packages/graphviz.scm | 18 ++-
gnu/packages/guile.scm | 31 +++--
gnu/packages/linux.scm | 19 ++--
gnu/packages/mail.scm | 4 +-
gnu/packages/ntp.scm | 5 +-
gnu/packages/patches/qemu-CVE-2015-8558.patch | 48 --------
gnu/packages/patches/qemu-CVE-2015-8567.patch | 93 ---------------
gnu/packages/patches/qemu-CVE-2015-8613.patch | 35 ------
gnu/packages/patches/qemu-CVE-2015-8619.patch | 119 --------------------
gnu/packages/patches/qemu-CVE-2015-8701.patch | 47 --------
gnu/packages/patches/qemu-CVE-2015-8743.patch | 48 --------
gnu/packages/patches/qemu-CVE-2016-1568.patch | 39 -------
gnu/packages/patches/qemu-CVE-2016-1922.patch | 65 -----------
gnu/packages/patches/qemu-CVE-2016-1981.patch | 95 ----------------
gnu/packages/patches/qemu-CVE-2016-2197.patch | 40 -------
gnu/packages/patches/qemu-usb-ehci-oob-read.patch | 49 --------
...virtio-9p-use-accessor-to-get-thread-pool.patch | 34 ------
gnu/packages/qemu.scm | 23 ++--
gnu/packages/qt.scm | 38 -------
gnu/packages/suckless.scm | 39 +++++++
gnu/packages/video.scm | 32 +++---
gnu/packages/wm.scm | 1 -
gnu/packages/xdisorg.scm | 42 ++++++-
gnu/tests/base.scm | 12 +-
guix/utils.scm | 1 +
43 files changed, 403 insertions(+), 903 deletions(-)
create mode 100644 emacs/guix-about.el
create mode 100644 gnu/packages/entr.scm
delete mode 100644 gnu/packages/patches/qemu-CVE-2015-8558.patch
delete mode 100644 gnu/packages/patches/qemu-CVE-2015-8567.patch
delete mode 100644 gnu/packages/patches/qemu-CVE-2015-8613.patch
delete mode 100644 gnu/packages/patches/qemu-CVE-2015-8619.patch
delete mode 100644 gnu/packages/patches/qemu-CVE-2015-8701.patch
delete mode 100644 gnu/packages/patches/qemu-CVE-2015-8743.patch
delete mode 100644 gnu/packages/patches/qemu-CVE-2016-1568.patch
delete mode 100644 gnu/packages/patches/qemu-CVE-2016-1922.patch
delete mode 100644 gnu/packages/patches/qemu-CVE-2016-1981.patch
delete mode 100644 gnu/packages/patches/qemu-CVE-2016-2197.patch
delete mode 100644 gnu/packages/patches/qemu-usb-ehci-oob-read.patch
delete mode 100644
gnu/packages/patches/qemu-virtio-9p-use-accessor-to-get-thread-pool.patch
- branch gnome-updates updated (e2b8920 -> 9f5e796),
Mark H. Weaver <=