guix-commits
[Top][All Lists]
Advanced

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

branch security-updates updated (78f6fbd -> 71465c2)


From: Mark H. Weaver
Subject: branch security-updates updated (78f6fbd -> 71465c2)
Date: Fri, 05 Feb 2016 21:01:29 +0000

mhw pushed a change to branch security-updates
in repository guix.

      from  78f6fbd   gnu: mit-krb5: Update to 1.13.3; add fixes for 
CVE-2015-{8629,8630,8631}.
      adds  a6312f1   install: Add glibc to the global profile.
      adds  17c2038   doc: Mention 'tzselect'.
      adds  e20f051   emacs: Add missing (require 'guix-profiles).
      adds  90bcecc   gnu: jasper: Add fixes for several security flaws.
      adds  ca9eb48   licenses: Add the fdl1.1+.
      adds  b9da375   gnu: mplayer: Update to 1.2.1.
      adds  0f86046   gnu: Add sdparm.
      adds  6b55ee8   gnu: net-tools: Update URLs.
      adds  1d6b7d5   guix system: Simply warn if we cannot talk to the 
shepherd.
      adds  081bd3b   service: shepherd: Guard against exceptions raised by 
'start'.
      adds  234ea8a   service: shepherd: All of the config file is in 
'call-with-error-handling'.
      adds  71ee51a   gnu: libbluray: Drop unused inputs.
      adds  e267435   gnu: vte: Update to 0.42.3.
      adds  73836c7   gnu: ffmpeg: Update to 2.8.6.
      adds  f582195   gnu: libxml++: Update to 3.0.0.
      adds  5b00397   gnu: atkmm: Update to 2.24.2.
      adds  7965a94   gnu: gtksourceview: Update to 3.18.2.
      adds  93e3be9   gnu: gedit: Update to 3.18.3.
      adds  22b0caa   gnu: glibmm: Update to 2.46.3.
      adds  95b754a   gnu: r: Drop input openblas.
      adds  a7d8c46   gnu: icecat: Update to 38.6.0-gnu1.
       new  71465c2   Merge branch 'master' into security-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/guix.texi                                      |    4 +
 emacs/guix-base.el                                 |    1 +
 emacs/guix-ui-generation.el                        |    1 +
 emacs/guix-ui-package.el                           |    1 +
 emacs/guix-ui.el                                   |    1 +
 gnu-system.am                                      |   28 +-
 gnu/packages/disk.scm                              |   27 +
 gnu/packages/glib.scm                              |    5 +-
 gnu/packages/gnome.scm                             |   14 +-
 gnu/packages/gnuzilla.scm                          |   25 +-
 gnu/packages/gtk.scm                               |    9 +-
 gnu/packages/image.scm                             |   14 +-
 gnu/packages/linux.scm                             |   10 +-
 .../patches/icecat-CVE-2016-1930-pt01.patch        |   34 -
 .../patches/icecat-CVE-2016-1930-pt02.patch        |   33 -
 .../patches/icecat-CVE-2016-1930-pt03.patch        |  308 -------
 .../patches/icecat-CVE-2016-1930-pt04.patch        |   47 -
 .../patches/icecat-CVE-2016-1930-pt05.patch        |   51 --
 .../patches/icecat-CVE-2016-1930-pt06.patch        |  170 ----
 .../patches/icecat-CVE-2016-1930-pt07.patch        |   56 --
 .../patches/icecat-CVE-2016-1930-pt08.patch        |   48 -
 .../patches/icecat-CVE-2016-1930-pt09.patch        |  189 ----
 .../patches/icecat-CVE-2016-1930-pt10.patch        |   33 -
 .../patches/icecat-CVE-2016-1930-pt11.patch        |  183 ----
 .../patches/icecat-CVE-2016-1930-pt12.patch        |   91 --
 .../patches/icecat-CVE-2016-1930-pt13.patch        |   34 -
 .../patches/icecat-CVE-2016-1930-pt14.patch        |   83 --
 .../patches/icecat-CVE-2016-1930-pt15.patch        |   35 -
 gnu/packages/patches/icecat-CVE-2016-1935.patch    |   77 --
 gnu/packages/patches/icecat-bug-1146335-pt1.patch  |  141 ---
 gnu/packages/patches/icecat-bug-1146335-pt2.patch  |   43 -
 .../icecat-limit-max-buffers-size-for-ANGLE.patch  |   73 --
 gnu/packages/patches/jasper-CVE-2007-2721.patch    |   20 +
 gnu/packages/patches/jasper-CVE-2008-3520.patch    |  931 ++++++++++++++++++++
 .../jasper-CVE-2011-4516-and-CVE-2011-4517.patch   |   31 +
 gnu/packages/patches/jasper-CVE-2014-8137.patch    |   64 ++
 gnu/packages/patches/jasper-CVE-2014-8138.patch    |   21 +
 gnu/packages/patches/jasper-CVE-2014-8157.patch    |   19 +
 gnu/packages/patches/jasper-CVE-2014-8158.patch    |  336 +++++++
 gnu/packages/patches/jasper-CVE-2014-9029.patch    |   36 +
 gnu/packages/patches/jasper-CVE-2016-1867.patch    |   18 +
 gnu/packages/statistics.scm                        |    7 +-
 gnu/packages/video.scm                             |   19 +-
 gnu/services/herd.scm                              |   14 +-
 gnu/services/shepherd.scm                          |   37 +-
 gnu/system/install.scm                             |    3 +-
 guix/licenses.scm                                  |    8 +-
 guix/scripts/system.scm                            |   84 +-
 48 files changed, 1653 insertions(+), 1864 deletions(-)
 delete mode 100644 gnu/packages/patches/icecat-CVE-2016-1930-pt01.patch
 delete mode 100644 gnu/packages/patches/icecat-CVE-2016-1930-pt02.patch
 delete mode 100644 gnu/packages/patches/icecat-CVE-2016-1930-pt03.patch
 delete mode 100644 gnu/packages/patches/icecat-CVE-2016-1930-pt04.patch
 delete mode 100644 gnu/packages/patches/icecat-CVE-2016-1930-pt05.patch
 delete mode 100644 gnu/packages/patches/icecat-CVE-2016-1930-pt06.patch
 delete mode 100644 gnu/packages/patches/icecat-CVE-2016-1930-pt07.patch
 delete mode 100644 gnu/packages/patches/icecat-CVE-2016-1930-pt08.patch
 delete mode 100644 gnu/packages/patches/icecat-CVE-2016-1930-pt09.patch
 delete mode 100644 gnu/packages/patches/icecat-CVE-2016-1930-pt10.patch
 delete mode 100644 gnu/packages/patches/icecat-CVE-2016-1930-pt11.patch
 delete mode 100644 gnu/packages/patches/icecat-CVE-2016-1930-pt12.patch
 delete mode 100644 gnu/packages/patches/icecat-CVE-2016-1930-pt13.patch
 delete mode 100644 gnu/packages/patches/icecat-CVE-2016-1930-pt14.patch
 delete mode 100644 gnu/packages/patches/icecat-CVE-2016-1930-pt15.patch
 delete mode 100644 gnu/packages/patches/icecat-CVE-2016-1935.patch
 delete mode 100644 gnu/packages/patches/icecat-bug-1146335-pt1.patch
 delete mode 100644 gnu/packages/patches/icecat-bug-1146335-pt2.patch
 delete mode 100644 
gnu/packages/patches/icecat-limit-max-buffers-size-for-ANGLE.patch
 create mode 100644 gnu/packages/patches/jasper-CVE-2007-2721.patch
 create mode 100644 gnu/packages/patches/jasper-CVE-2008-3520.patch
 create mode 100644 
gnu/packages/patches/jasper-CVE-2011-4516-and-CVE-2011-4517.patch
 create mode 100644 gnu/packages/patches/jasper-CVE-2014-8137.patch
 create mode 100644 gnu/packages/patches/jasper-CVE-2014-8138.patch
 create mode 100644 gnu/packages/patches/jasper-CVE-2014-8157.patch
 create mode 100644 gnu/packages/patches/jasper-CVE-2014-8158.patch
 create mode 100644 gnu/packages/patches/jasper-CVE-2014-9029.patch
 create mode 100644 gnu/packages/patches/jasper-CVE-2016-1867.patch



reply via email to

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