~ruther/guix-local

428951b8 — Mark H Weaver 8 years ago
gnu: linux-libre@4.4: Update to 4.4.90.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.90.
90d23ed9 — Ludovic Courtès 8 years ago
system: Really filter out Linux device names for the store.

This is a followup to db4e8fd5d4a07d3be8ce68fb96722ef7077c0eee.
Fixes <https://bugs.gnu.org/28445>.
Reported by Mark H Weaver <mhw@netris.org>.

* gnu/system.scm (ensure-not-/dev): New procedure.
(read-boot-parameters)[ensure-not-/dev]: Remove.
(operating-system-boot-parameters): Use it.
5266ff71 — Christopher Baines 8 years ago
services: Add MongoDB.

* gnu/services/databases.scm (%default-mongodb-configuration-file,
  %mongodb-accounts, mongodb-service-type): New variables.
  (<mongodb-configuration>): New record type.
  (mongodb-activation, mongodb-shepherd-service): New procedures.
* gnu/tests/databases.scm (%test-mongodb): New variable.
* doc/guix.texi (Database Services): Add MongoDB documentation.
6bbbca90 — Christopher Baines 8 years ago
gnu: Add mongodb.

* gnu/packages/databases.scm (mongodb): New variable.
4bbc27ac — Tobias Geerinckx-Rice 8 years ago
gnu: btrfs-progs: Update to 4.13.2.

* gnu/packages/linux.scm (btrfs-progs): Update to 4.13.2.
2320d4f0 — Efraim Flashner 8 years ago
gnu: glibc-locales: Use 'modify-phases' syntax.

* gnu/packages/base.scm (glibc-locales)[arguments]: Use 'modify-phases'
syntax.
1738e244 — Ludovic Courtès 8 years ago
gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix): Update to 8b920d7.
8b920d70 — Ludovic Courtès 8 years ago
import: Use a 'file://' URL in 'alist->package' test.

* tests/import-utils.scm ("alist->package with simple source"): Use a
'file://' URL.
0b123242 — Ludovic Courtès 8 years ago
uuid: Fix typo in 'uuid=?' test.

* tests/uuid.scm ("uuid=?"): Change to 'test-assert'.
8bde6a52 — Tobias Geerinckx-Rice 8 years ago
gnu: dconf: Update to 0.26.1.

* gnu/packages/gnome.scm (dconf): Update to 0.26.1.
4a79befe — Tobias Geerinckx-Rice 8 years ago
gnu: glade: Update to 3.20.1.

* gnu/packages/gnome.scm (glade): Update to 3.20.1.
6c97f17f — Tobias Geerinckx-Rice 8 years ago
gnu: tor: Enable directory protocol compression.

* gnu/packages/tor.scm (tor)[native-inputs]: Add pkg-config.
[inputs]: Add xz and zstd.
b519d462 — Tobias Geerinckx-Rice 8 years ago
gnu: tor: Fix typo.

* gnu/packages/tor.scm (tor)[inputs]: Move unquote to its operand.
5ca4fe96 — Arun Isaac 8 years ago
gnu: octave: Reference makeinfo with absolute path.

* gnu/packages/maths.scm (octave)[arguments]: Add configure-makeinfo phase.
[inputs]: Add texinfo.
[native-inputs]: Remove texinfo.
e5788ebb — Ludovic Courtès 8 years ago
publish: Cache uncompressed nars as well.

Fixes <https://bugs.gnu.org/28664>.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.

* guix/scripts/publish.scm (bake-narinfo+nar): When COMPRESSION is
'none, write NAR instead of doing nothing.
(make-request-handler): Use 'render-nar/cached' for /nar URLs with no
compression.
* tests/publish.scm ("with cache", "with cache, uncompressed"): Adjust
expected result accordingly.
7006370e — Marius Bakke 8 years ago
gnu: vte-ng: Update to 0.50.1.a.

* gnu/packages/gnome.scm (vte-ng): Update to 0.50.1.a.
3f697ff2 — Marius Bakke 8 years ago
gnu: openjpeg: Update to 2.3.0.

* gnu/packages/patches/openjpeg-CVE-2017-12982.patch,
gnu/packages/patches/openjpeg-CVE-2017-14040.patch,
gnu/packages/patches/openjpeg-CVE-2017-14041.patch,
gnu/packages/patches/openjpeg-CVE-2017-14151.patch,
gnu/packages/patches/openjpeg-CVE-2017-14152.patch,
gnu/packages/patches/openjpeg-CVE-2017-14164.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/image.scm (openjpeg): Update to 2.3.0.
[source](patches): Remove.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Adjust openjpeg
substitution.
6d89a1ab — Marius Bakke 8 years ago
gnu: imagemagick: Update to 6.9.9-18.

Fixes <https://bugs.gnu.org/28692>.
Reported by Diego Nicola Barbato <dnbarbato@posteo.de>.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-18.
6cdd8c97 — Leo Famulari 8 years ago
gnu: libpng@1.2: Update to 1.2.59.

* gnu/packages/image.scm (libpng-1.2): Update to 1.2.59.
eb93f1c9 — Leo Famulari 8 years ago
gnu: certbot, python-acme: Update to 0.19.0.

* gnu/packages/tls.scm (certbot, python-acme): Update to 0.19.0.
Next