pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xauth



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  9 06:34:27 UTC 2025

Modified Files:
        pkgsrc/x11/xauth: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/xauth/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xauth/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xauth/Makefile
diff -u pkgsrc/x11/xauth/Makefile:1.19 pkgsrc/x11/xauth/Makefile:1.20
--- pkgsrc/x11/xauth/Makefile:1.19      Sun Mar  3 21:00:07 2024
+++ pkgsrc/x11/xauth/Makefile   Sun Mar  9 06:34:27 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2024/03/03 21:00:07 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2025/03/09 06:34:27 wiz Exp $
 
-DISTNAME=              xauth-1.1.3
+DISTNAME=              xauth-1.1.4
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.xz

Index: pkgsrc/x11/xauth/distinfo
diff -u pkgsrc/x11/xauth/distinfo:1.14 pkgsrc/x11/xauth/distinfo:1.15
--- pkgsrc/x11/xauth/distinfo:1.14      Sun Mar  3 21:00:07 2024
+++ pkgsrc/x11/xauth/distinfo   Sun Mar  9 06:34:27 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/03/03 21:00:07 wiz Exp $
+$NetBSD: distinfo,v 1.15 2025/03/09 06:34:27 wiz Exp $
 
-BLAKE2s (xauth-1.1.3.tar.xz) = d2f362cc546f40b1990b26b8909be845cd57255bfd606d6345e48a2ea705332a
-SHA512 (xauth-1.1.3.tar.xz) = 536434f6c607673c00b9658ea591bf32419cc151d138f991ea38167220563519a6a84a5504003da15820f2a7ed50ea2449c6ce9c991d1446ee9a7305c647d694
-Size (xauth-1.1.3.tar.xz) = 159500 bytes
+BLAKE2s (xauth-1.1.4.tar.xz) = 3490dc24c6339dbc1fbdbc461317b601618e5d773a94a96b19ac45ed1540905e
+SHA512 (xauth-1.1.4.tar.xz) = 6f08b92acec08fe426da0bcf7f68b0c6d21777bed76c5c316717bf15df0654809a97b6c4d3d570d861c49b85857191a5c5be3b4b84049b2459688af2c7b0a74d
+Size (xauth-1.1.4.tar.xz) = 163696 bytes



Home | Main Index | Thread Index | Old Index