summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-20gnu-maintenance: Accept underscores as package/version separators.Ludovic Courtès
Fixes <https://bugs.gnu.org/47256>. Reported by Léo Le Bouter <lle-bout@zaclys.net>. * guix/gnu-maintenance.scm (%tarball-rx, %package-name-rx): Accept underscore as the package/version separator in tarball names. * tests/gnu-maintenance.scm ("release-file?"): Add "mediainfo" test.
2021-03-20doc: Fix syntax of '.guix-channel' dependency example.Ludovic Courtès
Reported by ison <ison@airmail.cc>. * doc/guix.texi (Declaring Channel Dependencies): Remove quote in 'dependencies' example.
2021-03-20doc: Remove the guile-lib/htmlprag-fixed package.Maxim Cournoyer
This hotfix package is no longer necessary as the ability to parameterize the way htmlprag tokenizes HTML was added in guile-lib 0.2.7. * doc/build.scm (guile-lib/htmlprag-fixed): Remove variable. (html-manual-identifier-index): Replace guile-lib/htmlprag-fixed by guile-lib, and make set the %strict-tokenizer? parameter to #t. (syntax-highlighted-html): Likewise.
2021-03-20gnu: guile-lib: Update to 0.2.7.Maxim Cournoyer
* gnu/packages/guile-xyz.scm (guile-lib): Remove trailing #t. [source]: Remove snippet and modules field. [phases]{patch-for-cross-compilation}: Remove phase. [native-inputs]: Add pkg-config.
2021-03-20gnu: glib: Partially revert bb804a0d58687dcb3f3ba904dcb958c84b8b84d5.Julien Lepiller
It contained some changes used during tests that should not have been commited. * gnu/packages/glib (glib/fixed): Do not make public.
2021-03-20gnu: glib: Increase timeout for armhf builds.Julien Lepiller
* gnu/packages/glib.scm (glib)[arguments]: Increase timeout for armhf builds.
2021-03-20gnu: Add psi-plus.Raghav Gururajan
* gnu/packages/messaging.scm (psi-plus): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-20gnu: Add qite.Raghav Gururajan
* gnu/packages/qt.scm (qite): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-20gnu: Add qhttp.Raghav Gururajan
* gnu/packages/web.scm (qhttp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-20gnu: Add usrsctp.Raghav Gururajan
* gnu/packages/networking.scm (usrsctp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-20gnu: Add kappanhang.Guillaume Le Vaillant
* gnu/packages/radio.scm (kappanhang): New variable.
2021-03-20gnu: Add go-go-uber-org-zap.Guillaume Le Vaillant
* gnu/packages/golang.scm (go-go-uber-org-zap): New variable.
2021-03-20gnu: Add go-honnef-co-go-tools.Guillaume Le Vaillant
* gnu/packages/golang.scm (go-honnef-co-go-tools): New variable.
2021-03-20gnu: Add go-github-com-kisielk-gotool.Guillaume Le Vaillant
* gnu/packages/golang.scm (go-github-com-kisielk-gotool): New variable.
2021-03-20gnu: Add go-golang-org-x-lint.Guillaume Le Vaillant
* gnu/packages/golang.scm (go-golang-org-x-lint): New variable.
2021-03-20gnu: Add go-go-uber-org-multierr.Guillaume Le Vaillant
* gnu/packages/golang.scm (go-go-uber-org-multierr): New variable.
2021-03-20gnu: Add go-go-uber-org-atomic.Guillaume Le Vaillant
* gnu/packages/golang.scm (go-go-uber-org-atomic): New variable.
2021-03-20gnu: Add go-github-com-pborman-getopt.Guillaume Le Vaillant
* gnu/packages/golang.scm (go-github-com-pborman-getopt): New variable.
2021-03-20gnu: Add go-github-com-mesilliac-pulse-simple.Guillaume Le Vaillant
* gnu/packages/golang.scm (go-github-com-mesilliac-pulse-simple): New variable.
2021-03-20gnu: Add go-github-com-akosmarton-papipes.Guillaume Le Vaillant
* gnu/packages/golang.scm (go-github-com-akosmarton-papipes): New variable.
2021-03-19gnu: abseil-cpp: Patch sterror_test.Greg Hogan
* 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>
2021-03-19gnu: abseil-cpp: Update to 20200923.3.Greg Hogan
* 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>
2021-03-19gnu: Add fzf.EuAndreh
* 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>
2021-03-19gnu: Add git2cl.Xinglu Chen
* gnu/packages/version-control.scm (git2cl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-19build-self: Silent Guile warnings while computing the derivation.Ludovic Courtès
In particular, silence the Guile-Git autoload warnings introduced by c1940fde43c7aca37d67589cc5cb248086d17d56. * build-aux/build-self.scm (build-program): Wrap 'guix-derivation' call in 'parameterize'.
2021-03-19doc: Add 'shepherd-service' example.Ludovic Courtès
* doc/guix.texi (Shepherd Services): Add example.
2021-03-19download: 'tls-wrap' treats premature TLS termination as EOF.Ludovic Courtès
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.
2021-03-19gnu: srt2vtt: Update to 0.2.David Thompson
* gnu/packages/video.scm (srt2vtt): Update to 0.2. Wrap executable.
2021-03-19gnu: Add psi.Raghav Gururajan
* gnu/packages/messaging.scm (psi): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-19gnu: Add dragon-drop.Yoav Marco
* gnu/packages/gtk.scm (dragon-drop): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-19gnu: vis: Update to 0.7.jgart
* 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>
2021-03-19gnu: swi-prolog: Update to 8.3.20.Boris A. Dekshteyn
* gnu/packages/prolog.scm (swi-prolog): Update to 8.3.20. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-19build-system/node: Remove unnecessary imports.Ludovic Courtès
* guix/build-system/node.scm: Remove unnecessary imports.
2021-03-19download: Autoload (guix build download).Ludovic Courtès
* 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).
2021-03-19git-download: Autoload Guile-Git.Ludovic Courtès
* guix/git-download.scm: Autoload (git ...) modules.
2021-03-19guix package: Autoload Guile-JSON and (guix describe).Ludovic Courtès
* guix/scripts/build.scm: Autoload (guix import json). * guix/scripts/package.scm: Autoload (guix import json) and (guix describe).
2021-03-19guix describe: Autoload Guile-JSON.Ludovic Courtès
* guix/scripts/describe.scm: Autoload (json).
2021-03-19gnu: openmpi: Update to 4.1.0.Ludovic Courtès
* gnu/packages/mpi.scm (openmpi): Update to 4.1.0.
2021-03-19gnu: openmpi: Add 'release-monitoring-url' property.Ludovic Courtès
* gnu/packages/mpi.scm (openmpi)[properties]: New field.
2021-03-19gnu-maintenance: Better handle empty #:directory for 'latest-html-release'.Ludovic Courtès
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.
2021-03-19gnu: busybox: Update to 1.33.0.Léo Le Bouter
* gnu/packages/busybox.scm (busybox): Update to 1.33.0.
2021-03-19gnu: busybox: Fix CVE-2021-28831.Léo Le Bouter
* 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.
2021-03-19gnu: ruby-kramdown: Update to 2.3.1 [fixes CVE-2021-28834].Léo Le Bouter
* gnu/packages/ruby.scm (ruby-kramdown): Update to 2.3.1.
2021-03-19gnu: ungoogled-chromium: Update to 89.0.4389.90-1.Marius Bakke
* 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.
2021-03-18news: Add ‘de’ translation.Florian Pelz
* etc/news.scm (channel-news): Add German translation.
2021-03-18news: Add ‘nl’ translation.Tobias Geerinckx-Rice
* etc/news.scm (channel-news): Add a Dutch translation.
2021-03-18news: Update erratum for '--keep-failed' vulnerability.Tobias Geerinckx-Rice
* etc/news.scm: Change commit to behave in a (hopefully) more expected manner. Change http:// to https:// URL whilst here.
2021-03-18news: Add erratum for '--keep-failed' vulnerability.Tobias Geerinckx-Rice
* etc/news.scm: Add entry.
2021-03-18doc: Document the guidelines for removing inactive committers.Leo Famulari
For more context, see the discussion in <https://bugs.gnu.org/47111>. * doc/contributing.texi (Commit Access): Add paragraph about removing inactive committers.
2021-03-18gnu: emacsy-minimal: Fix build.Tobias Geerinckx-Rice
* gnu/packages/guile-xyz.scm (emacsy-minimal)[native-inputs]: Add autoconf, automake, gettext-minimal, libtool, pkg-config, and texinfo.