Path to this page:
Subject: CVS commit: pkgsrc/x11/xauth
From: Thomas Klausner
Date: 2025-03-09 07:34:27
Message id: 20250309063427.BF866FBE1@cvs.NetBSD.org
Log Message:
xauth: update to 1.1.4.
Support for using getaddrinfo() and inet_ntop() 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 libxtrans will only use
these interfaces when IPv6 is disabled if building against libxtrans 1.6.0
or later.)
Alan Coopersmith (7):
Simplify ifdefs for IPv6 support
if getaddrinfo() is available, use it, even if IPv6 support is disabled
if inet_ntop() is available, use it, even if IPv6 support is disabled
Avoid buffer overflow with long filenames in write_auth_file()
Use remove() instead of unlink() to remove files
get_displayname_auth: replace sprintf() with snprintf()
xauth 1.1.4
Files: