gnu: u-boot: Use scandir.
* gnu/packages/u-boot.scm (make-u-boot-package): Modify.
gnu: imagemagick: Update to 6.9.7-7.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.7-7.
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.
gnu: libidn2: Update to 0.16.
* gnu/packages/libidn.scm (libidn2): Update to 0.16.
[inputs]: Add libunistring.
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.
gnu: linux-libre@4.4: Update to 4.4.47.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.47.
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.
gnu: xscreensaver: Update license URI.
* gnu/packages/xdisorg.scm (xscreensaver)[license]: Point to current URL.
gnu: wget: Update to 1.19.
* gnu/packages/wget.scm (wget): Update to 1.19.
[home-page]: Use HTTPS.
gnu: cddlib: Fix source URI.
* gnu/packages/maths.scm (cddlib)[source]: Update source URI.
gnu: vim: Update to 8.0.0300.
* gnu/packages/vim.scm (vim): Update to 8.0.0300.
gnu: abcde: Update to 2.8.1.
* gnu/packages/cdrom.scm (abcde): Update to 2.8.1.
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.
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.
gnu: Add emacs-mew.
* gnu/packages/mail.scm (emacs-mew): New variable.
Co-authored-by: Alex Kost <alezost@gmail.com>
gnu: abbaye: Update to 2.0.1.
* gnu/packages/games.scm: (abbaye): Update to 2.0.1.
[snippet]: Delete the bundled fonts.
[arguments]: Adjust 'patch-makefile' phase to patch only Makefile. Add
"CC" make flag.
[inputs]: Use only required sdl2 packages.
[home-page]: Update to the new location.
[license]: Use the proper license.
Signed-off-by: Alex Kost <alezost@gmail.com>
gnu: Add r-rann.
* gnu/packages/statistics.scm (r-rann): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>