jackhill/guix/guix.git
6 years agognu: guix: Update snapshot to c04ffad.
Ludovic Courtès [Sun, 7 Jan 2018 23:33:51 +0000 (00:33 +0100)]
gnu: guix: Update snapshot to c04ffad.

* gnu/packages/package-management.scm (guix): Update to c04ffad.

6 years agognu: youtube-dl: Update to 2018.01.07.
Tobias Geerinckx-Rice [Mon, 8 Jan 2018 06:46:43 +0000 (06:46 +0000)]
gnu: youtube-dl: Update to 2018.01.07.

* gnu/packages/video.scm (youtube-dl): Update to 2018.01.07.

6 years agognu: nano: Update to 2.9.2.
Tobias Geerinckx-Rice [Mon, 8 Jan 2018 02:03:15 +0000 (02:03 +0000)]
gnu: nano: Update to 2.9.2.

* gnu/packages/nano.scm (nano): Update to 2.9.2.

6 years agognu: borg: Unbundle libb2.
Tobias Geerinckx-Rice [Sat, 30 Dec 2017 16:03:37 +0000 (16:03 +0000)]
gnu: borg: Unbundle libb2.

* gnu/packages/backup.scm (borg)[source]: Remove bundled libb2 in snippet.
[inputs]: Add libb2.
[arguments]: Use it.

6 years agognu: Add libb2.
Tobias Geerinckx-Rice [Sat, 30 Dec 2017 16:40:23 +0000 (16:40 +0000)]
gnu: Add libb2.

* gnu/packages/crypto.scm (libb2): New public variable.

6 years agognu: Add missing copyright line.
Kei Kebreau [Mon, 8 Jan 2018 03:04:30 +0000 (22:04 -0500)]
gnu: Add missing copyright line.

* gnu/packages/check.scm: Add copyright line for 18a4d6d.

6 years agognu: Add python-pyhamcrest.
Fis Trivial [Sun, 31 Dec 2017 17:35:41 +0000 (17:35 +0000)]
gnu: Add python-pyhamcrest.

* gnu/packages/check.scm (python-pyhamcrest, python2-pyhamcrest): New
variables.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
6 years agopublish: Publish build logs.
Ludovic Courtès [Thu, 4 Jan 2018 23:19:35 +0000 (00:19 +0100)]
publish: Publish build logs.

* guix/scripts/publish.scm (render-log-file): New procedure.
(make-request-handler): Add "log" case.
* tests/publish.scm ("/log/NAME")
("/log/NAME not found"): New tests.
* doc/guix.texi (Invoking guix publish): Document /log URLs.

6 years agopublish: Use 'x-raw-file' internal response header.
Ludovic Courtès [Thu, 4 Jan 2018 23:15:51 +0000 (00:15 +0100)]
publish: Use 'x-raw-file' internal response header.

This adjusts the workaround for <http://bugs.gnu.org/21093> so that it's
not limited to a single content-type.

* guix/scripts/publish.scm (render-nar/cached): Add the 'x-raw-file'
header on the response.
(render-content-addressed-file): Likewise.
(with-content-length): Remove the 'x-raw-file' header.
(http-write): Instead of dispatching on 'application/octet-stream',
check whether 'x-raw-file' is set to determine whether to spawn a
thread.

6 years agodoc: Mark zlib as mandatory, libbz2 as optional.
Ludovic Courtès [Fri, 5 Jan 2018 16:56:10 +0000 (17:56 +0100)]
doc: Mark zlib as mandatory, libbz2 as optional.

* doc/guix.texi (Requirements): Move zlib to mandatory and libbz2 to
optional.
* README: Ditto.

6 years agodaemon: Make libbz2 an optional dependency.
Ludovic Courtès [Fri, 5 Jan 2018 16:48:23 +0000 (17:48 +0100)]
daemon: Make libbz2 an optional dependency.

* config-daemon.ac: Don't bail out when libbz2 is missing.  Define
'HAVE_LIBBZ2' Automake conditional.
* nix/libstore/build.cc: Wrap relevant bits in '#if HAVE_BZLIB_H'.
* nix/libstore/globals.cc (Settings::Settings): 'logCompression'
defaults to COMPRESSION_GZIP when HAVE_BZLIB_H is false.
* nix/libstore/globals.hh (CompressionType): Make 'COMPRESSION_BZIP2'
conditional on HAVE_BZLIB_H.
* nix/local.mk (guix_register_LDADD, guix_daemon_LDADD): Add -lbz2 only
when HAVE_LIBBZ2.
* nix/nix-daemon/guix-daemon.cc (parse_opt): Ignore "bzip2" when not
HAVE_BZLIB_H.

