guix-commits
[Top][All Lists]
Advanced

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

branch master updated (0c6fc4b -> 4a99039)


From: Leo Famulari
Subject: branch master updated (0c6fc4b -> 4a99039)
Date: Sun, 11 Dec 2016 21:47:30 +0000 (UTC)

lfam pushed a change to branch master
in repository guix.

      from  0c6fc4b   gnu: sunxi-tools: Update to 1.4.2.
      adds  86f4e9d   gnu: fftw: Build threads library.
      adds  caa9b83   guxi: cmake-build-system: Enable output for failing 
test-cases.
      adds  66b1bac   gnu: ruby: Update to 2.3.2.
      adds  6305b81   gnu: swig: Update to 3.0.10.
      adds  856f30b   gnu: shared-mime-info: Update to 1.7
      adds  f4a8081   gnu: ruby: Update to 2.3.3.
      adds  6132093   gnu: harfbuzz: Update to 1.3.3.
      adds  2ac7d54   Merge branch 'master' into staging
      adds  0bd1097   gnu: libtiff: Update to 4.0.7.
      adds  cf7daaf   gnu: docbook-xsl: Update to 1.79.1.
      adds  3084a99   gnu: libxi: Update to 1.7.8.
      adds  8a7cbc8   Merge branch 'master' into staging
      adds  35bbe88   gnu: pixman: Eliminate graft.
      adds  86cf191   gnu: dbus: Eliminate graft.
      adds  8b6aee5   gnu: dbus: Update to 1.10.14.
      adds  bc118f1   gnu: cairo: Eliminate graft.
      adds  17f2b48   gnu: mesa: Update to 13.0.2.
      adds  a189ac7   gnu: bluez: Update to 5.43.
      adds  80b63e6   gnu: tzdata: Update to 2016j.
      adds  a351fc8   Merge branch 'master' into staging
      adds  76bbce6   gnu: mupdf: Update to 1.10a.
      adds  d99ee3d   gnu: ruby-sdoc: Really relax minitest version requirement.
      adds  13b5f44   gnu: libepoxy: Add patch to avoid segfault when GL 
support is missing.
      adds  f80b4d2   Merge remote-tracking branch 'origin/master' into staging
      adds  71596c3   gnu: Adjust gemspec modifications for ruby-2.3.2.
      adds  fdf3a68   gnu: ruby-sdoc: Update to 0.4.2.
      adds  72c0b68   gnu: libsoup: Update to 2.56.0.
      adds  d94691e   Merge branch 'master' into staging
       new  4a99039   Merge branch 'staging'

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:
 gnu/local.mk                                       |   22 +--
 gnu/packages/algebra.scm                           |    3 +-
 gnu/packages/base.scm                              |   10 +-
 gnu/packages/docbook.scm                           |    4 +-
 gnu/packages/gl.scm                                |   36 +----
 gnu/packages/glib.scm                              |   20 +--
 gnu/packages/gnome.scm                             |    8 +-
 gnu/packages/gtk.scm                               |   21 +--
 gnu/packages/image.scm                             |   43 ++---
 gnu/packages/linux.scm                             |    4 +-
 gnu/packages/patches/libepoxy-gl-null-checks.patch |   54 +++++++
 .../libtiff-CVE-2015-8665+CVE-2015-8683.patch      |  107 ------------
 gnu/packages/patches/libtiff-CVE-2016-3623.patch   |   30 ----
 gnu/packages/patches/libtiff-CVE-2016-3945.patch   |   94 -----------
 gnu/packages/patches/libtiff-CVE-2016-3990.patch   |   31 ----
 gnu/packages/patches/libtiff-CVE-2016-3991.patch   |  123 --------------
 gnu/packages/patches/libtiff-CVE-2016-5314.patch   |   45 ------
 gnu/packages/patches/libtiff-CVE-2016-5321.patch   |   25 ---
 gnu/packages/patches/libtiff-CVE-2016-5323.patch   |   88 ----------
 .../patches/libtiff-oob-accesses-in-decode.patch   |  171 --------------------
 .../patches/libtiff-oob-write-in-nextdecode.patch  |   49 ------
 gnu/packages/patches/mupdf-CVE-2016-6265.patch     |   30 ----
 gnu/packages/patches/mupdf-CVE-2016-6525.patch     |   21 ---
 gnu/packages/patches/mupdf-CVE-2016-7504.patch     |   99 ------------
 gnu/packages/patches/mupdf-CVE-2016-7505.patch     |   32 ----
 gnu/packages/patches/mupdf-CVE-2016-7506.patch     |   42 -----
 gnu/packages/patches/mupdf-CVE-2016-7563.patch     |   37 -----
 gnu/packages/patches/mupdf-CVE-2016-7564.patch     |   34 ----
 gnu/packages/patches/mupdf-CVE-2016-8674.patch     |  165 -------------------
 gnu/packages/patches/mupdf-CVE-2016-9017.patch     |   46 ------
 gnu/packages/patches/mupdf-CVE-2016-9136.patch     |   32 ----
 .../patches/mupdf-build-with-openjpeg-2.1.patch    |    9 --
 gnu/packages/patches/ruby-symlinkfix.patch         |   53 ------
 gnu/packages/pdf.scm                               |   27 +---
 gnu/packages/ruby.scm                              |   46 ++----
 gnu/packages/swig.scm                              |    4 +-
 gnu/packages/xdisorg.scm                           |   12 +-
 gnu/packages/xorg.scm                              |    4 +-
 guix/build/cmake-build-system.scm                  |    1 +
 39 files changed, 118 insertions(+), 1564 deletions(-)
 create mode 100644 gnu/packages/patches/libepoxy-gl-null-checks.patch
 delete mode 100644 
gnu/packages/patches/libtiff-CVE-2015-8665+CVE-2015-8683.patch
 delete mode 100644 gnu/packages/patches/libtiff-CVE-2016-3623.patch
 delete mode 100644 gnu/packages/patches/libtiff-CVE-2016-3945.patch
 delete mode 100644 gnu/packages/patches/libtiff-CVE-2016-3990.patch
 delete mode 100644 gnu/packages/patches/libtiff-CVE-2016-3991.patch
 delete mode 100644 gnu/packages/patches/libtiff-CVE-2016-5314.patch
 delete mode 100644 gnu/packages/patches/libtiff-CVE-2016-5321.patch
 delete mode 100644 gnu/packages/patches/libtiff-CVE-2016-5323.patch
 delete mode 100644 gnu/packages/patches/libtiff-oob-accesses-in-decode.patch
 delete mode 100644 gnu/packages/patches/libtiff-oob-write-in-nextdecode.patch
 delete mode 100644 gnu/packages/patches/mupdf-CVE-2016-6265.patch
 delete mode 100644 gnu/packages/patches/mupdf-CVE-2016-6525.patch
 delete mode 100644 gnu/packages/patches/mupdf-CVE-2016-7504.patch
 delete mode 100644 gnu/packages/patches/mupdf-CVE-2016-7505.patch
 delete mode 100644 gnu/packages/patches/mupdf-CVE-2016-7506.patch
 delete mode 100644 gnu/packages/patches/mupdf-CVE-2016-7563.patch
 delete mode 100644 gnu/packages/patches/mupdf-CVE-2016-7564.patch
 delete mode 100644 gnu/packages/patches/mupdf-CVE-2016-8674.patch
 delete mode 100644 gnu/packages/patches/mupdf-CVE-2016-9017.patch
 delete mode 100644 gnu/packages/patches/mupdf-CVE-2016-9136.patch
 delete mode 100644 gnu/packages/patches/ruby-symlinkfix.patch



reply via email to

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