gnu: postgresql: Enable contributed extensions. * gnu/packages/databases.scm (postgresql)[arguments]: Add "build-contrib", "install-contrib" phases. Add configure-flags. [inputs]: Add libuuid.
gnu: kdevelop: Update to 5.1.1. * gnu/packages/kde.scm (kdevelop): Update to 5.1.1. [arguments]: Set QT_QPA_PLATFORM_PLUGIN_PATH during the wrap-executable phase. (kdevplatform): Update to 5.1.1.
gnu: gemma: Fix indentation. * gnu/packages/bioinformatics.scm (gemma)[arguments]: Fix indentation.
gnu: gemma: Fix building on 32-bit architectures. * gnu/packages/bioinformatics.scm (gemma)[arguments]: On 32-bit architectures add 'FORCE_32BIT' flag.
gnu: libselinux: Propagate libsepol and pcre. Both libsepol and pcre required by libselinux.pc. * gnu/packages/selinux.scm (libselinux)[inputs]: Move libsepol and pcre... [propagated-inputs]: ...here.
gnu: lensfun: Fix building on non-Intel machines. * gnu/packages/photo.scm (lensfun)[arguments]: On non-Intel machines, don't build with architecture specific instructions.
gnu: openttd: Update to 1.7.1. * gnu/packages/games.scm (openttd): Update to 1.7.1.
gnu: tomb: Upgrade to 2.4. * gnu/packages/crypto.scm (tomb): Upgrade to 2.4. [inputs]: Remove swish-e. Move "sude" input to... [native-inputs]: ...here. New field.
gnu: network-manager: Update to 1.8.0. * gnu/packages/gnome.scm (network-manager): Update to 1.8.0. [inputs]: Add curl, cyrus-sasl and eudev.
gnu: calcurse: Upgrade to 4.2.2. * gnu/packages/calcurse.scm (calcurse): Upgrade to 4.2.2. [inputs]: Add tzdata for tests. [arguments]: Add new 'check-setup' phase.
gnu: ffmpeg: Add vaapi hardware acceleration. * gnu/packages/video.scm (ffmpeg)[inputs]: Add libva.
gnu: whois: Update to 5.2.16. * gnu/packages/networking.scm (whois): Update to 5.2.16.
gnu: nmap: Update to 7.50. * gnu/packages/admin.scm (nmap): Update to 7.50.
gnu: curl: Update replacement to 7.54.1 [fixes CVE-2017-9502]. * gnu/packages/curl.scm (curl)[replacement]: Update to 7.54.1. (curl-7.54.0): Replace with ... (curl-7.54.1): ... new variable.
gnu: osip: Fix CVE-2017-7853. * gnu/packages/patches/osip-CVE-2017-7853.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/telephony.scm (osip)[source]: Use it.
gnu: osip: Update to 5.0.0. * gnu/packages/telephony.scm (osip): Update to 5.0.0.
gnu: darktable: Update to 2.2.5. * gnu/packages/photo.scm (darktable): Update to 2.2.5.
gnu: icecat: Add security fixes from upstream mozilla-esr52. This adds fixes for CVE-2017-7757, CVE-2017-7758, and the remaining 5 patches for CVE-2017-5470. * gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr52 repository, through ESR 52.2.
gnu: icecat: Rename patches to indicate CVE assignments. This documents that we include fixes for the following CVEs: CVE-2017-5472, CVE-2017-7749, CVE-2017-7750, CVE-2017-7751, CVE-2017-7752, CVE-2017-7754, CVE-2017-7756, CVE-2017-7764, CVE-2017-7765, CVE-2017-7778, and that we include 15 out of 20 patches for CVE-2017-5470. * gnu/packages/gnuzilla.scm (icecat)[source]: Rename existing patches to indicate their CVE assignments.
gnu: guile-ssh: Close RREPL channel ports before they are finalized. Partly fixes <https://bugs.gnu.org/26976>. * gnu/packages/patches/guile-ssh-channel-finalization.patch: New file. * gnu/packages/ssh.scm (guile-ssh)[source](patches): Use it. * gnu/local.mk (dist_patch_DATA): Add it.