commit:     72c14cae8f9e8e7fd3eadc2f32cfeeb0eb04ab33
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 01:17:43 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 02:37:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c14cae

x11-base/xorg-server: Disable 'secure-rpc'

We've never had this option enabled with autotools. When we switched to
meson, it became automagic (if libtirpc was installed). The option
controls an old authentication protocol, SUN-DES-1, that is extremely
unlikely to be of any use today.

Closes: https://bugs.gentoo.org/827901
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-base/xorg-server/xorg-server-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild 
b/x11-base/xorg-server/xorg-server-9999.ebuild
index 73bd7369d099..f820f8cdff00 100644
--- a/x11-base/xorg-server/xorg-server-9999.ebuild
+++ b/x11-base/xorg-server/xorg-server-9999.ebuild
@@ -135,6 +135,7 @@ src_configure() {
                -Dhal=false
                -Dlinux_acpi=false
                -Dlinux_apm=false
+               -Dsecure-rpc=false
                -Dsha1=libcrypto
                -Dxkb_output_dir="${EPREFIX}/var/lib/xkb"
                -Dxwayland=false

Reply via email to