~ruther/guix-local

ref: 3b7c606965656e95725e9cd5f1c7cfc4d0ea18cf guix-local/gnu d---------
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.
309b8fe7 — Christopher Baines 8 years ago
vm: Create /mnt in the generated ISO image in make-iso9660-image.

This is used in the installation process, as the mountpoint for the target
filesystem.

* gnu/build/vm.scm (make-iso9660-image): Create /mnt within the generated ISO
  image.
22bbdb5f — Christopher Baines 8 years ago
vm: Add support for registering closures to make-iso9660-image.

This mimics the functionality in the root-partition-initializer used in
creating the QEMU image. This helps when trying to run guix system init from
the generated ISO image.

* gnu/build/vm.scm (make-iso9660-image): Add support for registering closures.
f1597427 — Efraim Flashner 8 years ago
gnu: file: Fix CVE-2017-1000249.

* gnu/packages/file.scm (file)[replacement]: New field.
(file/fixed): New variable.
* gnu/packages/commencement.scm (file-boot0): Use package/inherit.
* gnu/packages/patches/file-CVE-2017-1000249.patch.
* gnu/local.mk (dist_patch_DATA): Register it.
5cf0997a — Tobias Geerinckx-Rice 8 years ago
gnu: ruby-coderay: Update to 1.1.2.

* gnu/packages/ruby.scm (ruby-coderay): Update to 1.1.2.
26ac5c90 — Tobias Geerinckx-Rice 9 years ago
gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module).

* gnu/packages/web.scm (nginx)[arguments]: Add ‘--with-http_v2_module’ flag.
Next