- Update to release 1.1.17
Support for using getaddrinfo(), inet_ntop(), and struct sockaddr_storage
was originally added to support IPv6, and only used if IPv6 support was
enabled. Two decades later, these interfaces are ubiquitous and OS'es have
starting marking the old interfaces as deprecated, so this release changes
to use the modern interface whenever we can now. (Note that code included
from xtrans will only use these interfaces when IPv6 is disabled if building
against xtrans 1.6.0 or later.)
OBS-URL: https://build.opensuse.org/request/show/1251490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdm?expand=0&rev=111
Support for using getaddrinfo(), inet_ntop(), and struct sockaddr_storage
was originally added to support IPv6, and only used if IPv6 support was
enabled. Two decades later, these interfaces are ubiquitous and OS'es have
starting marking the old interfaces as deprecated, so this release changes
to use the modern interface whenever we can now. (Note that code included
from xtrans will only use these interfaces when IPv6 is disabled if building
against xtrans 1.6.0 or later.)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=286
configuration part that is used by all display managers. This is
needed in order to progress towards 'xdm' not acting as wrapper
around DMs, but only be used as Dislplay Manager when XDM is
supposed to be used, or use the real systemd services of the
various DMs (e.g gdm.service, sddm.service).
Part of https://en.opensuse.org/openSUSE:DisplayManagerRework
GDM for example can allready fully be used without XDM (and xorg-x11-server) installed
The sysconfig split out is needed for the GDM Autoconfiguration, which does not rely
on XDM being the wrapper - but having that part common for all DMs is a good thing
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=279
- Update to release 1.1.15
* This release fixes a failure to build with the upcoming gcc 14,
cleans up several other compiler warnings, fixes a bug in the
generation of the xdm.service file for systemd, and removes a
lot of dead code checks for platforms & features that have not
been supported since the conversion from Imake to autoconf in
2005.
- supersedes u_gcc14-fix.patch
OBS-URL: https://build.opensuse.org/request/show/1161094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdm?expand=0&rev=104
* This release fixes a failure to build with the upcoming gcc 14,
cleans up several other compiler warnings, fixes a bug in the
generation of the xdm.service file for systemd, and removes a
lot of dead code checks for platforms & features that have not
been supported since the conversion from Imake to autoconf in
2005.
- supersedes u_gcc14-fix.patch
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=271
- No longer run "localectl set-x11-keymap ..." and only run
"localectl set-keymap ..." if XKBLAYOUT is not set, i.e. if
nobody was making use of "localectl set-x11-keymap" after
installation (boo#1209594, comment#24)
- keytable: exit 0 was executed too early, so
"localectl set-x11-keymap" wasn't executed; fixed this
(boo#1209594, comment#19)
- keytable: no longer ignore XKBLAYOUT (and XKBMODEL, XKBVARIANT,
XKBOPTIONS) variables if available in /etc/vconsole.conf, i.e.
no longer overwrite keyboard settings if anybody used
"localectl set-x11-keymap" himself; fixed "check systemd mapping"
if KEYMAP_TOGGLE has been set (boo#1209594)
OBS-URL: https://build.opensuse.org/request/show/1073959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdm?expand=0&rev=99
XKBOPTIONS) variables if available in /etc/vconsole.conf, i.e.
no longer overwrite keyboard settings if anybody used
"localectl set-x11-keymap" himself; fixed "check systemd mapping"
if KEYMAP_TOGGLE has been set (boo#1209594)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=259
* This release improves compatibility for building with GNU
libc 2.36, and adds a --without-xinerama option to the
configure script for those who want to build without linking
to libXinerama.
- supersedes u_glibc-2.36.patch
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=257