6 years agodaemon: Add gzip log compression.
Ludovic Courtès [Fri, 5 Jan 2018 16:15:41 +0000 (17:15 +0100)]
daemon: Add gzip log compression.

* nix/nix-daemon/guix-daemon.cc (GUIX_OPT_LOG_COMPRESSION): New macro.
(options): Mark "disable-log-compression" as hidden and add
"log-compression".
(parse_opt): Handle GUIX_OPT_LOG_COMPRESSION.
* nix/libstore/build.cc (DerivationGoal): Add 'gzLogFile'.
(openLogFile): Initialize it when 'logCompression' is COMPRESSION_GZIP.
(closeLogFile, handleChildOutput): Honor 'gzLogFile'.
* nix/libstore/globals.hh (Settings)[compressLog]: Remove.
[logCompression]: New field.
(CompressionType): New enum.
* nix/libstore/globals.cc (Settings::Settings): Initialize it.
(update): Remove '_get' call for 'compressLog'.
* nix/local.mk (guix_daemon_LDADD, guix_register_LDADD): Add -lz.
* guix/store.scm (log-file): Handle '.gz' log files.
* tests/guix-daemon.sh: Add test with '--log-compression=gzip'.
* doc/guix.texi (Invoking guix-daemon): Adjust accordingly.
* config-daemon.ac: Check for libz and zlib.h.

6 years agossh: Improve error reporting when retrieving files.
Ludovic Courtès [Sun, 7 Jan 2018 21:13:45 +0000 (22:13 +0100)]
ssh: Improve error reporting when retrieving files.

'guix copy --from' now reports messages much more useful than "failed to
retrieve files".

* guix/ssh.scm (store-export-channel)[export]: Wrap 'use-modules' in
'catch' and 'with-store' in 'guard'.  Check for invalid items.  Write a
status sexp on stdout.
(raise-error): New macro.
(retrieve-files): Read the initial status sexp and report errors
accordingly.

6 years agoui: Display hints that come along with '&message' conditions.
Ludovic Courtès [Sun, 7 Jan 2018 21:07:53 +0000 (22:07 +0100)]
ui: Display hints that come along with '&message' conditions.

* guix/ui.scm (call-with-error-handling): Add case for message and
fix-hint?.

6 years agognu: rosegarden: Use jack-1.
Ricardo Wurmus [Sun, 7 Jan 2018 13:20:39 +0000 (14:20 +0100)]
gnu: rosegarden: Use jack-1.

* gnu/packages/music.scm (rosegarden)[inputs]: Replace jack-2 with jack-1.

6 years agognu: dssi: Use jack-1.
Ricardo Wurmus [Sun, 7 Jan 2018 13:20:09 +0000 (14:20 +0100)]
gnu: dssi: Use jack-1.

* gnu/packages/music.scm (dssi)[inputs]: Replace jack-2 with jack-1.

6 years agognu: Add muse-sequencer.
Ricardo Wurmus [Sun, 7 Jan 2018 13:17:41 +0000 (14:17 +0100)]
gnu: Add muse-sequencer.

* gnu/packages/music.scm (muse-sequencer): New variable.

6 years agovm: 'vm-image' images refer to the root file system by UUID.
Ludovic Courtès [Sun, 7 Jan 2018 14:06:36 +0000 (15:06 +0100)]
vm: 'vm-image' images refer to the root file system by UUID.

This avoids the hard-coded "/dev/sda1", which only made sense when the
image is run with "qemu-system-x86_64 -hda", not when it's passed to
Xen, etc.

Reported by Andreas Enge <andreas@enge.fr>.

* gnu/system/vm.scm (system-qemu-image): Define 'root-uuid', use it as
the 'device' field for "/", and pass it to 'qemu-image'.

6 years agognu: mes: Generalize logic for native-inputs.
Efraim Flashner [Sun, 7 Jan 2018 08:09:55 +0000 (10:09 +0200)]
gnu: mes: Generalize logic for native-inputs.

* gnu/packages/mes.scm (mes)[native-inputs]: On all architectures except
i686-linux use cross compiler packages.

6 years agognu: webkitgtk: Disable SharedArrayBuffers to mitigate Spectre.
Mark H Weaver [Sun, 7 Jan 2018 00:51:06 +0000 (19:51 -0500)]
gnu: webkitgtk: Disable SharedArrayBuffers to mitigate Spectre.

