Commit graph

76449 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 43110e8d4e
gnu: youtube-dl: Update to 2021.04.07.
* gnu/packages/video.scm (youtube-dl): Update to 2021.04.07.
2021-04-07 21:38:21 +02:00
Tobias Geerinckx-Rice 2b605ef3b1
gnu: libupnp: Update to 1.14.5 [fixes CVE-2021-28302].
* gnu/packages/upnp.scm (libupnp): Update to 1.14.5.
2021-04-07 21:38:21 +02:00
Tobias Geerinckx-Rice 6b1b6b0ed0
gnu: nmrpflash: Update to 0.9.15.
* gnu/packages/admin.scm (nmrpflash): Update to 0.9.15.
2021-04-07 21:38:21 +02:00
Tobias Geerinckx-Rice 0bc6ae5843
gnu: tmux-xpanes: Update to 4.1.3.
* gnu/packages/tmux.scm (tmux-xpanes): Update to 4.1.3.
2021-04-07 21:38:20 +02:00
Leo Famulari a79ebb1daf
.guix-authorizations: Remove sleep_walker due to inactivity.
* .guix-authorizations: Remove sleep_walker.
2021-04-07 15:34:46 -04:00
Leo Famulari 02297d3fe6
.guix-authorizations: Remove rhelling due to inactivity.
* .guix-authorizations: Remove rhelling.
2021-04-07 15:25:57 -04:00
Leo Famulari 9e25d6561d
.guix-authorizations: Remove lsl88 due to inactivity.
* .guix-authorizations: Remove lsl88.
2021-04-07 15:23:58 -04:00
Leo Famulari 5635509450
.guix-authorizations: Remove benwoodcroft due to inactivity.
* .guix-authorizations: Remove benwoodcroft.
2021-04-07 15:17:08 -04:00
Leo Famulari 51b018142b
.guix-authorizations: Remove alexvong1995 due to inactivity.
* .guix-authorizations: Remove alexvong1995.
2021-04-07 15:14:11 -04:00
Paul Garlick 2d77c270f4
gnu: Add texlive-fontaxes.
* gnu/packages/tex.scm: New variable.
2021-04-07 18:51:02 +01:00
Pierre Neidhardt 8a32b6a542
gnu: sbcl-cl-webkit: Update to 20210407.
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20210407.
2021-04-07 19:31:57 +02:00
Mathieu Othacehe 37d8def701
gnu: cuirass: Update to 1.0.0-7.1b35a77.
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-7.1b35a77.
2021-04-07 15:28:08 +02:00
Alexandru-Sergiu Marton a060977239
gnu: Add entt.
* gnu/packages/cpp.scm (entt): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-04-07 13:43:40 +02:00
Mathieu Othacehe a121f4c54a
gnu: cuirass: Update to 1.0.0-6.ec0be96.
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-6.ec0be96.
2021-04-07 11:57:34 +02:00
Tobias Geerinckx-Rice d3184ee437
gnu: di: Update to 4.50.
* gnu/packages/admin.scm (di): Update to 4.50.
2021-04-07 00:55:46 +02:00
Tobias Geerinckx-Rice b0a53c5268
gnu: mpv: Update to 0.33.1.
* gnu/packages/video.scm (mpv): Update to 0.33.1.
2021-04-07 00:55:46 +02:00
Tobias Geerinckx-Rice d6f0987669
gnu: tmux-xpanes: Update to 4.1.2.
* gnu/packages/tmux.scm (tmux-xpanes): Update to 4.1.2.
2021-04-07 00:55:46 +02:00
Tobias Geerinckx-Rice 08512512ea
gnu: stunnel: Update to 5.59.
* gnu/packages/web.scm (stunnel): Update to 5.59.
2021-04-07 00:55:46 +02:00
Tobias Geerinckx-Rice 8e4d44ad39
gnu: Add cfm.
* gnu/packages/admin.scm (cfm): New public variable.
2021-04-07 00:55:45 +02:00
Sharlatan Hellseher ee9c44c767
gnu: Add camlidl.
* gnu/packages/ocaml.scm (camlidl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-04-06 23:59:47 +02:00
Alexey Abramov 5a6e27bfbd
services: dovecot: Fix serialization of a free-form-args arguments.
* gnu/services/mail.scm (serialize-free-form-args): Change destination and
return a string containing the formated text.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-04-06 23:59:47 +02:00
Alexey Abramov 66d8dc3d74
gnu: Add opensmtpd-filter-rspamd.
* gnu/packages/mail.scm (opensmtpd-filter-rspamd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-04-06 23:59:46 +02:00
Ludovic Courtès 709f30b8e4
lint: refresh: Warn about missing or dysfunctional updaters.
This feedback should help us improve updaters.

* guix/lint.scm (check-for-updates): Return a warning when PACKAGE lacks
an updater or when the updater returns #f.
2021-04-06 23:59:46 +02:00
Ludovic Courtès 35ca3cfbcf
upstream: 'package-latest-release' tries all the matching updaters.
* guix/upstream.scm (package-latest-release): Try UPDATERS until one of
them returns an upstream source.  This is useful for packages with
several matching updaters, such a zlib ('sourceforge' and
'generic-html').
2021-04-06 23:59:46 +02:00
Ludovic Courtès b92cfc322d
gnu-maintenance: Add 'sourceforge' updater.
This updater currently covers 2.4% of the packages.

* guix/gnu-maintenance.scm (latest-sourceforge-release): New procedure.
(%sourceforge-updater): New variable.
* doc/guix.texi (Invoking guix refresh): Document it.
2021-04-06 23:59:46 +02:00
Leo Famulari 10b01e7ed6
.guix-authorizations: Remove taylanub.
This is a followup to the events discussed here:

https://lists.gnu.org/archive/html/guix-devel/2021-03/msg00195.html

Taylan was already removed from the Guix project on Savannah on March 10, 2021.

* .guix-authorizations: Remove taylanub from the committers.
2021-04-06 17:59:23 -04:00
Leo Famulari 4744a1d703
.guix-authorizations: Remove thomasd.
* .guix-authorizations: Remove thomasd from the committers.
2021-04-06 17:52:22 -04:00
Maxim Cournoyer 8515a506ca
gnu: qemu: Fix the Texinfo manual.
The makeinfo command splits the generated info output in multiple files (in
300 KiB chunks) by default; this meant the build system would have had to
install the multiple QEMU.info-1, QEMU.info-2, etc. files for the info manual
to work as intended.  Instead, keep the info manual as one single file by
specifying the --no-split option to makeinfo.

* gnu/packages/patches/qemu-build-info-manual.patch (sphinxinfo)
<makeinfo>: Invoke with the --no-split argument.
2021-04-06 16:56:08 -04:00
Léo Le Bouter 41d0b233ba
gnu: umoci: Update to 0.4.7 [fixes CVE-2021-29136].
* gnu/packages/virtualization.scm (umoci): Update to 0.4.7.
2021-04-06 21:00:46 +02:00
Maxim Cournoyer 87aaccbf55
gnu: emacs-php-mode: Fix installation prefix.
* gnu/packages/emacs-xyz.scm (emacs-php-mode)
[include]: Remove argument.
[phases]{add-lisp-dir-to-emacs-load-path}: Remove phase.
{enter-source-directory}: Add phase.
2021-04-06 14:06:55 -04:00
Franck Pérignon 5fd046cbfd
gnu: Add scotch and pt-scotch with shared libraries
* gnu/packages/maths.scm (scotch-shared, pt-scotch-shared): New variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-06 13:54:09 -04:00
Léo Le Bouter 1467080de4
gnu: python-django-2.2: Update to 2.2.20 [security fixes].
* gnu/packages/django.scm (python-django-2.2): Update to 2.2.20.
2021-04-06 19:16:16 +02:00
Léo Le Bouter 26f34f3de4
gnu: python-django: Update to 3.1.8 [security fixes].
* gnu/packages/django.scm (python-django): Update to 3.1.8.
2021-04-06 19:15:35 +02:00
Guillaume Le Vaillant 535417a6cb
gnu: bitcoin-unlimited: Use new source repository.
* gnu/packages/finance.scm (bitcoin-unlimited)[source]: Update git repository
  URL.
2021-04-06 15:23:41 +02:00
Guillaume Le Vaillant bed31da50d
gnu: bitcoin-unlimited: Update to 1.9.1.1.
* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.1.1.
2021-04-06 15:23:41 +02:00
Pierre Neidhardt 05a5e222e9
gnu: sbcl-cl-webkit: Update to 20210406.
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20210406.
2021-04-06 14:49:40 +02:00
Guillaume Le Vaillant c6eb6d471d
gnu: txr: Update to 255.
* gnu/packages/lisp.scm (txr): Update to 255.
2021-04-06 14:04:20 +02:00
Léo Le Bouter a7f1243324
gnu: libpano13: Update to 2.9.20_rc3 [security fixes].
Fixes at least CVE-2021-20307.

* gnu/packages/photo.scm (libpano13): Update to 2.9.20_rc3.
2021-04-06 12:27:48 +02:00
Lars-Dominik Braun 14392c7789
gnu: python-tortoise-orm: Fix dependencies.
* gnu/packages/databases.scm (python-tortoise-orm) [propagated-inputs]:
Add missing dependency.
[arguments]: Relax pytz version requirement, remove iso8601 requirement.
2021-04-06 10:57:19 +02:00
Ron Nazarov via Guix-patches via ab0ed26eb7
gnu: Add node-wrappy.
* gnu/packages/node-xyz.scm (node-wrappy): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-05 17:22:28 -04:00
Guillaume Le Vaillant 561017f838
gnu: Add welle-io.
* gnu/packages/radio.scm (welle-io): New variable.
2021-04-05 21:01:42 +02:00
Guillaume Le Vaillant 92ff287e74
gnu: Add dream.
* gnu/packages/radio.scm (dream): New variable.
2021-04-05 21:01:42 +02:00
Pierre Langlois 653faaebd6
gnu: virt-manager: Update to 3.2.0.
* gnu/packages/virtualization.scm (virt-manager): Update to 3.2.0.
[arguments]: Remove #:test-target.  Remove fix-qemu-img-reference phase.
Adapt check phase to use pytest, although they still do not run.
[native-inputs]: Add python-docutils.  Suggest adding python-pytest to enable
tests.
2021-04-05 18:26:37 +01:00
Pierre Langlois 29383ecc8c
gnu: libvirt-glib: Update to 4.0.0.
* gnu/packages/virtualization.scm (libvirt-glib): Update to 4.0.0.
[build-system]: Switch to meson-build-system.
2021-04-05 18:26:37 +01:00
Pierre Langlois 28cc447fc5
gnu: python-libvirt: Update to 7.2.0.
* gnu/packages/virtualization.scm (python-libvirt): Update to 7.2.0.
2021-04-05 18:26:37 +01:00
Brice Waegeneire 0d4ae86bc2
gnu: libvirt: Update to 7.2.0.
* gnu/packages/virtualization.scm (libvirt): Update to 7.2.0.
[arguemnts]: Switch to meson, only build system supported by upstream.
[inputs]: Add libssh2 and readline.
[native-inputs]: Add bash-completion, gettext, python-docutils and
rpcsvc-proto.
* gnu/packages/patches/libvirt-add-install-prefix.patch: New file...
* gnu/local.mk: ...add it.
* gnu/packages/patches/libvirt-create-machine-cgroup.patch: Delete file,
merged by upstream.

Tested-by: Pierre Langlois <pierre.langlois@gmx.com>
2021-04-05 18:26:37 +01:00
Brice Waegeneire ee5c4f70b6
gnu: libvirt: Enable disk and directory storage.
* gnu/packages/virtualization.scm (libvirt)[inputs]: Add parted.
[arguments]: Add configure flags to support disk and directory storage.
2021-04-05 18:26:36 +01:00
Pierre Langlois 81f65a3a2c
tests: libvirt: Catch issues with incorrect /var and /etc in package.
* gnu/tests/virtualization.scm (run-libvirt-test): Chdir to "/tmp" before
running test.  Add "connect" test.
2021-04-05 18:26:36 +01:00
Leo Prikler 8b578c217f
gnu: crypto++: Update to 8.5.0.
* gnu/packages/crypto.scm (crypto++): Update to 8.5.0.
[origin]: Use git-fetch and git-reference.
2021-04-05 16:10:06 +02:00
Philip McGrath e29b1fff1d
gnu: chez-scheme: simplify packaging
Take advantage of patches that have been accepted upstream.
These changes lay a foundation for reusing more of Chez's
build process for Racket.

* gnu/packages/patches/chez-scheme-build-util-paths-backport.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/chez.scm (chez-scheme)[source](patches): Use it.
[source](snippet): Remove bundled libraries here, not in configure phase.
[inputs]: Organize. Move "nanopass", "stex", and "xorg-rgb" to ...
[native-inputs]: ... this field.
[arguments]: Add (ice-9 ftw) to #:modules. Remove unneeded
'patch-processor-detection' phase. Add 'unpack-nanopass+stex' phase
(refactored from 'configure'). Simplify 'configure' phase by removing
patches that have been upstreamed. Add "--nogzip-man-pages" flag so we can
remove 'make-manpages-writable' phase. Stop ignoring #:configure-flags,
move "--threads" there, and remove unneeded workaround. Add 'prepare-stex'
phase (refactored from 'install-doc'). Use it to streamline 'install-doc'
phase, installing all of the right files into the right places.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-04-05 16:10:06 +02:00