xauth: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jan 18 18:23:39 UTC 2025


 configure.ac |    6 +++---
 gethost.c    |   30 +++++++++++++++++++++---------
 process.c    |    2 +-
 3 files changed, 25 insertions(+), 13 deletions(-)

New commits:
commit 6e31d5021ffd67e63b42608fae72baaebab68e80
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 12 13:15:39 2025 -0800

    if getaddrinfo() is available, use it, even if IPv6 support is disabled
    
    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.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/app/xauth/-/merge_requests/22>

commit e6e032846ea43259f989887d0eb48faced3009da
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 12 13:08:48 2025 -0800

    Simplify ifdefs for IPv6 support
    
    Instead of checking for AF_INET6 at every ifdef, just check once for it
    and report that IPv6 support is not available, instead of silently not
    building support for it that configure said we were going to build.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/app/xauth/-/merge_requests/22>



More information about the xorg-commit mailing list