* gnu/packages/patches/webkitgtk-mitigate-spectre.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/webkit.scm (webkitgtk)[source]: Add patch.

6 years agognu: icecat: Add more fixes, including Spectre mitigation.
Mark H Weaver [Sat, 6 Jan 2018 18:40:23 +0000 (13:40 -0500)]
gnu: icecat: Add more fixes, including Spectre mitigation.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add more fixes from the
upstream mozilla-esr52 repository, plus a backported mitigation for
Spectre from Firefox 57.0.4.
* gnu/packages/patches/icecat-bug-1427870-spectre-mitigation.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.

6 years agognu: irssi: Update to 1.0.6 [fixes CVE-2017-{5205,5206,5207,5208}].
Leo Famulari [Sat, 6 Jan 2018 18:00:20 +0000 (13:00 -0500)]
gnu: irssi: Update to 1.0.6 [fixes CVE-2017-{5205,5206,5207,5208}].

* gnu/packages/irc.scm (irssi): Update to 1.0.6.

6 years agodoc: Describe Wayland status.
Rutger Helling [Sat, 6 Jan 2018 17:12:58 +0000 (18:12 +0100)]
doc: Describe Wayland status.

* doc/guix.texi (Desktop Services): Add a paragraph about the current status of
Wayland in Guix.

6 years agognu: gdm: Update to 3.26.2.1.
Rutger Helling [Tue, 2 Jan 2018 12:20:29 +0000 (13:20 +0100)]
gnu: gdm: Update to 3.26.2.1.

* gnu/packages/gnome.scm (gdm): Update to 3.26.2.1.

6 years agognu: gnome-online-accounts: Update to 3.26.2.
Tobias Geerinckx-Rice [Tue, 26 Dec 2017 00:14:37 +0000 (00:14 +0000)]
gnu: gnome-online-accounts: Update to 3.26.2.

This removes telepathy support, which is actively discouraged upstream:
<https://git.gnome.org/browse/gnome-online-accounts/commit/?id=a65ebfe1069>.

* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.26.2.
[inputs]: Remove telepathy-glib.

6 years agognu: crawl, craw-titles: Update to 0.21.0.
nee [Fri, 5 Jan 2018 22:29:41 +0000 (23:29 +0100)]
gnu: crawl, craw-titles: Update to 0.21.0.

* gnu/packages/games.scm (crawl, crawl-tiles): Update to 0.21.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
6 years agobuild: Detect broken 'equal?' in Guile 2.2.1.
Ludovic Courtès [Sat, 6 Jan 2018 13:45:01 +0000 (14:45 +0100)]
build: Detect broken 'equal?' in Guile 2.2.1.

Fixes <https://bugs.gnu.org/29903>.
Reported by Mathieu Lirzin <mthl@gnu.org>.

* m4/guix.m4 (GUIX_ASSERT_SYNTAX_OBJECT_EQUAL): New macro.
* configure.ac: Use it.

6 years agopublish: Save bandwidth on narinfo 404s.
Ludovic Courtès [Sat, 6 Jan 2018 13:43:45 +0000 (14:43 +0100)]
publish: Save bandwidth on narinfo 404s.

This saves 18 bytes on each 404 narinfo response.

* guix/scripts/publish.scm (render-narinfo): Pass #:phrase to
'not-found'.
(render-narinfo/cached): Likewise.

6 years agognu: linux-libre: Update to 4.14.12.
Mark H Weaver [Sat, 6 Jan 2018 05:39:07 +0000 (00:39 -0500)]
gnu: linux-libre: Update to 4.14.12.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.12.
(%linux-libre-hash): Update hash.

6 years agognu: linux-libre@4.9: Update to 4.9.75.
Mark H Weaver [Sat, 6 Jan 2018 05:38:27 +0000 (00:38 -0500)]
gnu: linux-libre@4.9: Update to 4.9.75.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.75.

6 years agognu: linux-libre@4.4: Update to 4.4.110.
Mark H Weaver [Sat, 6 Jan 2018 05:37:31 +0000 (00:37 -0500)]
gnu: linux-libre@4.4: Update to 4.4.110.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.110.

6 years agognu: stellarium: Update to 0.17.0.
Kei Kebreau [Fri, 5 Jan 2018 19:49:13 +0000 (14:49 -0500)]
gnu: stellarium: Update to 0.17.0.

