~ruther/guix-local

a4b0bfb1 — Eric Bavier 9 years ago
gnu: netcdf: Upgrade to 4.4.1.1.

* gnu/packages/maths.scm (netcdf, netcdf-parallel-openmpi): Upgrade to
4.4.1.1.
[source]: Adjust patch name, add netcdf-tst_h_par.patch
* gnu/packages/patches/netcdf-config.date.patch: Rename to...
* gnu/packages/patches/netcdf-date-time.patch: ...this.  Adjust for
latest source.
* gnu/packages/patches/netcdf-tst_h_par.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Adjust patches.
b45baef1 — Efraim Flashner 9 years ago
gnu: offlineimap: Update to 7.0.12.

* gnu/packages/mail.scm (offlineimap): Update to 7.0.12.
3cc0342b — Marius Bakke 9 years ago
gnu: dblatex: Do not use python setuptools for building.

* gnu/packages/docbook.scm (dblatex)[arguments]: Set #:use-setuptools?
to false.
463fb7d0 — Ludovic Courtès 9 years ago
offload: Do not abort when a machine is unreachable.

* guix/scripts/offload.scm (machine-load): Wrap 'open-ssh-session' call
in 'false-if-exception'; return +inf.0 if it returns #f.
74afca5d — Ludovic Courtès 9 years ago
offload: Gracefully report connection failures.

* guix/scripts/offload.scm (open-ssh-session): Check the return value of
'connect!'.  Call 'leave' when it's not 'ok.
6374633b — Ludovic Courtès 9 years ago
store: Increase buffering for the '%stderr-write' upcall.

* guix/store.scm (process-stderr) <%stderr-write>: Pass #:buffer-size to
'dump-port'.
9a8f9f84 — Ludovic Courtès 9 years ago
daemon: Buffer data sent to clients by the 'export-path' RPC.

Before that we'd have STDERR_WRITE round trips for very small amounts of
data, ranging from a few bytes for the metadata of nars to the size of
one file being exported.

With this change, something like:

  guix archive --export /gnu/store/5rrsbaghh5ix1vjcicsl60gsxilhjnf2-coreutils-8.25 | dd of=/dev/null

reports a throughput of 35 MB/s instead of 25 MB/s before.

* nix/nix-daemon/nix-daemon.cc (TunnelSink): Inherit from 'BufferedSink'
rather than 'Sink'.  Rename 'operator ()' to 'write'.
(performOp) <wopExportPath>: Add 'sink.flush' call.
0b724753 — Ludovic Courtès 9 years ago
offload: Warn about the lack of zlib support.

* guix/scripts/offload.scm (guix-offload): Print a warning when
'zlib-support?' returns false.
f3cf8606 — Ludovic Courtès 9 years ago
offload: Remove redundant call to 'topologically-sorted' in 'send-file'.

* guix/scripts/offload.scm (send-files): Remove call to
'topologically-sorted'.
4b67098d — Tomáš Čech 9 years ago
gnu: Add uget.

* gnu/packages/bittorrent.scm (uget): New variable.
02ecdeaa — David Thompson 9 years ago
gnu: ardour: Update to 5.5.

* gnu/packages/audio.scm (ardour): Update to 5.5.
329e432d — Efraim Flashner 9 years ago
gnu: python-gst: Update to 1.10.2.

* gnu/packages/gstreamer.scm (python-gst): Update to 1.10.2.
68c2ab8c — Efraim Flashner 9 years ago
gnu: gst-libav: Update to 1.10.2.

* gnu/packages/gstreamer.scm (gst-libav): Update to 1.10.2.
acc4d15c — Efraim Flashner 9 years ago
gnu: gst-plugins-ugly: Update to 1.10.2.

* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.10.2.
3103a71f — Efraim Flashner 9 years ago
gnu: gst-plugins-bad: Update to 1.10.2.

* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.10.2.
1742132f — Efraim Flashner 9 years ago
gnu: gst-plugins-good: Update to 1.10.2.

* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.10.2.
[source]: Remove patches.
* gnu/packages/patches/gst-plugins-good-fix-crashes.patch,
gnu/packages/patches/gst-plugins-good-fix-invalid-read.patch,
gnu/packages/patches/gst-plugins-good-fix-signedness.patch,
gnu/packages/patches/gst-plugins-good-flic-bounds-check.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2f0b72af — Efraim Flashner 9 years ago
gnu: gst-plugins-base: Update to 1.10.2.

* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.10.2.
a8ce5851 — Efraim Flashner 9 years ago
gnu: gstreamer: Update to 1.10.2.

* gnu/packages/gstreamer.scm (gstreamer): Update to 1.10.2.
d0b9c34f — Efraim Flashner 9 years ago
gnu: perl-catalyst-action-rest: Change to new uri.

This is a followup to abafd66d04c10fad77a8751fcc3a4dda192c6570.

* gnu/packages/web.scm (perl-catalyst-action-rest)[source]: Update to
new source uri.
94692757 — Efraim Flashner 9 years ago
gnu: perl-catalyst-view-tt: Change source uri.

This is a followup to 776ca1cb223eb8ec439c7979d5440d5e5fbcaae0.

* gnu/packages/web.scm (perl-catalyst-view-tt)[source]: Change to new
source uri.
Next