gnu: liboauth: Correct synopsis and description.
* gnu/packages/web.scm (liboauth): Correct them.
gnu: tiled: Update to 1.0.0.
* gnu/packages/game-development.scm (tiled): Update to 1.0.0.
gnu: Add js-mathjax.
* gnu/packages/javascript.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/javascript.scm (js-mathjax): New variable.
gnu: Add font-mathjax.
* gnu/packages/fonts.scm (font-mathjax): New variable.
gnu: youtube-dl: Update to 2017.05.07.
* gnu/packages/video.scm (youtube-dl): Update to 2017.05.07.
gnu: git: Update to 2.13.1.
* gnu/packages/version-control.scm (git): Update to 2.13.1.
gnu: xf86-input-wacom: Update to 0.34.2.
* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.34.2.
[source]: Remove obsolete patch.
* gnu/packages/patches/xf86-input-wacom-xorg-abi-25.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
gnu: libwacom: Update to 0.25.
* gnu/packages/xdisorg.scm (libwacom): Update to 0.25.
gnu: ethtool: Update to 4.11.
* gnu/packages/networking.scm (ethtool): Update to 4.11.
gnu: iproute2: Update to 4.11.0.
* gnu/packages/linux.scm (iproute): Update to 4.11.0.
gnu: libconfuse: Update to 3.2.
* gnu/packages/wm.scm (libconfuse): Update to 3.2.
gnu: exfat-tools: Update to 1.2.7.
* gnu/packages/mtools.scm (exfat-tools): Update to 1.2.7.
gnu: fuse-exfat: Update to 1.2.7.
* gnu/packages/linux.scm (fuse-exfat): Update to 1.2.7.
services: guix: Add 'max-silent-time' and 'timeout'.
* gnu/services/base.scm (<guix-configuration>)[max-silent-time]
[timeout]: New fields.
(guix-shepherd-service): Honor them.
* doc/guix.texi (Base Services): Document them.
gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix): Update to de9d8f0.
gnu: imagemagick: Update to 6.9.8-9.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.8-9.
gnu: libass: Update to 0.13.7.
* gnu/packages/video.scm (libass): Update to 0.13.7.
ssh: Improve error reporting when 'send-files' fails.
Fixes <http://bugs.gnu.org/26972>.
* guix/ssh.scm (store-import-channel)[import]: Add 'consume-input'
procedure. Wrap body in 'catch' and 'guard'. Use 'open-remote-pipe'
with OPEN_BOTH instead of 'open-remote-output-pipe'.
(send-files): After the 'channel-send-eof' call, do (read port).
Interpret the result sexp and raise an error condition if needed.
gnu: libssh: Update to 0.7.5.
* gnu/packages/ssh.scm (libssh): Update to 0.7.5.
[source](patches): New field.