guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated (f2ec23d -> 34708a2)


From: Mark H. Weaver
Subject: branch core-updates updated (f2ec23d -> 34708a2)
Date: Thu, 13 Oct 2016 09:57:46 +0000 (UTC)

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

      from  f2ec23d   gnu: Add CUPS service.
      adds  eb419bc   gnu: Add NFS related services.
      adds  402bb3b   build: Arrange so temporary .go files are deleted upon 
SIGINT.
      adds  69e7322   build: Make 'assert-no-store-file-names' effective.
      adds  becbbef   gnu: Add hdf4
      adds  e940a27   doc: Add guide on how to specify dependencies for Python 
packages.
      adds  1de17a6   gnu: ghostscript: Fix CVE-2013-5653 and 
CVE-2016-{7976,7978,7979,8602}.
      adds  ab8536e   gnu: ghostscript-with-x: Avoid inheriting replacement 
field.
      adds  59929e9   gnu: imagemagick: Update to 6.9.6-2 [Fixes 
CVE-2016-{7799,7906}].
      adds  e98e9f4   gnu: imagemagick: Disable tests.
      adds  1cc2138   gnu: graphicsmagick: Update to 1.3.25-1-56c8cae [security 
fixes].
       new  061d7f3   Merge branch 'master' into core-updates
       new  34708a2   gnu: ghostscript: Eliminate graft.

The 2 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                                        |    5 +-
 build-aux/compile-all.scm                          |    6 +
 doc/guix.texi                                      |  148 +++++++++++++++-
 gnu/local.mk                                       |    7 +
 gnu/packages/ghostscript.scm                       |    9 +-
 gnu/packages/imagemagick.scm                       |  102 ++++++-----
 gnu/packages/maths.scm                             |   59 +++++++
 .../patches/ghostscript-CVE-2013-5653.patch        |   85 +++++++++
 .../patches/ghostscript-CVE-2016-7976.patch        |  185 ++++++++++++++++++++
 .../patches/ghostscript-CVE-2016-7978.patch        |   25 +++
 .../patches/ghostscript-CVE-2016-7979.patch        |   48 +++++
 .../patches/ghostscript-CVE-2016-8602.patch        |   47 +++++
 gnu/packages/patches/hdf4-reproducibility.patch    |   35 ++++
 gnu/packages/patches/hdf4-shared-fortran.patch     |   25 +++
 gnu/services/nfs.scm                               |  129 +++++++++++++-
 15 files changed, 863 insertions(+), 52 deletions(-)
 create mode 100644 gnu/packages/patches/ghostscript-CVE-2013-5653.patch
 create mode 100644 gnu/packages/patches/ghostscript-CVE-2016-7976.patch
 create mode 100644 gnu/packages/patches/ghostscript-CVE-2016-7978.patch
 create mode 100644 gnu/packages/patches/ghostscript-CVE-2016-7979.patch
 create mode 100644 gnu/packages/patches/ghostscript-CVE-2016-8602.patch
 create mode 100644 gnu/packages/patches/hdf4-reproducibility.patch
 create mode 100644 gnu/packages/patches/hdf4-shared-fortran.patch



reply via email to

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