summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Add kdecoration.Hartmut Goebel2019-02-12
| | | | | | * gnu/packages/kde-plasma.scm (kdecoration): New public variable. Co-authored-by: Marius Bakke <mbakke@fastmail.com>
* gnu: KDE Plasma: Update to 5.14.5.Marius Bakke2019-02-12
| | | | | | * gnu/packages/kde-plasma.scm (libkscreen): Update to 5.14.5. (libksysguard): Likewise. [inputs]: Add KGLOBALACCEL and KIO.
* gnu: KDE Frameworks: Update to 5.54.0.Marius Bakke2019-02-12
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/kio-search-smbd-on-PATH.patch: Adjust context. * gnu/packages/kde-frameworks.scm (kconfig): Update to 5.54.0. [native-inputs]: Add DBUS. [arguments]: Run tests with "dbus-launch". (kio): Update to 5.54.1. [inputs]: Add KCRASH. (breeze-icons): Update to 5.54.0. [arguments]: Remove. (extra-cmake-modules, attica, bluez-qt, kapidox, karchive, kcodecs, kcoreaddons, kdbusaddons, kdnssd, kguiaddons, ki18n, kidletime, kirigami, kitemmodels, kitemviews, kplotting, ksyntaxhighlighting, kwayland, kwidgetsaddons, kwindowsystem, modemmanager-qt, networkmanager-qt, oxygen-icons, prison, qqc2-desktop-style, solid, sonnet, threadweaver, kactivities, kauth, kcompletion, kcrash, kdoctools, kfilemetadata, kimageformats, kjobwidgets, knotifications, kpackage, kpty, kunitconversion, baloo, kactivities-stats, kbookmarks, kcmutils, kconfigwidgets, kdeclarative, kded, kdesignerplugin, kdesu, kdewebkit, kemoticons, kglobalaccel, kiconthemes, kinit, knewstuff, knotifyconfig, kparts, kpeople, krunner, kservice, ktexteditor, ktextwidgets, kwallet, kxmlgui, kxmlrpcclient, plasma-framework, kde-frameworkintegration, kdelibs4support, khtml, kjs, kjsembed, kmediaplayer, kross): Update to 5.54.0.
* gnu: Add copyright line for commit c1144c78ad853dc1bfbd6f32a6.Marius Bakke2019-02-12
| | | | * gnu/packages/kde-plasma.scm: Add copyright header.
* gnu: Move KDE Plasma components to separate module.Marius Bakke2019-02-12
| | | | | | * gnu/packages/kde.scm (libkscreen, libksysguard): Move from here ... * gnu/packages/kde-plasma.scm: ... to here. New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu: libjpeg: Use HTTPS URLs.Marius Bakke2019-02-12
| | | | * gnu/packages/image.scm (libjpeg, libjpeg-8)[source, home-page]: Use HTTPS.
* gnu: Add python-language-server.Brett Gilio2019-02-12
| | | | | | * gnu/packages/python-xyz.scm (python-language-server): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-docstyle.Brett Gilio2019-02-12
| | | | | | * gnu/packages/python-xyz.scm (python-docstyle): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-jsonrpc-server.Brett Gilio2019-02-12
| | | | | | * gnu/packages/python-xyz.scm (python-jsonrpc-server): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-rope.Ludovic Courtès2019-02-12
| | | | | | * gnu/packages/python-xyz.scm (python-rope): New variable. Co-authored-by: Brett Gilio <brettg@posteo.net>
* gnu: python2-rope: Change comment to reflect partial python3 supportBrett Gilio2019-02-12
| | | | | | | * gnu/packages/python-xyz.scm (python2-rope): Change comment to reflect partial python 3 support Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Flatpak: Update to 1.2.3 [security fixes].Leo Famulari2019-02-12
| | | | | | | | | | | | | | 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.
* gnu: Add frrouting.Gábor Boskovits2019-02-12
| | | | * gnu/packages/networking.scm (frrouting): New variable.
* gnu: Docker: Update to 18.09.2.Leo Famulari2019-02-12
| | | | | | | * 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.
* gnu: runc: Update to 1.0.0-rc6 [fixes CVE-2019-5736].Leo Famulari2019-02-12
| | | | | | | * 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.
* gnu: lzlib: Remove minilzip comment.Tobias Geerinckx-Rice2019-02-12
| | | | | | | It lacks lzip's dependency on libstdc++.so and libm.so and may have its uses. * gnu/packages/compression.scm (lzlib): Don't judge.
* gnu: lzlib: Update to 1.11.Tobias Geerinckx-Rice2019-02-12
| | | | * gnu/packages/compression.scm (lzlib): Update to 1.11.
* gnu: lzlib: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-12
| | | | * gnu/packages/compression.scm (lzlib)[source]: Hard-code NAME.
* gnu: clzip: Update to 1.11.Tobias Geerinckx-Rice2019-02-12
| | | | * gnu/packages/compression.scm (clzip): Update to 1.11.
* gnu: clzip: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-12
| | | | * gnu/packages/compression.scm (clzip)[source]: Hard-code NAME.
* gnu: lunzip: Update to 1.11.Tobias Geerinckx-Rice2019-02-12
| | | | * gnu/packages/compression.scm (lunzip): Update to 1.11.
* gnu: lunzip: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-12
| | | | * gnu/packages/compression.scm (lunzip)[source]: Hard-code NAME.
* gnu: plzip: Update to 1.8.Tobias Geerinckx-Rice2019-02-12
| | | | * gnu/packages/compression.scm (plzip): Update to 1.8.
* gnu: plzip: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-12
| | | | * gnu/packages/compression.scm (plzip)[source]: Hard-code NAME.
* gnu: lziprecover: Update to 1.21.Tobias Geerinckx-Rice2019-02-12
| | | | * gnu/packages/compression.scm (lziprecover): Update to 1.21.
* gnu: lziprecover: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-12
| | | | * gnu/packages/compression.scm (lziprecover)[source]: Hard-code NAME.
* gnu: perl-dbi: Update to 1.642.Tobias Geerinckx-Rice2019-02-12
| | | | * gnu/packages/databases.scm (perl-dbi): Update to 1.642.
* gnu: kyotocabinet: Update to 1.2.77.Tobias Geerinckx-Rice2019-02-12
| | | | * gnu/packages/databases.scm (kyotocabinet): Update to 1.2.77.
* gnu: os-prober: Update to 1.77.Tobias Geerinckx-Rice2019-02-12
| | | | * gnu/packages/bootloaders.scm (os-prober): Update to 1.77.
* gnu: feh: Update to 3.1.2.Tobias Geerinckx-Rice2019-02-12
| | | | * gnu/packages/image-viewers.scm (feh): Update to 3.1.2.
* gnu: python-pybedtools: Update to 0.8.0 and fix build.Maxim Cournoyer2019-02-12
| | | | | | | | | | | | | | | | | | | 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.
* gnu: efilinux: Set ARCH variable on some architectures.Efraim Flashner2019-02-12
| | | | | | | 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.
* gnu: Add cnvkit.Ricardo Wurmus2019-02-12
| | | | * gnu/packages/bioinformatics.scm (cnvkit): New variable.
* gnu: Add r-dnacopy.Ricardo Wurmus2019-02-12
| | | | * gnu/packages/bioconductor.scm (r-dnacopy): New variable.
* gnu: python-reportlab: Update to 3.5.13.Ricardo Wurmus2019-02-12
| | | | | * gnu/packages/pdf.scm (python-reportlab): Update to 3.5.13. [inputs]: Add freetype.
* gnu: glibc@2.27: fix CVE-2018-11236, CVE-2018-11237.Efraim Flashner2019-02-12
| | | | | | | | * 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.
* gnu: parallel: Update to 20190122.Tobias Geerinckx-Rice2019-02-12
| | | | * gnu/packages/parallel.scm (parallel): Update to 20190122.
* gnu: maven-resolver-api: Don't use unstable tarball.Tobias Geerinckx-Rice2019-02-12
| | | | | * gnu/packages/maven.scm (maven-resolver-api)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: multipath-tools: Update to 0.7.9.Tobias Geerinckx-Rice2019-02-12
| | | | * gnu/packages/linux.scm (multipath-tools): Update to 0.7.9.
* gnu: websockify: Don't use unstable tarball.Tobias Geerinckx-Rice2019-02-12
| | | | | * gnu/packages/web.scm (websockify)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: libyajl: Don't use unstable tarball.Tobias Geerinckx-Rice2019-02-12
| | | | | * gnu/packages/web.scm (libyajl)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: rapidjson: Don't use unstable tarball.Tobias Geerinckx-Rice2019-02-12
| | | | | * gnu/packages/web.scm (rapidjson)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: qjson: Don't use unstable tarball.Tobias Geerinckx-Rice2019-02-12
| | | | | * gnu/packages/web.scm (qjson)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: fcgiwrap: Don't use unstable tarball.Tobias Geerinckx-Rice2019-02-12
| | | | | * gnu/packages/web.scm (fcgiwrap)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: mod-wsgi: Don't use unstable tarball.Tobias Geerinckx-Rice2019-02-12
| | | | | * gnu/packages/web.scm (mod-wsgi)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: Guix: Update snapshot to 0.16.0-10.2637cfd.Leo Famulari2019-02-11
| | | | | | Fixes <https://bugs.gnu.org/34444>. * gnu/packages/package-management.scm (guix): Update to 0.16.0-10.2637cfd.
* pack, vm: Fix incorrect use of 'package-transitive-propagated-inputs'.Ludovic Courtès2019-02-11
| | | | | | | | | | In practice the error was not triggered because 'package-transitive-propagated-inputs' currently returns the empty list for these two packages. * guix/scripts/pack.scm (gcrypt-sqlite3&co): Remove labels from the result. * gnu/system/vm.scm (gcrypt-sqlite3&co): Likewise.
* gnu: guile-picture-language: Update to 0-2.1ea8b78.Ricardo Wurmus2019-02-11
| | | | * gnu/packages/guile-xyz.scm (guile-picture-language): Update to 0-2.1ea8b78.
* gnu: disorderfs: Update to 0.5.6.Vagrant Cascadian2019-02-11
| | | | | | * gnu/packages/file-systems (disorderfs): Update to 0.5.6. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: diffoscope: Update to 111.Vagrant Cascadian2019-02-11
| | | | | | * gnu/packages/package-management (diffoscope): Update to 111. Signed-off-by: Leo Famulari <leo@famulari.name>