| Commit message (Expand) | Author | Age |
* | gnu: mdds: Replace dead Google Code home-page.•••* gnu/packages/boost.scm (mdds)[home-page]: Update it.
| Tobias Geerinckx-Rice | 2016-12-14 |
* | gnu: chibi-scheme: Replace dead Google Code home-page.•••* gnu/packages/scheme.scm (chibi-scheme)[home-page]: Update it.
| Tobias Geerinckx-Rice | 2016-12-14 |
* | gnu: python-mock: Update source and home-page URIs.•••* gnu/packages/python.scm (python-mock)[source]: Use ‘pypi-uri’.
[home-page]: Replace dead Google Code home page.
| Tobias Geerinckx-Rice | 2016-12-14 |
* | doc: Replace dead Google Code home page for cryptsetup.•••* doc/guix.texi (Mapped Devices): Update cryptsetup home page.
| Tobias Geerinckx-Rice | 2016-12-14 |
* | gnu: libosinfo: Use stable URL for pci.ids.•••* gnu/packages/qemu.scm (libosinfo)[native-inputs]: Use a stable URL for
the pci.ids file.
| Ricardo Wurmus | 2016-12-14 |
* | graph: Add d3js backend.•••* 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 | 2016-12-14 |
* | graph: Add "list-backend" and "backend" options.•••* 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 | 2016-12-14 |
* | graph: Backend must have name and description.•••* 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.
| Ricardo Wurmus | 2016-12-14 |
* | doc: Fix typo in Submitting Patches section.•••* doc/contributing.texi (Submitting Patches): Fix "could could" typo.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Maxim Cournoyer | 2016-12-14 |
* | gnu: python-cryptography: Update to 1.7.1.•••* 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.
| Marius Bakke | 2016-12-14 |
* | gnu: man-pages: Update to 4.09.•••* gnu/packages/man.scm (man-pages): Update to 4.09.
| Tobias Geerinckx-Rice | 2016-12-14 |
* | gnu: Add rustc.•••* gnu/packages/rust.scm (rustc): New variable.
Co-authored-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
| David Craven | 2016-12-14 |
* | gnu: Add rust bootstrap binaries.•••* gnu/packages/rust.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add rust.scm.
| David Craven | 2016-12-14 |
* | gnu: llvm: Enable install utils.•••* gnu/packages/llvm.scm (llvm)[arguments]: Add -DLLVM_INSTALL_UTILS=ON
to configure-flags.
| David Craven | 2016-12-14 |
* | import: Add updater for rust crates.•••* 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 | 2016-12-14 |
* | import: Add importer for rust crates.•••* 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 | 2016-12-14 |
* | import: utils: Add some utilities.•••* guix/import/utils.scm (maybe-inputs, maybe-native-inputs,
package->definition): New variables.
| David Craven | 2016-12-14 |
* | build-system: Add cargo build system.•••* guix/build-system/cargo.scm: New file.
* guix/build/cargo-build-system.scm: New file.
* Makefile.am (MODULES): Add files.
| David Craven | 2016-12-14 |
* | gnu: nss, nss-certs: Update to 3.27.2.•••* gnu/packages/gnuzilla.scm (nss): Update to 3.27.2.
* gnu/packages/certs.scm (nss-certs): Update to 3.27.2.
| Leo Famulari | 2016-12-14 |
* | gnu: icedtea-8: Update to 3.2.0 [fixes CVE-2016-{5542,5554,5568,5573,5582,559...•••* gnu/packages/java.scm (icedtea-8): Update to 3.2.0.
[arguments]: Pass '--disable-system-pcsc' and '--disable-system-sctp'
to #:configure-flags.
| Leo Famulari | 2016-12-14 |
* | gnu: icedtea-7: Update to 2.6.8 [fixes CVE-2016-{5542,5554,5568,5573,5582,5597}]•••* gnu/packages/java.scm (icedtea-7): Update to 2.6.8.
| Leo Famulari | 2016-12-14 |
* | upstream: Use first url when it lacks an extension.•••* guix/upstream.scm (package-update): Use a url from the list when it
lacks an extension.
| Ludovic Courtès | 2016-12-14 |
* | gnu: Add r-bit64.•••* gnu/packages/statistics.scm (r-bit64): New variable.
| Ben Woodcroft | 2016-12-14 |
* | gnu: Add r-bit.•••* gnu/packages/statistics.scm (r-bit): New variable.
| Ben Woodcroft | 2016-12-14 |
* | gnu: linux-libre: Update to 4.9.•••* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.9.
* gnu/packages/linux-libre-4.8-x86_64.conf,
gnu/packages/linux-libre-4.8-i686.conf: Delete files.
* gnu/packages/linux-libre-4.9-x86_64.conf,
gnu/packages/linux-libre-4.9-i686.conf: New files.
* Makefile.am (KCONFIGS): Update accordingly.
| Mark H Weaver | 2016-12-14 |
* | gnu: guile-next: Update to 2.1.5.•••* gnu/packages/guile.scm (guile-next): Update to 2.1.5.
[properties]: Add 'upstream-name', 'ftp-server', and 'ftp-directory'.
| Ludovic Courtès | 2016-12-14 |
* | gnu: usbutils: Update to 008.•••* gnu/packages/linux.scm (usbutils): Update to 008.
[inputs]: Add EUDEV.
| Ludovic Courtès | 2016-12-14 |
* | gnu: wireless-regdb: Update to 2016.06.10.•••* gnu/packages/linux.scm (wireless-regdb): Update to 2016.06.10.
| Ludovic Courtès | 2016-12-14 |
* | services: mysql: Add port to configuration•••* gnu/services/databases.scm (<mysql-configuration>): Add port field.
(mysql-configuration-file): Use the port field when creating the
configuration file.
* doc/guix.texi (Database Services): Document it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Christopher Baines | 2016-12-14 |
* | gnu: xf86-input-keyboard: Update to 1.9.0.•••* gnu/packages/xorg.scm (xf86-input-keyboard): Update to 1.9.0.
| Marius Bakke | 2016-12-13 |
* | gnu: xf86-video-ati: Update to 7.8.0.•••* gnu/packages/xorg.scm (xf86-video-ati): Update to 7.8.0.
| Marius Bakke | 2016-12-13 |
* | gnu: xf86-input-libinput: Update to 0.23.0.•••* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.23.0.
| Marius Bakke | 2016-12-13 |
* | gnu: iproute2: Update to 4.9.0.•••* gnu/packages/linux.scm (iproute2): Update to 4.9.0.
[home-page]: Point to the latest attempt, and use HTTPS.
| Tobias Geerinckx-Rice | 2016-12-13 |
* | gnu: libjpeg-turbo: Fix typo.•••This is a followup to commit e90a706e1686aaf3a1004683be8a3f3a4cbaf22e.
* gnu/packages/image.scm (libjpeg-turbo): Remove extra "\".
| Alex Kost | 2016-12-13 |
* | gnu: epic5: Fix 'license' field to contain only licenses.•••* gnu/packages/irc.scm (epic5)[license]: Call 'license:non-copyleft'.
| Ludovic Courtès | 2016-12-13 |
* | gnu: python-pyqt: Update to 5.7.•••* gnu/packages/qt.scm (python-pyqt): Update to 5.7.
| Efraim Flashner | 2016-12-13 |
* | gnu: onionshare: Update to 0.9.2 (fixes CVE-2016-5026).•••* gnu/packages/tor.scm (onionshare): Update to 0.9.2.
[source]: Remove patch.
[arguments]: Update substitutions for new version.
* gnu/packages/patches/onionshare-fix-install-paths.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Efraim Flashner | 2016-12-13 |
* | gnu: diamond: Update to 0.8.29.•••* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.29.
| Ben Woodcroft | 2016-12-13 |
* | gnu: orfm: Update to 0.6.1.•••* gnu/packages/bioinformatics.scm (orfm): Update to 0.6.1.
| Ben Woodcroft | 2016-12-13 |
* | gnu: libsrtp: Fix building on mips.•••* gnu/packages/telephony.scm (libsrtp)[arguments]: Add substitution
changing variable name from 'mips' to 'mips_value'. Also substitute
dictionary location in test suite.
| Efraim Flashner | 2016-12-13 |
* | gnu: libsrtp: Have source use file-name.•••* gnu/packages/telephony.scm (libsrtp)[source]: Add file-name field.
| Efraim Flashner | 2016-12-13 |
* | gnu: libjpeg-turbo: Fix build on mips.•••* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Add substitution to
set variable type before use.
| Efraim Flashner | 2016-12-13 |
* | gnu: lftp: Update to 4.7.4.•••* gnu/packages/ftp.scm (lftp): Update to 4.7.4.
[home-page]: Change to new domain.
[source]: Adjust to new domain. Add mirror.
| Marius Bakke | 2016-12-13 |
* | gnu: python-setuptools: Update to 31.0.0.•••* gnu/packages/python.scm (python-setuptools, python2-setuptools): Update to
31.0.0.
[source]: Use 'pypi-uri'.
[license]: Update for bundled libraries.
| Marius Bakke | 2016-12-13 |
* | gnu: duplicity: Use 'modify-phases' syntax.•••* gnu/packages/backup.scm (duplicity)[arguments]: Use 'modify-phases'.
| Marius Bakke | 2016-12-13 |
* | import: cpan: Add updater.•••* guix/import/cpan.scm (module->dist-name): Fetch the field of interest.
(cpan-fetch): Accept release name rather than module name.
(fix-source-url): Rename to ...
(cpan-source-url): ... this. Take metadata as parameter.
(package->upstream-name, cpan-version, cpan-package?, latest-release):
New procedures.
(cpan-module->sexp): Use cpan-version and cpan-source-url.
(%cpan-updater): New variable.
* guix/scripts/refresh.scm (%updaters): Add %CPAN-UPDATER.
| Eric Bavier | 2016-12-12 |
* | import: cpan: Move core-module? to top-level.•••* guix/import/cpan.scm (cpan-module->sexp): Move local core-module?
procedure to ...
(core-module?): ... here.
| Eric Bavier | 2016-12-12 |
* | import: json: Silence json-fetch output.•••* guix/import/json.scm (json-fetch): Use http-fetch instead of url-fetch
to avoid writing to stdout and a temporary file for each invocation.
* guix/import/gem.scm (rubygems-fetch): Do not redirect json-fetch
output to /dev/null.
* guix/import/pypi.scm (pypi-fetch): Likewise.
| Eric Bavier | 2016-12-12 |
* | gnu: xf86-video-nouveau: Update to 1.0.13.•••* gnu/packages/xorg.scm (xf86-video-nouveau): Update to 1.0.13.
| Tobias Geerinckx-Rice | 2016-12-13 |
* | gnu: xf86-input-synaptics: Update to 1.9.0.•••* gnu/packages/xorg.scm (xf86-input-synaptics): Update to 1.9.0.
| Tobias Geerinckx-Rice | 2016-12-13 |