pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xdm
Module Name: pkgsrc
Committed By: wiz
Date: Sun Mar 9 06:36:01 UTC 2025
Modified Files:
pkgsrc/x11/xdm: Makefile distinfo
Log Message:
xdm: update to 1.1.17.
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 code included
from xtrans will only use these interfaces when IPv6 is disabled if building
against xtrans 1.6.0 or later.)
Alan Coopersmith (5):
Simplify ifdefs for IPv6 support
if getaddrinfo() is available, use it, even if IPv6 support is disabled
if sockaddr_storage is available, use it, even if IPv6 support is disabled
if inet_ntop() is available, use it, even if IPv6 support is disabled
xdm 1.1.17
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/x11/xdm/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/xdm/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/xdm/Makefile
diff -u pkgsrc/x11/xdm/Makefile:1.43 pkgsrc/x11/xdm/Makefile:1.44
--- pkgsrc/x11/xdm/Makefile:1.43 Fri Apr 5 07:08:11 2024
+++ pkgsrc/x11/xdm/Makefile Sun Mar 9 06:36:01 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2024/04/05 07:08:11 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2025/03/09 06:36:01 wiz Exp $
-DISTNAME= xdm-1.1.16
+DISTNAME= xdm-1.1.17
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/x11/xdm/distinfo
diff -u pkgsrc/x11/xdm/distinfo:1.13 pkgsrc/x11/xdm/distinfo:1.14
--- pkgsrc/x11/xdm/distinfo:1.13 Fri Apr 5 07:08:11 2024
+++ pkgsrc/x11/xdm/distinfo Sun Mar 9 06:36:01 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/04/05 07:08:11 wiz Exp $
+$NetBSD: distinfo,v 1.14 2025/03/09 06:36:01 wiz Exp $
-BLAKE2s (xdm-1.1.16.tar.xz) = 4933b79e85824607b937785020df99768943d700e274359fed6d8c69fd3db2a7
-SHA512 (xdm-1.1.16.tar.xz) = a7e0aca67b770b3939aee2c12feac3c0f5efa531ec4a6045ab8b53d9c35b701ab5533447feb39b7cbe0df74ff8483ee1637314b847b37a6c3f7e9c8fdf5e172d
-Size (xdm-1.1.16.tar.xz) = 420072 bytes
+BLAKE2s (xdm-1.1.17.tar.xz) = 1cc44c86f8dcc7a72c46d2e2f58a1beea1fdfa800b580e34f897aa6441c78f0a
+SHA512 (xdm-1.1.17.tar.xz) = 68499cdf73c9b6b48b974a724e5d045bb8333cfd17f1d7e36132e7aec51922c22260b361517c4f0d9fb7d28ce4909e0638e00180e93544bc7200d9bef55e822b
+Size (xdm-1.1.17.tar.xz) = 425804 bytes
Home |
Main Index |
Thread Index |
Old Index