summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-10Merge branch 'master' into core-updatesMarius Bakke
2020-03-10doc: Use HTTPS for external links.Vitaliy Shatrov
* doc/contributing.texi (14.1 Building from Git, 14.3 The Perfect Setup, 14.4.1 Software Freedom, 14.4.4 Synopses and Descriptions, 14.5.4 Formatting Code): Use HTTPS for @uref{}s and @url{}s that support it. * doc/fdl-1.3.texi (Appendix A GNU Free Documentation License): Use HTTPS for @uref{}s and @url{}s that support it. * doc/guix.texi (6.3 Build Systems, 8.8.4 Networking Services, 8.8.8 Sound Services, 8.8.16 Web Services, 8.11 Name Service Switch, 12.2 Preparing to Use the Bootstrap Binaries); Use HTTPS for @uref{}s and @url{}s that support it. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-10gnu: mercurial: Enable more tests.Marius Bakke
* gnu/packages/version-control.scm (mercurial)[arguments]: Add phase 'patch-tests'. Do not remove patched tests in the 'check' phase.
2020-03-10gnu: guix: Update to 0984481.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 0984481.
2020-03-10gnu: icecat: Update to 68.6.0-guix0-preview1 [security fixes].Mark H Weaver
Includes fixes for CVE-2019-20503, CVE-2020-6805, CVE-2020-6806, CVE-2020-6807, CVE-2020-6811, CVE-2020-6812, and CVE-2020-6814. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
2020-03-10vm: Compute UUIDs truly deterministically.Ludovic Courtès
This is a followup to 1540075c790dfaeff52c93392f2fc63b9e23b77e. The mistake had no effect on prior Guile versions but it's visible since Guile 3.0.1 and the fix for <https://bugs.gnu.org/39634>. * gnu/system/vm.scm (operating-system-uuid): Hash a list of 'file-system-digest' values, not the 'file-system-type' procedure.
2020-03-10gnu: guile-next: Update to 3.0.1 with bug-fix for crash.Ludovic Courtès
* gnu/packages/guile.scm (guile-3.0): Update to 3.0.1 with "guile-3.0-crash.patch". * gnu/packages/patches/guile-3.0-crash.patch: New file. * gnu/local.mk (dist_patch_DATA): Use it.
2020-03-10gnu: emacs-xr: Update to 1.18.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.18.
2020-03-10gnu: Add r-ppcor.Ricardo Wurmus
* gnu/packages/cran.scm (r-ppcor): New variable.
2020-03-10gnu: python: Fix cross-compilation.Mathieu Othacehe
This is a follow-up of 89da127035737bdf922bc566970c5506c2e01b00. * gnu/packages/patches/python-3-search-paths.patch: Use CROSS_C_INCLUDE_PATH instead of CROSS_CPATH.
2020-03-10gnu: monero-gui: Update to 0.15.0.4.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.4.
2020-03-10gnu: monero: Update to 0.15.0.5.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero): Update to 0.15.0.5.
2020-03-10gnu: mars: Fix home page.Tobias Geerinckx-Rice
* gnu/packages/games.scm (mars)[home-page]: Use working domain & HTTPS.
2020-03-10gnu: ode: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/game-development.scm (ode)[home-page]: Use HTTPS.
2020-03-10gnu: xmobar: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (xmobar)[home-page]: Use HTTPS.
2020-03-10gnu: gitolite: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (gitolite)[home-page]: Use HTTPS.
2020-03-10gnu: font-dosis: Use archive.org'd URIs.Tobias Geerinckx-Rice
* gnu/packages/fonts.scm (font-dosis)[source, home-page]: Use snapshots.
2020-03-10gnu: python-virtualenv: Propagate inputs.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-virtualenv)[inputs]: Make… [propagated-inputs]: …this.
2020-03-10gnu: guile3.0-guix: Fix cross-compilation.Mathieu Othacehe
* gnu/packages/package-management.scm (guile3.0-guix)[native-inputs]: Remove all Guile 2.X libraries and replace them by their 3.0 counterpart.
2020-03-10gnu: git-annex: Update to 8.20200309.Kyle Meyer
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200309. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-03-10gnu: mumble: Disable statistic gathering by default.Michael Rohleder
Fixes <https://bugs.gnu.org/25201> * gnu/packages/telephone.scm (mumble)[arguments]: Add phase to disable statistic gathering by default. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-03-10gnu: r-sparselda: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/cran.scm (r-sparselda)[home-page]: Use HTTPS.
2020-03-10gnu: r-spams: Use HTTPS home page.Tobias Geerinckx-Rice
Well, it currently redirects back to HTTP… * gnu/packages/statistics.scm (r-spams)[home-page]: Use ‘HTTPS’.
2020-03-10gnu: r-fda: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/cran.scm (r-fda)[home-page]: Use HTTPS.
2020-03-10gnu: r-mcmc: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/cran.scm (r-mcmc)[home-page]: Use HTTPS.
2020-03-10gnu: r-varselrf: Update home page.Tobias Geerinckx-Rice
* gnu/packages/cran.scm (r-varselrf)[home-page]: Follow (HTTPS) redirection.
2020-03-10gnu: r-knitr: Update home page.Tobias Geerinckx-Rice
* gnu/packages/statistics.scm (r-knitr)[home-page]: Follow (HTTPS) redirection.
2020-03-10gnu: r-ouch: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/cran.scm (r-ouch)[home-page]: Use HTTPS.
2020-03-10gnu: libinput: Note libinput-minimal inheritance.Tobias Geerinckx-Rice
* gnu/packages/freedesktop.scm (libinput): Add a warning comment.
2020-03-09gnu: csvkit: Update to 1.0.5.Tobias Geerinckx-Rice
* gnu/packages/wireservice.scm (csvkit): Update to 1.0.5. [source]: Remove upstreamed patch. * gnu/packages/patches/csvkit-fix-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2020-03-09gnu: slang: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/slang.scm (slang)[home-page]: Use HTTPS.
2020-03-09gnu: polipo: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/web.scm (polipo)[home-page]: Use HTTPS.
2020-03-09gnu: iperf: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (iperf)[home-page]: Use HTTPS.
2020-03-09gnu: xdotool: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (xdotool)[home-page]: Use HTTPS.
2020-03-09gnu: compface: Update home page.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (compface)[home-page]: Follow (HTTPS) redirection.
2020-03-09gnu: compface: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (compface)[source]: Hard-code NAME.
2020-03-09gnu: Use HTTPS for rstudio.github.io home pages.Tobias Geerinckx-Rice
* gnu/packages/cran.scm (r-shinydashboard, r-shinythemes, r-dt) [home-page]: Use HTTPS.
2020-03-09git-authenticate: Add roelj's new key.Ludovic Courtès
This is a followup to cc51c03ff867d4633505354819c6d88af88bf919. * build-aux/git-authenticate.scm (%committers): Add roelj's new key.
2020-03-09tests: getmail: Provide a pre-initialized user account password.Ludovic Courtès
* gnu/tests/mail.scm (%getmail-os): Rewrite so that the "alice" account has a password. (run-getmail-test)[test]("set password for alice"): Remove. This would not work since commit 8b9cad01e9619f53dc5a65892ca6a09ca5de3447 since 'passwd' would no longer be in $PATH.
2020-03-09tests: docker-system: Increase memory requirement.Ludovic Courtès
The system image would no longer fit in memory, starting from commit 8c7eb58453870f380a077c7cfd8dafa97bb8e13f. * gnu/tests/docker.scm (run-docker-system-test): Set 'memory-size' to 3500.
2020-03-09tests: zabbix: Set 'PATH' before running the scripts.Ludovic Courtès
This is a followup to 8b9cad01e9619f53dc5a65892ca6a09ca5de3447. * gnu/tests/monitoring.scm (run-zabbix-server-test)[test]: Set 'PATH' in MARIONETTE.
2020-03-09gnu: Add rr.Ludovic Courtès
* gnu/packages/debug.scm (rr): New variable.
2020-03-09Revert "gnu: libinput: Update to 1.15.3."Tobias Geerinckx-Rice
This reverts commit 1fad0b8674cf97a7e102e98ab31fcebe07ae9515. It rebuilds the world through libinput-minimal.
2020-03-09gnu: python-sphinxcontrib-websupport: Update to 1.2.0.Tobias Geerinckx-Rice
* gnu/packages/sphinx.scm (python-sphinxcontrib-websupport): Update to 1.2.0.
2020-03-09gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.4.Tobias Geerinckx-Rice
* gnu/packages/sphinx.scm (python-sphinxcontrib-serializinghtml): Update to 1.1.4.
2020-03-09gnu: python-sphinxcontrib-qthelp: Update to 1.0.3.Tobias Geerinckx-Rice
* gnu/packages/sphinx.scm (python-sphinxcontrib-qthelp): Update to 1.0.3.
2020-03-09gnu: python-sphinxcontrib-htmlhelp: Update to 1.0.3.Tobias Geerinckx-Rice
* gnu/packages/sphinx.scm (python-sphinxcontrib-htmlhelp): Update to 1.0.3.
2020-03-09gnu: python-sphinxcontrib-devhelp: Update to 1.0.2.Tobias Geerinckx-Rice
* gnu/packages/sphinx.scm (python-sphinxcontrib-devhelp): Update to 1.0.2.
2020-03-09gnu: python-sphinxcontrib-applehelp: Update to 1.0.2.Tobias Geerinckx-Rice
* gnu/packages/sphinx.scm (python-sphinxcontrib-applehelp): Update to 1.0.2.
2020-03-09gnu: youtube-dl: Update to 2020.03.08.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2020.03.08.