pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libSM
Module Name: pkgsrc
Committed By: wiz
Date: Sun Mar 9 06:38:03 UTC 2025
Modified Files:
pkgsrc/x11/libSM: Makefile distinfo
Log Message:
libSM: update to 1.2.6.
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.
(Note that code included from xtrans will only use the modern interfaces
when IPv6 is disabled if building against xtrans 1.6.0 or later.)
Of course, in libSM, this only matters if one of the UUID generation
interfaces isn't being used instead, and the configure script has also
been modified in this release to stop checking for network interfaces
if we're not going to use them because we found a UUID generation
mechanism to use instead for creating ids.
Alan Coopersmith (6):
Skip network checks/headers/libraries if using UUID-based ids
sm_genid.c: simplify final fallback case
Simplify ifdefs for IPv6 support
if getaddrinfo() is available, use it, even if IPv6 support is disabled
SmsGenerateClientID: simplify code to convert IPv4 address to hex string
libSM 1.2.6
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/libSM/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/libSM/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/libSM/Makefile
diff -u pkgsrc/x11/libSM/Makefile:1.21 pkgsrc/x11/libSM/Makefile:1.22
--- pkgsrc/x11/libSM/Makefile:1.21 Sat Dec 14 12:41:03 2024
+++ pkgsrc/x11/libSM/Makefile Sun Mar 9 06:38:03 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2024/12/14 12:41:03 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2025/03/09 06:38:03 wiz Exp $
-DISTNAME= libSM-1.2.5
+DISTNAME= libSM-1.2.6
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/x11/libSM/distinfo
diff -u pkgsrc/x11/libSM/distinfo:1.14 pkgsrc/x11/libSM/distinfo:1.15
--- pkgsrc/x11/libSM/distinfo:1.14 Sat Dec 14 12:41:03 2024
+++ pkgsrc/x11/libSM/distinfo Sun Mar 9 06:38:03 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/12/14 12:41:03 wiz Exp $
+$NetBSD: distinfo,v 1.15 2025/03/09 06:38:03 wiz Exp $
-BLAKE2s (libSM-1.2.5.tar.xz) = 1144ad1709a8cf213337639a7b764231b6fd94a295c162085a2fe87c4a904302
-SHA512 (libSM-1.2.5.tar.xz) = f2e58503a7cd144a610621104b4727878dd5ba0cdf8220e72f27a3474c9b49c01dc514c60cbdfb35a9318f307b27a601580725cef0f6b5091d4c4ea57cef8c91
-Size (libSM-1.2.5.tar.xz) = 312708 bytes
+BLAKE2s (libSM-1.2.6.tar.xz) = 6b8b7190f43e575f8f60ea2d08385bd099b15b579b229f4f5071409d0ff209ee
+SHA512 (libSM-1.2.6.tar.xz) = e544a1dc49a03390f76af35837bfd01f749b806d88d3ee806f20311c47ff53d0aeea4744feb875958031b17d50b57a89dcc41d81241c09333c88b268c44653a7
+Size (libSM-1.2.6.tar.xz) = 314040 bytes
Home |
Main Index |
Thread Index |
Old Index