~ruther/guix-local

ref: 40c4e3bbdaec62ea27eded7bbdd90d0522ddbc97 guix-local/gnu d---------
40c4e3bb — Danny Milosavljevic 9 years ago
gnu: u-boot: Use scandir.

* gnu/packages/u-boot.scm (make-u-boot-package): Modify.
2d92eca1 — Leo Famulari 9 years ago
gnu: imagemagick: Update to 6.9.7-7.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.7-7.
dd2c73f6 — Leo Famulari 9 years ago
gnu: wget: Use libidn2.

Suggested by Efraim Flashner <efraim@flashner.co.il>.

Fixes support for internationalized domain names.

* gnu/packages/wget.scm (wget)[inputs]: Replace libidn with libidn2.
0418ff7a — Leo Famulari 9 years ago
gnu: libidn2: Update to 0.16.

* gnu/packages/libidn.scm (libidn2): Update to 0.16.
[inputs]: Add libunistring.
2b742c2b — Mark H Weaver 9 years ago
gnu: linux-libre: Update to 4.9.8.

* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.9.8.
f719fe52 — Mark H Weaver 9 years ago
gnu: linux-libre@4.4: Update to 4.4.47.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.47.
d1606983 — José Miguel Sánchez García 9 years ago
gnu: youtube-dl: Update to 2017.02.01

* gnu/packages/video.scm (youtube-dl): Update to 2017.02.01.
gnu: Add python-lzo.

* gnu/packages/compression.scm (python-lzo): New variable.

Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org>
gnu: Add python-lz4.

* gnu/packages/compression.scm (python-lz4): New variable.
706998e7 — Marius Bakke 9 years ago
gnu: xscreensaver: Update license URI.

* gnu/packages/xdisorg.scm (xscreensaver)[license]: Point to current URL.
744dcb49 — Marius Bakke 9 years ago
gnu: redshift: Remove uneeded input.

This is a followup to b4c400a75c9f432820146dfe24fcebdfbc276e4b.

* gnu/packages/xdisorg.scm (redshift): Remove LIBJPEG.
38eefbb1 — Marius Bakke 9 years ago
gnu: wget: Update to 1.19.

* gnu/packages/wget.scm (wget): Update to 1.19.
[home-page]: Use HTTPS.
182dde82 — Ben Woodcroft 9 years ago
gnu: cddlib: Fix source URI.

* gnu/packages/maths.scm (cddlib)[source]: Update source URI.
ad167d02 — Ludovic Courtès 9 years ago
file-systems: Remove dependency on (guix store).

(gnu system file-systems) is used on the "build" side since commit
5970e8e248f6327c41c83b86bb2c89be7c3b1b4e.

* gnu/system/file-systems.scm: Remove dependency on (guix store).
(%store-prefix): New procedure.
* tests/file-systems.scm ("does not pull (guix config)"): New test.
cf98d342 — Ludovic Courtès 9 years ago
activation: Set the right owner for home directories.

This fixes a regression introduced in
ae763b5b0b7d5e7316a3d0efe991fe8ab2261031 whereby home directories and
skeletons would be root-owned.

* gnu/build/activation.scm (copy-account-skeletons): Make 'directory' a
keyword parameter.  Add #:uid and #:gid and honor them.
[set-owner]: New procedure.
(activate-user-home): Add call to 'getpw' and 'chown'.  Pass UID and GID
to 'copy-account-skeletons'.
* gnu/tests/base.scm (run-basic-test)["skeletons in home directories"]:
Test file ownership under HOME.
33f7b5d2 — Tobias Geerinckx-Rice 9 years ago
gnu: vim: Update to 8.0.0300.

* gnu/packages/vim.scm (vim): Update to 8.0.0300.
dfb493ce — Efraim Flashner 9 years ago
gnu: abcde: Update to 2.8.1.

* gnu/packages/cdrom.scm (abcde): Update to 2.8.1.
1ac675a5 — Efraim Flashner 9 years ago
gnu: p7zip: Fix CVE-2016-9256.

* gnu/packages/compression.scm (p7zip)[source]: Add patch.
* gnu/packages/patches/p7zip-CVE-2016-9296.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
b352b576 — Efraim Flashner 9 years ago
gnu: qemu: Patch CVE-2017-{2615, 5578, 5579, 5856}.

* gnu/packages/qemu.scm (qemu)[source]: Add patches.
* gnu/packages/patches/qemu-CVE-2017-2615,
gnu/packages/patches/qemu-CVE-2017-5578,
gnu/packages/patches/qemu-CVE-2017-5579,
gnu/packages/patches/qemu-CVE-2017-5856: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
3e9750c3 — Thomas Danckaert 9 years ago
gnu: Add emacs-mew.

* gnu/packages/mail.scm (emacs-mew): New variable.

Co-authored-by: Alex Kost <alezost@gmail.com>
Next