22589675 Remove SUN-DES-1 X11 authentication method [PSARC/2016/003]
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Fri, 22 Jan 2016 14:17:58 -0800
changeset 1597 a41f7519dbad
parent 1596 cab552c0e789
child 1598 b4a59ebd04d7
22589675 Remove SUN-DES-1 X11 authentication method [PSARC/2016/003]
open-src/app/xdm/Makefile
open-src/app/xhost/Makefile
open-src/lib/libX11/Makefile
open-src/xserver/Makefile.inc
--- a/open-src/app/xdm/Makefile	Wed Jan 13 11:18:28 2016 -0800
+++ b/open-src/app/xdm/Makefile	Fri Jan 22 14:17:58 2016 -0800
@@ -2,7 +2,7 @@
 #
 # xdm - X Display Manager with support for XDMCP and host chooser
 #
-# Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2009, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -72,6 +72,7 @@
 # Find xrdb & xterm in /usr/bin even with --bindir set to /usr/sbin
 MODULE_CONFIG_OPTS= \
 	--enable-shared=yes --enable-static=no \
+	--disable-secure-rpc \
 	--with-xdmconfigdir=/etc/X11/xdm \
 	--with-piddir=/var/run/xdm \
 	--with-authdir=/var/run/xdm \
--- a/open-src/app/xhost/Makefile	Wed Jan 13 11:18:28 2016 -0800
+++ b/open-src/app/xhost/Makefile	Fri Jan 22 14:17:58 2016 -0800
@@ -2,7 +2,7 @@
 #
 # xhost - utility for mananging X server access control lists
 #
-# Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -55,6 +55,8 @@
 # PSARC/2001/108 X11 Over IPv6
 MODULE_ARC_CASES = PSARC/2001/108
 
+MODULE_CONFIG_OPTS = --disable-secure-rpc
+
 MODULE_ADD_INSTALL_TARGETS = install_po
 
 # Compatibility links from /usr/X11/bin to /usr/bin
--- a/open-src/lib/libX11/Makefile	Wed Jan 13 11:18:28 2016 -0800
+++ b/open-src/lib/libX11/Makefile	Fri Jan 22 14:17:58 2016 -0800
@@ -1,6 +1,6 @@
 ###############################################################################
 #
-# Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -122,7 +122,7 @@
 
 # Command line options to GNU autoconf configure script
 MODULE_CONFIG_OPTS = --enable-xthreads --enable-loadable-i18n \
-	--disable-xf86bigfont \
+	--disable-xf86bigfont --disable-secure-rpc \
 	--with-xcb=yes --enable-loadable-xcursor --enable-xcms \
 	--enable-xlocaledir --enable-xkb --enable-man-pages=$(LIB_MAN_SUFFIX) \
 	--with-locale-lib-dir='$${exec_prefix}/lib/X11/locale$(LIBSUBDIR)'
--- a/open-src/xserver/Makefile.inc	Wed Jan 13 11:18:28 2016 -0800
+++ b/open-src/xserver/Makefile.inc	Fri Jan 22 14:17:58 2016 -0800
@@ -1,6 +1,6 @@
 # -*- Makefile -*- rules common to all xserver build trees
 #
-# Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -55,6 +55,7 @@
 XSERVER_CONFIG_OPTS_COMMON = \
 	--docdir='$(MODULE_DOC_DIR)' \
         --enable-xdm-auth-1 --enable-xdmcp --enable-xcsecurity \
+	--disable-secure-rpc \
 	--enable-shared --disable-static \
 	--enable-glx --enable-dri2 \
 	--disable-xsdl --disable-xwin --disable-xnest \