Re: git: 77f72c463b90 - 2024Q1 - x11-servers/xwayland-devel: backport recent secfixes

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Thu, 04 Apr 2024 13:48:55 UTC
Emmanuel Vadot <manu@bidouilliste.com> writes:

>> but also introduced a number of regressions that
>> don't exist in my port, all of which were documented in my reviews.
>
>  What regressions ? I'm using xwayland for more than a year on my
> desktop instead of -devel and haven't seen a problem.

Try diff xwayland{,-devel}/Makefile:
- Missing XSECURITY (ssh -X vs. ssh -Y; xorg-server parity per bug 221984)
- Missing XDMCP (xorg-server parity, maybe used with rootful Xwayland and GUI login managers)
- Missing XTEST input emulation (XDG Portal API, required by GNOME, Plasma and maybe rootful Xwayland)
- Missing CSD for rootful (mainly for GNOME, optional even if preferred elsewhere)
- Broken on DragonFly due to forcing -Dsha1 (already default after I've fixed upstream bug years ago)
- Redundant -Dglamor, -Dipv6, -Dxkb_*, libEGL dependency