[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: Merge branch 'master' into python-build-system
From: |
Hartmut Goebel |
Subject: |
04/06: Merge branch 'master' into python-build-system |
Date: |
Tue, 29 Nov 2016 18:06:58 +0000 (UTC) |
htgoebel pushed a commit to branch master
in repository guix.
commit 3bf428065916f1a47c5ed12f5622f0eff4123644
Merge: 2cb64f3 683c5ab
Author: Hartmut Goebel <address@hidden>
Date: Tue Nov 29 18:47:16 2016 +0100
Merge branch 'master' into python-build-system
.mailmap | 9 +-
build-aux/build-self.scm | 19 +-
config-daemon.ac | 18 +-
doc/guix.texi | 184 +++-
gnu/build/file-systems.scm | 27 +-
gnu/build/vm.scm | 16 +-
gnu/local.mk | 13 +-
gnu/packages/algebra.scm | 16 +
gnu/packages/aspell.scm | 4 +-
gnu/packages/audio.scm | 11 +-
gnu/packages/bioinformatics.scm | 254 ++++-
gnu/packages/bittorrent.scm | 5 +-
gnu/packages/crypto.scm | 4 +-
gnu/packages/cyrus-sasl.scm | 9 +
gnu/packages/databases.scm | 6 +-
gnu/packages/enlightenment.scm | 4 +-
gnu/packages/fonts.scm | 36 +
gnu/packages/freedesktop.scm | 27 +-
gnu/packages/gcc.scm | 8 +
gnu/packages/gstreamer.scm | 5 +
gnu/packages/gtk.scm | 12 +
gnu/packages/image-viewers.scm | 78 ++
gnu/packages/image.scm | 6 +-
gnu/packages/imagemagick.scm | 4 +-
gnu/packages/kde-frameworks.scm | 3 +-
gnu/packages/ldc.scm | 20 +-
gnu/packages/machine-learning.scm | 22 +
gnu/packages/mail.scm | 13 +-
gnu/packages/messaging.scm | 196 +++-
gnu/packages/music.scm | 104 +-
gnu/packages/ntp.scm | 55 +-
gnu/packages/patches/cairo-CVE-2016-9082.patch | 122 +++
.../patches/cyrus-sasl-CVE-2013-4122.patch | 130 +++
gnu/packages/patches/gcj-arm-mode.patch | 36 +
.../patches/gst-plugins-good-fix-crashes.patch | 1047 ++++++++++++++++++++
.../gst-plugins-good-fix-invalid-read.patch | 37 +
.../patches/gst-plugins-good-fix-signedness.patch | 58 ++
.../gst-plugins-good-flic-bounds-check.patch | 319 ++++++
gnu/packages/patches/ldc-disable-tests.patch | 50 +-
.../patches/python-rarfile-fix-tests.patch | 14 -
gnu/packages/pdf.scm | 11 +
gnu/packages/perl-web.scm | 47 +
gnu/packages/perl.scm | 513 +++++++++-
gnu/packages/photo.scm | 11 +-
gnu/packages/psyc.scm | 227 -----
gnu/packages/python.scm | 54 +-
gnu/packages/ssh.scm | 17 +-
gnu/packages/statistics.scm | 340 +++++++
gnu/packages/telephony.scm | 112 +++
gnu/packages/tex.scm | 152 +++
gnu/packages/video.scm | 4 +-
gnu/packages/wget.scm | 34 +
gnu/packages/wine.scm | 31 +-
gnu/packages/xml.scm | 23 +
gnu/packages/xorg.scm | 39 +
gnu/services/configuration.scm | 205 ++++
gnu/services/cups.scm | 180 +---
gnu/services/kerberos.scm | 10 +-
gnu/services/mail.scm | 265 ++---
gnu/system/examples/desktop.tmpl | 3 +-
gnu/tests/mail.scm | 159 +++
guix/build/pull.scm | 2 +-
guix/gnu-maintenance.scm | 3 +-
guix/scripts/offload.scm | 630 ++++++------
guix/scripts/refresh.scm | 96 +-
guix/store.scm | 58 +-
guix/upstream.scm | 30 +-
m4/guix.m4 | 18 +
68 files changed, 5013 insertions(+), 1262 deletions(-)
- branch master updated (072f1e2 -> 03e856d), Hartmut Goebel, 2016/11/29
- 01/06: gnu: wxPython: Fix build., Hartmut Goebel, 2016/11/29
- 03/06: gnu: wicd: Fix build., Hartmut Goebel, 2016/11/29
- 05/06: gnu: python2-discogs-client: Remove python2-setuptools from inputs., Hartmut Goebel, 2016/11/29
- 04/06: Merge branch 'master' into python-build-system,
Hartmut Goebel <=
- 02/06: gnu: wxPython: Remove useless inputs., Hartmut Goebel, 2016/11/29
- 06/06: Merge branch 'python-build-system'., Hartmut Goebel, 2016/11/29