~ruther/guix-local

795ec760 — Tobias Geerinckx-Rice 8 years ago
install: Fix typo.

* gnu/system/install.scm (installation-os): Fix typo in comment.
9629c6b4 — Tobias Geerinckx-Rice 8 years ago
gnu: cyrus-sasl: Use new home page.

* gnu/packages/cyrus-sasl.scm (cyrus-sasl)[home-page]: Update.
11ed4108 — Tobias Geerinckx-Rice 8 years ago
gnu: methylkit: Use new home page.

* gnu/packages/bioinformatics.scm (methylkit)[home-page]: Update.
7c087150 — Ben Woodcroft 8 years ago
gnu: vsearch: Update to 2.6.0.

* gnu/packages/bioinformatics.scm (vsearch): Update to 2.6.0.
59da6f04 — Ludovic Courtès 8 years ago
download: Work around bogus HTTP handling in Guile 2.2 <= 2.2.2.

Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>
at <https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00070.html>.

* guix/build/download.scm (write-request-line) [guile-2.2]: New
procedure.
74c0aeb0 — Leo Famulari 8 years ago
gnu: webkitgtk: Update to 2.18.3 [fixes CVE-2017-{13788,13798,13803}].

* gnu/packages/webkit.scm (webkitgtk): Update to 2.18.3.
adf7e69c — Leo Famulari 8 years ago
gnu: qemu: Fix CVE-2017-{15038,15268,15289}.

* gnu/packages/patches/qemu-CVE-2017-15038.patch,
gnu/packages/patches/qemu-CVE-2017-15268.patch,
gnu/packages/patches/qemu-CVE-2017-15289.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/virtualization.scm (qemu)[source]: Use them.
d4d7d709 — Kei Kebreau 8 years ago
gnu: Fix hunspell-dict-en-* dictionary installation.

* gnu/packages/aspell.scm (aspell-word-list)[arguments]: Install the .dic file
for all hunspell dictionaries.
0af4df7e — Ricardo Wurmus 8 years ago
gnu: cutadapt: Update to 1.14.

* gnu/packages/bioinformatics.scm (cutadapt): Update to 1.14.
ae451b9d — Ricardo Wurmus 8 years ago
gnu: synergy: Fix minor problems with the package definitions.

* gnu/packages/synergy.scm (synergy)[source]: Return #t in the snippet.
[arguments]: Let build phases return #t; fix typo in comment.
[home-page]: Change to redirection target.
[description]: Fix typo.
177475cf — Jelle Licht 8 years ago
gnu: password-store: Install passmenu script.

* gnu/packages/password-utils (password-store)
  [inputs]: Add dmenu and xdotool.
  [arguments]<#:phases>['patch-passmenu-path']: New phase.
  [arguments]<#:phases>['install-passmenu']: New phase.
011f5769 — Diego Nicola Barbato 8 years ago
gnu: Add Epson escpr printer driver.

* gnu/packages/cups.scm (escpr): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
195f0d05 — Ludovic Courtès 8 years ago
git: Work around wrong default argument of 'clone'.

Fixes <https://bugs.gnu.org/29238>.
Reported by Benjamin Andresen <benny@in-ulm.de>.

* guix/git.scm (clone*): Pass second argument to 'clone'.
179b7ac6 — Efraim Flashner 8 years ago
gnu: postgresql@9.6: Update to 9.6.6 [security fixes].

This fixes CVE-2017-12172, CVE-2017-15098, CVE-2017-15099.

* gnu/packages/databases.scm (postgresql@9.6): Update to 9.6.6.
74bea6a0 — Mark H Weaver 8 years ago
gnu: linux-libre: Update to 4.13.12.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.12.
(%linux-libre-hash): Update hash.
4cacbf33 — Mark H Weaver 8 years ago
gnu: linux-libre@4.9: Update to 4.9.61.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.61.
3a79bd03 — Mark H Weaver 8 years ago
gnu: linux-libre@4.4: Update to 4.4.97.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.97.
f8071bea — Mark H Weaver 8 years ago
gnu: linux-libre@4.1: Update to 4.1.46.

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.46.
3c3d20c8 — Tobias Geerinckx-Rice 8 years ago
gnu: libpsl: Update to 0.19.1.

* gnu/packages/web.scm (libpsl): Update to 0.19.1.
1d8e73ba — Rutger Helling 8 years ago
gnu: postgresql: Update to 10.1 [security fixes].

Fixes CVE-2017-12172, CVE-2017-15098 and CVE-2017-15099.

* gnu/packages/databases.scm (postgresql): Update to 10.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Next