* gnu/packages/astronomy.scm (stellarium): Update to 0.17.0.
[source]: Use new upstream URL.
[arguments]: Adjust #:test-target; add #:configure-flags to locate the
qtserialport header files and enable the building of tests; remove
'patch-tests' phase.

6 years agognu: qjackctl: Add support for ALSA MIDI sequencer.
Ricardo Wurmus [Fri, 5 Jan 2018 22:28:04 +0000 (23:28 +0100)]
gnu: qjackctl: Add support for ALSA MIDI sequencer.

* gnu/packages/audio.scm (qjackctl)[inputs]: Add alsa-lib.

6 years agognu: qjackctl: Update to 0.5.0.
Ricardo Wurmus [Fri, 5 Jan 2018 22:26:51 +0000 (23:26 +0100)]
gnu: qjackctl: Update to 0.5.0.

* gnu/packages/audio.scm (qjackctl): Update to 0.5.0.

6 years agognu: qsynth: Update to 0.5.0.
Ricardo Wurmus [Fri, 5 Jan 2018 22:25:08 +0000 (23:25 +0100)]
gnu: qsynth: Update to 0.5.0.

* gnu/packages/audio.scm (qsynth): Update to 0.5.0.

6 years agognu: Add padthv1.
Ricardo Wurmus [Fri, 5 Jan 2018 20:51:35 +0000 (21:51 +0100)]
gnu: Add padthv1.

* gnu/packages/music.scm (padthv1): New variable.

6 years agognu: fluidsynth: Update to 1.1.9.
Ricardo Wurmus [Fri, 5 Jan 2018 20:29:28 +0000 (21:29 +0100)]
gnu: fluidsynth: Update to 1.1.9.

* gnu/packages/audio.scm (fluidsynth): Update to 1.1.9.

6 years agognu: synthv1: Update to 0.8.6.
Ricardo Wurmus [Fri, 5 Jan 2018 20:25:05 +0000 (21:25 +0100)]
gnu: synthv1: Update to 0.8.6.

* gnu/packages/music.scm (synthv1): Update to 0.8.6.

6 years agognu: drumkv1: Update to 0.8.6.
Ricardo Wurmus [Fri, 5 Jan 2018 20:18:37 +0000 (21:18 +0100)]
gnu: drumkv1: Update to 0.8.6.

* gnu/packages/music.scm (drumkv1): Update to 0.8.6.

6 years agognu: samplv1: Update to 0.8.6.
Ricardo Wurmus [Fri, 5 Jan 2018 20:17:02 +0000 (21:17 +0100)]
gnu: samplv1: Update to 0.8.6.

* gnu/packages/music.scm (samplv1): Update to 0.8.6.

6 years agognu: Add nmoldyn.
Konrad Hinsen [Fri, 5 Jan 2018 16:14:24 +0000 (17:14 +0100)]
gnu: Add nmoldyn.

* gnu/packages/chemistry.scm (nmoldyn): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
6 years agognu: Add domainfinder.
Konrad Hinsen [Fri, 5 Jan 2018 16:06:22 +0000 (17:06 +0100)]
gnu: Add domainfinder.

* gnu/packages/chemistry.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Leo Famulari <leo@famulari.name>
6 years agognu: btrfs-progs: Update to 4.14.1.
Tobias Geerinckx-Rice [Fri, 5 Jan 2018 19:32:15 +0000 (19:32 +0000)]
gnu: btrfs-progs: Update to 4.14.1.

* gnu/packages/linux.scm (btrfs-progs): Update to 4.14.1.

6 years agognu: qjackrcd: Update to 1.2.2.
Ricardo Wurmus [Fri, 5 Jan 2018 19:36:34 +0000 (20:36 +0100)]
gnu: qjackrcd: Update to 1.2.2.

* gnu/packages/audio.scm (qjackrcd): Update to 1.2.2.
[source]: Fetch sources from git.

6 years agognu: python-click-log: Update to 0.2.1.
Leo Famulari [Fri, 5 Jan 2018 18:39:06 +0000 (13:39 -0500)]
gnu: python-click-log: Update to 0.2.1.

* gnu/packages/python.scm (python-click-log): Update to 0.2.1.

6 years agognu: python-click-threading: Update to 0.4.4.
Leo Famulari [Fri, 5 Jan 2018 18:38:33 +0000 (13:38 -0500)]
gnu: python-click-threading: Update to 0.4.4.

* gnu/packages/python.scm (python-click-threading): Update to 0.4.4.

