Skip to content

Commit 02cbb4c

Browse files
LordGrimmauldalyssais
authored andcommitted
weston: switch to freerdp3
freerdp version 2 did get a security release with 2.11.7 last year, but is mostly unmaintained. Weston serves as backend e.g. for sddm and thus is a security-critical component. Moving it to a maintained version should be preferred. Weston has support for both freerdp2 and freerdp3, and will use whichever backend is available [1]. [1] https://gitlab.freedesktop.org/wayland/weston/-/commit/89f3a8a71e0cf5ae9a1154cc168be7ebd97a64e7
1 parent 46e424a commit 02cbb4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/we/weston/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
pipewireSupport ? true,
3232
pipewire,
3333
rdpSupport ? true,
34-
freerdp,
34+
freerdp3,
3535
remotingSupport ? true,
3636
gst_all_1,
3737
vaapiSupport ? true,
@@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
9191
++ lib.optional lcmsSupport lcms2
9292
++ lib.optional pangoSupport pango
9393
++ lib.optional pipewireSupport pipewire
94-
++ lib.optional rdpSupport freerdp
94+
++ lib.optional rdpSupport freerdp3
9595
++ lib.optionals remotingSupport [
9696
gst_all_1.gstreamer
9797
gst_all_1.gst-plugins-base

0 commit comments

Comments
 (0)