unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61576] [PATCH 00/21] Allow USB redirection as an unprivileged user in in GNOME Boxes
@ 2023-02-17 16:51 Maxim Cournoyer
  2023-02-17 17:00 ` [bug#61576] [PATCH 01/21] gnu: spice-gtk: Fix indentation and normalize field order Maxim Cournoyer
  2023-02-25 19:53 ` bug#61576: [PATCH 00/21] Allow USB redirection as an unprivileged user in in GNOME Boxes Maxim Cournoyer
  0 siblings, 2 replies; 24+ messages in thread
From: Maxim Cournoyer @ 2023-02-17 16:51 UTC (permalink / raw)
  To: 61576; +Cc: Maxim Cournoyer

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
-- 
2.39.1





^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2023-02-26  4:48 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-17 16:51 [bug#61576] [PATCH 00/21] Allow USB redirection as an unprivileged user in in GNOME Boxes Maxim Cournoyer
2023-02-17 17:00 ` [bug#61576] [PATCH 01/21] gnu: spice-gtk: Fix indentation and normalize field order Maxim Cournoyer
2023-02-17 17:00   ` [bug#61576] [PATCH 02/21] gnu: spice-gtk: Remove input labels Maxim Cournoyer
2023-02-26  4:47     ` [bug#61576] [PATCH 00/21] Allow USB redirection as an unprivileged user in in GNOME Boxes Maxim Cournoyer
2023-02-17 17:00   ` [bug#61576] [PATCH 03/21] gnu: spice-gtk: Use gexps Maxim Cournoyer
2023-02-17 17:00   ` [bug#61576] [PATCH 04/21] gnu: spice-gtk: Update to 0.42 Maxim Cournoyer
2023-02-17 17:00   ` [bug#61576] [PATCH 05/21] gnu: spice-gtk: Propagate libjpeg-turbo, lz4, opus, and usbredir Maxim Cournoyer
2023-02-17 17:00   ` [bug#61576] [PATCH 06/21] gnu: spice-protocol: Update to 0.14.4 Maxim Cournoyer
2023-02-17 17:00   ` [bug#61576] [PATCH 07/21] gnu: usbredir: Update to 0.13.0 Maxim Cournoyer
2023-02-17 17:00   ` [bug#61576] [PATCH 08/21] gnu: virglrenderer: Update to 0.7.0 Maxim Cournoyer
2023-02-17 17:00   ` [bug#61576] [PATCH 09/21] gnu: libcacard: Remove obsolete configure flags Maxim Cournoyer
2023-02-17 17:00   ` [bug#61576] [PATCH 10/21] gnu: spice: Update to 0.15.1 Maxim Cournoyer
2023-02-17 17:00   ` [bug#61576] [PATCH 11/21] gnu: spice-vdagent: Update to 0.22.1 Maxim Cournoyer
2023-02-17 17:00   ` [bug#61576] [PATCH 12/21] gnu: usbutils: Update to 015 Maxim Cournoyer
2023-02-17 17:00   ` [bug#61576] [PATCH 13/21] gnu: phodav: Propagate glib, libsoup and libxml2 Maxim Cournoyer
2023-02-17 17:00   ` [bug#61576] [PATCH 14/21] gnu: spice-gtk: Enable support for polkit, webdav and others Maxim Cournoyer
2023-02-17 17:00   ` [bug#61576] [PATCH 15/21] gnu: osinfo-db: Use libsoup 3 Maxim Cournoyer
2023-02-17 17:00   ` [bug#61576] [PATCH 16/21] gnu: gnome-boxes: Update to 43.3 Maxim Cournoyer
2023-02-17 17:00   ` [bug#61576] [PATCH 17/21] services: gnome-polkit-settings: Add spice-gtk Maxim Cournoyer
2023-02-17 17:00   ` [bug#61576] [PATCH 18/21] services: desktop: Extract a new gnome-package procedure Maxim Cournoyer
2023-02-17 17:01   ` [bug#61576] [PATCH 19/21] services: gnome-desktop-service-type: Extend setuid-program-service-type Maxim Cournoyer
2023-02-17 17:01   ` [bug#61576] [PATCH 20/21] gnu: gnome-boxes: Mention extra configuration requirements Maxim Cournoyer
2023-02-17 17:01   ` [bug#61576] [PATCH 21/21] gnu: spice-gtk: Adjust the default file name of the ACL helper binary Maxim Cournoyer
2023-02-25 19:53 ` bug#61576: [PATCH 00/21] Allow USB redirection as an unprivileged user in in GNOME Boxes Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).