~ruther/guix-local

eab68c83 — Tobias Geerinckx-Rice 8 years ago
gnu: dmidecode: Update to 3.1.

* gnu/packages/admin.scm (dmidecode): Update to 3.1.
f7147e27 — Tobias Geerinckx-Rice 8 years ago
gnu: gpgme: Update to 1.10.0.

* gnu/packages/gnupg.scm (gpgme): Update to 1.10.0.
[arguments]: Remove ‘patch-cmake-file’ work-around for fixed bug.
864f3f1d — Tobias Geerinckx-Rice 8 years ago
gnu: offlineimap: Update to 7.1.5.

* gnu/packages/mail.scm (offlineimap): Update to 7.1.5.
b15af0ce — Tobias Geerinckx-Rice 8 years ago
gnu: lcov: Update to 1.13.

* gnu/packages/code.scm (lcov): Update to 1.13.
[arguments]: Remove superfluous #:make-flags.
1124683d — Julien Lepiller 8 years ago
gnu: java-powermock-modules-junit4: Fix junit version detection.

* gnu/packages/java.scm (java-powermock-modules-junit4)[arguments]: Fix
junit version detection.
59e0021c — Julien Lepiller 8 years ago
gnu: java-powermock-core: Include resources.

* gnu/packages/java.scm (java-powermock-core)[arguments]: Add a phase to
include resources.
7c0926ea — Ludovic Courtès 8 years ago
gnu: guix: Update snapshot to 0dcf675.

* gnu/packages/package-management.scm (guix): Update to 0dcf675.
22c334fa — Ludovic Courtès 8 years ago
gnu: hunspell-dict-en: Include all the .dic files.

Fixes a regression introduced in
d4d7d70912642be18d93c9ce6470f8650097b5e5 which broke
'hunspell-dict-en' (but not the 'hunspell-dict-en-*' variants.)

* gnu/packages/aspell.scm (aspell-word-list)[install]: Check whether
'LANGUAGE.dic' exist before installing it.  If it doesn't exist, install
all of *.dic.
0dcf675c — Ludovic Courtès 8 years ago
ssh: Switch back to 'get-bytevector-some'.

This mostly reverts 17af5d51de7c40756a4a39d336f81681de2ba447.
Suggested by Andy Wingo <wingo@igalia.com>.

* guix/ssh.scm (remote-daemon-channel)[redirect]: Remove 'read!' FFI
hack.  Use buffered ports.
4eb0f9ae — Ludovic Courtès 8 years ago
offload: 'test' reports Guile and module errors more nicely.

Fixes <https://bugs.gnu.org/26008>.
Reported by Myles English <mylesenglish@gmail.com>.

* guix/ssh.scm (retrieve-files*): Move error reporting to...
(report-guile-error, report-module-error): ... here.  New procedures.
* guix/scripts/offload.scm (assert-node-repl): Use 'report-guile-error'.
(assert-node-has-guix): Explicitly check for 'use-modules' first.  Use
'report-module-error'.
5a5e34e3 — Ludovic Courtès 8 years ago
offload: 'test' gracefully handles 'node-repl-error'.

Fixes <https://bugs.gnu.org/28057>.
Reported by Ricardo Wurmus <rekado@elephly.net>.

* guix/scripts/offload.scm (assert-node-has-guix): Catch
'node-repl-error' and call 'leave'.
0e3c8528 — Ludovic Courtès 8 years ago
ssh: 'retrieve-files' now only retrieves what's missing.

* guix/ssh.scm (retrieve-files): Remove the subset of FILES that is
valid in LOCAL.
(store-export-channel): Add comment.
d06d54e3 — Ludovic Courtès 8 years ago
offload: Fix regression in file retrieval.

This fixes a regression in 'retrieve-files*' introduced in
896fec476f728183b331cbb6e2afb891207b4205, whereby (guix scripts offload)
would not read the initial sexp now sent by the remote host via
'store-export-channel'.  This would effectively prevent file retrieval
entirely when offloading.

* guix/ssh.scm (retrieve-files*): New procedure, like former
'retrieve-files' but with an extra #:import parameter.
(retrieve-files): Rewrite in terms of 'retrieve-files*'.
(file-retrieval-port): Make private.
* guix/scripts/offload.scm (transfer-and-offload): Pass #:import to
'retrieve-files*'.
(retrieve-files*): Remove.
6b433cae — Leo Famulari 8 years ago
gnu: transmission: Fix a DNS rebinding vulnerability that allows RCE.

* gnu/packages/patches/transmission-fix-dns-rebinding-vuln.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/bittorrent.scm (transmission)[source]: Use it.
d95bb295 — Tobias Geerinckx-Rice 8 years ago
gnu: dtc: Update to 1.4.6.

* gnu/packages/bootloaders.scm (dtc): Update to 1.4.6.
[source]: Remove both patches.
* gnu/packages/patches/dtc-format-modifier.patch: Delete file.
* gnu/packages/patches/dtc-32-bits-check.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Remove both.
b09c6b55 — Tobias Geerinckx-Rice 8 years ago
gnu: harminv: Update to 1.4.1.

* gnu/packages/engineering.scm (harminv): Update to 1.4.1.
[source, home-page]: Switch to new host.
a0bb98c3 — Tobias Geerinckx-Rice 8 years ago
gnu: gphoto2: Update to 2.5.15.

* gnu/packages/photo.scm (gphoto2): Update to 2.5.15.
84f5e437 — Tobias Geerinckx-Rice 8 years ago
gnu: libgphoto2: Update to 2.5.16.

* gnu/packages/photo.scm (libgphoto2): Update to 2.5.16.
58e3603e — Tobias Geerinckx-Rice 8 years ago
gnu: colordiff: Update to 1.0.18.

Also add the non-archive URL, which was probably the intention of commit
8d479d27ca74f86a69b48d385f3d9537adf5392b.  Better late than never.

* gnu/packages/patchutils.scm (colordiff): Update to 1.0.18.
138c0889 — Leo Famulari 8 years ago
gnu: libvorbis: Fix CVE-2017-{14632,14633}.

* gnu/packages/patches/libvorbis-CVE-2017-14632.patch,
gnu/packages/patches/libvorbis-CVE-2017-14633.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/xiph.scm (libvorbis)[replacement]: New field.
(libvorbis/fixed): New variable.
Next