gnu: python-wsgi-intercept: Update to 1.1.2. * gnu/packages/python.scm (python-wsgi-intercept): Update to 1.1.2. [native-inputs]: Add python-six.
gnu: python-pytest-localserver: Update to 0.3.5. * gnu/packages/python.scm (python-pytest-localserver): Update to 0.3.5.
gnu: python-requests-toolbelt: Update to 0.6.0. * gnu/packages/python.scm (python-requests-toolbelt): Update to 0.6.0.
gnu: python-requests: Update to 2.9.1. * gnu/packages/python.scm (python-requests): Update to 2.9.1.
gnu: python-wheel: Update to 0.29.0. * gnu/packages/python.scm (python-wheel): Update to 0.29.0.
gnu: Add python-pastescript. * gnu/packages/python.scm (python-pastescript, python2-pastescript): New variables.
gnu: Add python-paste. * gnu/packages/python.scm (python-paste, python2-paste): New variables. * gnu/packages/patches/python-paste-remove-timing-test.patch: New file. * gnu/packages/patches/python-paste-remove-website-test.patch: New file. * gnu-system.am (dist_patch_DATA): Add them.
Merge branch 'media-updates'
gnu: Add missing import in bioinformatics.scm. This is a followup to 1baee94. * gnu/packages/bioinformatics.scm: Add missing import.
gnu: Add kyotocabinet. * gnu/packages/databases.scm (kyotocabinet): New variable.
gnu: Add libBigWig. * gnu/packages/bioinformatics.scm (libbigwig): New variable.
gnu: guile-json: Update to 0.5.0. * gnu/packages/guile.scm (guile-json): Update to 0.5.0. Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: ardour: Update to 4.7. * gnu/packages/audio.scm (ardour): Update to 4.7.
gnu: xdg-utils: Propagate xprop and xset. Fixes <http://bugs.gnu.org/22755>. * gnu/packages/freedesktop.scm (xdg-utils): Propagate xprop and xset.
gnu: libssh: Update to 0.7.3 [fixes CVE-2016-0739]. * gnu/packages/patches/libssh-CVE-2014-0017.patch: Delete file. * gnu/packages/patches/libssh-0.6.5-CVE-2016-0739.patch: New file. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/ssh.scm (libssh): Update to 0.7.3. (libssh-0.5): Rename to... (libssh-0.6): ... this. Update to 0.6.5. [source]: Add patch for CVE-2016-0739. (guile-ssh)[inputs]: Use libssh-0.6. Modified-By: Mark H Weaver <mhw@netris.org>
gnu: libssh2: Update to 1.7.0 [fixes CVE-2016-0787]. * gnu/packages/ssh.scm (libssh2): Update to 1.7.0. (libssh2-1.4): New variable. * gnu/packages/curl.scm (curl)[inputs]: Use libssh4-1.4. Modified-By: Mark H Weaver <mhw@netris.org>
gnu: xf86-video-intel: Update to 2.99.917-1-d167280. * gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-1-d167280.
gnu: gdb: Update to 7.11. * gnu/packages/gdb.scm (gdb): Update to 7.11.
gnu: kde-frameworks: Update to 5.19.0. * gnu/packages/kde-frameworks.scm (kwindowsystem): Update to 5.19.0. (extra-cmake-modules): Update to 5.19.0.
gnu: services: Start X with -configdir. * gnu/services/xorg.scm (%default-xorg-modules): New public variable. (xorg-configuration-directory): New function. (xorg-start-command): Add #:modules keyword argument, defaulting to %default-xorg-modules. Build an xorg.conf.d directory from those modules, and pass it to X via the -configdir parameter.