6 years agognu: log4cpp: Update to 1.1.3.
Tobias Geerinckx-Rice [Fri, 5 Jan 2018 13:03:14 +0000 (13:03 +0000)]
gnu: log4cpp: Update to 1.1.3.

* gnu/packages/logging.scm (log4cpp): Update to 1.1.3.

6 years agognu: hdparm: Update to 9.53.
Tobias Geerinckx-Rice [Fri, 5 Jan 2018 10:14:21 +0000 (10:14 +0000)]
gnu: hdparm: Update to 9.53.

* gnu/packages/linux.scm (hdparm): Update to 9.53.
[description]: Fix @dfn{}.

6 years agognu: filezilla: Update to 3.29.0.
Tobias Geerinckx-Rice [Fri, 5 Jan 2018 04:15:58 +0000 (04:15 +0000)]
gnu: filezilla: Update to 3.29.0.

* gnu/packages/ftp.scm (filezilla): Update to 3.29.0.

6 years agognu: libfilezilla: Expand description.
Tobias Geerinckx-Rice [Fri, 5 Jan 2018 04:09:15 +0000 (04:09 +0000)]
gnu: libfilezilla: Expand description.

In theory, this isn't just an FTP client library. In practice, it is.

* gnu/packages/ftp.scm (libfilezilla)[description]: Illustrate features.

6 years agognu: libfileziila: Update to 0.11.2.
Tobias Geerinckx-Rice [Fri, 5 Jan 2018 05:03:46 +0000 (05:03 +0000)]
gnu: libfileziila: Update to 0.11.2.

* gnu/packages/ftp.scm (libfilezilla): Update to 0.11.2.

6 years agognu: Add python2-mmtk.
Konrad Hinsen [Tue, 2 Jan 2018 19:04:53 +0000 (20:04 +0100)]
gnu: Add python2-mmtk.

* gnu/packages/python.scm (python2-mmtk): New public variable.

6 years agognu: ao-cad: Update and fix for aarch64.
Eric Bavier [Thu, 14 Dec 2017 23:03:58 +0000 (17:03 -0600)]
gnu: ao-cad: Update and fix for aarch64.

* gnu/packages/patches/ao-cad-aarch64-support.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/engineering.scm (ao-cad)[source]: Use it.  Update snapshot to
fb288c9.  Use VCS helpers for version and file-name.
[arguments]: Add 'remove-native-compilation' phase.

6 years agognu: glog: Disable signal-handler unit tests.
Eric Bavier [Thu, 7 Dec 2017 22:15:38 +0000 (16:15 -0600)]
gnu: glog: Disable signal-handler unit tests.

* gnu/packages/logging.scm (glog)[arguments]: Add 'disable-signal-tests' phase.

6 years agognu: surfraw: Point to the correct Perl executable.
Mark Meyer [Thu, 4 Jan 2018 17:17:38 +0000 (18:17 +0100)]
gnu: surfraw: Point to the correct Perl executable.

* gnu/packages/web.scm (surfraw)[arguments]: Hardcode the path to Perl
in a 'patch-perl' phase.

Signed-off-by: Leo Famulari <leo@famulari.name>
6 years agognu: GNU Unifont: Update to 10.0.07.
Leo Famulari [Thu, 4 Jan 2018 18:14:25 +0000 (13:14 -0500)]
gnu: GNU Unifont: Update to 10.0.07.

* gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.07.

6 years agognu: Add python2-scientific.
Konrad Hinsen [Tue, 2 Jan 2018 15:53:56 +0000 (16:53 +0100)]
gnu: Add python2-scientific.

* gnu/packages/python.scm (python2-scientific): New public variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
6 years agognu: Add python2-pyro.
Konrad Hinsen [Tue, 2 Jan 2018 15:52:14 +0000 (16:52 +0100)]
gnu: Add python2-pyro.

* gnu/packages/python.scm (python2-pyro): New public variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
6 years agognu: file: Mention libmagic.
Leo Famulari [Thu, 4 Jan 2018 16:41:13 +0000 (11:41 -0500)]
gnu: file: Mention libmagic.

* gnu/packages/file.scm (file)[description]: Mention libmagic.

6 years agognu: vlc: Enable libdvdread and libdvdcss support.
Roel Janssen [Thu, 4 Jan 2018 15:25:44 +0000 (16:25 +0100)]
gnu: vlc: Enable libdvdread and libdvdcss support.

* gnu/packages/video.scm (libdvdread): Compile with libdvdcss support;
  (vlc): Add libdvdread as input.

