mbox series

[bug#61576,00/21] Allow USB redirection as an unprivileged user in in GNOME Boxes

Message ID 20230217165145.9631-1-maxim.cournoyer@gmail.com
Headers show
Series Allow USB redirection as an unprivileged user in in GNOME Boxes | expand

Message

Maxim Cournoyer Feb. 17, 2023, 4:51 p.m. UTC
Hi,

This series makes the USB redirection feature of GNOME Boxes works as
intended, as your normal user.  It also add features and updates our spice-gtk
package and bring GNOME Boxes to its latest version.

Thanks!


Maxim Cournoyer (21):
  gnu: spice-gtk: Fix indentation and normalize field order.
  gnu: spice-gtk: Remove input labels.
  gnu: spice-gtk: Use gexps.
  gnu: spice-gtk: Update to 0.42.
  gnu: spice-gtk: Propagate libjpeg-turbo, lz4, opus, and usbredir.
  gnu: spice-protocol: Update to 0.14.4.
  gnu: usbredir: Update to 0.13.0.
  gnu: virglrenderer: Update to 0.7.0.
  gnu: libcacard: Remove obsolete configure flags.
  gnu: spice: Update to 0.15.1.
  gnu: spice-vdagent: Update to 0.22.1.
  gnu: usbutils: Update to 015.
  gnu: phodav: Propagate glib, libsoup and libxml2.
  gnu: spice-gtk: Enable support for polkit, webdav and others.
  gnu: osinfo-db: Use libsoup 3.
  gnu: gnome-boxes: Update to 43.3.
  services: gnome-polkit-settings: Add spice-gtk.
  services: desktop: Extract a new gnome-package procedure.
  services: gnome-desktop-service-type: Extend
    setuid-program-service-type.
  gnu: gnome-boxes: Mention extra configuration requirements.
  gnu: spice-gtk: Adjust the default file name of the ACL helper binary.

 gnu/local.mk                                  |   2 -
 gnu/packages/gnome.scm                        |  37 +--
 gnu/packages/linux.scm                        |   4 +-
 .../patches/spice-vdagent-glib-2.68.patch     | 112 ---------
 .../patches/virglrenderer-CVE-2017-6386.patch |  54 -----
 gnu/packages/spice.scm                        | 220 +++++++++---------
 gnu/packages/virtualization.scm               |   2 +-
 gnu/services/desktop.scm                      |  68 ++++--
 8 files changed, 183 insertions(+), 316 deletions(-)
 delete mode 100644 gnu/packages/patches/spice-vdagent-glib-2.68.patch
 delete mode 100644 gnu/packages/patches/virglrenderer-CVE-2017-6386.patch


base-commit: c3dd743b9a7bc9bb72718957680dfe9a618cb138

Comments

Maxim Cournoyer Feb. 25, 2023, 7:53 p.m. UTC | #1
Hello,

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

[...]

> Maxim Cournoyer (21):
>   gnu: spice-gtk: Fix indentation and normalize field order.
>   gnu: spice-gtk: Remove input labels.
>   gnu: spice-gtk: Use gexps.
>   gnu: spice-gtk: Update to 0.42.
>   gnu: spice-gtk: Propagate libjpeg-turbo, lz4, opus, and usbredir.
>   gnu: spice-protocol: Update to 0.14.4.
>   gnu: usbredir: Update to 0.13.0.
>   gnu: virglrenderer: Update to 0.7.0.
>   gnu: libcacard: Remove obsolete configure flags.
>   gnu: spice: Update to 0.15.1.
>   gnu: spice-vdagent: Update to 0.22.1.
>   gnu: usbutils: Update to 015.
>   gnu: phodav: Propagate glib, libsoup and libxml2.
>   gnu: spice-gtk: Enable support for polkit, webdav and others.
>   gnu: osinfo-db: Use libsoup 3.
>   gnu: gnome-boxes: Update to 43.3.
>   services: gnome-polkit-settings: Add spice-gtk.
>   services: desktop: Extract a new gnome-package procedure.
>   services: gnome-desktop-service-type: Extend
>     setuid-program-service-type.
>   gnu: gnome-boxes: Mention extra configuration requirements.
>   gnu: spice-gtk: Adjust the default file name of the ACL helper binary.

Applied, closing!