gnu: Add mingw-w64. * gnu/packages/patches/gcc-4.9.3-mingw-gthr-default.patch, gnu/packages/patches/mingw-w64-5.0rc2-gcc-4.9.3.patch, gnu/packages/mingw.scm: New files. * gnu/local.mk (dist_patch_DATA): Add the patches. (GNU_SYSTEM_MODULES): Add mingw.scm.
doc: Correct example for 'wpa-supplicant-service-type'. * doc/guix.texi (Networking Services): Change example to use 'wpa-supplicant-service-type'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: zynaddsubfx: Update to 3.0.1. * gnu/packages/music.scm (zynaddsubfx): Update to 3.0.1.
gnu: libx264: Update to 20161205-2245. * gnu/packages/video.scm (libx264): Update to 20161205-2245. [source]: Use https. [home-page]: Same.
gnu: radicale: Skip the test suite. * gnu/packages/dav.scm (radicale)[arguments]: Skip the tests.
gnu: ffmpeg: Update to 3.2.2. * gnu/packages/video.scm (ffmpeg): Update to 3.2.2.
gnu: emacs-expand-region: Update to 0.11.0. * gnu/packages/emacs.scm (emacs-expand-region): Update to 0.11.0.
gnu: httpd: Add fix for CVE-2016-8740. * gnu/packages/web.scm (httpd)[source]: Add patch for CVE-2016-8740. * gnu/packages/patches/httpd-CVE-2016-8740.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
gnu: python2-notebook: Fix build. * gnu/packages/python.scm (python2-notebook)[properties]: Add python2-variant. (python2-notebook)[native-packages] add python2-mock. [arguments] Add phase "disable-test-case" for disabling a failing test. immediately
gnu: python-ipython-genutils: Update description. * gnu/packages/python.scm (python-ipython-genutils)[description]: Add deprecation note and TODO comment.
gnu: python-ipython: Update to 4.0.3 * gnu/packages/python.scm (python-ipython, python2-ipython): Update to version 4.0.3.
gnu: Add seq24. * gnu/packages/music.scm (seq24): New variable. * gnu/packages/patches/seq24-rename-mutex.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch.
gnu: links: Update to 2.14. * gnu/packages/links.scm (links): Update to 2.14.
gnu: Add openh264. * gnu/packages/video.scm (openh264): New variable.
gnu: guix: Update development snapshot. * gnu/packages/package-management.scm (guix-devel): Update to 8d125c.
offload: Increase the connection timeout. * guix/scripts/offload.scm (open-ssh-session): Set #:timeout to 10.
offload: Send the build log to the right file descriptor. This fixes a regression introduced in 21531add3205e400707c8fbfd841845f9a71863a whereby the build log would no longer be sent to FD 4, thereby leading the daemon to not see the build log. * guix/scripts/offload.scm (transfer-and-offload): Parameterize CURRENT-BUILD-OUTPUT-PORT.
gnu: guix: Update development snapshot. * gnu/packages/package-management.scm (guix-devel): Update to e11c42f.
offload: Fix plural of some messages. * guix/scripts/offload.scm (send-files): Use 'N_' for possibly plural message. Write "store item" instead of "store file". (retrieve-files): Likewise.
offload: Make the compression methods configurable. * guix/scripts/offload.scm (<build-machine>)[compression] [compression-level]: New fields. (open-ssh-session): Honor them. * doc/guix.texi (Daemon Offload Setup): Document them.