install: Add dosfstools.
* gnu/system/install.scm (installation-os)[packages]: Add DOSFSTOOLS.
gnu: tor: Recommend torsocks.
* gnu/packages/tor.scm (tor)[description]: Recommend torsocks.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
gnu: grub: Add dependency on efibootmgr.
Suggested by Marius Bakke <mbakke@fastmail.com>.
* gnu/packages/grub.scm (grub)[arguments]: In 'patch-stuff', set
efibootmgr absolute file name in 'platform.c'.
[inputs]: Add EFIBOOTMGR.
doc: "Nar" now means "normalized archive".
* doc/guix.texi (Invoking guix archive): Mention "normalized archive"
and add index entries.
gnu: libraw1394: Update to 2.1.2.
* gnu/packages/linux.scm (libraw1394): Update to 2.1.2.
gnu: kmod: Update to 23.
* gnu/packages/linux.scm (kmod): Update to 23.
gnu: ethtool: Update to 4.8.
* gnu/packages/networking.scm (ethtool): Update to 4.8.
gnu: mcelog: Update to 146.
* gnu/packages/linux.scm (mcelog): Update to 146.
gnu: linux-libre@4.4: Update to 4.4.39.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.39.
gnu: guile-irregex: Update to 0.9.6 [fixes CVE-2016-9954].
* gnu/packages/guile.scm (guile-irregex): Update to 0.9.6.
services: cuirass: Put specifications in the store.
* gnu/services/cuirass.scm (<cuirass-configuration>): Change type of
'specifications' field to an alist to match the documentation example.
(cuirass-shepherd-service): Store the provided specifications in a file. Use
that file as the "--specification" argument.
gnu: cuirass: Update to revision 2.
* gnu/packages/ci.scm (cuirass): Update to revision 2.
[native-inputs]: Add texinfo.
gnu: libpsl: Update to 0.16.0.
* gnu/packages/web.scm (libpsl): Update to 0.16.0.
gnu: openconnect: Update to 7.08.
* gnu/packages/vpn.scm (openconnect): Update to 7.09.
gnu: Add system test for the rpcbind-daemon service.
* gnu/tests/nfs.scm: New file.
* gnu/local.mk: Add it.
gnu: Add kdevelop.
* gnu/packages/kde.scm (kdevelop): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add kdevplatform.
* gnu/packages/kde.scm (kdevplatform): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: libksysguard: Correct inputs.
* gnu/packages/kde.scm (libksysguard)[inputs]: Remove kdbusaddons,
kdoctools, kinit, knewstruff, knotifications, kio; add kauth,
kcompletion, kconfig, kcoreaddons, kwidgetsaddons.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
services: postgresql: Add locale to configuration
* gnu/services/databases.scm (<postgresql-configuration>): Add locale
field.
(postgresql-shepherd-service): Pass locale to initdb.
(postgresql-service): Add locale default.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>