summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-22http-client: Add error handling to http-multiple-get.•••Making sure to close the port if it looks to be unusable. This closing of the port will allow for caching connections, without caching broken connections, as the cache can avoid handing out closed ports. * guix/http-client.scm (http-multiple-get): Try to catch exceptions that happen if the port is unusable, this is a adaptation of code within the (guix scripts substitute) module. Christopher Baines
2021-02-22guix: Move http-multiple-get to (guix http-client).•••From (guix scripts substitute). This will make it easier to reuse this code. * guix/scripts/substitute.scm (http-multiple-get): Remove, and move to… * guix/http-client.scm (http-multiple-get): …here. Christopher Baines
2021-02-22substitute: Remove redundant let block from fetch.•••* guix/scripts/substitute.scm (fetch): Remove redundant let block. Christopher Baines
2021-02-22substitute: Remove connection handling from fetch.•••http-fetch does this, so just use that code instead. * guix/scripts/substitute.scm (fetch): Remove connection handling when the port is closed. Christopher Baines
2021-02-22substitute: Remove buffer handling from fetch.•••http-fetch does this, so just set the right option. * guix/scripts/substitute.scm (fetch): Remove buffering code, and pass #:buffered? to http-fetch. Christopher Baines
2021-02-22gnu: star: Update to 2.7.8a.•••* gnu/packages/bioinformatics.scm (star): Update to 2.7.8a. Ricardo Wurmus
2021-02-22gnu: Add dstask.•••* gnu/packages/task-management.scm (dstask): New variable. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net> Stefan Reichör
2021-02-22gnu: gnome-keyring: Propagate gcr to fix unlock prompts.•••On desktop environments other than GNOME, it is not obvious gcr package needs to be installed in the profile for gnome-keyring unlock prompts to work. Propagating it ensures no one will need to figure this out in the future. * gnu/packages/gnome.scm (gnome-keyring)[propagated-inputs]: Add "gcr". Léo Le Bouter
2021-02-22gnu: gita: Update to 0.12.9.•••* gnu/packages/version-control.scm (gita): Update to 0.12.9. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net> Stefan Reichör
2021-02-22gnu: python-sane: Correct the license.•••This is a followup to commit f500905ce1baf85a2407c5ccde148ee6c2ea2584. * gnu/packages/python-xyz.scm (python-sane)[license]: Describe the license. Leo Famulari
2021-02-22gnu: Add python-screenkey.•••* gnu/packages/python-xyz.scm (python-screenkey): New variable. Co-authored-by: Léo Le Bouter <lle-bout@zaclys.net> Alexandros Theodotou
2021-02-22doc: Fix build.•••This is a follow-up of b309a28678664c295e97a70607def02b0c9b4296. * doc/guix.texi (Tor): Fix build. Mathieu Othacehe
2021-02-22gnu: cuirass: Add missing dependency.•••* gnu/packages/ci.scm (cuirass)[inputs]: Add gnutls. [arguments]: Adapt accordingly. Mathieu Othacehe
2021-02-22services: postgresql: Define a default value.•••* gnu/services/databases.scm (postgresql-service-type): Define a default value. Mathieu Othacehe
2021-02-22services: cuirass: Instantiate postgresql service.•••* gnu/services/cuirass.scm (cuirass-service-type): Instantiate postgresql service when missing. Mathieu Othacehe
2021-02-22services: tor: Add control-socket? option.•••* doc/guix.texi (Networking Services): Document new `control-socket?' option for `tor-configuration`. * gnu/services/networking.scm (<tor-configuration>): (tor-configuration->torrc): Christopher Lemmer Webber
2021-02-22gnu: ruby-omniauth-oauth2: Update to 1.7.1.•••* gnu/packages/ruby.scm (ruby-omniauth-oauth2): Update to 1.7.1. Efraim Flashner
2021-02-22gnu: ruby-omniauth: Update to 2.0.3.•••* gnu/packages/ruby.scm (ruby-omniauth): Update to 2.0.3. [arguments]: Don't skip tests. [propagated-inputs]: Add ruby-rack-protector. [native-inputs]: Add ruby-rspec. Efraim Flashner
2021-02-22gnu: cuirass: Update to 0.0.1-72.543e26a.•••* gnu/packages/ci.scm (guile-mastodon-dev): New variable. (guile-mastodon-dev): Update to 0.0.1-72.543e26a. [inputs]: Use guile-mastodon-dev instead of guile-mastodon. Mathieu Othacehe
2021-02-22gnu: Fix "license:" prefix in scanner.scm.•••* gnu/packages/scanner.scm: Change "licence:" to "license:". Ludovic Courtès
2021-02-22gnu: Add python-sane.•••* gnu/packages/python-xyz.scm (python-sane): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Tai
2021-02-22gnu: guile-dsv: Update to 0.4.0.•••* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.4.0 [arguments]: Remove phase "configure-support-guile3.0". Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jack Hill
2021-02-22news: Add 'zh' translation.•••Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zhu Zihao
2021-02-22packages: 'package-field-location' handles 'search-path' returning #f.•••Fixes <https://bugs.gnu.org/46390>. Reported by zimoun <zimon.toutoune@gmail.com>. This is similar to the fix in d10474c38d58bdc676e64336769dc2e00cdfa8ed. * guix/packages.scm (package-field-location): Handle FILE not in %LOAD-PATH. * tests/guix-lint.sh: Add test. Ludovic Courtès
2021-02-22gnu: emacs-selectrum: Update to 3.1.•••* gnu/packages/emacs-xyz.scm (emacs-selectrum): Update to 3.1. Nicolas Goaziou
2021-02-22gnu: cuirass: Update to 0.0.1-71.3e65617.•••* gnu/packages/ci.scm (cuirass): Update to 0.0.1-71.3e65617. Mathieu Othacehe
2021-02-22gnu: nixfmt: Fix name.•••* gnu/packages/haskell-apps.scm (nixfmt): Fix name. Nicolas Goaziou
2021-02-22gnu: Rename ghc-nixfmt into nixfmt•••* gnu/packages/haskell-xyz.scm (ghc-nixfmt): Move to... * gnu/packages/haskell-apps.scm (nixfmt): ... here. This is a followup to 703ccd583611b6efa689b7a2d1daf35d6cd83c35. Nicolas Goaziou
2021-02-22gnu: cuirass: Update dependencies.•••* gnu/packages/ci.scm (cuirass)[inputs]: Add "guile-mastodon" and "mailutils". [arguments]: Adapt accordingly. Mathieu Othacehe
2021-02-22gnu: guile-mastodon: Build with Guile 3.0.•••* gnu/packages/guile-xyz.scm (guile-mastodon)[source]: Modify configure.ac to add Guile 3.0 support. [native-inputs]: Add "emacs" and "texinfo". [inputs]: Use Guile 3.0 and Guile Json 4.0. Mathieu Othacehe
2021-02-22services: cuirass: Add parameters support.•••* gnu/services/cuirass.scm (<cuirass-configuration>)[parameters]: New field. [zabbix-uri]: Remove it. (cuirass-shepherd-service): Honor it. Mathieu Othacehe
2021-02-22gnu: cuirass: Update to 0.0.1-70.342c5ed•••* gnu/packages/ci.scm (cuirass): Update to 0.0.1-70.342c5ed. Mathieu Othacehe
2021-02-22gnu: autoconf-archive: Update to 2021.02.19.•••* gnu/packages/autotools.scm (autoconf-archive): Update to 2021.02.19. Efraim Flashner
2021-02-21gnu: git: Add credential-libsecret output.•••* gnu/packages/version-control.scm (git)[native-inputs]: Add pkg-config. [inputs]: Add glib and libsecret. [outputs]: Add "credential-libsecret". [arguments]: Add 'install-credential-libsecret phase to #:phases to build and install "git-credential-libsecret" to "credential-libsecret" output. (git-minimal)[arguments]: Delete the 'install-credential-libsecret phase. Signed-off-by: Chris Marusich <cmmarusich@gmail.com> Léo Le Bouter
2021-02-21gnu: diffoscope: Update to 167.•••* gnu/packages/diffoscope.scm (diffoscope): Update to 167. Vagrant Cascadian
2021-02-21gnu: Add HDF5 1.12.0.•••* gnu/packages/maths.scm (hdf5-1.12): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Gerd Heber
2021-02-21gnu: ffmpeg: Update to 4.3.2.•••* gnu/packages/video.scm (ffmpeg): Update to 4.3.2. Signed-off-by: Leo Famulari <leo@famulari.name> Vincent Legoll
2021-02-21image: Add rock64 support.•••* gnu/system/images/rock64.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. Marius Bakke
2021-02-21gnu: ungoogled-chromium: Update default preferences.•••* gnu/packages/aux-files/chromium/master-preferences.json: Adjust for upstream changes. Marius Bakke
2021-02-21gnu: ungoogled-chromium: Update to 88.0.4324.182-0.b98f2d5.•••* gnu/packages/chromium.scm (%chromium-version): Set to -88.0.4324.182. (%ungoogled-revision): Set to 27c9e9fabd38001b32d148f7b3f99b4d31e67277. (%ungoogled-origin, ungoogled-chromium): Update hashes. Marius Bakke
2021-02-21gnu: emacs-helm-pass: Update to 0.4.•••* gnu/packages/emacs-xyz.scm (emacs-helm-pass): Update to 0.4. Pierre Neidhardt
2021-02-21gnu: ir: Remove whitespace at end of line.•••* gnu/packages/audio.scm (ir): Remove whitespace at end of line. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net> Alexandros Theodotou
2021-02-21gnu: ruby-rack-protection: Update to 2.0.8.1.•••* gnu/packages/ruby.scm (ruby-rack-protection): Update to 2.0.8.1. Efraim Flashner
2021-02-21gnu: exiv2-0.26: Remove variable.•••* gnu/packages/image.scm (exiv2-0.26): Remove variable. * gnu/packages/patches/exiv2-CVE-2017-14859-14862-14864.patch: * gnu/packages/patches/exiv2-CVE-2017-14860.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Apply removal. Nicolas Goaziou
2021-02-21gnu: hugin: Update to 2020.0.0.•••* gnu/packages/photo.scm (hugin): Update to 2020.0.0. [inputs]: Use current exiv2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Lars-Dominik Braun
2021-02-21gnu: Add cli11.•••* gnu/packages/cpp.scm (cli11): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Milkey Mouse
2021-02-21gnu: screen: Patch CVE-2021-26937.•••* gnu/packages/screen.scm (screen)[source]: Add patch. * gnu/packages/patches/screen-CVE-2021-26937.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner
2021-02-21gnu: sbcl-utm-ups: Update to 1.1-0.ffcb7b6.•••* gnu/packages/lisp-xyz.scm (sbcl-utm-ups): Update to 1.1-0.ffcb7b6. Guillaume Le Vaillant
2021-02-21gnu: asymptote: Update to 2.69.•••* gnu/packages/plotutils.scm (asymptote): Update to 2.69. Nicolas Goaziou
2021-02-21gnu: Add ghc-nixfmt.•••* gnu/packages/haskell-xyz.scm (ghc-nixfmt): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> EuAndreh via Guix-patches via