[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (2e58e05 -> 8c326cf)
From: |
Marius Bakke |
Subject: |
branch master updated (2e58e05 -> 8c326cf) |
Date: |
Sat, 15 Apr 2017 12:52:39 -0400 (EDT) |
mbakke pushed a change to branch master
in repository guix.
from 2e58e05 system: Pass boot-parameters to (gnu system grub).
new 4ec1f82 gnu: kodi: Update to 18.0_alpha-2-478d306.
new f46eb98 gnu: xf86-video-intel: Update to 2.99.917-5-b57abe2.
new e5da4d8 gnu: mupdf: Update to 1.11.
new f71f29c gnu: bc: Update to 1.07.1.
new bf14479 gnu: rocksdb: Disable failing test.
new f91c677 gnu: rocksdb: Don't build static library.
new 8c326cf gnu: ceph: Disable failing test.
The 7 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 | 5 +-
gnu/packages/algebra.scm | 31 ++--
gnu/packages/databases.scm | 38 ++---
gnu/packages/kodi.scm | 10 +-
.../patches/ceph-disable-unittest-throttle.patch | 52 ++++++
gnu/packages/patches/mupdf-CVE-2017-5896.patch | 63 -------
gnu/packages/patches/mupdf-CVE-2017-5991.patch | 101 -----------
.../patches/mupdf-build-with-openjpeg-2.1.patch | 16 +-
.../patches/mupdf-mujs-CVE-2016-10132.patch | 188 ---------------------
.../patches/mupdf-mujs-CVE-2016-10133.patch | 36 ----
gnu/packages/pdf.scm | 10 +-
gnu/packages/storage.scm | 1 +
gnu/packages/xorg.scm | 6 +-
13 files changed, 97 insertions(+), 460 deletions(-)
create mode 100644 gnu/packages/patches/ceph-disable-unittest-throttle.patch
delete mode 100644 gnu/packages/patches/mupdf-CVE-2017-5896.patch
delete mode 100644 gnu/packages/patches/mupdf-CVE-2017-5991.patch
delete mode 100644 gnu/packages/patches/mupdf-mujs-CVE-2016-10132.patch
delete mode 100644 gnu/packages/patches/mupdf-mujs-CVE-2016-10133.patch
- branch master updated (2e58e05 -> 8c326cf),
Marius Bakke <=
- 02/07: gnu: xf86-video-intel: Update to 2.99.917-5-b57abe2., Marius Bakke, 2017/04/15
- 06/07: gnu: rocksdb: Don't build static library., Marius Bakke, 2017/04/15
- 05/07: gnu: rocksdb: Disable failing test., Marius Bakke, 2017/04/15
- 01/07: gnu: kodi: Update to 18.0_alpha-2-478d306., Marius Bakke, 2017/04/15
- 04/07: gnu: bc: Update to 1.07.1., Marius Bakke, 2017/04/15
- 07/07: gnu: ceph: Disable failing test., Marius Bakke, 2017/04/15
- 03/07: gnu: mupdf: Update to 1.11., Marius Bakke, 2017/04/15