gnu: font-gnu-unifont: Update to 10.0.06. * gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.06.
gnu: emacs-org: Update to 20170828 * gnu/packages/emacs.scm (emacs-org): Update to 20170828 (a.k.a. 9.0.10).
gnu: gnupg: Clean up arguments. * gnu/packages/gnupg.scm (gnupg)[arguments]: Shorten the 'patch-test-paths phase.
gnu: gnupg: Update to 2.2.0. * gnu/packages/gnupg.scm (gnupg): Update to 2.2.0. [arguments]: Add flag to run more tests.
gnu: r-minimal: Remove timestamp from man page. * gnu/packages/statistics.scm (r-minimal)[arguments]: Adjust "build-reproducibly" phase to prevent the bundled help2man script from printing the current month and year.
gnu: pspp: Update to 1.0.1. * gnu/packages/statistics.scm (pspp): Update to 1.0.1.
gnu: jemalloc: Update to 5.0.1. * gnu/packages/jemalloc.scm (jemalloc): Update to 5.0.1. [inputs]: Add perl.
gnu: emacs-nix-mode: Move to package-management.scm. Reported by Christopher Baines. This fixes a top-level reference among mutually-dependent modules. * gnu/packages/emacs.scm (emacs-nix-mode): Move to... * gnu/packages/package-management.scm (emacs-nix-mode): ... here.
gnu: xf86-video-freedreno: Add missing input. * gnu/packages/xorg.scm (xf86-video-freedreno)[inputs]: Add zlib.
gnu: libzip: Fix CVE-2017-12858. * gnu/packages/patches/libzip-CVE-2017-12858.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/compression.scm (libzip)[source]: Use it.
gnu: srt2vtt: Update source URL. * gnu/packages/video.scm (srt2vtt)[source]: Fetch sources from new URL.
gnu: Give descriptive file-names for some Git sources. * gnu/packages/java.scm (classpath-devel)[source]: Set the file-name. * gnu/packages/guile.scm (guile-for-guile-emacs, guile-syntax-highlight)[source]: Likewise.
gnu: Fetch several Git sources over HTTPS. * gnu/packages/admin.scm (interrobang)[source]: Use HTTPS URL. * gnu/packages/audio.scm (ardour)[source]: Likewise. * gnu/packages/embedded.scm (libjaylink, openocd)[source]: Likewise. * gnu/packages/gnome.scm (byzanz)[source]: Likewise. * gnu/packages/gnunet.scm (guile-gnunet)[source]Likewise. * gnu/packages/java.scm (classpath)[source]: Likewise. * gnu/packages/microcom.scm (microcom)[source]: Likewise. * gnu/packages/python.scm (python-axolotl-curve25519)[source]: Likewise. * gnu/packages/rdesktop.scm (freerdp)[source]: Likewise. * gnu/packages/shells.scm (rc)[source]: Likewise. * gnu/packages/web.scm (libwebsockets)[source]: Use new source URL.
gnu: youtube-dl: Update to 2017.08.27.1. * gnu/packages/video.scm (youtube-dl): Update to 2017.08.27.1.
gnu: iodine: Fix path to ifconfig. * gnu/packages/networking.scm (iodine)[arguments]: Fix path to ifconfig.
gnu: filezilla: Update to 3.27.1. * gnu/packages/ftp.scm (filezilla): Update to 3.27.1.
gnu: libfilezilla: Update to 0.10.1. * gnu/packages/ftp.scm (libfilezilla): Update to 0.10.1. [native-inputs]: Add pkg-config.
gnu: wxwidgets: Update to 3.0.3. * gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.0.3. [source]: Remove 'wxwidgets-fix-windowGTK.patch'. * gnu/packages/patches/wxwidgets-fix-windowGTK.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
gnu: gnome: Install some GStreamer plugins. * gnu/packages/gnome.scm (gnome): Add gst-plugins-base and gst-plugins-good. This will allow stock GNOME installs to play Ogg Vorbis files, among other things. It will also ensure that GST_PLUGIN_SYSTEM_PATH is set to a sensible value when GNOME is installed to the system instead of the user profile.
gnu: totem: Wrap environment for thumbnailer. * gnu/packages/gnome.scm (totem): Wrap thumbnailer also in environment that sets GST_PLUGIN_SYSTEM_PATH.