Commit graph

74707 commits

Author SHA1 Message Date
Michael Rohleder 9d03eb8095
gnu: xfce4-time-out-plugin: Update to 1.1.2.
* gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.1.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-02 09:38:38 +01:00
Michael Rohleder 1196f3f95a
gnu: mousepad: Update to 0.5.3.
* gnu/packages/xfce.scm (mousepad): Update to 0.5.3.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-02 09:37:53 +01:00
Michael Rohleder 412892a280
gnu: xfce4-cpugraph-plugin: Update to 1.2.3.
* gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.2.3.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-02 09:36:13 +01:00
Nicolas Goaziou 3fdb8fc0c4
gnu: python-pikepdf: Update to 2.8.0.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.8.0.
2021-03-02 09:35:13 +01:00
Nicolas Goaziou 683cccc3e7
gnu: emacs-dash: Update to 2.18.1.
* gnu/packages/emacs-xyz.scm (emacs-dash): Update to 2.18.1.
2021-03-02 09:33:58 +01:00
Z572 0eb64c2c85
gnu: dwl: Update to 0.2.
* gnu/packages/wm.scm (dwl): Update to 0.2.
[arguments]: Remove the install phase.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-02 09:31:52 +01:00
Léo Le Bouter 4bc9a1f4e3
gnu: java-tomcat: Update to 8.5.63 [security fixes].
* gnu/packages/web.scm (java-tomcat): Update to 8.5.63.
2021-03-02 02:17:35 +01:00
Björn Höfling d5ac66a2ee
gnu: i3-wm: Use asciidoc-py3.
* gnu/packages/wm.scm (i3-wm)[inputs]: Remove asciidoc.
[native-inputs]: Add asciidoc-py3.
2021-03-01 23:01:48 +01:00
Björn Höfling baec2a0846
gnu: glslang: Use 11.0.0 as git-fetch tag.
* gnu/packages/vulkan.scm (glslang)[source]: Use tag 11.0.0.

From the README.md: "The versioning scheme is being improved, and you might
notice some differences. This is currently WIP, but will be coming soon."

In this curse, they moved the tag 10-11.0.0 to just 11.0.0.

See also <https://github.com/KhronosGroup/glslang/issues/2450>.
2021-03-01 23:01:48 +01:00
Mădălin Ionel Patrașcu 35814292b6
import/cran: Fix detection of Fortran files.
This fixes a bug whereby the Guix importer considers files like .f.* to be
Fortran files.

The expression "\\.f(90|95)?" would match a lot of files containing ".f"
although they are not Fortran files.  Instead we should only consider files
with this *suffix*.

* guix/import/cran.scm (directory-needs-fortran?): Only check for suffixes.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2021-03-01 22:40:41 +01:00
Leo Famulari 747f68bfb2
gnu: Audacity: Build with Python 3.
* gnu/packages/audio.scm (audacity)[native-inputs]: Replace python-2 with
python.
2021-03-01 15:35:25 -05:00
Léo Le Bouter e56186df59
gnu: cutter: Fix build by depending on older radare2.
* gnu/packages/engineering.scm (radare2-for-cutter): New variable. Version 5.0.0.
(cutter)[inputs]: Move from radare2 to radare2-for-cutter.
2021-03-01 19:06:42 +01:00
pukkamustard ff9f2463f9
gnu: Add guile-cbor.
* gnu/packages/guile-xyz.scm (guile-cbor): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-01 17:45:51 +01:00
Xinglu Chen af978312e5
import: hackage: Accept optional version parameter.
* guix/import/hackage.scm (hackage-recursive-import): Add the VERSION key.
  Make REPO a key.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-01 17:45:51 +01:00
Ludovic Courtès f293705d7e
serialization: Micro-optimize string literal output in 'write-file-tree'.
This reduces allocations and bit twiddling in the loop.

* guix/serialization.scm (write-literal-strings): New macro.
(write-file-tree): Use it in lieu of 'write-string' calls where applicable.
2021-03-01 17:45:51 +01:00
Ludovic Courtès 9ce78f27a0
environment: Allow compilation with Guile 2.2.
Fixes <https://bugs.gnu.org/46826>.
Reported by cage <cage-dev@twistfold.it>.

