~ruther/guix-local

caa4e796 — Ricardo Wurmus 8 years ago
gnu: Add r-dbplyr.

* gnu/packages/statistics.scm (r-dbplyr): New variable.
4eebfefe — Kei Kebreau 8 years ago
gnu: retux: Update to 1.3.5.

* gnu/packages/games.scm (retux): Update to 1.3.5.
95c1324a — Kei Kebreau 8 years ago
gnu: python-tmx: Update to 1.10.

* gnu/packages/game-development.scm (python-tmx): Update to 1.10.
b1d1a10c — Kei Kebreau 8 years ago
gnu: python-sge-pygame: Update to 1.5.1.

* gnu/packages/game-development.scm (python-sge-pygame,
python2-sge-pygame): Update to 1.5.1.
7e31427f — Marius Bakke 8 years ago
gnu: python-pyjwt: Update to 1.5.2 [fixes CVE-2017-11424].

* gnu/packages/python.scm (python-pyjwt): Update to 1.5.2.
[source]: Add snippet to remove pre-compiled files.
[native-inputs]: Change PYTHON-PYTEST to PYTHON-PYTEST-3.0.
5883bb76 — Peter Mikkelsen 8 years ago
gnu: Add emacs-idris-mode.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b9dcaced — Peter Mikkelsen 8 years ago
gnu: Add emacs-prop-menu.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b6dc69af — Peter Mikkelsen 8 years ago
services: mpd: Remove the mpd-file field.

Since MPD switches user, the pid-file must be in a writable dir.  This
is now always /var/run/mpd/(user)/pid.

* gnu/services/audio.scm (mpd-service-type): Add a activation-service
extension.
(<mpd-configuration>)[pid-file]: Remove.
(mpd-service): Rename to...
(mpd-shepherd-service): ... this.
(mpd-file-name, mpd-service-activation): New procedure.
* doc/guix.texi (Audio Services): Document the changes.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
79ada57b — Tobias Geerinckx-Rice 8 years ago
gnu: knot: Update to 2.5.4.

* gnu/packages/dns.scm (knot): Update to 2.5.4.
1c25a52c — Paul Garlick 8 years ago
gnu: Add pt-scotch32.

* gnu/packages/maths.scm (pt-scotch32): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1c39f3b8 — Paul Garlick 8 years ago
gnu: Add "scotch32".

* gnu/packages/maths.scm (scotch32): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
0691851a — Ben Woodcroft 8 years ago
gnu: bioinformatics: Work around more "dotless @INC" build failures.

* gnu/packages/bioinformatics.scm (ncbi-vdb, sra-tools)[arguments]: Add
'set-perl-search-path' phase.
c959e5a1 — Ben Woodcroft 8 years ago
gnu: ruby-2.2.7: Fix CVE-2017-{0899,0900,0901,0902}.

* gnu/packages/patches/ruby-2.2.7-rubygems-2613-ruby22.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ruby.scm (ruby-2.2.7)[source]: Use it.
db542518 — Ben Woodcroft 8 years ago
gnu: ruby-2.3.4: Fix CVE-2017-{0899,0900,0901,0902}.

* gnu/packages/patches/ruby-2.3.4-rubygems-2613-ruby23.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ruby.scm (ruby-2.3.4)[source]: Use it.
9770cbf9 — Ben Woodcroft 8 years ago
gnu: ruby-2.4.1: Fix CVE-2017-{0899,0900,0901,0902}.

* gnu/packages/patches/ruby-rubygems-2612-ruby24.patch,
gnu/packages/patches/ruby-rubygems-2613-ruby24.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/ruby.scm (ruby-2.4.1)[source]: Use them.
690a904a — Ben Woodcroft 8 years ago
gnu: metabat: Update to 2.11.3.

* gnu/packages/bioinformatics.scm (metabat): Update to 2.11.3.
[source]: Use git-fetch.  Remove boost-related patch.
* gnu/packages/patches/metabat-fix-boost-issue.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2d2e97bd — Marius Bakke 8 years ago
gnu: vlc: Fix build and clean up expression.

Commit 3e0c54bf4de0b5e9d77271613287457dbcd64103 touches 'configure.ac' which
in turn regenerates 'po/Makefile.in.in' with the wrong SHELL and breaks
install.  While at it, consolidate the other patching phases and remove
unneeded inputs.

* gnu/packages/video.scm (vlc)[arguments]: Consolidate patching phases into a
'patch-source' phase and run it immediately after unpack.
[native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL.
3e0c54bf — Marius Bakke 8 years ago
gnu: vlc: Recover lost phase.

This is a followup to eb1f2420d5d72bb5d178a744cffb4978c7446286.

* gnu/packages/video.scm (vlc)[arguments]: Run the fix-livemedia-utils-prefix
phase before configure.
4f681561 — Marius Bakke 8 years ago
gnu: gd: Replace with 2.2.5.

Fixes CVE-2017-6362 and CVE-2017-7890.

* gnu/packages/gd.scm (gd)[replacement]: New field.
(gd-2.2.5): New variable.
* gnu/packages/php.scm (gd-for-php): Remove variable
(php)[inputs]: Replace GD-FOR-PHP with GD-2.2.5.
* gnu/packages/patches/gd-CVE-2017-7890.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
cad88b85 — Tobias Geerinckx-Rice 8 years ago
gnu: claws-mail: Update to 3.15.1.

* gnu/packages/mail.scm (claws-mail): Update to 3.15.1.
Next