guix-commits
[Top][All Lists]
Advanced

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

branch staging updated (aa3542e -> a76585e)


From: Marius Bakke
Subject: branch staging updated (aa3542e -> a76585e)
Date: Mon, 4 Sep 2017 16:34:46 -0400 (EDT)

mbakke pushed a change to branch staging
in repository guix.

      from  aa3542e   gnu: gdk-pixbuf: Update to 2.36.9.
       new  3b6f837   gnu: pango: Update to 1.40.12.
       new  1dc32c2   gnu: gtk+: Update to 3.22.20.
      adds  d536113   gnu: openjpeg: Fix CVE-2017-{14040,14041}.
      adds  631c9f7   gnu: net-tools: Build from a source archive instead of a 
Git checkout.
      adds  7bac819   gnu: rosegarden: Import bash and lirc modules.
      adds  c64692a   gnu: pari-gp: Update to 2.9.3.
      adds  780162c   gnu: emacs-guix: Update to 0.3.3.
      adds  eaf4ba6   gnu: Add emacs-browse-at-remote.
      adds  4da9bea   gnu: Add emacs-base16-theme.
      adds  4483397   gnu: node: Update to 8.4.0.
      adds  3e51cd8   gnu: address@hidden: Update to 4.4.86.
      adds  9a37764   gnu: address@hidden: Update to 4.9.47.
      adds  4110fbc   services: '%desktop-services' uses NetworkManager instead 
of Wicd.
      adds  3c7c916   gnu: icecat: Update to 52.3.0-gnu1 and add more upstream 
fixes.
      adds  833b7e0   gnu: mate: Use https.
      adds  4915c51   gnu: mate-icon-theme: Remove 'gtk+' from native-inputs.
      adds  68d2eea   gnu: mate-themes: Update inputs.
      adds  60692df   gnu: mate-themes: Update to 3.22.13.
      adds  6a548c5   gnu: mate-desktop: Add 'gtk-doc' back to native-inputs.
      adds  5804c7b   gnu: libmateweather: Update inputs.
      adds  4363767   build: Fix helpful output for emacs-build-system install 
phase.
      adds  e3c83a7   memoization: (mlambda () ...) allows for inner 'define'.
      adds  100b216   gnu-maintenance: GNU updater no longer relies on FTP 
access.
      adds  d10092b   gnu: Put autoconf-related phases immediately after the 
'unpack phase.
      adds  709a3bb   gnu: weechat: Change to cmake-build-system.
      adds  6bd1c41   gnu: linux-libre: Update to 4.13.
      adds  c4d4a77   gnu: pt-scotch32: use keyword arguments from "scotch32"
      adds  6325309   gnu: Add emacs-tiny.
      adds  65101a2   gnu: Add python-ghp-import.
      adds  b9f67d6   services: Add auto-enable? parameter to the 
bluetooth-service.
      adds  6cdb0f4   gnu: mpd: Update to 0.20.10.
      adds  4b1dd9a   gnu: i3-wm: Update to 4.14.
      adds  b82c63d   gnu: quassel: Update package definition.
      adds  77bb6c2   gnu: gpm: Fix build.
      adds  8505d34   gnu: emacs-browse-at-remote: Simplify 'check' phase.
      adds  c427fda   gnu: classpath-devel: Fix build after d10092b8491.
       new  a76585e   Merge branch 'master' into staging

The 3 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:
 Makefile.am                                        |   4 +-
 doc/guix.texi                                      |  16 +-
 gnu/local.mk                                       |   3 +-
 gnu/packages/algebra.scm                           |   4 +-
 gnu/packages/audio.scm                             |   6 +-
 .../linux-libre/{4.12-i686.conf => 4.13-i686.conf} | 190 ++++++++++++++------
 .../{4.12-x86_64.conf => 4.13-x86_64.conf}         | 191 ++++++++++++++------
 gnu/packages/bioinformatics.scm                    |  14 +-
 gnu/packages/ci.scm                                |   2 +-
 gnu/packages/compression.scm                       |   4 +-
 gnu/packages/cpp.scm                               |   6 +-
 gnu/packages/crypto.scm                            |   2 +-
 gnu/packages/databases.scm                         |   6 +-
 gnu/packages/debug.scm                             |   2 +-
 gnu/packages/dns.scm                               |   4 +-
 gnu/packages/emacs.scm                             |  84 ++++++++-
 gnu/packages/embedded.scm                          |   4 +-
 gnu/packages/engineering.scm                       |  20 +--
 gnu/packages/erlang.scm                            |   2 +-
 gnu/packages/ftp.scm                               |   2 +-
 gnu/packages/gnome.scm                             |   2 +-
 gnu/packages/gnunet.scm                            |   6 +-
 gnu/packages/gnuzilla.scm                          | 193 ++-------------------
 gnu/packages/gtk.scm                               |  10 +-
 gnu/packages/guile.scm                             |  16 +-
 gnu/packages/ibus.scm                              |   6 +-
 gnu/packages/image.scm                             |   4 +-
 gnu/packages/irc.scm                               |  53 +++---
 gnu/packages/java.scm                              |   2 +-
 gnu/packages/libreoffice.scm                       |   4 +-
 gnu/packages/libusb.scm                            |   2 +-
 gnu/packages/linux.scm                             |  40 +++--
 gnu/packages/logging.scm                           |   2 +-
 gnu/packages/machine-learning.scm                  |   4 +-
 gnu/packages/mail.scm                              |   8 +-
 gnu/packages/mate.scm                              |  51 +++---
 gnu/packages/maths.scm                             |   6 +-
 gnu/packages/messaging.scm                         |   2 +-
 gnu/packages/microcom.scm                          |   2 +-
 gnu/packages/mpd.scm                               |   4 +-
 gnu/packages/music.scm                             |   4 +-
 gnu/packages/node.scm                              |  12 +-
 gnu/packages/ocaml.scm                             |   4 +-
 gnu/packages/parallel.scm                          |   5 +-
 gnu/packages/patches/node-9077.patch               |  31 ----
 gnu/packages/patches/openjpeg-CVE-2017-14040.patch |  83 +++++++++
 gnu/packages/patches/openjpeg-CVE-2017-14041.patch |  25 +++
 gnu/packages/pdf.scm                               |   2 +-
 gnu/packages/samba.scm                             |   2 +-
 gnu/packages/serialization.scm                     |   2 +-
 gnu/packages/shells.scm                            |   2 +-
 gnu/packages/telephony.scm                         |   2 +-
 gnu/packages/textutils.scm                         |   2 +-
 gnu/packages/version-control.scm                   |  40 ++++-
 gnu/packages/video.scm                             |   8 +-
 gnu/packages/wm.scm                                |   4 +-
 gnu/services/desktop.scm                           |  53 +++++-
 guix/build/emacs-build-system.scm                  |   2 +-
 guix/gnu-maintenance.scm                           |  67 ++++++-
 guix/memoization.scm                               |   5 +-
 60 files changed, 830 insertions(+), 508 deletions(-)
 rename gnu/packages/aux-files/linux-libre/{4.12-i686.conf => 4.13-i686.conf} 
(98%)
 rename gnu/packages/aux-files/linux-libre/{4.12-x86_64.conf => 
4.13-x86_64.conf} (98%)
 delete mode 100644 gnu/packages/patches/node-9077.patch
 create mode 100644 gnu/packages/patches/openjpeg-CVE-2017-14040.patch
 create mode 100644 gnu/packages/patches/openjpeg-CVE-2017-14041.patch



reply via email to

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