* guix/scripts/environment.scm (guix-environment): Move 'manifest'
definition before expression.
2021-03-01 17:45:50 +01:00
Efraim Flashner 7ca43b0a1e
gnu: gama: Delete bundled pdfs.
* gnu/packages/gps.scm (gama)[source]: Adjust snippet to also remove
generated PDFs.
2021-03-01 11:44:31 +02:00
Efraim Flashner ac17ff0669
gnu: gama: Update to 2.14.
* gnu/packages/gps.scm (gama): Update to 2.14.
2021-03-01 11:43:06 +02:00
Léo Le Bouter 85da3f52cb
gnu: radare2: Update to 5.1.1.
* gnu/packages/engineering.scm (radare2): Update to 5.1.1.
2021-03-01 06:10:57 +01:00
Léo Le Bouter d0a0215cda
gnu: node: Update to 10.24.0 [security fixes].
* gnu/packages/node.scm (node): Update to 10.24.0.
2021-03-01 06:02:28 +01:00
Léo Le Bouter 9be83f28c0
gnu: ansible: Update to 2.9.18 [security fixes].
* gnu/packages/admin.scm (ansible): Update to 2.9.18.
2021-03-01 05:51:28 +01:00
Léo Le Bouter ea13b3a14c
gnu: mumble: Update to 1.3.4 [security fixes].
* gnu/packages/telephony.scm (mumble): Update to 1.3.4.
[source]: Use GitHub releases as tarballs stopped being distributed through
'mumble.info'.
2021-03-01 05:45:00 +01:00
Léo Le Bouter d85edd7a95
gnu: stunnel: Update to 5.58 [security fixes].
* gnu/packages/web.scm (stunnel): Update to 5.58.
2021-03-01 05:30:55 +01:00
Léo Le Bouter 0f4030c4c6
gnu: python-pysaml2: Update to 6.5.1 [fixes CVE-2021-21238, CVE-2021-21239].
* gnu/packages/python-xyz.scm (python-pysaml2): Update to 6.5.1.
2021-03-01 05:14:12 +01:00
Léo Le Bouter 143472afa4
gnu: quiterss: Fix lint warnings.
* gnu/packages/syndication.scm (quiterss):
[source]: Use git-fetch instead of autogenerated GitHub tarball. Remove
trailing whitespace.
2021-03-01 04:46:09 +01:00
Léo Le Bouter 8e5061e6d6
gnu: Add quiterss.
* gnu/packages/syndication.scm (quiterss): New variable.
2021-03-01 04:34:31 +01:00
Léo Le Bouter 3505d86502
gnu: openscad: Update to 2021.01 [maybe fixes TALOS-2020-1222, TALOS-2020-1223].
TALOS-2020-1222 has yet to be disclosed and has no known CVE number.
TALOS-2020-1223 has CVE-2020-28599 assigned.

* gnu/packages/engineering.scm (openscad): Update to 2021.01.
[patches]: Remove. Boost 1.72 is supported now upstream.
[arguments]: In replacement 'check phase, disable some tests requiring
experimental "lazy-union" feature. Also disable PDF-related tests requiring
ghostscript and failing either way.
* gnu/local.mk (dist_patch_DATA): Remove patch.
* gnu/packages/patches/openscad-parser-boost-1.72.patch: Ditto.
2021-03-01 03:01:41 +01:00
Giacomo Leidi 3d5c5cf611
gnu: Add ruby-jekyll-seo-tag.
* gnu/packages/ruby.scm (ruby-jekyll-seo-tag): New variable.

Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
2021-02-28 23:16:23 +01:00
Giacomo Leidi f815e88ed0
gnu: Add ruby-jekyll-sitemap.
* gnu/packages/ruby.scm (ruby-jekyll-sitemap): New variable.

Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
2021-02-28 23:16:22 +01:00
Giacomo Leidi d4baac70b8
gnu: Add ruby-jekyll-feed.
* gnu/packages/ruby.scm (ruby-jekyll-feed): New variable.

Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
2021-02-28 23:16:22 +01:00
Christopher Baines 8a7b4ce093
services: guix-build-coordinator: Add dynamic auth record.
* gnu/services/guix.scm (guix-build-coordinator-agent-dynamic-auth,
guix-build-coordinator-agent-dynamic-auth?,
guix-build-coordinator-agent-dynamic-auth-agent-name,
guix-build-coordinator-agent-dynamic-auth-token): New procedures.
(guix-build-coordinator-agent-shepherd-services): Handle new dynamic auth
record.
* doc/guix.texi (Guix Build Coordinator): Document the new dynamic auth
record.
2021-02-28 21:56:34 +00:00
Christopher Baines 7556130c2f
services: guix-build-coordinator: Rework authentication config.
A new authentication approach has been added to the coordinator, so to better
represent the options, this commit changes the configuration to accept
different records, each for different authentication approaches.

