gnu: stellarium: Update to 0.15.2. * gnu/packages/astronomy.scm (stellarium): Update to 0.15.2.
gnu: stellarium: Fix build with Qt 5.9. * gnu/packages/astronomy.scm (stellarium)[arguments]: Add phase "patch-version-check".
gnu: libmwaw: Fix CVE-2017-9433. * gnu/packages/patches/libmwaw-CVE-2017-9433.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/libreoffice.scm (libmwaw)[source]: Use it.
gnu: libmwaw: Update to 0.3.11. * gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.11.
gnu: youtube-dl: Update to 2017.06.12. * gnu/packages/video.scm (youtube-dl): Update to 2017.06.12.
gnu: mcelog: Update to 153. * gnu/packages/linux.scm (mcelog): Update to 153.
gnu: libgweather: Update to 3.24.1. * gnu/packages/gnome.scm (libgweather): Update to 3.24.1.
gnu: mate-menus: Update to 1.18.0. * gnu/packages/mate.scm (mate-menus): Update to 1.18.0.
gnu: libmateweather: Update to 1.18.1. * gnu/packages/mate.scm (libmateweather): Update to 1.18.1. [arguments]: Remove obsolete "--with-gtk" flag.
gnu: mate-desktop: Update to 1.18.0. * gnu/packages/mate.scm (mate-desktop): Update to 1.18.0. [arguments]: Remove obsolete configure flags. [inputs]: Remove python-2.
file-systems: Handle EIO error in 'ENOENT-safe' as well. Trying to boot GuixSD when an audio CD is in the drive will die with an "input/output error" when trying to read the superblock from the cd drive. This patch catches and warns in this case rather than dying. * gnu/build/file-systems.scm (ENOENT-safe): Handle EIO. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
packages: Add 'specifications->manifest'. * gnu/packages.scm (specifications->manifest): New procedure. * doc/guix.texi (Invoking guix package): Change example from using '(compose list specification->package+output)' to using 'specifications->manifest'.
gnu: mercurial: Update to 4.2.1. * gnu/packages/version-control.scm (mercurial): Update to 4.2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: mate-icon-theme: Update to 1.18.2. * gnu/packages/mate.scm (mate-icon-theme): Update to 1.18.2.
gnu: Add five-or-more. * gnu/packages/gnome.scm (five-or-more): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
gnu: exiv2: Update to 0.26. * gnu/packages/image.scm (exiv2): Update to 0.26. [source]: Add new download location.
gnu: libextractor: Update to 1.4. * gnu/packages/gnunet.scm (libextractor): Update to 1.4. [source]: Remove obsolete patch and snippet. * gnu/packages/patches/libextractor-ffmpeg-3.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
gnu: alsa-plugins: Update to 1.1.4. * gnu/packages/linux.scm (alsa-plugins): Update to 1.1.4.
gnu: alsa-utils: Update to 1.1.4. * gnu/packages/linux.scm (alsa-utils): Update to 1.1.4.
gnu: gnutls: Replace with 3.5.13. This update addresses the following security advisories: GNUTLS-SA-2017-3 (aka CVE-2017-7869) and GNUTLS-SA-2017-4. See <https://gnutls.org/security.html> and <https://gnutls.org/news.html>. * gnu/packages/patches/gnutls-skip-pkgconfig-test.patch, gnu/packages/patches/gnutls-skip-trust-store-test.patch: New files. * gnu/local.mk (dist_patch_DATA): Register patches. * gnu/packages/tls.scm (gnutls)[replacement]: New field. (gnutls-3.5.13): New variable. (gnutls/guile-2.2)[replacement]: New field. Set #f. [source]: Inherit from GNUTLS-3.5.13.