aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add fzf.EuAndreh2021-03-19
| | | | | | | | * gnu/packages/terminals.scm (fzf): New variable, which inherits from the existing go-github-com-junegunn-fzf package, but also install other binary, and completion for direct usage. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add git2cl.Xinglu Chen2021-03-19
| | | | | | * gnu/packages/version-control.scm (git2cl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* build-self: Silent Guile warnings while computing the derivation.Ludovic Courtès2021-03-19
| | | | | | | | In particular, silence the Guile-Git autoload warnings introduced by c1940fde43c7aca37d67589cc5cb248086d17d56. * build-aux/build-self.scm (build-program): Wrap 'guix-derivation' call in 'parameterize'.
* doc: Add 'shepherd-service' example.Ludovic Courtès2021-03-19
| | | | * doc/guix.texi (Shepherd Services): Add example.
* download: 'tls-wrap' treats premature TLS termination as EOF.Ludovic Courtès2021-03-19
| | | | | | | | This is a backport of Guile commit 076276c4f580368b4106316a77752d69c8f1494a. * guix/build/download.scm (tls-wrap)[read!]: Wrap 'get-bytevector-n!' call in 'catch' and handle 'error/premature-termination' GnuTLS errors.
* gnu: srt2vtt: Update to 0.2.David Thompson2021-03-19
| | | | * gnu/packages/video.scm (srt2vtt): Update to 0.2. Wrap executable.
* gnu: Add psi.Raghav Gururajan2021-03-19
| | | | | | * gnu/packages/messaging.scm (psi): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add dragon-drop.Yoav Marco2021-03-19
| | | | | | * gnu/packages/gtk.scm (dragon-drop): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: vis: Update to 0.7.jgart2021-03-19
| | | | | | | * gnu/packages/text-editors.scm (vis): Update to 0.7. [home-page, source]: Use sourcehut upstream URIs instead of github. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: swi-prolog: Update to 8.3.20.Boris A. Dekshteyn2021-03-19
| | | | | | * gnu/packages/prolog.scm (swi-prolog): Update to 8.3.20. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* build-system/node: Remove unnecessary imports.Ludovic Courtès2021-03-19
| | | | * guix/build-system/node.scm: Remove unnecessary imports.
* download: Autoload (guix build download).Ludovic Courtès2021-03-19
| | | | | | | * guix/download.scm: Autoload (guix build download). (url-fetch): Rename to... (url-fetch*): ... this, locally, to allow for #:autoload. * guix/status.scm: Autoload (guix build download).
* git-download: Autoload Guile-Git.Ludovic Courtès2021-03-19
| | | | * guix/git-download.scm: Autoload (git ...) modules.
* guix package: Autoload Guile-JSON and (guix describe).Ludovic Courtès2021-03-19
| | | | | | * guix/scripts/build.scm: Autoload (guix import json). * guix/scripts/package.scm: Autoload (guix import json) and (guix describe).
* guix describe: Autoload Guile-JSON.Ludovic Courtès2021-03-19
| | | | * guix/scripts/describe.scm: Autoload (json).
* gnu: openmpi: Update to 4.1.0.Ludovic Courtès2021-03-19
| | | | * gnu/packages/mpi.scm (openmpi): Update to 4.1.0.
* gnu: openmpi: Add 'release-monitoring-url' property.Ludovic Courtès2021-03-19
| | | | * gnu/packages/mpi.scm (openmpi)[properties]: New field.
* gnu-maintenance: Better handle empty #:directory for 'latest-html-release'.Ludovic Courtès2021-03-19
| | | | | | | | | In particular, this makes sure we don't add a trailing slash when the user specified a 'release-monitoring-url' property for the 'generic-html' updater. * guix/gnu-maintenance.scm (latest-html-release): When DIRECTORY is empty, do not append it.
* gnu: busybox: Update to 1.33.0.Léo Le Bouter2021-03-19
| | | | * gnu/packages/busybox.scm (busybox): Update to 1.33.0.
* gnu: busybox: Fix CVE-2021-28831.Léo Le Bouter2021-03-19
| | | | | | * gnu/packages/patches/busybox-CVE-2021-28831.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/busybox.scm (busybox): Apply it.
* gnu: ruby-kramdown: Update to 2.3.1 [fixes CVE-2021-28834].Léo Le Bouter2021-03-19
| | | | * gnu/packages/ruby.scm (ruby-kramdown): Update to 2.3.1.
* gnu: ungoogled-chromium: Update to 89.0.4389.90-1.Marius Bakke2021-03-19
| | | | | | | | | | | | | | | | * gnu/packages/patches/ungoogled-chromium-system-opus.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for 89. (%chromium-version): Remove variable. (%ungoogled-revision): Set to 89.0.4389.90-1. (%ungoogled-origin): Conditionally set file name based on commit/tag. (%guix-patches): Add the new file. (libvpx/chromium): Update to 1.9.0-104-gb5d77a48d. (ungoogled-chromium)[version]: Use %UNGOOGLED-REVISION. [source]: Update hash. [arguments]: Adjust #:configure-flags for build system changes. Don't build with external WebRTC SSL library. Remove obsolete substitution. [inputs]: Remove OPENSSL. Change from PIPEWIRE to PIPEWIRE-0.3.
* news: Add ‘de’ translation.Florian Pelz2021-03-18
| | | | * etc/news.scm (channel-news): Add German translation.
* news: Add ‘nl’ translation.Tobias Geerinckx-Rice2021-03-18
| | | | * etc/news.scm (channel-news): Add a Dutch translation.
* news: Update erratum for '--keep-failed' vulnerability.Tobias Geerinckx-Rice2021-03-18
| | | | | * etc/news.scm: Change commit to behave in a (hopefully) more expected manner. Change http:// to https:// URL whilst here.
* news: Add erratum for '--keep-failed' vulnerability.Tobias Geerinckx-Rice2021-03-18
| | | | * etc/news.scm: Add entry.
* doc: Document the guidelines for removing inactive committers.Leo Famulari2021-03-18
| | | | | | | For more context, see the discussion in <https://bugs.gnu.org/47111>. * doc/contributing.texi (Commit Access): Add paragraph about removing inactive committers.
* gnu: emacsy-minimal: Fix build.Tobias Geerinckx-Rice2021-03-18
| | | | | | * gnu/packages/guile-xyz.scm (emacsy-minimal)[native-inputs]: Add autoconf, automake, gettext-minimal, libtool, pkg-config, and texinfo.
* tests: Make the STORE test more robust in a "pure" environment.Leo Famulari2021-03-18
| | | | | | | | Otherwise, the test crashes (not fails) when run in `guix environment --pure guix`. Fixes <https://bugs.gnu.org/46445>. * tests/store.scm (%shell): Fallback to "/bin/sh".
* gnu: Add countdown.Ryan Prior via Guix-patches via2021-03-18
| | | | | | | | * gnu/packages/time.scm (countdown): New variable. Also adds copyright, adds necessary module dependencies, and sorts them alphabetically. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-flymake-shellcheck: Update to 0.1-1.ac534e9Morgan Smith2021-03-18
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-flymake-shellcheck): Update to 0.1-1.ac534e9 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* news: Fix ‘nl’ typo.Tobias Geerinckx-Rice2021-03-18
| | | | * etc/news.scm (channel-news): This locale's ‘locale’'s ‘lokale’.
* gnu: emacs-leaf: Update to 4.4.4.Nicolas Goaziou2021-03-18
| | | | * gnu/packages/emacs-xyz.scm (emacs-leaf): Update to 4.4.4.
* news: Add ‘nl’ translation.Tobias Geerinckx-Rice2021-03-18
| | | | * etc/news.scm (channel-news): Add a Dutch translation.
* gnu: dhewm3: Update to 1.5.1.Tobias Geerinckx-Rice2021-03-18
| | | | * gnu/packages/game-development.scm (dhewm3): Update to 1.5.1.
* gnu: elixir: Update to 1.11.4.Tobias Geerinckx-Rice2021-03-18
| | | | * gnu/packages/elixir.scm (elixir): Update to 1.11.4.
* gnu: goffice: Update to 0.10.49.Tobias Geerinckx-Rice2021-03-18
| | | | * gnu/packages/gnome.scm (goffice): Update to 0.10.49.
* gnu: di: Update to 4.49.Tobias Geerinckx-Rice2021-03-18
| | | | | * gnu/packages/admin.scm (di): Update to 4.49. [source]: Update URL.
* gnu: isc-dhcp: Update bundled bind to 9.11.29.Tobias Geerinckx-Rice2021-03-18
| | | | | * gnu/packages/admin.scm (isc-dhcp)[inputs]: Update bundled bind to 9.11.29.
* gnu: bind: Update to 9.16.13.Tobias Geerinckx-Rice2021-03-18
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.13.
* news: Add ‘de’ translation.Florian Pelz2021-03-18
|
* news: Add entry for '--keep-failed' vulnerability.Ludovic Courtès2021-03-18
| | | | * etc/news.scm: Add entry.
* gnu: guix: Update to ec7fb66 [security].Ludovic Courtès2021-03-18
| | | | | | | This updates the 'guix' package so that it provides the fix for <https://bugs.gnu.org/47229>. * gnu/packages/package-management.scm (guix): Update to ec7fb66.
* daemon: Prevent privilege escalation with '--keep-failed' [security].Ludovic Courtès2021-03-18
| | | | | | | | | | | Fixes <https://bugs.gnu.org/47229>. Reported by Nathan Nye of WhiteBeam Security. * nix/libstore/build.cc (DerivationGoal::startBuilder): When 'useChroot' is true, add "/top" to 'tmpDir'. (DerivationGoal::deleteTmpDir): Adjust accordingly. When 'settings.keepFailed' is true, chown in two steps: first the "/top" sub-directory, and then rename "/top" to its parent.
* services: Enable "protected hardlinks" and "protected symlinks" by default.Leo Famulari2021-03-18
| | | | | | | | | | | | | | References: https://sysctl-explorer.net/fs/protected_hardlinks/ https://sysctl-explorer.net/fs/protected_symlinks/ * gnu/services/sysctl.scm (%default-sysctl-settings): New public variable. (<sysctl-configuration>): Use %default-sysctl-settings as the default value. * gnu/services/base.scm (%base-services): Add sysctl-service-type. * doc/guix.texi (Miscellaneous Services): Document the new defaults. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Revert "gnu: python2-urllib3: Update to 1.26.4 [fixes CVE-2021-28363]."Léo Le Bouter2021-03-18
| | | | | | | In response to commit 1a265842e634656411bc7304c4648273f174f65e we should no longer need this. Also see <https://bugs.gnu.org/47186>. This reverts commit db87d6ddafd26c5ad657178cf7fdab524d05c522.
* gnu: imagemagick/fixed: Redirect old sonames to new sonames.Léo Le Bouter2021-03-18
| | | | | | | | * gnu/packages/imagemagick.scm (imagemagick/fixed)[arguments]: Add 'fix-compat-cheat-rename-so phase to redirect old soname paths (expected without grafting) to new sonames introduced by ImageMagick 6.9.12-0 and later. These sonames are probably not forward compatible but most probably backwards compatible so it should suffice until we remove the graft.
* gnu: linux-libre 4.4: Update to 4.4.262.Leo Famulari2021-03-18
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.262. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.262.Leo Famulari2021-03-18
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.262. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.226.Leo Famulari2021-03-18
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.226. (linux-libre-4.14-pristine-source): Update hash.