gnu: certbot, python-acme: Update to 0.19.0.
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.19.0.
gnu: lightning: Update to 2.1.2.
* gnu/packages/assembly.scm (lightning): Update to 2.1.2.
gnu: Add pdsh.
* gnu/packages/ssh.scm (pdsh): New variable.
gnu: Add imb-openmpi.
* gnu/packages/benchmark.scm (imb): New procedure.
(imb-openmpi): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
guix system: Error out when passed a wrong file system UUID/label.
* guix/scripts/system.scm (check-file-system-availability): New
procedure.
(perform-action): Use it.
file-systems: Add a 'location' field to <file-system>.
* gnu/system/file-systems.scm (<file-system>)[location]: New field.
uuid: Add 'uuid=?' and use it.
* gnu/system/uuid.scm (uuid=?): New procedure.
* tests/uuid.scm ("uuid=?"): New test.
* gnu/build/file-systems.scm (partition-uuid-predicate)
(luks-partition-uuid-predicate): Use it instead of 'bytevector=?'.
gnu: Add python-numpy-next.
* gnu/packages/python.scm (python-numpy-next, python2-numpy-next): New
variables.
Revert "gnu: python-numpy: Update to 1.13.1."
This reverts commit 025b196d9b739418dd9d305864fdb1fb1d0d5af2.
This is necessary as neither the current release nor the latest development
version of python-pandas can be build with numpy 1.13.x.
gnu: curl: Update replacement to 7.56.0 [security fixes].
Fixes CVE-2017-1000254.
See <https://curl.haxx.se/docs/adv_20171004.html> for details.
* gnu/packages/curl.scm (curl)[replacement]: Update to 7.56.0.
(curl-7.55.0): Rename to ...
(curl-7.56.0): ... this.
[arguments]: Remove 'fix-Makefile' phase.
[source]: Remove patch.
* gnu/packages/patches/curl-bounds-check.patch: Delete it.
* gnu/local.mk (dist_patch_DATA): Remove it.
gnu: xorg-server: Update to 1.19.4 [fixes CVE-2017-13721, CVE-2017-13723].
The GPG signature for the bz2 tarball is bad, but the checksum matches the
signed release announcement, and contents are identical to the good .gz.
* gnu/packages/xorg.scm (xorg-server): Update to 1.19.4.
[source]: Remove obsolete patches.
* gnu/packages/patches/xorg-server-CVE-2017-10971.patch,
gnu/packages/patches/xorg-server-CVE-2017-10972.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
gnu: mutt: Update to 1.9.1.
* gnu/packages/mail.scm (mutt): Update to 1.9.1.
gnu: isync: Update to 1.3.0.
* gnu/packages/mail.scm (isync): Update to 1.3.0.
[native-inputs]: Add perl.
gnu: Add python-parameterized.
* gnu/packages/check.scm (python-parameterized, python2-parameterized): New
variables.
gnu: python-numexpr: Update to 2.6.4.
* gnu/packages/python.scm (python-numexpr): Update to 2.6.4.
gnu: python-numpy: Give sh store location instead of setting $SHELL.
* gnu/packages/python.scm (python-numpy): [arguments] Don't set $SHELL in the
environment, but embed the store location of bash-minimal as a default
shell. Otherwise, we have to set $SHELL for every package which uses
numpy's distutils.
gnu: virtuoso-ose: Limit to 64-bit platforms.
* gnu/packages/databases.scm (virtuoso-ose)[supported-systems]: New field.
gnu: emacs-pyim: Fix error input name
* gnu/packages/emacs.scm (emacs-pyim): Fix error input name.
Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: emacs-slime: Update to 2.20.
* gnu/packages/emacs.scm (emacs-slime): Update to 2.20.
Signed-off-by: Christopher Baines <mail@cbaines.net>