~ruther/guix-local

f26fa354 — Tobias Geerinckx-Rice 8 years ago
gnu: newsbeuter: Deprecate in favour of newsboat.

* gnu/packages/syndication.scm (newsbeuter): Redefine using
‘deprecated-package’.
* gnu/packages/patches/newsbeuter-CVE-2017-12904.patch: Delete file.
* gnu/packages/patches/newsbeuter-CVE-2017-14500.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Remove both.
e21888dd — Ludovic Courtès 8 years ago
derivations: Fix typo in docstring.

* guix/derivations.scm (derivation-prerequisites): Fix typo in docstring.
55f40fdb — Ludovic Courtès 8 years ago
ssh: Pass an empty "exceptfds" set to 'select'.

Previously the redirect code could end up exiting prematurely because of
an uninteresting "exceptional condition" on the socket (info "(libc)
Waiting for I/O").

* guix/ssh.scm (remote-daemon-channel): Pass the empty list as the third
argument to 'select'.  It was a mistake to pass a non-empty list there
in the first place.
158eadef — Ludovic Courtès 8 years ago
doc: Fix typo in 'guix environment' example.

* doc/guix.texi (Invoking guix environment): Add missing @ in example.
39d1e965 — Ludovic Courtès 8 years ago
store: Fix potential over-reads in 'import-paths'.

Previously 'process-stderr' would always pass a bytevector of MAX-LEN to
then daemon in the %stderr-read case (i.e., 'import-paths'), instead of
LEN (where LEN <= MAX-LEN).

In practice the extra bytes didn't cause a protocol violation or
anything because they happen at the end of the stream, which typically
contains the canonical sexp of the signature, and the extra zeros were
just ignored.

* guix/serialization.scm (write-bytevector): Add optional 'l' parameter
and honor it.
* guix/store.scm (process-stderr): Pass LEN to 'write-bytevector'.
17af5d51 — Ludovic Courtès 8 years ago
ssh: Work around 'get-bytevector-some' bug.

This works around <https://bugs.gnu.org/30066> and noticeably improves
performance when using GUIX_DAEMON_SOCKET=ssh://HOST (the redirect code
was transferring data to guix-daemon one byte at a time!).

* guix/ssh.scm (remote-daemon-channel)[redirect]: Define 'read!' and use
it instead of 'get-bytevector-some'.
74a23552 — Tobias Geerinckx-Rice 8 years ago
gnu: rrdtool: Update to 1.7.0.

* gnu/packages/rrdtool.scm (rrdtool): Update to 1.7.0.
[native-inputs]: Add bc, perl, and tzdata.
[arguments]: Remove obsolete substitution in ‘pre-configure’ phase.
Set TZDIR for tests in new ‘prepare-test-environment’ phase.
Add ‘remove-native-input-references’ phase for example scripts.
cd661a41 — Tobias Geerinckx-Rice 8 years ago
gnu: fio: Update to 3.3.

* gnu/packages/benchmark.scm (fio): Update to 3.3.
9998c551 — Tobias Geerinckx-Rice 8 years ago
gnu: perl-list-moreutils: Update to 0.428.

* gnu/packages/perl.scm (perl-list-moreutils): Update to 0.428.
721bdea5 — Tobias Geerinckx-Rice 8 years ago
gnu: libmtp: Update to 1.1.14.

* gnu/packages/libusb.scm (libmtp): Update to 1.1.14.
0ee12dc9 — Tobias Geerinckx-Rice 8 years ago
gnu: python-idna: Update to 2.6.

* gnu/packages/python.scm (python-idna): Update to 2.6.
c959a774 — Tobias Geerinckx-Rice 8 years ago
gnu: ocaml-zed: Update to 1.6.

* gnu/packages/ocaml.scm (ocaml-zed): Update to 1.6.
86f0d00c — Tobias Geerinckx-Rice 8 years ago
gnu: rrdtool: Re-order imports.

* gnu/packages/rrdtool.scm: Order imports alphabetically.
570623d5 — Tobias Geerinckx-Rice 8 years ago
gnu: rrdtool: Use HTTPS for home page.

* gnu/packages/rrdtool.scm (rrdtool)[home-page]: Use HTTPS.
cac274aa — Efraim Flashner 8 years ago
gnu: wine: Remove duplicate supported-systems field.

* gnu/packages/wine.scm (wine)[supported-systems]: Remove duplicate
field.
f8b135b2 — Mark H Weaver 8 years ago
gnu: linux-libre: Update to 4.14.13.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.13.
(%linux-libre-hash): Update hash.
fc2a5fa3 — Mark H Weaver 8 years ago
gnu: linux-libre@4.9: Update to 4.9.76.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.76.
7e0ae2bc — Mark H Weaver 8 years ago
gnu: linux-libre@4.4: Update to 4.4.111.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.111.
db34d4bb — Efraim Flashner 8 years ago
gnu: grub-hybrid: Don't try to install files that already exist.

* gnu/packages/bootloaders.scm (grub-hybrid)[arguments]: Check if a file
already exists in the destination directory before installing it.
7ba2a1af — Efraim Flashner 8 years ago
gnu: wine: Limit supported architectures to ones that can build our wine.

* gnu/packages/wine.scm (wine)[supported systems]: New field, limit to
architectures which can build for their selected '#:system'.
Next