mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
os: drop SUN-DES-1 authentication
DES isn't considered secure anymore for long time now, more and more platforms dropping DES from their RPC implementations, and even the one where it came from (Solaris) disabled it for a decade now. We have much better alternatives (eg. passing creds via Unix socket for local connections, ssh tunneling, MIT-MAGIC-COOKIE-1, ...), so it's unlikely anybody still really relying on it. Therefore, sweep it out. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1453>
This commit is contained in:
committed by
Marge Bot
parent
229a6953ad
commit
71b207a2eb
@@ -45,6 +45,6 @@ fi
|
||||
popd
|
||||
|
||||
# build
|
||||
meson _build/ -Dprefix=/opt/X11 -Dsecure-rpc=false
|
||||
meson _build/ -Dprefix=/opt/X11
|
||||
DESTDIR=$(pwd)/staging ninja -C _build/ install
|
||||
ninja -C _build/ test
|
||||
|
||||
Reference in New Issue
Block a user