6 years agognu: tiled: Update to 1.1.0.
David Thompson [Thu, 4 Jan 2018 16:07:37 +0000 (11:07 -0500)]
gnu: tiled: Update to 1.1.0.

* gnu/packages/game-development.scm (tiled): Update to 1.1.0.

6 years agognu: giac-xcas: Update to 1.4.9-43.
Nicolas Goaziou [Thu, 4 Jan 2018 09:20:13 +0000 (10:20 +0100)]
gnu: giac-xcas: Update to 1.4.9-43.

* gnu/packages/algebra.scm (giac-xcas): Update to 1.4.9-43.

6 years agognu: Add emacs-evil-quickscope.
Arun Isaac [Wed, 3 Jan 2018 06:13:05 +0000 (11:43 +0530)]
gnu: Add emacs-evil-quickscope.

* gnu/packages/emacs.scm (emacs-evil-quickscope): New variable.

6 years agoRevert "gnu: vlc: Enable libdvdread and libdvdcss support."
Mark H Weaver [Thu, 4 Jan 2018 07:41:25 +0000 (02:41 -0500)]
Revert "gnu: vlc: Enable libdvdread and libdvdcss support."

This reverts commit d5456444f7032e7bc9168db2b59e548672795b72.
It broke 'gnome', via 'gnome-disk-utility'.

6 years agognu: Add libgeotiff.
Björn Höfling [Thu, 20 Jul 2017 15:50:18 +0000 (17:50 +0200)]
gnu: Add libgeotiff.

* gnu/packages/geo.scm (libgeotiff): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
6 years agognu: Add fc-host-tools.
Danny Milosavljevic [Wed, 3 Jan 2018 19:26:55 +0000 (20:26 +0100)]
gnu: Add fc-host-tools.

* gnu/packages/embedded.scm (fc-host-tools): New variable.

6 years agognu: linux-libre: Update to 4.14.11.
Mark H Weaver [Thu, 4 Jan 2018 03:18:41 +0000 (22:18 -0500)]
gnu: linux-libre: Update to 4.14.11.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.11.
(%linux-libre-hash): Update hash.

6 years agognu: linux-libre@4.9: Update to 4.9.74.
Mark H Weaver [Thu, 4 Jan 2018 03:17:31 +0000 (22:17 -0500)]
gnu: linux-libre@4.9: Update to 4.9.74.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.74.

6 years agognu: linux-libre@4.4: Update to 4.4.109.
Mark H Weaver [Thu, 4 Jan 2018 03:16:48 +0000 (22:16 -0500)]
gnu: linux-libre@4.4: Update to 4.4.109.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.109.

6 years agognu: newsboat: Update to 2.10.2.
Tobias Geerinckx-Rice [Thu, 4 Jan 2018 00:46:17 +0000 (00:46 +0000)]
gnu: newsboat: Update to 2.10.2.

* gnu/packages/syndication.scm (newsboat): Update to 2.10.2.
[inherit]: Remove inheritance of unmaintained newsbeuter.
[native-inputs]: Remove perl.
[arguments]: Remove #:make-flags to build on ARM, which should work now.
[synopsis, description]: Mash up Newsboat's own description with useful
information from its predecessor.

6 years agognu: newsbeuter, newsboat: Correct licence.
Tobias Geerinckx-Rice [Wed, 3 Jan 2018 22:27:05 +0000 (22:27 +0000)]
gnu: newsbeuter, newsboat: Correct licence.

See <https://github.com/newsboat/newsboat/issues/34>.

* gnu/packages/syndication.scm (newsbeuter)[license]: x11 -> expat.

6 years agognu: json-c: Update to 0.13.
Tobias Geerinckx-Rice [Wed, 3 Jan 2018 22:23:38 +0000 (22:23 +0000)]
gnu: json-c: Update to 0.13.

* gnu/packages/web.scm (json-c): Update to 0.13.
[description]: Add new resolution.
(json-c-0.12): New public variable.
(hubbub)[inputs]: Use it.
* gnu/packages/syndication.scm (newsbeuter)[inputs]:
Likewise.

6 years agognu: vlc: Enable libdvdread and libdvdcss support.
Roel Janssen [Wed, 3 Jan 2018 23:46:32 +0000 (00:46 +0100)]
gnu: vlc: Enable libdvdread and libdvdcss support.

* gnu/packages/video.scm (libdvdread): Compile with libdvdcss support;
  (vlc): Add libdvdread as input.

