- Dec 16, 2016
-
-
Tobias Geerinckx-Rice authored
This should have been pushed to the ‘staging’ branch first. This reverts commit 1e1cd416.
-
Tobias Geerinckx-Rice authored
* gnu/packages/linux.scm (libraw1394): Update to 2.1.2.
-
Tobias Geerinckx-Rice authored
* gnu/packages/linux.scm (kmod): Update to 23.
-
Tobias Geerinckx-Rice authored
* gnu/packages/networking.scm (ethtool): Update to 4.8.
-
Tobias Geerinckx-Rice authored
* gnu/packages/linux.scm (mcelog): Update to 146.
-
Mark H Weaver authored
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.39.
-
- Dec 15, 2016
-
-
Leo Famulari authored
* gnu/packages/guile.scm (guile-irregex): Update to 0.9.6.
-
Mathieu Lirzin authored
* gnu/services/cuirass.scm (<cuirass-configuration>): Change type of 'specifications' field to an alist to match the documentation example. (cuirass-shepherd-service): Store the provided specifications in a file. Use that file as the "--specification" argument.
-
Mathieu Lirzin authored
* gnu/packages/ci.scm (cuirass): Update to revision 2. [native-inputs]: Add texinfo.
-
Tobias Geerinckx-Rice authored
* gnu/packages/web.scm (libpsl): Update to 0.16.0.
-
Tobias Geerinckx-Rice authored
* gnu/packages/vpn.scm (openconnect): Update to 7.09.
-
John Darrington authored
* gnu/tests/nfs.scm: New file. * gnu/local.mk: Add it.
-
Thomas Danckaert authored
* gnu/packages/kde.scm (kdevelop): New variable. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Thomas Danckaert authored
* gnu/packages/kde.scm (kdevplatform): New variable. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Thomas Danckaert authored
* gnu/packages/kde.scm (libksysguard)[inputs]: Remove kdbusaddons, kdoctools, kinit, knewstruff, knotifications, kio; add kauth, kcompletion, kconfig, kcoreaddons, kwidgetsaddons. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Christopher Baines authored
* gnu/services/databases.scm (<postgresql-configuration>): Add locale field. (postgresql-shepherd-service): Pass locale to initdb. (postgresql-service): Add locale default. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Christopher Baines authored
* gnu/services/databases.scm (<postgresql-configuration>): Add port field. (postgresql-shepherd-service): Pass port to postgres. (postgresql-service): Add port default. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Chris Marusich authored
* gnu/packages/gnome.scm (gnome-settings-daemon)[arguments]: Remove "--disable-network-manager". [inputs]: Add NETWORK-MANAGER. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Chris Marusich authored
* gnu/packages/gnome.scm (network-manager): Add configuration options "--with-systemd-logind=yes" (so we can use elogind to track login sessions) and "--with-consolekit=no" (so we don't use consolekit to track sessions, since it isn't packaged yet). Add elogind as an input, and add a snippet to replace some references to systemd with elogind. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
David Craven authored
* guix/upstream.scm (package-update): Take the basename of the uri before trying to determine the extension.
-
Eric Bavier authored
* doc/guix.texi (Invoking guix refresh): Mention cpan updater.
-
Mark H Weaver authored
Document that the following CVEs are fixed: CVE-2016-9893, CVE-2016-9895, CVE-2016-9897, CVE-2016-9898, CVE-2016-9899, CVE-2016-9900, CVE-2016-9901, CVE-2016-9902, CVE-2016-9904, and CVE-2016-9905. Note that these are all of the CVEs fixed in Firefox ESR 45.6. * gnu/packages/gnuzilla.scm (icecat)[source]: Add comments to patches that have since been assigned CVEs.
-
- Dec 14, 2016
-
-
Tobias Geerinckx-Rice authored
* gnu/packages/bioinformatics.scm (cutadapt, mosaik, pepr)[home-page]: Update to their respective replacements.
-
Tobias Geerinckx-Rice authored
* gnu/packages/boost.scm (mdds)[home-page]: Update it.
-
Tobias Geerinckx-Rice authored
* gnu/packages/scheme.scm (chibi-scheme)[home-page]: Update it.
-
Tobias Geerinckx-Rice authored
* gnu/packages/python.scm (python-mock)[source]: Use ‘pypi-uri’. [home-page]: Replace dead Google Code home page.
-
Tobias Geerinckx-Rice authored
* doc/guix.texi (Mapped Devices): Update cryptsetup home page.
-
Ricardo Wurmus authored
* gnu/packages/qemu.scm (libosinfo)[native-inputs]: Use a stable URL for the pci.ids file.
-
Ricardo Wurmus authored
* d3.v3.js, graph.js: New files. * Makefile.am (EXTRA_DIST): List them. * guix/graph.scm (%d3js-backend): New variable. (emit-d3js-prologue, emit-d3js-epilogue, emit-d3js-node, emit-d3js-edge): New procedures. (%graph-backends): Add %d3js-backend.
-
Ricardo Wurmus authored
* guix/graph.scm (%graph-backends): New variable. * guix/scripts/graph.scm (lookup-backend, list-backends): New procedures. (%options): Add options for "backend" and "list-backends". (show-help): Add help texts for "backend" and "list-backend" options. (%default-options): Add "backend" default. (guix-graph): Pass backend argument to "export-graph". * doc/guix.texi (Invoking guix graph): Document the new options.
-
Ricardo Wurmus authored
* guix/graph.scm (<graph-backend>): Add fields "name" and "description". (%graphviz-backend): Provide values for name and description. (export-graph): Ignore name and description when matching backends. (graph-backend-name, graph-backend-description): New procedures. * tests/graph.scm (make-recording-backend): Initialize name and description fields of test graph-backend.
-
Maxim Cournoyer authored
* doc/contributing.texi (Submitting Patches): Fix "could could" typo. Signed-off-by:
Leo Famulari <leo@famulari.name>
-
Marius Bakke authored
* gnu/packages/python.scm (python-cryptography, python2-cryptography): Update to 1.7.1. [arguments]: Remove field. (python-cryptography-vectors, python2-cryptography-vectors): Update to 1.7.1.
-
Tobias Geerinckx-Rice authored
* gnu/packages/man.scm (man-pages): Update to 4.09.
-
David Craven authored
* gnu/packages/rust.scm (rustc): New variable. Co-authored-by:
Eric Le Bihan <eric.le.bihan.dev@free.fr>
-
David Craven authored
* gnu/packages/rust.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add rust.scm.
-
David Craven authored
* gnu/packages/llvm.scm (llvm)[arguments]: Add -DLLVM_INSTALL_UTILS=ON to configure-flags.
-
David Craven authored
* guix/import/crate.scm (crate-package?, latest-release, %crate-updater): New variables. * guix/scripts/refresh.scm (%updaters): Add crate updater. * doc/guix.texi: Add crate updater to table.
-
David Craven authored
* guix/import/crate.scm: New file. * guix/scripts/import/crate.scm: New file. * guix/scripts/import.scm (importers): Add crate importer. * tests/crate.scm: New file. * doc/guix.texi: Add crate importer to table. * Makefile.am (MODULES, SCM_TESTS): Add files.
-
David Craven authored
* guix/import/utils.scm (maybe-inputs, maybe-native-inputs, package->definition): New variables.
-