~ruther/guix-local

eb93f1c9 — Leo Famulari 8 years ago
gnu: certbot, python-acme: Update to 0.19.0.

* gnu/packages/tls.scm (certbot, python-acme): Update to 0.19.0.
5fe56448 — Kei Kebreau 8 years ago
gnu: lightning: Update to 2.1.2.

* gnu/packages/assembly.scm (lightning): Update to 2.1.2.
227dbd84 — Ricardo Wurmus 8 years ago
gnu: Add pdsh.

* gnu/packages/ssh.scm (pdsh): New variable.
04717e94 — Dave Love 8 years ago
gnu: Add imb-openmpi.

* gnu/packages/benchmark.scm (imb): New procedure.
(imb-openmpi): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9d80d0e9 — Ludovic Courtès 8 years ago
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.
dd41a7f8 — Ludovic Courtès 8 years ago
file-systems: Add a 'location' field to <file-system>.

* gnu/system/file-systems.scm (<file-system>)[location]: New field.
aed1f1b0 — Ludovic Courtès 8 years ago
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=?'.
67a08f18 — Ricardo Wurmus 8 years ago
gnu: Add python-numpy-next.

* gnu/packages/python.scm (python-numpy-next, python2-numpy-next): New
variables.
eaa1db1d — Ricardo Wurmus 8 years ago
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.
46cf3186 — Kei Kebreau 8 years ago
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.
488d380c — Leo Famulari 8 years ago
gnu: go: update to 1.9.1 [security fixes].

See the release announcement and bug reports for more details about the
security issues fixed in this release:

https://groups.google.com/forum/m/#!topic/golang-nuts/sHfMg4gZNps
https://golang.org/issue/22125
https://golang.org/issue/22134

* gnu/packages/golang.scm (go-1.9): Update to 1.9.1.
a35532f5 — Marius Bakke 8 years ago
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.
f120b4ab — Leo Famulari 8 years ago
gnu: mutt: Update to 1.9.1.

* gnu/packages/mail.scm (mutt): Update to 1.9.1.
49490231 — Leo Famulari 8 years ago
gnu: isync: Update to 1.3.0.

* gnu/packages/mail.scm (isync): Update to 1.3.0.
[native-inputs]: Add perl.
63aa8558 — Ricardo Wurmus 8 years ago
gnu: Add python-parameterized.

* gnu/packages/check.scm (python-parameterized, python2-parameterized): New
variables.
cb91edeb — Ricardo Wurmus 8 years ago
gnu: python-numexpr: Update to 2.6.4.

* gnu/packages/python.scm (python-numexpr): Update to 2.6.4.
1033cdbb — Thomas Danckaert 8 years ago
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.
48b68c61 — Efraim Flashner 8 years ago
gnu: virtuoso-ose: Limit to 64-bit platforms.

* gnu/packages/databases.scm (virtuoso-ose)[supported-systems]: New field.
6fe2d37c — Feng Shu 8 years ago
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>
d2f93e61 — Oleg Pykhalov 8 years ago
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>
Next