6 years agognu: ilmbase: Update to 2.2.1.
Leo Famulari [Wed, 3 Jan 2018 18:46:58 +0000 (13:46 -0500)]
gnu: ilmbase: Update to 2.2.1.

* gnu/packages/graphics.scm (ilmbase): Update to 2.2.1.

6 years agognu: openexr: Update to 2.2.1 [security fixes].
Leo Famulari [Wed, 3 Jan 2018 18:46:19 +0000 (13:46 -0500)]
gnu: openexr: Update to 2.2.1 [security fixes].

Fixes CVE-2017-{9110,9111,9112,9113,9114,9115,9116}.

* gnu/packages/graphics.scm (openexr): Update to 2.2.1.

6 years agognu: fossil: Fix CVE-2017-17459.
Leo Famulari [Wed, 3 Jan 2018 19:15:20 +0000 (14:15 -0500)]
gnu: fossil: Fix CVE-2017-17459.

* gnu/packages/patches/fossil-CVE-2017-17459.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/version-control.scm (fossil)[source]: Use it.

6 years agognu: krita: Add comment about the wrapper.
Leo Famulari [Wed, 3 Jan 2018 17:33:07 +0000 (12:33 -0500)]
gnu: krita: Add comment about the wrapper.

* gnu/packages/kde.scm (krita): Add comment.

6 years agognu: krita: Ensure icons are found at runtime.
Leo Famulari [Sun, 31 Dec 2017 18:15:31 +0000 (13:15 -0500)]
gnu: krita: Ensure icons are found at runtime.

Fixes <https://bugs.gnu.org/29905>.

* gnu/packages/kde.scm (krita)[arguments]: Set the QT_PLUGIN_PATH in a
new 'wrap-executable' phase.

6 years agognu: kdelibs4support: Blacklist a recently failing test-function.
Hartmut Goebel [Wed, 13 Dec 2017 17:02:05 +0000 (18:02 +0100)]
gnu: kdelibs4support: Blacklist a recently failing test-function.

6 years agognu: wine64-staging: Fix incorrect input.
Rutger Helling [Wed, 3 Jan 2018 09:56:44 +0000 (10:56 +0100)]
gnu: wine64-staging: Fix incorrect input.

* gnu/packages/wine.scm (wine64-staging): Copy from correct "wine-staging" input
instead of "wine".

6 years agognu: wine64-staging: Fix arguments.
Rutger Helling [Wed, 3 Jan 2018 09:38:07 +0000 (10:38 +0100)]
gnu: wine64-staging: Fix arguments.

* gnu/packages/wine.scm (wine64-staging)[arguments]: Use new
'copy-wine32-binaries and 'copy-wine32-manpage phases instead of
'copy-wine32-files phase.

6 years agognu: wine64: Fix arguments.
Rutger Helling [Wed, 3 Jan 2018 09:37:07 +0000 (10:37 +0100)]
gnu: wine64: Fix arguments.

* gnu/packages/wine.scm (wine64)[arguments]: Use new
'copy-wine32-binaries and 'copy-wine32-manpage phases instead of
'copy-wine32-files phase.

6 years agognu: wine: Update to 2.0.4.
Rutger Helling [Wed, 3 Jan 2018 09:36:55 +0000 (10:36 +0100)]
gnu: wine: Update to 2.0.4.

* gnu/packages/wine.scm: Update to 2.0.4.

6 years agognu: python-mistune: Update to 0.8.3 [fixes CVE-2017-{15612,16876}].
Leo Famulari [Wed, 3 Jan 2018 02:46:28 +0000 (21:46 -0500)]
gnu: python-mistune: Update to 0.8.3 [fixes CVE-2017-{15612,16876}].

* gnu/packages/python.scm (python-mistune, python2-mistune): Update to 0.8.3.

6 years agognu: httpd: Update to 2.4.29.
Leo Famulari [Wed, 3 Jan 2018 02:40:16 +0000 (21:40 -0500)]
gnu: httpd: Update to 2.4.29.

* gnu/packages/web.scm (httpd): Update to 2.4.29.
[source]: Remove patch.
* gnu/packages/patches/httpd-CVE-2017-9798.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

6 years agognu: OBS Studio: Update to 20.1.3
Adriano Peluso [Wed, 3 Jan 2018 00:08:11 +0000 (01:08 +0100)]
gnu: OBS Studio: Update to 20.1.3

* gnu/packages/video.scm (obs): Update to 20.1.3

