gnu: ruby-nokogiri: Upgrade to 1.6.7.1. * gnu/packages/ruby.scm (ruby-nokogiri): Upgrade to 1.6.7.1.
gnu: Add ruby-mini-portile-2. * gnu/packages/ruby.scm (ruby-mini-portile-2): New variable.
gnu: icedtea7: Update to 2.6.3. * gnu/packages/java.scm (icedtea7): Update to 2.6.3.
gnu: icedtea6: Update to 1.13.9. * gnu/packages/java.scm (icedtea6): Update to 1.13.9.
gnu: libmicrohttpd: Update to 0.9.48. * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.48.
gnu: parallel: Update to 20151222. * gnu/packages/parallel.scm (parallel): Update to 20151222.
gnu: sipwitch: Update to 1.9.15. * gnu/packages/telephony.scm (sipwitch): Update to 1.9.15.
gnu: ucommon: Update to 7.0.0. * gnu/packages/telephony.scm (ucommon): Update to 7.0.0. [inputs]: Add gnutls.
gnu: isc-dhcp: Disable parallel build. * gnu/packages/admin.scm (isc-dhcp)[arguments]: Disable parallel build.
gnu: isc-dhcp: Update to 4.3.3; update bundled bind to 9.9.8-P2. Fixes CVE-2015-8000 and CVE-2015-8461. * gnu/packages/admin.scm (isc-dhcp): Update to 4.3.3. [inputs]: Add 'bind-source-tarball'. [arguments]: Use modify-phases. Add 'replace-bundled-bind' phase. In 'post-configure' phase, avoid hard-coding version numbers of bundled bind.
gnu: bind-utils: Update to 9.10.3-P2. * gnu/packages/dns.scm (bind-utils): Update to 9.10.3-P2. [source]: Use HTTP URI instead of FTP.
file-systems: The 'device' field can be a UUID (bytevector). Previously a wrong-type-arg error would be raised when a file system with a UUID (bytevector) field was encountered. * gnu/system.scm (other-file-system-services)[device-mappings]: Check whether FS's device is a string.
file-systems: Add a 'mount?' field. Fixes <http://bugs.gnu.org/22176>. Reported by Florian Paul Schmidt <mista.tapas@gmx.net>. * gnu/system/file-systems.scm (<file-system>)[mount?]: New field. (file-system->spec): Adjust accordingly. * gnu/services/base.scm (file-system-dmd-service): Return the empty list when FILE-SYSTEM has 'mount?' set to false. (user-processes-service): Select the subset of FILE-SYSTEMS that matches 'file-system-mount?'. * doc/guix.texi (File Systems): Document it.
services: Add 'fstab-service-type'. * gnu/services/base.scm (file-system->fstab-entry) (file-systems->fstab): New procedures. (fstab-service-type): New variable. * gnu/services/base.scm (file-system-dmd-service): New procedure, taken from... (file-system-service-type): ... here. * gnu/system.scm (essential-services): Add FSTAB-SERVICE-TYPE instance.
gnu: Add vmpk. * gnu/packages/music.scm (vmpk): New variable.
gnu: Add drumstick. * gnu/packages/music.scm (drumstick): New variable.
gnu: letsencrypt and acme: Update to 0.1.1. These packages should be updated together. * gnu/packages/tls.scm (letsencrypt): Update to 0.1.1. [source]: Use pypi-uri. * gnu/packages/tls.scm (acme): Update to 0.1.1. [source]: Use pypi-uri.
gnu: ffmpeg: Update to 2.8.4. * gnu/packages/video.scm (ffmpeg): Update to 2.8.4.
doc: Be more explicit in example of file-systems configuration. * gnu/system/examples/bare-bones.tmpl (file-systems): Change device label. * gnu/system/examples/desktop.tmpl (file-systems): Likewise.
gnu: grub: Add fix for CVE-2015-8730. * gnu/packages/patches/grub-CVE-2015-8370.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. * gnu/packages/grub.scm: Apply patch.