summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2019-02-12gnu: Flatpak: Update to 1.2.3 [security fixes].Leo Famulari
From 'NEWS' in the source distribution: The CVE-2019-5736 runc vulnerability is about using /proc/self/exe to modify the host side binary from the sandbox. This mostly does not affect flatpak since the flatpak sandbox is not run with root permissions. However, there is one case (running the apply_extra script for system installs) where this happens, so this release contains a fix for that. * Don't expose /proc in apply_extra script sandbox. * gnu/packages/package-management.scm (flatpak): Update to 1.2.3.
2019-02-12gnu: Add frrouting.Gábor Boskovits
* gnu/packages/networking.scm (frrouting): New variable.
2019-02-12gnu: Docker: Update to 18.09.2.Leo Famulari
* gnu/packages/docker.scm (%docker-version, docker, docker-cli): Update to 18.09.2. (docker)[arguments]: Adjust to the Debian-specific 'iptables-legacy' lookup in the 'patch-paths' phase.
2019-02-12gnu: runc: Update to 1.0.0-rc6 [fixes CVE-2019-5736].Leo Famulari
* gnu/packages/virtualization.scm (runc): Update to 1.0.0-rc6. [source]: Use a descriptive file-name. Add 'runc-CVE-2019-5736.patch' * gnu/packages/patches/runc-CVE-2019-5736.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2019-02-12gnu: lzlib: Remove minilzip comment.Tobias Geerinckx-Rice
It lacks lzip's dependency on libstdc++.so and libm.so and may have its uses. * gnu/packages/compression.scm (lzlib): Don't judge.
2019-02-12gnu: lzlib: Update to 1.11.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (lzlib): Update to 1.11.
2019-02-12gnu: lzlib: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (lzlib)[source]: Hard-code NAME.
2019-02-12gnu: clzip: Update to 1.11.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (clzip): Update to 1.11.
2019-02-12gnu: clzip: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (clzip)[source]: Hard-code NAME.
2019-02-12gnu: lunzip: Update to 1.11.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (lunzip): Update to 1.11.
2019-02-12gnu: lunzip: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (lunzip)[source]: Hard-code NAME.
2019-02-12gnu: plzip: Update to 1.8.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (plzip): Update to 1.8.
2019-02-12gnu: plzip: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (plzip)[source]: Hard-code NAME.
2019-02-12gnu: lziprecover: Update to 1.21.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (lziprecover): Update to 1.21.
2019-02-12gnu: lziprecover: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (lziprecover)[source]: Hard-code NAME.
2019-02-12gnu: perl-dbi: Update to 1.642.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (perl-dbi): Update to 1.642.
2019-02-12gnu: kyotocabinet: Update to 1.2.77.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (kyotocabinet): Update to 1.2.77.
2019-02-12gnu: os-prober: Update to 1.77.Tobias Geerinckx-Rice
* gnu/packages/bootloaders.scm (os-prober): Update to 1.77.
2019-02-12gnu: feh: Update to 3.1.2.Tobias Geerinckx-Rice
* gnu/packages/image-viewers.scm (feh): Update to 3.1.2.
2019-02-12gnu: python-pybedtools: Update to 0.8.0 and fix build.Maxim Cournoyer
From 40db2b4eae5ca61a3134cdaf7b156ed1ae9f7415 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer <maxim.cournoyer@gmail.com> Date: Sun, 10 Feb 2019 23:39:25 -0500 Subject: [PATCH] gnu: python-pybedtools: Update to 0.8.0 and fix build. * gnu/packages/bioinformatics.scm (python-pybedtools): Update to 0.8.0. [phases]{disable-broken-tests}: Do not disable "test_issue_157" and "test_to_dataframe" tests. Disable the "test_getting_example_beds". {remove-cython-generated-files}: Add phase. {generate-cython-extensions}: Add phase. {check}: Move from python2-pybedtools to here. Add a scripts subdirectory of the build directory to the PATH, so that the tests can call them. Invoke pytest rather than nosetests. [modules]: Move from python2-pybedtools to here. [propagated-inputs]: Depend on the current BEDTOOLS rather than version 1.26. [native-inputs]: Replace python-nose by python-pytest and add python-psutil.
2019-02-12gnu: efilinux: Set ARCH variable on some architectures.Efraim Flashner
Even with this patch efilinux does not build for arm*. * gnu/packages/efi.scm (efilinux)[arguments]: On armhf-linux and aarch64-linux set the ARCH variable apropriately.
2019-02-12gnu: Add cnvkit.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (cnvkit): New variable.
2019-02-12gnu: Add r-dnacopy.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-dnacopy): New variable.
2019-02-12gnu: python-reportlab: Update to 3.5.13.Ricardo Wurmus
* gnu/packages/pdf.scm (python-reportlab): Update to 3.5.13. [inputs]: Add freetype.
2019-02-12gnu: glibc@2.27: fix CVE-2018-11236, CVE-2018-11237.Efraim Flashner
* gnu/packages/base.scm (glibc@2.27)[sources]: Add patches. [properties]: New field, mark CVE-2017-18269 fixed. * gnu/packages/patches/glibc-CVE-2018-11236.patch, gnu/packages/patches/glibc-CVE-2018-11237.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them.
2019-02-12gnu: parallel: Update to 20190122.Tobias Geerinckx-Rice
* gnu/packages/parallel.scm (parallel): Update to 20190122.
2019-02-12gnu: maven-resolver-api: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/maven.scm (maven-resolver-api)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-02-12gnu: multipath-tools: Update to 0.7.9.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (multipath-tools): Update to 0.7.9.
2019-02-12gnu: websockify: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/web.scm (websockify)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-02-12gnu: libyajl: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/web.scm (libyajl)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-02-12gnu: rapidjson: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/web.scm (rapidjson)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-02-12gnu: qjson: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/web.scm (qjson)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-02-12gnu: fcgiwrap: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/web.scm (fcgiwrap)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-02-12gnu: mod-wsgi: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/web.scm (mod-wsgi)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-02-11gnu: Guix: Update snapshot to 0.16.0-10.2637cfd.Leo Famulari
Fixes <https://bugs.gnu.org/34444>. * gnu/packages/package-management.scm (guix): Update to 0.16.0-10.2637cfd.
2019-02-11gnu: guile-picture-language: Update to 0-2.1ea8b78.Ricardo Wurmus
* gnu/packages/guile-xyz.scm (guile-picture-language): Update to 0-2.1ea8b78.
2019-02-11gnu: disorderfs: Update to 0.5.6.Vagrant Cascadian
* gnu/packages/file-systems (disorderfs): Update to 0.5.6. Signed-off-by: Leo Famulari <leo@famulari.name>
2019-02-11gnu: diffoscope: Update to 111.Vagrant Cascadian
* gnu/packages/package-management (diffoscope): Update to 111. Signed-off-by: Leo Famulari <leo@famulari.name>
2019-02-11gnu: python-cython: Update to 0.29.5.Andreas Enge
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.5.
2019-02-11gnu: pixman: Update source URI.Marius Bakke
* gnu/packages/xdisorg.scm (pixman)[source](uri): Use HTTPS.
2019-02-11gnu: python-django: Update to 1.11.20 [fixes CVE-2019-6975].Marius Bakke
* gnu/packages/django.scm (python-django): Update to 1.11.20.
2019-02-11gnu: ffmpeg: Update to 4.1.1.Marius Bakke
* gnu/packages/video.scm (ffmpeg): Update to 4.1.1.
2019-02-11gnu: miniupnpc: Update to 2.1.20190210.Marius Bakke
* gnu/packages/upnp.scm (miniupnpc): Update to 2.1.20190210.
2019-02-11gnu: lv2: Update to 1.16.0.Marius Bakke
* gnu/packages/audio.scm (lv2): Update to 1.16.0. [arguments]: Remove #:python. (lv2-devel): Remove variable. * gnu/packages/music.scm (ingen)[inputs]: Change LV2-DEVEL to LV2.
2019-02-11gnu: vlc: Use libvpx-1.7.Danny Milosavljevic
Fixes <https://bugs.gnu.org/34439>. * gnu/packages/video.scm (vlc)[inputs]: Remove libvpx. Add libvpx-1.7.
2019-02-11gnu: gama: Update to 2.03.Kei Kebreau
* gnu/packages/gps.scm (gama): Update to 2.03.
2019-02-11gnu: gloox: Update to 1.0.22.Vagrant Cascadian
* gnu/packages/messaging.scm (gloox): Update to 1.0.22.
2019-02-11gnu: python-ecpy: Update to 0.10.0.Vagrant Cascadian
* gnu/packages/python-crypto.scm (python-ecpy): Update to 0.10.0.
2019-02-11gnu: python-pycryptodome: Update to 3.7.3.Vagrant Cascadian
* gnu/packages/python-crypto (python-cryptodome): Update to 3.7.3.
2019-02-11gnu: u-boot-novena: Allow booting from raw device offset.Vagrant Cascadian
* gnu/packages/bootloaders.scm (u-boot-novena): Disable loading u-boot.img from a partition.