Signed-off-by: Leo Famulari <leo@famulari.name>
6 years agognu: Add emacs-evil-smartparens.
Arun Isaac [Thu, 28 Dec 2017 11:36:49 +0000 (17:06 +0530)]
gnu: Add emacs-evil-smartparens.

* gnu/packages/emacs.scm (emacs-evil-smartparens): New variable.

6 years agognu: knot: Update to 2.6.4.
Tobias Geerinckx-Rice [Tue, 2 Jan 2018 11:49:46 +0000 (11:49 +0000)]
gnu: knot: Update to 2.6.4.

* gnu/packages/dns.scm (knot): Update to 2.6.4.

6 years agognu: re2: Update to 2018-01-01.
Tobias Geerinckx-Rice [Tue, 2 Jan 2018 12:18:01 +0000 (12:18 +0000)]
gnu: re2: Update to 2018-01-01.

* gnu/packages/regex.scm (re2): Update to 2018-01-01.

6 years agognu: htslib: Mark up description.
Tobias Geerinckx-Rice [Mon, 1 Jan 2018 22:55:54 +0000 (22:55 +0000)]
gnu: htslib: Mark up description.

* gnu/packages/bioinformatics.scm (htslib)[description]: Use @command{}.

6 years agognu: ribotaper: Wrap executables.
Ricardo Wurmus [Tue, 2 Jan 2018 11:06:00 +0000 (12:06 +0100)]
gnu: ribotaper: Wrap executables.

* gnu/packages/bioinformatics.scm (ribotaper)[arguments]: Add phase
"wrap-executables".

6 years agognu: wine64-staging: Copy missing man file.
Rutger Helling [Tue, 2 Jan 2018 10:34:17 +0000 (11:34 +0100)]
gnu: wine64-staging: Copy missing man file.

* gnu/packages/wine.scm (wine64-staging)[arguments]: Copy missing man file from
"wine-staging" input. Clarify 'copy-wine32-files phase with comments.
[synopsis]: Use proper "WoW64" term.

6 years agognu: wine64: Copy missing man file.
Rutger Helling [Tue, 2 Jan 2018 10:33:16 +0000 (11:33 +0100)]
gnu: wine64: Copy missing man file.

* gnu/packages/wine.scm (wine64)[arguments]: Copy missing man file from "wine"
input. Clarify 'copy-wine32-files phase with comments.
[synopsis]: Use proper "WoW64" term.

6 years agognu: wine-staging: Update synopsis.
Rutger Helling [Tue, 2 Jan 2018 07:25:23 +0000 (08:25 +0100)]
gnu: wine-staging: Update synopsis.

* gnu/packages/wine.scm (wine-staging)[synopsis]: Clarify synopsis.

6 years agognu: wine: Update synopsis.
Rutger Helling [Tue, 2 Jan 2018 07:29:39 +0000 (08:29 +0100)]
gnu: wine: Update synopsis.

* gnu/packages/wine.scm (wine)[synopsis]: Clarify synopsis.

6 years agognu: python-pysam: Update to 0.13.0.
Tobias Geerinckx-Rice [Mon, 1 Jan 2018 22:43:37 +0000 (22:43 +0000)]
gnu: python-pysam: Update to 0.13.0.

* gnu/packages/bioinformatics.scm (python-pysam): Update to 0.13.0.

6 years agognu: htslib: Update to 1.6.
Tobias Geerinckx-Rice [Mon, 1 Jan 2018 20:13:14 +0000 (20:13 +0000)]
gnu: htslib: Update to 1.6.

* gnu/packages/bioinformatics.scm (htslib): Update to 1.6.

6 years agognu: ansible: Update to 2.4.2.0.
Tobias Geerinckx-Rice [Mon, 1 Jan 2018 19:13:36 +0000 (19:13 +0000)]
gnu: ansible: Update to 2.4.2.0.

* gnu/packages/admin.scm (ansible): Update to 2.4.2.0.
[description]: Redistribute hyphens.

6 years agognu: moreutils: Update to 0.62.
Tobias Geerinckx-Rice [Mon, 1 Jan 2018 21:45:00 +0000 (21:45 +0000)]
gnu: moreutils: Update to 0.62.

* gnu/packages/moreutils.scm (moreutils): Update to 0.62.

6 years agognu: ansible: Use HTTPS for home page.
Tobias Geerinckx-Rice [Mon, 1 Jan 2018 17:17:05 +0000 (17:17 +0000)]
gnu: ansible: Use HTTPS for home page.

* gnu/packages/admin.scm (ansible)[home-page]: Use HTTPS.