Age | Commit message (Expand) | Author |
2021-03-20 | gnu: Add go-go-uber-org-multierr....* gnu/packages/golang.scm (go-go-uber-org-multierr): New variable.
| Guillaume Le Vaillant |
2021-03-20 | gnu: Add go-go-uber-org-atomic....* gnu/packages/golang.scm (go-go-uber-org-atomic): New variable.
| Guillaume Le Vaillant |
2021-03-20 | gnu: Add go-github-com-pborman-getopt....* gnu/packages/golang.scm (go-github-com-pborman-getopt): New variable.
| Guillaume Le Vaillant |
2021-03-20 | gnu: Add go-github-com-mesilliac-pulse-simple....* gnu/packages/golang.scm (go-github-com-mesilliac-pulse-simple): New
variable.
| Guillaume Le Vaillant |
2021-03-20 | gnu: Add go-github-com-akosmarton-papipes....* gnu/packages/golang.scm (go-github-com-akosmarton-papipes): New variable.
| Guillaume Le Vaillant |
2021-03-19 | gnu: abseil-cpp: Patch sterror_test....* gnu/packages/patches/abseil-cpp-fix-gtest.patch: Renamed file.
* gnu/packages/patches/abseil-cpp-fix-strerror_test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Rename / add files.
* gnu/packages/cpp.scm (abseil-cpp)[source]: Use files.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2021-03-19 | gnu: abseil-cpp: Update to 20200923.3....* gnu/packages/cpp.scm (abseil-cpp): Update to 20200923.3.
[arguments]: Enable external googletest.
* gnu/packages/patches/abseil-cpp-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2021-03-19 | gnu: Add fzf....* 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>
| EuAndreh |
2021-03-19 | gnu: Add git2cl....* gnu/packages/version-control.scm (git2cl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Xinglu Chen |
2021-03-19 | build-self: Silent Guile warnings while computing the derivation....In particular, silence the Guile-Git autoload warnings introduced by
c1940fde43c7aca37d67589cc5cb248086d17d56.
* build-aux/build-self.scm (build-program): Wrap 'guix-derivation' call
in 'parameterize'.
| Ludovic Courtès |
2021-03-19 | doc: Add 'shepherd-service' example....* doc/guix.texi (Shepherd Services): Add example.
| Ludovic Courtès |
2021-03-19 | download: 'tls-wrap' treats premature TLS termination as EOF....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.
| Ludovic Courtès |
2021-03-19 | gnu: srt2vtt: Update to 0.2....* gnu/packages/video.scm (srt2vtt): Update to 0.2. Wrap executable.
| David Thompson |
2021-03-19 | gnu: Add psi....* gnu/packages/messaging.scm (psi): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Raghav Gururajan |
2021-03-19 | gnu: Add dragon-drop....* gnu/packages/gtk.scm (dragon-drop): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Yoav Marco |
2021-03-19 | gnu: vis: Update to 0.7....* 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>
| jgart |
2021-03-19 | gnu: swi-prolog: Update to 8.3.20....* gnu/packages/prolog.scm (swi-prolog): Update to 8.3.20.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Boris A. Dekshteyn |
2021-03-19 | build-system/node: Remove unnecessary imports....* guix/build-system/node.scm: Remove unnecessary imports.
| Ludovic Courtès |
2021-03-19 | download: Autoload (guix build download)....* 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).
| Ludovic Courtès |
2021-03-19 | git-download: Autoload Guile-Git....* guix/git-download.scm: Autoload (git ...) modules.
| Ludovic Courtès |
2021-03-19 | guix package: Autoload Guile-JSON and (guix describe)....* guix/scripts/build.scm: Autoload (guix import json).
* guix/scripts/package.scm: Autoload (guix import json) and (guix
describe).
| Ludovic Courtès |
2021-03-19 | guix describe: Autoload Guile-JSON....* guix/scripts/describe.scm: Autoload (json).
| Ludovic Courtès |
2021-03-19 | gnu: openmpi: Update to 4.1.0....* gnu/packages/mpi.scm (openmpi): Update to 4.1.0.
| Ludovic Courtès |
2021-03-19 | gnu: openmpi: Add 'release-monitoring-url' property....* gnu/packages/mpi.scm (openmpi)[properties]: New field.
| Ludovic Courtès |
2021-03-19 | gnu-maintenance: Better handle empty #:directory for 'latest-html-release'....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.
| Ludovic Courtès |
2021-03-19 | gnu: busybox: Update to 1.33.0....* gnu/packages/busybox.scm (busybox): Update to 1.33.0.
| Léo Le Bouter |
2021-03-19 | gnu: busybox: Fix CVE-2021-28831....* 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.
| Léo Le Bouter |
2021-03-19 | gnu: ruby-kramdown: Update to 2.3.1 [fixes CVE-2021-28834]....* gnu/packages/ruby.scm (ruby-kramdown): Update to 2.3.1.
| Léo Le Bouter |
2021-03-19 | gnu: ungoogled-chromium: Update to 89.0.4389.90-1....* 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.
| Marius Bakke |
2021-03-18 | news: Add ‘de’ translation....* etc/news.scm (channel-news): Add German translation.
| Florian Pelz |
2021-03-18 | news: Add ‘nl’ translation....* etc/news.scm (channel-news): Add a Dutch translation.
| Tobias Geerinckx-Rice |
2021-03-18 | news: Update erratum for '--keep-failed' vulnerability....* etc/news.scm: Change commit to behave in a (hopefully) more expected
manner. Change http:// to https:// URL whilst here.
| Tobias Geerinckx-Rice |
2021-03-18 | news: Add erratum for '--keep-failed' vulnerability....* etc/news.scm: Add entry.
| Tobias Geerinckx-Rice |
2021-03-18 | doc: Document the guidelines for removing inactive committers....For more context, see the discussion in <https://bugs.gnu.org/47111>.
* doc/contributing.texi (Commit Access): Add paragraph about removing
inactive committers.
| Leo Famulari |
2021-03-18 | gnu: emacsy-minimal: Fix build....* gnu/packages/guile-xyz.scm (emacsy-minimal)[native-inputs]:
Add autoconf, automake, gettext-minimal, libtool, pkg-config,
and texinfo.
| Tobias Geerinckx-Rice |
2021-03-18 | tests: Make the STORE test more robust in a "pure" environment....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".
| Leo Famulari |
2021-03-18 | gnu: Add countdown....* 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>
| Ryan Prior via Guix-patches via |
2021-03-18 | gnu: emacs-flymake-shellcheck: Update to 0.1-1.ac534e9...* gnu/packages/emacs-xyz.scm (emacs-flymake-shellcheck): Update to 0.1-1.ac534e9
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Morgan Smith |
2021-03-18 | news: Fix ‘nl’ typo....* etc/news.scm (channel-news): This locale's ‘locale’'s ‘lokale’.
| Tobias Geerinckx-Rice |
2021-03-18 | gnu: emacs-leaf: Update to 4.4.4....* gnu/packages/emacs-xyz.scm (emacs-leaf): Update to 4.4.4.
| Nicolas Goaziou |
2021-03-18 | news: Add ‘nl’ translation....* etc/news.scm (channel-news): Add a Dutch translation.
| Tobias Geerinckx-Rice |
2021-03-18 | gnu: dhewm3: Update to 1.5.1....* gnu/packages/game-development.scm (dhewm3): Update to 1.5.1.
| Tobias Geerinckx-Rice |
2021-03-18 | gnu: elixir: Update to 1.11.4....* gnu/packages/elixir.scm (elixir): Update to 1.11.4.
| Tobias Geerinckx-Rice |
2021-03-18 | gnu: goffice: Update to 0.10.49....* gnu/packages/gnome.scm (goffice): Update to 0.10.49.
| Tobias Geerinckx-Rice |
2021-03-18 | gnu: di: Update to 4.49....* gnu/packages/admin.scm (di): Update to 4.49.
[source]: Update URL.
| Tobias Geerinckx-Rice |
2021-03-18 | gnu: isc-dhcp: Update bundled bind to 9.11.29....* gnu/packages/admin.scm (isc-dhcp)[inputs]: Update bundled bind to
9.11.29.
| Tobias Geerinckx-Rice |
2021-03-18 | gnu: bind: Update to 9.16.13....* gnu/packages/dns.scm (isc-bind): Update to 9.16.13.
| Tobias Geerinckx-Rice |
2021-03-18 | news: Add ‘de’ translation. | Florian Pelz |
2021-03-18 | news: Add entry for '--keep-failed' vulnerability....* etc/news.scm: Add entry.
| Ludovic Courtès |
2021-03-18 | gnu: guix: Update to ec7fb66 [security]....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.
| Ludovic Courtès |