~ruther/guix-local

fc29d5e6 — Ben Woodcroft 8 years ago
gnu: ruby-sdoc: Relax dependency requirement versions.

* gnu/packages/ruby.scm (ruby-sdoc)[arguments]: Relax dependency requirement
versions.
fb407489 — Ben Woodcroft 8 years ago
gnu: bundler: Update to 1.15.1.

* gnu/packages/ruby.scm (bundler): Update to 1.15.1.
9a7017eb — Ben Woodcroft 8 years ago
gnu: ruby-minitest-4: Exclude failing tests.

gnu/packages/ruby.scm (ruby-minitest-4): Exclude failing tests.
b4092cb8 — Ben Woodcroft 8 years ago
gnu: ruby-minitest: Update to 5.10.2.

* gnu/packages/ruby.scm (ruby-minitest): Update to 5.10.2.
a281acce — Ben Woodcroft 8 years ago
gnu: ruby-json: Update to 2.1.0.

* gnu/packages/ruby.scm (ruby-json): Update to 2.1.0.
1ed398d1 — Kei Kebreau 8 years ago
gnu: gnumeric: Update to 1.12.34.

* gnu/packages/gnome.scm (gnumeric): Update to 1.12.34.
[native-inputs]: Add docbook-xml and itstool.
dfb0323d — Kei Kebreau 8 years ago
gnu: shotwell: Update to 0.26.1.

* gnu/packages/gnome.scm (shotwell): Update to 0.26.1.
[inputs]: Add libgdata.
adc5cb1b — Kei Kebreau 8 years ago
gnu: Add libgdata.

* gnu/packages/gnome.scm (libgdata): New variable.
* gnu/packages/patches/libgdata-fix-tests.patch,
gnu/packages/patches/libgdata-glib-duplicate-tests.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
6f8cda18 — Marius Bakke 8 years ago
Merge branch 'master' into staging
6c1db130 — Marius Bakke 8 years ago
gnu: parallel: Update to 20170522.

* gnu/packages/parallel.scm (parallel): Update to 20170522.
a8d0c9cb — Christopher Baines 8 years ago
gnu: Add emacs-direnv.

* gnu/packages/emacs.scm (emacs-direnv): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add spectrwm.

* gnu/packages/wm.scm (spectrwm): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ce676015 — James Richardson 8 years ago
gnu: Add emacs-restclient.

* gnu/packages/emacs.scm (emacs-restclient): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8902d0f2 — Ludovic Courtès 8 years ago
scripts: Set thread names.

This allows 'guix publish' threads as well as 'guix substitute' and
'guix offload' processes to be properly labeled in 'top', 'pstree', etc.

* guix/workers.scm (worker-thunk): Add #:thread-name parameter and honor it.
(make-pool): Likewise.
* guix/scripts/publish.scm (http-write): Add calls to 'set-thread-name'
in bodies of 'call-with-new-thread'.
(guix-publish): Call 'set-thread-name'.   Pass #:thread-name to 'make-pool'.
* guix/scripts/offload.scm (guix-offload): Call 'set-thread-name'.
* guix/scripts/substitute.scm (guix-substitute): Likewise.
aa401f9b — Ludovic Courtès 8 years ago
syscalls: Add 'thread-name' and 'set-thread-name'.

* guix/build/syscalls.scm (PR_SET_NAME, PR_GET_NAME)
(%max-thread-name-length): New variables.
(%prctl, set-thread-name, thread-name): New procedures.
* tests/syscalls.scm ("set-thread-name"): New test.
2b95f247 — Leo Famulari 8 years ago
gnu: certbot, python-acme: Update to 0.14.2.

* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.14.2.
0fd0bb56 — Leo Famulari 8 years ago
gnu: rxvt-unicode: Disable an unwanted code execution vector.

* gnu/packages/patches/rxvt-unicode-escape-sequences.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xdisorg.scm (rxvt-unicode)[source]: Use it.
5cd0122e — Leo Famulari 8 years ago
gnu: synfigstudio: Fix patch name in 'gnu/local.mk'.

This is a followup to commit 2ac2b17251be51778963e6ced0b83e461d175d01.

* gnu/local.mk (dist_patch_DATA): Fix typo.
22e6656d — Leo Famulari 8 years ago
gnu: libtiff: Update replacement to 4.0.8 [security fixes].

See 'ChangeLog' in the source distribution for more information about
the bugs and security issues fixed in this release.

* gnu/packages/image.scm (libtiff)[replacement]: Replace with libtiff-4.0.8.
(libtiff/fixed): Replace with ...
(libtiff-4.0.8): New variable.
* gnu/packages/patches/libtiff-CVE-2017-7593.patch,
gnu/packages/patches/libtiff-CVE-2017-7594.patch,
gnu/packages/patches/libtiff-multiple-UBSAN-crashes.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
3cae1502 — Tobias Geerinckx-Rice 8 years ago
gnu: offlineimap: Update to 7.1.1.

* gnu/packages/mail.scm (offlineimap): Update to 7.1.1.
Next