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
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
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
Nicolas Goaziou
7acf748453
gnu: rust-gtk-0.8: Use HTTPS home page URI.
...
* gnu/packages/crates-gtk.scm (rust-gtk-0.8)[home-page]: Use HTTPS URI.
2021-02-28 11:58:55 +01:00
Nicolas Goaziou
eb831cda86
gnu: rust-gobject-sys-0.10: Use HTTPS home page URI.
...
* gnu/packages/crates-gtk.scm (rust-gobject-sys-0.10)[home-page]: Use HTTPS URI.
2021-02-28 11:58:32 +01:00
Nicolas Goaziou
904da7eb67
gnu: rust-glib-sys-0.10: Use HTTPS home page URI.
...
* gnu/packages/crates-gtk.scm (rust-glib-sys-0.10)[home-page]: Use HTTPS URI.
2021-02-28 11:58:10 +01:00
Nicolas Goaziou
e4f58c8e14
gnu: rust-glib-macros-0.10: Use HTTPS home page URI.
...
* gnu/packages/crates-gtk.scm (rust-glib-macros-0.10)[home-page]: Use HTTPS URI.
2021-02-28 11:57:52 +01:00
Nicolas Goaziou
9842ff3a4e
gnu: rust-glib-0.10: Use HTTPS home page URI.
...
* gnu/packages/crates-gtk.scm (rust-glib-0.10)[home-page]: Use HTTPS URI.
2021-02-28 11:57:25 +01:00
Nicolas Goaziou
f647d6b6bf
gnu: rust-gio-sys-0.10: Use HTTPS home page URI.
...
* gnu/packages/crates-gtk.scm (rust-gio-sys-0.10)[home-page]: Use HTTPS URI.
2021-02-28 11:57:08 +01:00
Nicolas Goaziou
a073f6d7ce
gnu: rust-gio-0.9: Use HTTPS home page URI.
...
* gnu/packages/crates-gtk.scm (rust-gio-0.9)[home-page]: Use HTTPS URI.
2021-02-28 11:56:51 +01:00
Nicolas Goaziou
33a41f7423
gnu: rust-gdk-sys-0.10: Use HTTPS home page URI.
...
* gnu/packages/crates-gtk.scm (rust-gdk-sys-0.10)[home-page]: Use HTTPS URI.
2021-02-28 11:56:31 +01:00
Nicolas Goaziou
0b0888b65e
gnu: rust-gdk-pixbuf-sys-0.10: Use HTTPS home page URI.
...
* gnu/packages/crates-gtk.scm (rust-gdk-pixbuf-sys-0.10)[home-page]: Use HTTPS URI.
2021-02-28 11:56:12 +01:00
Nicolas Goaziou
d809bdc3d4
gnu: rust-gdk-pixbuf-0.9: Use HTTPS home page URI.
...
* gnu/packages/crates-gtk.scm (rust-gdk-pixbuf-0.9)[home-page]: Use HTTPS URI.
2021-02-28 11:55:51 +01:00
Nicolas Goaziou
9b3cdf366e
gnu: rust-gdk-0.13: Use HTTPS home page URI.
...
* gnu/packages/crates-gtk.scm (rust-gdk-0.13)[home-page]: Use HTTPS URI.
2021-02-28 11:55:31 +01:00
Nicolas Goaziou
5c12569371
gnu: rust-cairo-sys-rs-0.10: Use HTTPS home page URI.
...
* gnu/packages/crates-gtk.scm (rust-cairo-sys-rs-0.10)[home-page]: Use HTTPS URI.
2021-02-28 11:54:15 +01:00
Nicolas Goaziou
f7ba7a3c54
gnu: rust-cairo-rs-0.9: Use HTTPS home page URI.
...
* gnu/packages/crates-gtk.scm (rust-cairo-rs-0.9)[home-page]: Use HTTPS URI.
2021-02-28 11:53:40 +01:00
Nicolas Goaziou
d8bf9354e9
gnu: rust-atk-sys-0.9: Use HTTPS home page URI.
...
* gnu/packages/crates-gtk.scm (rust-atk-sys-0.9)[home-page]: Use HTTPS URI.
2021-02-28 11:53:14 +01:00
Nicolas Goaziou
4da4b4feb6
gnu: rust-atk-0.8: Use HTTPS home page URI.
...
* gnu/packages/crates-gtk.scm (rust-atk-0.8)[home-page]: Use HTTPS URI.
2021-02-28 11:52:54 +01:00
Nicolas Goaziou
3c3ce6768b
gnu: ruby-stackprof: Use HTTPS home page URI.
...
* gnu/packages/ruby.scm (ruby-stackprof)[home-page]: Use HTTPS URI.
2021-02-28 11:52:09 +01:00
Nicolas Goaziou
7e3fd007b7
gnu: ruby-racc: Use HTTPS home page URI.
...
* gnu/packages/ruby.scm (ruby-racc)[home-page]: Use HTTPS URI.
2021-02-28 11:51:40 +01:00
Nicolas Goaziou
8b2ec036a4
gnu: ruby-haml: Use HTTPS home page URI.
...
* gnu/packages/ruby.scm (ruby-haml)[home-page]: Use HTTPS URI.
2021-02-28 11:51:16 +01:00
Nicolas Goaziou
e9d88c7b97
gnu: r-shiny: Use HTTPS home page URI.
...
* gnu/packages/cran.scm (r-shiny)[home-page]: Use HTTPS URI.
2021-02-28 11:49:51 +01:00
Nicolas Goaziou
2ee7eaba1e
gnu: r-pbkrtest: Use HTTPS home page URI.
...
* gnu/packages/statistics.scm (r-pbkrtest)[home-page]: Use HTTPS URI.
2021-02-28 11:46:19 +01:00
Nicolas Goaziou
e96b71203c
gnu: r-pastecs: Update home page.
...
* gnu/packages/cran.scm (r-pastecs)[home-page]: Update URI.
2021-02-28 11:45:28 +01:00
Nicolas Goaziou
3e592f8d4e
gnu: r-lavaan: Use HTTPS home page URI.
...
* gnu/packages/cran.scm (r-lavaan)[home-page]: Use HTTPS URI.
2021-02-28 11:43:49 +01:00
Nicolas Goaziou
e58cfe5fbd
gnu: r-ks: Use HTTPS home page URI.
...
* gnu/packages/cran.scm (r-ks)[home-page]: Use HTTPS URI.
2021-02-28 11:43:26 +01:00
Nicolas Goaziou
a35496d6e3
gnu: r-feature: Use HTTPS home page URI.
...
* gnu/packages/cran.scm (r-feature)[home-page]: Use HTTPS URI.
2021-02-28 11:43:02 +01:00
Nicolas Goaziou
fef822f90a
gnu: r-doby: Use HTTPS home page URI.
...
* gnu/packages/cran.scm (r-doby)[home-page]: Use HTTPS URI.
2021-02-28 11:41:42 +01:00
Nicolas Goaziou
30f9581440
gnu: r-data-tree: Use HTTPS home page URI.
...
* gnu/packages/cran.scm (r-data-tree)[home-page]: Use HTTPS URI.
2021-02-28 11:41:16 +01:00
Nicolas Goaziou
8c23599e7a
gnu: r-boa: Use HTTPS home page URI.
...
* gnu/packages/cran.scm (r-boa)[home-page]: Use HTTPS URI.
2021-02-28 11:40:57 +01:00
Nicolas Goaziou
0cdb622c9c
gnu: r-biased-urn: Use HTTPS home page URI.
...
* gnu/packages/statistics.scm (r-biased-urn)[home-page]: Use HTTPS URI.
2021-02-28 11:40:22 +01:00
Nicolas Goaziou
3cb8cc255f
gnu: qtractor: Use HTTPS home page URI.
...
* gnu/packages/music.scm (qtractor)[home-page]: Use HTTPS URI.
2021-02-28 11:39:47 +01:00
Nicolas Goaziou
e0c6592c68
gnu: python-rstr: Update home page.
...
* gnu/packages/python-xyz.scm (python-rstr)[home-page]: Update URI.
2021-02-28 11:38:51 +01:00
Nicolas Goaziou
155d26ac2f
gnu: python-qtconsole: Use HTTPS home page URI.
...
* gnu/packages/python-xyz.scm (python-qtconsole)[home-page]: Use HTTPS URI.
2021-02-28 11:36:46 +01:00
Nicolas Goaziou
c17e6604c1
gnu: python-pyzabbix: Use HTTPS home page URI.
...
* gnu/packages/monitoring.scm (python-pyzabbix)[home-page]: Use HTTPS URI.
2021-02-28 11:36:20 +01:00
Nicolas Goaziou
d3bb41a71d
gnu: python-pytest-timeout: Update home page.
...
* gnu/packages/check.scm (python-pytest-timeout)[home-page]: Update URI.
2021-02-28 11:35:31 +01:00
Nicolas Goaziou
c9370473cd
gnu: python-pylzma: Use HTTPS home page URI.
...
* gnu/packages/python-xyz.scm (python-pylzma)[home-page]: Use HTTPS URI.
2021-02-28 11:33:28 +01:00
Nicolas Goaziou
dfb67d2cc9
gnu: python2-pygame-sdl2: Use HTTPS home page URI.
...
* gnu/packages/game-development.scm (python2-pygame-sdl2)[home-page]: Use HTTPS URI.
2021-02-28 11:32:55 +01:00
Nicolas Goaziou
b6e90b3bed
gnu: python-pyev: Update home page.
...
* gnu/packages/python-xyz.scm (python-pyev)[home-page]: Update URI.
2021-02-28 11:32:03 +01:00
Nicolas Goaziou
c2424076fb
gnu: python-notebook: Use HTTPS home page URI.
...
* gnu/packages/python-xyz.scm (python-notebook)[home-page]: Use HTTPS URI.
2021-02-28 11:29:11 +01:00
Nicolas Goaziou
6c70a7104a
gnu: python-nbformat: Use HTTPS home page URI.
...
* gnu/packages/python-xyz.scm (python-nbformat)[home-page]: Use HTTPS URI.
2021-02-28 11:28:50 +01:00
Nicolas Goaziou
c48b66d6ed
gnu: python-nbconvert: Use HTTPS home page URI.
...
* gnu/packages/python-xyz.scm (python-nbconvert)[home-page]: Use HTTPS URI.
2021-02-28 11:28:22 +01:00
Nicolas Goaziou
88f55605af
gnu: python-msgpack-python: Use HTTPS home page URI.
...
* gnu/packages/python-xyz.scm (python-msgpack-python)[home-page]: Use HTTPS URI.
2021-02-28 11:27:54 +01:00
Nicolas Goaziou
a6004b5fd2
gnu: python-mpmath: Use HTTPS home page URI.
...
* gnu/packages/python-xyz.scm (python-mpmath)[home-page]: Use HTTPS URI.
2021-02-28 11:27:14 +01:00
Nicolas Goaziou
6829592159
gnu: python-jupyter-core: Use HTTPS home page URI.
...
* gnu/packages/python-xyz.scm (python-jupyter-core)[home-page]: Use HTTPS URI.
2021-02-28 11:26:38 +01:00
Nicolas Goaziou
21ec04e372
gnu: python-jupyter-client: Use HTTPS home page URI.
...
* gnu/packages/python-xyz.scm (python-jupyter-client)[home-page]: Use HTTPS URI.
2021-02-28 11:26:02 +01:00
Nicolas Goaziou
b0a869ff80
gnu: python-jose: Use HTTPS home page URI.
...
* gnu/packages/python-web.scm (python-jose)[home-page]: Use HTTPS URI.
2021-02-28 11:25:12 +01:00
Nicolas Goaziou
f54b11b91d
gnu: python-flint: Use HTTPS home page URI.
...
* gnu/packages/algebra.scm (python-flint)[home-page]: Use HTTPS URI.
2021-02-28 11:24:32 +01:00
Nicolas Goaziou
80a0a05f98
gnu: python-cycler: Use HTTPS home page URI.
...
* gnu/packages/python-xyz.scm (python-cycler)[home-page]: Use HTTPS URI.
2021-02-28 11:23:37 +01:00
Nicolas Goaziou
f63b3eae42
gnu: python-asdf: Use HTTPS home page URI.
...
* gnu/packages/astronomy.scm (python-asdf)[home-page]: Use HTTPS URI.
2021-02-28 11:23:00 +01:00
Nicolas Goaziou
1cbc8f5f8a
gnu: praat: Use HTTPS home page URI.
...
* gnu/packages/language.scm (praat)[home-page]: Use HTTPS URI.
2021-02-28 11:22:28 +01:00
Nicolas Goaziou
a359b807e1
gnu: perl-mojolicious: Use HTTPS home page URI.
...
* gnu/packages/perl-web.scm (perl-mojolicious)[home-page]: Use HTTPS URI.
2021-02-28 11:21:49 +01:00
Nicolas Goaziou
0ee39e0372
gnu: ocaml-xmlm: Use HTTPS home page URI.
...
* gnu/packages/ocaml.scm (ocaml-xmlm)[home-page]: Use HTTPS URI.
2021-02-28 11:21:19 +01:00
Nicolas Goaziou
1ac3e93761
gnu: ocaml-uutf: Use HTTPS home page URI.
...
* gnu/packages/ocaml.scm (ocaml-uutf)[home-page]: Use HTTPS URI.
2021-02-28 11:20:57 +01:00
Nicolas Goaziou
0a55be06e3
gnu: ocaml-uuidm: Use HTTPS home page URI.
...
* gnu/packages/ocaml.scm (ocaml-uuidm)[home-page]: Use HTTPS URI.
2021-02-28 11:20:39 +01:00
Nicolas Goaziou
0e0153e336
gnu: ocaml-topkg: Use HTTPS home page URI.
...
* gnu/packages/ocaml.scm (ocaml-topkg)[home-page]: Use HTTPS URI.
2021-02-28 11:20:14 +01:00
Nicolas Goaziou
1f0ace4ad9
gnu: ocaml-rresult: Use HTTPS home page URI.
...
* gnu/packages/ocaml.scm (ocaml-rresult)[home-page]: Use HTTPS URI.
2021-02-28 11:19:54 +01:00
Nicolas Goaziou
a0e343b936
gnu: ocaml-react: Use HTTPS home page URI.
...
* gnu/packages/ocaml.scm (ocaml-react)[home-page]: Use HTTPS URI.
2021-02-28 11:19:18 +01:00
Nicolas Goaziou
331b5f833e
gnu: ocaml-mtime: Use HTTPS home page URI.
...
* gnu/packages/ocaml.scm (ocaml-mtime)[home-page]: Use HTTPS URI.
2021-02-28 11:18:52 +01:00
Nicolas Goaziou
3b50326df0
gnu: ocaml-logs: Use HTTPS home page URI.
...
* gnu/packages/ocaml.scm (ocaml-logs)[home-page]: Use HTTPS URI.
2021-02-28 11:18:27 +01:00
Nicolas Goaziou
bc3a2c4274
gnu: ocaml-jsonm: Use HTTPS home page URI.
...
* gnu/packages/ocaml.scm (ocaml-jsonm)[home-page]: Use HTTPS URI.
2021-02-28 11:17:55 +01:00
Nicolas Goaziou
e5d08d8301
gnu: ocaml-fpath: Use HTTPS home page URI.
...
* gnu/packages/ocaml.scm (ocaml-fpath)[home-page]: Use HTTPS URI.
2021-02-28 11:17:32 +01:00
Nicolas Goaziou
5d47847751
gnu: ocaml-fmt: Use HTTPS home page URI.
...
* gnu/packages/ocaml.scm (ocaml-fmt)[home-page]: Use HTTPS URI.
2021-02-28 11:16:58 +01:00
Nicolas Goaziou
45bfc108d7
gnu: ocaml-dose3: Use HTTPS home page URI.
...
* gnu/packages/ocaml.scm (ocaml-dose3)[home-page]: Use HTTPS URI.
2021-02-28 11:16:24 +01:00
Nicolas Goaziou
b7c2df602b
gnu: ocaml-cudf: Use HTTPS home page URI.
...
* gnu/packages/ocaml.scm (ocaml-cudf)[home-page]: Use HTTPS URI.
2021-02-28 11:15:45 +01:00
Nicolas Goaziou
7f37adfd6a
gnu: ocaml-cmdliner: Use HTTPS home page URI.
...
* gnu/packages/ocaml.scm (ocaml-cmdliner)[home-page]: Use HTTPS URI.
2021-02-28 11:15:19 +01:00
Nicolas Goaziou
683e24355e
gnu: ocaml-bos: Use HTTPS home page URI.
...
* gnu/packages/ocaml.scm (ocaml-bos)[home-page]: Use HTTPS URI.
2021-02-28 11:14:50 +01:00
Nicolas Goaziou
b0d1ace528
gnu: ocaml-astring: Use HTTPS home page URI.
...
* gnu/packages/ocaml.scm (ocaml-astring)[home-page]: Use HTTPS URI.
2021-02-28 11:14:19 +01:00
Nicolas Goaziou
a431d93b6a
gnu: lttoolbox: Use HTTPS home page URI.
...
* gnu/packages/dictionaries.scm (lttoolbox)[home-page]: Use HTTPS URI.
2021-02-28 11:13:30 +01:00
Nicolas Goaziou
c4178e1a78
gnu: licenseheaders: Use HTTPS home page URI.
...
* gnu/packages/license.scm (licenseheaders)[home-page]: Use HTTPS URI.
2021-02-28 11:13:01 +01:00
Nicolas Goaziou
42c4718853
gnu: heads-dev-cpio: Use HTTPS home page URI.
...
* gnu/packages/heads.scm (heads-dev-cpio)[home-page]: Use HTTPS URI.
2021-02-28 11:12:32 +01:00
Nicolas Goaziou
3f3b8e1a85
gnu: ghc-indents: Update home page.
...
* gnu/packages/haskell-xyz.scm (ghc-indents)[home-page]: Update URL.
2021-02-28 11:11:37 +01:00
Nicolas Goaziou
ba8a246baa
gnu: gst123: Use HTTPS home page URI.
...
* gnu/packages/gstreamer.scm (gst123)[home-page]: Use HTTPS URI.
2021-02-28 11:08:02 +01:00
Nicolas Goaziou
e2b34de2dd
gnu: gegl: Use HTTPS home page URI.
...
* gnu/packages/gimp.scm (gegl)[home-page]: Use HTTPS URI.
2021-02-28 11:07:22 +01:00
Nicolas Goaziou
21f4a18e36
gnu: ganeti: Use HTTPS home page URI.
...
* gnu/packages/virtualization.scm (ganeti)[home-page]: Use HTTPS URI.
2021-02-28 11:06:56 +01:00
Nicolas Goaziou
9045bf80a7
gnu: flux: Use HTTPS home page URI.
...
* gnu/packages/graphics.scm (flux)[home-page]: Use HTTPS URI.
2021-02-28 11:06:26 +01:00
Nicolas Goaziou
4b9805631b
gnu: fluidsynth: Use HTTPS home page URI.
...
* gnu/packages/audio.scm (fluidsynth)[home-page]: Use HTTPS URI.
2021-02-28 11:05:19 +01:00
Nicolas Goaziou
25b92e27fd
gnu: festival: Use HTTPS home page URI.
...
* gnu/packages/speech.scm (festival)[home-page]: Use HTTPS URI.
2021-02-28 11:04:34 +01:00
Nicolas Goaziou
3759df574d
gnu: f-seq: Use HTTPS home page URI.
...
* gnu/packages/bioinformatics.scm (f-seq)[home-page]: Use HTTPS URI.
2021-02-28 11:03:56 +01:00
Nicolas Goaziou
bebfe06776
gnu: elpa: Use HTTPS home page URI.
...
* gnu/packages/maths.scm (elpa)[home-page]: Use HTTPS URI.
2021-02-28 11:02:20 +01:00
Nicolas Goaziou
34bc222230
gnu: python-pikepdf: Update to 2.7.0.
...
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.7.0.
2021-02-28 10:58:52 +01:00
Nicolas Goaziou
0ad4389919
gnu: emacs-transient: Update to 0.3.0.
...
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.3.0.
2021-02-28 10:56:31 +01:00
Nicolas Goaziou
93a8b91a63
gnu: emacs-tramp: Update to 2.5.0.2.
...
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.0.2.
2021-02-28 10:53:47 +01:00
Sharlatan Hellseher
f35c9fd521
gnu: Add cl-daemon.
...
* gnu/packages/lisp-xyz.scm (sbcl-daemon, cl-daemon, ecl-daemon): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-28 09:33:05 +01:00
Léo Le Bouter
ca36b0389c
gnu: java-xmlgraphics-commons: Update to 2.6 [fixes CVE-2020-11988].
...
* gnu/packages/batik.scm (java-xmlgraphics-commons): Update to 2.6.
2021-02-28 05:17:41 +01:00
Léo Le Bouter
e05c0b334d
gnu: qemu: Fix CVE-2021-20203.
...
* gnu/packages/patches/qemu-CVE-2021-20203.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/virtualization.scm (qemu): Apply it.
2021-02-28 04:40:05 +01:00
Léo Le Bouter
8eb9e759dc
gnu: owncloud-client: Update to 2.7.6.3261.
...
* gnu/packages/sync.scm (owncloud-client): Update to 2.7.6.3261.
2021-02-28 04:18:39 +01:00
宋文武
9c30f26b8d
gnu: retroarch: Update to 1.9.0.
...
* gnu/packages/emulators.scm (retroarch): Update to 1.9.0.
[source]: Remove 'retroarch-disable-online-updater.patch' and snippet.
Add 'retroarch-LIBRETRO_DIRECTORY.patch'.
[native-search-paths]: New field.
* gnu/packages/patches/retroarch-disable-online-updater.patch: Remove file.
* gnu/packages/patches/retroarch-LIBRETRO_DIRECTORY: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2021-02-28 11:12:38 +08:00
Léo Le Bouter
6a67f4430f
gnu: redis: Update to 6.0.11 [fixes CVE-2021-21309].
...
* gnu/packages/databases.scm (redis): Update to 6.0.11.
2021-02-28 03:56:03 +01:00
Léo Le Bouter
83a614b6c3
gnu: wpa-supplicant, hostapd: Fix CVE-2021-27803.
...
See <https://w1.fi/security/2021-1/wpa_supplicant-p2p-provision-discovery-processing-vulnerability.txt >.
* gnu/packages/patches/wpa-supplicant-CVE-2021-27803.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/admin.scm (wpa-supplicant-minimal, hostapd): Apply it.
2021-02-28 03:03:39 +01:00
Björn Höfling
23dcf4339d
gnu: java-snappy: Fix checks when build machine has too much memory.
...
* gnu/packages/java-compression.scm (java-snappy)[arguments]: Add
set-test-memory-size phase.
This fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46780 >.
Thanks to zimoun for the solving idea.
The CachingBufferPoolTest tries to allocate a lot of memory (20GB) and the
test succeeds if there is not enough memory available in the JVM.
When the build machine has a lot of memory (which is the case on the Guix
CI system), the JVM will use more than 20GB as maximum heap size. In
consequence, the test fails.
The new phase adds a maxmemory size of 2G for the tests. Thus all other
tests will have enough memory and the CachingBufferPoolTest will fail.
2021-02-27 23:34:09 +01:00
Leo Famulari
decd0dc6bc
gnu: python-aiohttp: Update to 3.7.4 [fixes CVE-2021-21330].
...
* gnu/packages/python-web.scm (python-aiohttp): Update to 3.7.4.
2021-02-27 14:32:49 -05:00
Nicolas Goaziou
8ef1f24f16
gnu: extempore: Fix home page URL.
...
* gnu/packages/music.scm (extempore)[home-page]: Fix URL.
2021-02-27 17:50:43 +01:00
Nicolas Goaziou
18eb35ac48
gnu: emacs-git-gutter-fringe: Fix source location.
...
* gnu/packages/emacs-xyz.scm (emacs-git-gutter-fringe)[source, home-page]:
Update source location.
2021-02-27 17:47:53 +01:00
Nicolas Goaziou
7c2e063245
gnu: emacs-counsel-bbdb: Use GitHub repository.
...
* gnu/packages/emacs-xyz.scm (emacs-counsel-bbdb)[version]: Use regular
upstream version instead of MELPA's.
[source]: Fetch from GitHub.
2021-02-27 17:43:32 +01:00
Nicolas Goaziou
98fb3ce8eb
gnu: emacs-counsel-bbdb: Fix home page.
...
* gnu/packages/emacs-xyz.scm (emacs-counsel-bbdb)[home-page]: Fix home-page.
2021-02-27 17:39:32 +01:00
Nicolas Goaziou
044142379e
gnu: emacs-org-mime: Use HTTPS home page URI.
...
* gnu/packages/emacs-xyz.scm (emacs-org-mime)[home-page]: Use HTTPS URI.
2021-02-27 17:37:28 +01:00
Nicolas Goaziou
49b1e484e1
gnu: emacs-queue: Use HTTPS home page URI.
...
* gnu/packages/emacs-xyz.scm (emacs-queue)[home-page]: Use HTTPS URI.
2021-02-27 17:36:38 +01:00
Nicolas Goaziou
a8e60f372d
gnu: emacs-web-mode: Use HTTPS home page URI.
...
* gnu/packages/emacs-xyz.scm (emacs-web-mode)[home-page]: Use HTTPS URI.
2021-02-27 17:33:54 +01:00
Nicolas Goaziou
d97c8553b3
gnu: emacs-prescient: Update to 5.1.
...
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 5.1.
2021-02-27 17:28:43 +01:00
Nicolas Goaziou
a7e6e9ad3c
gnu: fet: Update to 5.49.0.
...
* gnu/packages/education.scm (fet): Update to 5.49.0.
2021-02-27 17:26:06 +01:00
Nicolas Goaziou
178f618c3a
gnu: emacs-org-superstar: Update to 1.5.0.
...
* gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.5.0.
2021-02-27 17:23:12 +01:00
Nicolas Goaziou
186c559f9d
gnu: emacs-chronometrist: Update to 0.6.5.
...
* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.6.5.
2021-02-27 17:21:27 +01:00
David Wilson
2c9a4c9a49
gnu: Add obs-websocket.
...
* gnu/packages/video.scm (obs-websocket): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-27 12:50:37 +01:00
qblade
652861139f
gnu: add ekho.
...
* gnu/packages/speech.scm (ekho): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-27 12:44:33 +01:00
Alexandros Theodotou
6c304e0233
gnu: Add massif-visualizer.
...
* gnu/packages/kde.scm (massif-visualizer): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-27 12:32:29 +01:00
Alexandros Theodotou
5a402e0302
gnu: Add kgraphviewer.
...
* gnu/packages/kde-frameworks.scm (kgraphviewer): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-27 12:28:13 +01:00
la snesne
72926ce5e5
gnu: Add rust-cbindgen-0.17.
...
* gnu/packages/rust-apps.scm (rust-cbindgen-0.17): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-27 12:25:37 +01:00
Felix Gruber
f33e773ca7
gnu: libspatialite: Update to 5.0.1.
...
* gnu/packages/geo.scm (libspatialite, spatialite-tools): Update to 5.0.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-27 12:21:18 +01:00
Vinícius dos Santos Oliveira
f4ac757176
gnu: Add emilua.
...
* gnu/packages/lua.scm (emilua): New variable.
2021-02-27 12:08:18 +01:00
Leo Famulari
68a9e933c7
gnu: linux-libre 5.4: Update to 5.4.101.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.101.
(linux-libre-5.4-pristine-source): Update hash.
2021-02-26 16:46:22 -05:00
Leo Famulari
c4f60f6f3e
gnu: linux-libre: Update to 5.10.19.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.19.
(linux-libre-5.10-pristine-source): Update hash.
2021-02-26 16:46:22 -05:00
Leo Famulari
04c2052dc4
gnu: linux-libre 5.11: Update to 5.11.2.
...
* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.2.
(linux-libre-5.11-pristine-source): Update hash.
2021-02-26 16:46:22 -05:00
Leo Famulari
6d70ec299b
gnu: btrfs-progs: Update to 5.10.1.
...
* gnu/packages/linux.scm (btrfs-progs): Update to 5.10.1.
2021-02-26 14:48:45 -05:00
Ludovic Courtès
d6544dc7b8
gnu: poke: Add dependency on libtextstyle.
...
* gnu/packages/engineering.scm (poke)[inputs]: Add LIBTEXSTSTYLE.
2021-02-26 15:17:43 +01:00
Ludovic Courtès
5e7388e15e
gnu: poke: Update to 1.0.
...
* gnu/packages/engineering.scm (poke): Update to 1.0.
[source]: Use URL-FETCH.
[native-inputs]: Remove AUTOCONF, AUTOMAKE, GETTEXT, and HELP2MAN.
[arguments]: Remove #:phases.
[supported-systems]: New field.
2021-02-26 15:16:56 +01:00
Julien Lepiller
8753bb4192
gnu: php: Disable failing test on Arm.
...
* gnu/packages/php.scm (php): Disable timing sensitive failing test on Arm.
2021-02-26 12:57:53 +01:00
Andreas Enge
099026df5b
gnu: cmh: Update to 1.1.0.
...
* gnu/packages/algebra.scm (cmh): Update to 1.1.0.
(fplll-4-cmh): Remove variable.
2021-02-26 10:44:09 +01:00