Commit Graph

1 Commits

Author SHA256 Message Date
e8ce3101b3 - update to 1.2.6
Support for using getaddrinfo() was originally added to support IPv6,
  and only used if IPv6 support was enabled.  Two decades later, support
  for getaddrinfo() is ubiquitous and OS'es have marked gethostbyname()
  as deprecated, so use the modern interface whenever we can now.
  (Note that code included from xtrans will only use the modern interfaces
  when IPv6 is disabled if building against xtrans 1.6.0 or later.)
  Of course, in libSM, this only matters if one of the UUID generation
  interfaces isn't being used instead, and the configure script has also
  been modified in this release to stop checking for network interfaces
  if we're not going to use them because we found a UUID generation
  mechanism to use instead for creating ids.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libSM?expand=0&rev=20
2025-03-09 04:16:58 +00:00