~ruther/guix-local

4ef6cfef — Tobias Geerinckx-Rice 8 years ago
gnu: python-pyxb: Update to 1.2.6.

* gnu/packages/xml.scm (python-pyxb): Update to 1.2.6.
35a4fefc — Tobias Geerinckx-Rice 8 years ago
gnu: iproute: Edit description.

* gnu/packages/linux.scm (iproute)[description]: Re-order, be concise, and
omit information that is obsolete, misleading, or irrelevant to Guix users.
ddcac559 — Tobias Geerinckx-Rice 8 years ago
gnu: iproute: Update to 4.13.0.

* gnu/packages/linux.scm (iproute): Update to 4.13.0.
e9ba22d6 — Nicolas Goaziou 8 years ago
gnu: emacs-org: Update to 20170906.

* gnu/packages/emacs.scm (emacs-org): Update to 20170906, a.k.a. Org 9.1.
98df3a88 — Efraim Flashner 8 years ago
gnu: libzip: Update to 1.3.0 (fixes CVE-2017-14107).

* gnu/packages/compression.scm (libzip): Update to 1.3.0.
[source]: Remove patch.
[arguments]: Remove custom 'patch-perl phase.
* gnu/packages/patches/libzip-CVE-2017-12858.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
3b7c6069 — Efraim Flashner 8 years ago
gnu: openjpeg: Fix CVE-2017-14151, CVE-2017-14152.

* gnu/packages/image.scm (openjpeg)[source]: Add patches.
* gnu/packages/patches/openjpeg-CVE-2017-14151.patch,
gnu/packages/patches/openjpeg-CVE-2017-14152.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
f049e79d — Nicolas Goaziou 8 years ago
gnu: csound: Update to 6.09.1.

* gnu/packages/audio.scm (csound): Update to 6.09.1.  Change source URI.
* gnu/packages/patches/csound-header-ordering.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove reference to patch above.
026ebc14 — Roel Janssen 8 years ago
gnu: Update calibre to 3.6.0.

* gnu/local.mk: Remove calibre-drop-unrar.patch
* gnu/packages/ebook.scm (calibre): Update to 3.6.0.
  Add python-html5-parser input.
* gnu/packages/patches/calibre-drop-unrar.patch: Remove file.
13be557d — Roel Janssen 8 years ago
gnu: Add python-html5-parser, python2-html5-parser.

* gnu/packages/python.scm (python-html5-parser): New variable.
  (python2-html5-parser: New variable.
2054b522 — Roel Janssen 8 years ago
gnu: Update python-lxml to 3.8.0.

* gnu/packages/python.scm (python-lxml): Update to 3.8.0.
21a656f5 — Christopher Baines 8 years ago
gnu: Add emacs-go-mode.

* gnu/packages/emacs.scm (emacs-go-mode): New variable.
744e9d07 — Efraim Flashner 8 years ago
gnu: mutter: Add missing input.

* gnu/packages/gnome.scm (mutter)[inputs]: Add libcap.
50918af2 — Efraim Flashner 8 years ago
gnu: mutter: Only propagate glib once.

* gnu/packages/gnome.scm (mutter)[propagated-inputs]: Remove duplicate
glib.
0cce140d — Efraim Flashner 8 years ago
gnu: gnome-session: Add missing input.

* gnu/packages/gnome.scm (gnome-settings)[inputs]: Add libcap.
77c2476a — Efraim Flashner 8 years ago
gnu: polkit: Add missing input.

* gnu/packages/polkit.scm (polkit)[inputs]: Add libcap.
124ac301 — Efraim Flashner 8 years ago
gnu: weston: Add missing input.

* gnu/packages/freedesktop.scm (weston)[inputs]: Add libcap.
472c2223 — Efraim Flashner 8 years ago
gnu: kmscon: Add missing input.

* gnu/packages/terminals.scm (kmscon)[inputs]: Add libcap.
fbc7b1f1 — Christopher Baines 8 years ago
tests: Add test for installing from an ISO Image.

* gnu/tests/install.scm (%test-iso-image-installer): New variable.
  (run-install): Add #:installation-disk-image-file-system-type as a keyword
  argument.
b069111f — Christopher Baines 8 years ago
vm: Call iso9660-image with #:register-closures? as #t.

* gnu/system/vm.scm (system-disk-image): Call iso9660-image with
  #:register-closures? as #t.
e375d3fa — Christopher Baines 8 years ago
vm: Add support for registering closures to iso9660-image.

* gnu/system/vm.scm (iso9660-image): Add support for registering closures.
Next