Mailinglist Archive: opensuse-commit (480 mails)
| < Previous | Next > |
commit xorg-x11 for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 02 Nov 2009 12:46:09 +0100
- Message-id: <20091102114609.2A18D202A7@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package xorg-x11 for openSUSE:Factory
checked in at Mon Nov 2 12:46:09 CET 2009.
--------
--- xorg-x11/xorg-x11.changes 2009-10-24 21:18:22.000000000 +0200
+++ /mounts/work_src_done/STABLE/xorg-x11/xorg-x11.changes 2009-11-01
13:28:31.000000000 +0100
@@ -1,0 +2,8 @@
+Sun Nov 1 13:25:35 CET 2009 - sndirsch@xxxxxxx
+
+- /etc/X11/xdm/Xaccess
+ * switched to version of xdm 1.1.8 (which only includes updated
+ comments)
+ * listen to IPv4 connections only (bnc #546632)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xorg-x11.spec ++++++
--- /var/tmp/diff_new_pack.s8QTtt/_old 2009-11-02 12:45:57.000000000 +0100
+++ /var/tmp/diff_new_pack.s8QTtt/_new 2009-11-02 12:45:57.000000000 +0100
@@ -26,7 +26,7 @@
%endif
Url: http://xorg.freedesktop.org/
Version: 7.4
-Release: 35
+Release: 36
License: MIT License (or similar)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/X11/Utilities
++++++ xdm.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/etc/X11/xdm/Xaccess new/etc/X11/xdm/Xaccess
--- old/etc/X11/xdm/Xaccess 2003-08-29 15:35:02.000000000 +0200
+++ new/etc/X11/xdm/Xaccess 2009-11-01 13:24:08.000000000 +0100
@@ -1,4 +1,6 @@
-# $XConsortium: Xaccess,v 1.5 91/08/26 11:52:51 rws Exp $
+# $XdotOrg: Xaccess,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
+# $Xorg: Xaccess,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
+# $XFree86: xc/programs/xdm/config/Xaccess,v 1.4 2003/07/09 15:27:40 tsi Exp $
#
# Access control file for XDMCP connections
#
@@ -26,6 +28,10 @@
#
# %name list of hosts ...
#
+# To control which addresses xdm listens for requests on:
+#
+# LISTEN address [list of multicast groups ... ]
+#
# The first form tells xdm which displays to respond to itself.
# The second form tells xdm to forward indirect queries from hosts matching
# the specified pattern to the indicated list of hosts.
@@ -34,6 +40,9 @@
# address and display the results on the terminal.
# The fourth form is similar to the third, except instead of using the
# broadcast address, it sends DirectQuerys to each of the hosts in the list
+# The fifth form tells xdm which addresses to listen for incoming connections
+# on. If present, xdm will only listen for connections on the specified
+# interfaces and/or multicast groups.
#
# In all cases, xdm uses the first entry which matches the terminal;
# for IndirectQuery messages only entries with right hand sides can
@@ -70,3 +79,30 @@
#%hostlist host-a host-b
#* CHOOSER %hostlist #
+
+#
+# If you have a machine with multiple network interfaces or IP addresses
+# you can control which interfaces accept XDMCP packets by listing a LISTEN
+# line for each interface you want to listen on. You can additionally list
+# one or more multicast groups after each address to listen on those groups
+# on that address.
+#
+# If no LISTEN is specified, the default is the same as "LISTEN *" - listen on
+# all unicast interfaces, but not for multicast packets. If any LISTEN lines
+# are specified, then only the listed interfaces will be listened on.
+#
+# IANA has assigned FF0X:0:0:0:0:0:0:12B as the permanently assigned
+# multicast addresses for XDMCP, where X in the prefix may be replaced
+# by any valid scope identifier, such as 1 for Node-Local, 2 for Link-Local,
+# 5 for Site-Local, and so on. The default is equivalent to the example shown
+# here using the Link-Local version to most closely match the old IPv4 subnet
+# broadcast behavior.
+#
+# LISTEN * ff02:0:0:0:0:0:0:12b
+
+# This example shows listening for multicast on all scopes up to site-local
+#
+# LISTEN * ff01:0:0:0:0:0:0:12b ff02:0:0:0:0:0:0:12b
ff03:0:0:0:0:0:0:12b ff04:0:0:0:0:0:0:12b ff05:0:0:0:0:0:0:12b
+
+# Listen to IPv4 connections only (bnc #546632)
+LISTEN 0.0.0.0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |