pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xtrans
Module Name: pkgsrc
Committed By: wiz
Date: Sun Mar 9 06:33:20 UTC 2025
Modified Files:
pkgsrc/x11/xtrans: Makefile distinfo
Log Message:
xtrans: update to 1.6.0.
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 this depends
on the configure script or meson.build setting the appropriate HAVE_*
defines in the calling code, so this may not be fully effective in code
whose configure script was generated with a pre-1.6 version of xtrans.m4
or whose meson.build has not had equivalent updates.)
Alan Coopersmith (12):
accept const pointers for buf argument to TRANS(Write)
Quiet -Wformat-pedantic warnings from clang 13 for non-void-* args to %p
Clear -Wmissing-variable-declarations from clang 13
SocketOpenCOTSClientBase: handle -Wconditional-uninitialized warning
SocketOpenCOTSServer: handle -Wconditional-uninitialized warning
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
if sockaddr_storage is available, use it, even if IPv6 support is disabled
Convert one more IPv6 ifdef to HAVE_GETADDRINFO
is_numeric: Add defined(X11_t) to checks
xtrans 1.6.0
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/x11/xtrans/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/xtrans/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/xtrans/Makefile
diff -u pkgsrc/x11/xtrans/Makefile:1.34 pkgsrc/x11/xtrans/Makefile:1.35
--- pkgsrc/x11/xtrans/Makefile:1.34 Sun Nov 10 08:27:46 2024
+++ pkgsrc/x11/xtrans/Makefile Sun Mar 9 06:33:20 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2024/11/10 08:27:46 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2025/03/09 06:33:20 wiz Exp $
-DISTNAME= xtrans-1.5.2
+DISTNAME= xtrans-1.6.0
CATEGORIES= x11 net
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/x11/xtrans/distinfo
diff -u pkgsrc/x11/xtrans/distinfo:1.32 pkgsrc/x11/xtrans/distinfo:1.33
--- pkgsrc/x11/xtrans/distinfo:1.32 Sun Nov 10 08:27:46 2024
+++ pkgsrc/x11/xtrans/distinfo Sun Mar 9 06:33:20 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2024/11/10 08:27:46 wiz Exp $
+$NetBSD: distinfo,v 1.33 2025/03/09 06:33:20 wiz Exp $
-BLAKE2s (xtrans-1.5.2.tar.xz) = d45e8e88608a02de60e1bbeec2714e4d66f50902b506a9a7c184d64097d81b49
-SHA512 (xtrans-1.5.2.tar.xz) = 4c4909402cb7df0d69bf2801722de822f7e376d585ff5aa8db8f88be77ed7fb7dfbdc410827069fc5041327e81afeb9d403c6c92e5c1e02d593c829ef6c37536
-Size (xtrans-1.5.2.tar.xz) = 176680 bytes
+BLAKE2s (xtrans-1.6.0.tar.xz) = a728c949108a4d7fe8f7dcd60d611b25196e21da4f8b4e6438d0b007b01dc171
+SHA512 (xtrans-1.6.0.tar.xz) = e0ac4a2df0eeacdf23cedd74fee063a8eea81d05c4c4c9a9a113b9b4238db7cacb3c831973ac647fe1a5b06426dcdf0b2f8be5ac27862700333269880e25725b
+Size (xtrans-1.6.0.tar.xz) = 177156 bytes
Home |
Main Index |
Thread Index |
Old Index