gnu: inet-utils: Mention `hostname` in description. * gnu/packages/admin.scm (inetutils)[description]: Update description.
gnu: tmux: Update to 2.5. * gnu/packages/tmux.scm (tmux): Update to 2.5. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: alpine: Use new URL. * gnu/packages/mail.scm (alpine)[source]: Use new URL for download. (home-page): Use new URL. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: shepherd: Allow cross-compilation. * gnu/packages/admin.scm (shepherd)[native-inputs]: Add GUILE-2.0.
gnu: util-linux: Fix cross-compilation. * gnu/packages/linux.scm (util-linux)[inputs]: Add NET-BASE when (%current-target-system) is true. Fixes cross-compilation.
linux-initrd: Avoid monadic style a bit. * gnu/system/linux-initrd.scm (expression->initrd): Use 'program-file' for 'init'. (flat-linux-module-directory): Use 'computed-file' instead of 'gexp->derivation'. (raw-initrd): Adjust accordingly.
gnu: emacs-exwm-x: Update to 1.6.2. * gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.6.2.
gnu: emacs-switch-window: Update to 1.5.1. * gnu/packages/emacs.scm (emacs-switch-window): Update to 1.5.1.
gnu: gemma: Fix building on non-Intel architectures. * gnu/packages/patches/gemma-intel-compat.patch: New file. * gnu/packages/bioinformatics.scm (gemma)[source]: Add patch. [arguments]: Add NO_INTEL_COMPAT flag on non-Intel architectures. * gnu/local.mk (dist_patch_DATA): Register patch.
gnu: gajim: Update to 0.16.8. * gnu/packages/messaging.scm (gajim): Update to 0.16.8. [source]: Remove patch. * gnu/packages/patches/gajim-CVE-2016-10376.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
services: Add 'sysctl-service-type'. * gnu/services/sysctl.scm: New file. * doc/guix.texi (Miscellaneous Services): Document it. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
gnu: diamond: Update to 0.9.9. * gnu/packages/bioinformatics.scm (diamond): Update to 0.9.9.
gnu: blast+: Update to 2.6.0. * gnu/packages/bioinformatics.scm (blast+): Update to 2.6.0. [origin]: Remove bundled pcre. [arguments]: Replace paths in run_with_lock.c. Configure with pcre. [inputs]: Add pcre, perl, python.
gnu: linux-libre: Update to 4.12. * gnu/packages/linux.scm (%linux-libre-version): Update to 4.12. (%linux-libre-hash): Update hash. * gnu/packages/aux-files/linux-libre/4.11-i686.conf, gnu/packages/aux-files/linux-libre/4.11-x86_64.conf: Delete files. * gnu/packages/aux-files/linux-libre/4.12-i686.conf, gnu/packages/aux-files/linux-libre/4.12-x86_64.conf: New files. * Makefile.am (AUX_FILES): Update accordingly.
gnu: qt: Update to 5.9.1. * gnu/packages/qt.scm (qtbase, qtsvg, qtimageformats, qtx11extras) (qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors) (qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel) (qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2) (qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d) (qtcharts, qtdatavis3d, qtwebkit): Update to 5.9.1. (qtwebkit)[source]: Change to official qt location.
gnu: python-pylint: Update to 1.7.2. * gnu/packages/python.scm (python-pylint): Update to 1.7.2. [native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-RUNNER.
gnu: python-astroid: Update to 1.5.3. * gnu/packages/python.scm (python-astroid): Update to 1.5.3. [properties]: Declare python2 variant. (python2-astroid)[propagated-inputs]: Add PYTHON2-BACKPORTS-FUNCTOOLS-LRU-CACHE, PYTHON2-ENUM34 and PYTHON2-SINGLEDISPATCH.
gnu: python-pyopenssl: Update to 17.1.0. * gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to 17.1.0. [source]: Remove patch. [native-inputs]: Add PYTHON-PRETEND. [arguments]<#:phases>: Disable the network test here instead of via a patch. Also disable one new test. * gnu/packages/patches/python-pyopenssl-skip-network-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
gnu: python-cryptography: Update to 1.9. * gnu/packages/python.scm (python-cryptography-vectors): Update to 1.9. (python-cryptography): Update to 1.9. [propagated-inputs]: Remove PYTHON-PACKAGING.
gnu: python-cffi: Update to 1.10.0. * gnu/packages/python.scm (python-cffi): Update to 1.10.0. [arguments]<#:phases>: Patch distutils.ccompiler call to use "gcc". Patch another hard-coded cc invocation. Adjust `py.test` invocation per README.