guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated (4c10c6c -> 8e28d22)


From: Mark H. Weaver
Subject: branch core-updates updated (4c10c6c -> 8e28d22)
Date: Tue, 16 Jun 2015 05:02:11 +0000

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

      from  4c10c6c   gnu: sqlite: Update to 3.8.10.2.
      adds  a0d385b   gnu: screen: Update to 4.3.0.
      adds  2e189eb   gnu: lv2: Update to 1.12.0.
      adds  cba256f   gnu: python-numpy-bootstrap: Add lapack to inputs.
      adds  719b01c   gnu: python-scipy: Build with OpenBLAS and lapack.
      adds  2f6b3d2   gnu: python-scikit-learn: Use OpenBLAS instead of ATLAS.
      adds  a98c6ec   gnu: orfm: Update to 0.4.1.
      adds  be0a4c2   gnu: python-scikit-learn: Update to 0.16.1.
      adds  00f4bd5   gnu: Add haskell-mode.
      adds  4a3bcae   services: Remove lsh service from %DESKTOP-SERVICES.
      adds  3a73342   gnu: Add st.
      adds  975b894   gnu: Rename (gnu packages dwm) to (gnu packages suckless).
      adds  96086cc   gnu: Add ruby-bacon.
      adds  de59d31   gnu: Add ruby-arel.
      adds  e259bdf   gnu: Add ruby-connection-pool.
      adds  4c0aeb4   gnu: Add ruby-net-http-persistent.
      adds  afbbdf7   gnu: Add ruby-daemons.
      adds  2206e94   gnu: Add ruby-minitest.
      adds  3513083   gnu: Add ruby-minitest-sprint.
      adds  0808e36   gnu: Add ruby-minitest-bacon.
      adds  66e2086   gnu: Add ruby-git.
      adds  71d3e2c   gnu: Add ruby-slop.
      adds  e778a54   gnu: Add ruby-multipart-post.
      adds  824d9dc   gnu: ffmpeg: Update to 2.7.
      adds  77ff9e9   gnu: git: Update to 2.4.3.
      adds  fef3cfa   gnu: qemu: Add fixes for 
CVE-2015-{4037,4103,4104,4105,4106}.
       new  7d02724   Merge branch 'master' into core-updates
       new  8e28d22   gnu: libtiff: Add fixes for several CVEs.

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:
 doc/guix.texi                                      |    2 +-
 gnu-system.am                                      |   33 +-
 gnu/packages/audio.scm                             |    6 +-
 gnu/packages/bioinformatics.scm                    |    4 +-
 gnu/packages/emacs.scm                             |   64 ++
 gnu/packages/image.scm                             |   21 +-
 gnu/packages/patches/libtiff-CVE-2012-4564.patch   |   33 +
 gnu/packages/patches/libtiff-CVE-2013-1960.patch   |  148 ++++
 gnu/packages/patches/libtiff-CVE-2013-1961.patch   |  770 ++++++++++++++++++++
 gnu/packages/patches/libtiff-CVE-2013-4231.patch   |   19 +
 gnu/packages/patches/libtiff-CVE-2013-4232.patch   |   20 +
 gnu/packages/patches/libtiff-CVE-2013-4243.patch   |   39 +
 gnu/packages/patches/libtiff-CVE-2013-4244.patch   |   20 +
 .../patches/libtiff-CVE-2014-8127-pt1.patch        |   30 +
 .../patches/libtiff-CVE-2014-8127-pt2.patch        |   42 ++
 .../patches/libtiff-CVE-2014-8127-pt3.patch        |   45 ++
 .../patches/libtiff-CVE-2014-8127-pt4.patch        |  295 ++++++++
 .../patches/libtiff-CVE-2014-8128-pt1.patch        |   32 +
 .../patches/libtiff-CVE-2014-8128-pt2.patch        |   83 +++
 .../patches/libtiff-CVE-2014-8128-pt3.patch        |   34 +
 .../patches/libtiff-CVE-2014-8128-pt4.patch        |   77 ++
 .../patches/libtiff-CVE-2014-8128-pt5.patch        |   16 +
 gnu/packages/patches/libtiff-CVE-2014-8129.patch   |   45 ++
 gnu/packages/patches/libtiff-CVE-2014-9330.patch   |   47 ++
 gnu/packages/patches/libtiff-CVE-2014-9655.patch   |   88 +++
 gnu/packages/patches/qemu-CVE-2015-4037.patch      |   53 ++
 gnu/packages/patches/qemu-CVE-2015-4103.patch      |  135 ++++
 gnu/packages/patches/qemu-CVE-2015-4104.patch      |  189 +++++
 gnu/packages/patches/qemu-CVE-2015-4105.patch      |   85 +++
 gnu/packages/patches/qemu-CVE-2015-4106-pt1.patch  |   72 ++
 gnu/packages/patches/qemu-CVE-2015-4106-pt2.patch  |   81 ++
 gnu/packages/patches/qemu-CVE-2015-4106-pt3.patch  |   33 +
 gnu/packages/patches/qemu-CVE-2015-4106-pt4.patch  |  260 +++++++
 gnu/packages/patches/qemu-CVE-2015-4106-pt5.patch  |   33 +
 gnu/packages/patches/qemu-CVE-2015-4106-pt6.patch  |   89 +++
 gnu/packages/patches/qemu-CVE-2015-4106-pt7.patch  |   72 ++
 gnu/packages/patches/qemu-CVE-2015-4106-pt8.patch  |  132 ++++
 gnu/packages/python.scm                            |   94 ++--
 gnu/packages/qemu.scm                              |   14 +-
 gnu/packages/ruby.scm                              |  300 ++++++++
 gnu/packages/screen.scm                            |    4 +-
 gnu/packages/{dwm.scm => suckless.scm}             |   62 ++-
 gnu/packages/version-control.scm                   |    6 +-
 gnu/packages/video.scm                             |    5 +-
 gnu/services/desktop.scm                           |    2 -
 45 files changed, 3665 insertions(+), 69 deletions(-)
 create mode 100644 gnu/packages/patches/libtiff-CVE-2012-4564.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2013-1960.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2013-1961.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2013-4231.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2013-4232.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2013-4243.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2013-4244.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2014-8127-pt1.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2014-8127-pt2.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2014-8127-pt3.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2014-8127-pt4.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2014-8128-pt1.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2014-8128-pt2.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2014-8128-pt3.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2014-8128-pt4.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2014-8128-pt5.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2014-8129.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2014-9330.patch
 create mode 100644 gnu/packages/patches/libtiff-CVE-2014-9655.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2015-4037.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2015-4103.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2015-4104.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2015-4105.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2015-4106-pt1.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2015-4106-pt2.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2015-4106-pt3.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2015-4106-pt4.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2015-4106-pt5.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2015-4106-pt6.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2015-4106-pt7.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2015-4106-pt8.patch
 rename gnu/packages/{dwm.scm => suckless.scm} (73%)



reply via email to

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