~ruther/guix-local

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.
352a5b63 — Tobias Geerinckx-Rice 8 years ago
services: web: Fix nginx-service-type's ‘file’ procedure.

* gnu/services/web.scm (nginx-activation, nginx-shepherd-service): Replace
references to non-existent ‘config-file’ with ‘file’.
* doc/guix.texi (Web Services): Likewise.
4695472f — Tobias Geerinckx-Rice 8 years ago
doc: Fix typo in copyright header.

* doc/guix.texi: Move stray ‘@*’ to where it belongs.
57d28987 — Tobias Geerinckx-Rice 8 years ago
Handle the same HTTP redirects everywhere.

* guix/build/download.scm (http-fetch): Complete the hard-coded list of HTTP
redirection status codes.
* guix/http-client.scm (http-fetch): Likewise.
* guix/scripts/lint.scm (probe-uri): Likewise.
a4c1e99e — Tobias Geerinckx-Rice 9 years ago
build: Negate ‘--disable-daemon’ help string.

This is a follow-up to commit c9b70836d080150046633edc782fdaaff9fc6d9c.

* configure.ac: Make ‘--disable-daemon’'s help text consistent with others.
514c2f48 — Leo Famulari 8 years ago
gnu: tcpdump: Fix CVE-2017-[11541,11542,11543].

* gnu/packages/patches/tcpdump-CVE-2017-11541.patch,
gnu/packages/patches/tcpdump-CVE-2017-11542.patch
gnu/packages/patches/tcpdump-CVE-2017-11543.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/admin.scm (tcpdump)[source]: Use them.
0cae36b5 — Efraim Flashner 8 years ago
gnu: libmediainfo: Adjust build phases.

* gnu/packages/video.scm (libmediainfo)[arguments]: Change to the build
directory before running autogen.
b100a704 — Mathieu Othacehe 8 years ago
guix: Fix Guile current-processor-count deprecation warnings.

When current-processor-count is used without (ice-9 threads) being used, Guile
complains with the following warning:

Import (ice-9 threads) to have access to `current-processor-count'.

* guix/store.scm: Use (ice-9 threads).
fa67d565 — Ricardo Wurmus 8 years ago
gnu: elogind: Update to 232.3.

* gnu/packages/freedesktop.scm (elogind): Update to 232.3.
[home-page]: Use new upstream home page.
[arguments]: Disable tests, add new required configure flags; add build phase
"autogen".
[native-inputs]: Add autoconf, automake, libtool, and python.
Next