* gnu/services/guix.scm (guix-build-coordinator-agent-configuration-uuid,
guix-build-coordinator-agent-configuration-password,
guix-build-coordinator-agent-configuration-password-file): Removed
procedures.
(guix-build-coordinator-agent-password-auth,
guix-build-coordinator-agent-password-auth?,
guix-build-coordinator-agent-password-auth-uuid,
guix-build-coordinator-agent-password-auth-password,
guix-build-coordinator-agent-password-file-auth,
guix-build-coordinator-agent-password-file-auth?,
guix-build-coordinator-agent-password-file-auth-uuid,
guix-build-coordinator-agent-password-file-auth-password-file): New
procedures.
(guix-build-coordinator-agent-shepherd-services): Adjust to handle the
authentication field and it's possible record values.
* doc/guix.texi (Guix Build Coordinator): Update documentation.
2021-02-28 21:56:33 +00:00
Christopher Baines 39efda1e1e
gnu: guix-build-coordinator: Update to 0-20.1f79fc3.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-20.1f79fc3.
2021-02-28 21:56:30 +00:00
Tobias Geerinckx-Rice 20b5cf8304
news: Add ‘nl’ translation.
* etc/news.scm: Add a Dutch translation.
2021-02-28 22:41:10 +01:00
Leo Famulari a78058a80b
news: Add entry for the linux-libre 5.11 update.
* etc/news.scm: Add entry.
2021-02-28 14:58:03 -05:00
Leo Famulari 7c15b9cfd2
gnu: linux-libre-with-bpf: Update to 5.11.2.
* gnu/packages/linux.scm (linux-libre-with-bpf): Update to 5.11.2.
2021-02-28 14:57:37 -05:00
Leo Famulari 1b5b882120
gnu: linux-libre: Update to 5.11.2.
* gnu/packages/linux.scm (linux-libre-version, linux-libre-pristine-source,
linux-libre-source, linux-libre): Update to 5.11.2.
2021-02-28 14:57:37 -05:00
Efraim Flashner 25d409bfd7
gnu: emilua: Use a source file-name.
* gnu/packages/lua.scm (emilua)[source]: Add file-name field.
2021-02-28 20:30:46 +02:00
Kei Kebreau 8e7ebd35cc
gnu: privoxy: Update to 3.0.32 [security fixes].
Fixes OVE-20210203-0001, OVE-20210206-0001, OVE-20210207-0001,
OVE-20210205-0001, and OVE-20210222-0001.

* gnu/packages/tor.scm (privoxy): Update to 3.0.32.
2021-02-28 13:17:57 -05:00
Nicolas Goaziou 372b15f862
gnu: wavpack: Use HTTPS home page URI.
* gnu/packages/audio.scm (wavpack)[home-page]: Use HTTPS URI.
2021-02-28 12:04:10 +01:00
Nicolas Goaziou 597579afc3
gnu: unknown-horizons: Use HTTPS home page URI.
* gnu/packages/games.scm (unknown-horizons)[home-page]: Use HTTPS URI.
2021-02-28 12:03:42 +01:00
Nicolas Goaziou fed1367894
gnu: unicorn: Use HTTPS home page URI.
* gnu/packages/emulators.scm (unicorn)[home-page]: Use HTTPS URI.
2021-02-28 12:03:15 +01:00
Nicolas Goaziou 5c5a9cd6ff
gnu: twolame: Use HTTPS home page URI.
* gnu/packages/audio.scm (twolame)[home-page]: Use HTTPS URI.
2021-02-28 12:02:53 +01:00
Nicolas Goaziou 0b2f43076c
gnu: teckit: Use HTTPS home page URI.
* gnu/packages/fontutils.scm (teckit)[home-page]: Use HTTPS URI.
2021-02-28 12:02:25 +01:00
Nicolas Goaziou 1ca4b76b52
gnu: slepc: Use HTTPS home page URI.
* gnu/packages/maths.scm (slepc)[home-page]: Use HTTPS URI.
2021-02-28 12:01:20 +01:00
Nicolas Goaziou ac93e58310
gnu: singular: Use HTTPS home page URI.
* gnu/packages/algebra.scm (singular)[home-page]: Use HTTPS URI.
2021-02-28 12:00:51 +01:00
Nicolas Goaziou 9fcb1cb25e
gnu: rust-pangocairo-0.9: Use HTTPS home page URI.
* gnu/packages/crates-gtk.scm (rust-pangocairo-0.9)[home-page]: Use HTTPS URI.
2021-02-28 12:00:17 +01:00
Nicolas Goaziou e72ae1d088
gnu: rust-pango-sys-0.10: Use HTTPS home page URI.
* gnu/packages/crates-gtk.scm (rust-pango-sys-0.10)[home-page]: Use HTTPS URI.
2021-02-28 11:59:55 +01:00
Nicolas Goaziou 05a9ca1223
gnu: rust-pango-0.9: Use HTTPS home page URI.
* gnu/packages/crates-gtk.scm (rust-pango-0.9)[home-page]: Use HTTPS URI.
2021-02-28 11:59:31 +01:00
Nicolas Goaziou 5f6d4fa30a
gnu: rust-gtk-sys-0.9: Use HTTPS home page URI.
* gnu/packages/crates-gtk.scm (rust-gtk-sys-0.9)[home-page]: Use HTTPS URI.
2021-02-28 11:59:12 +01:00