Path to this page:
Subject: CVS commit: pkgsrc/x11/libXmu
From: Thomas Klausner
Date: 2022-10-17 23:41:37
Message id: 20221017214137.4DD1AFA90@cvs.NetBSD.org
Log Message:
libXmu: update to 1.1.4.
This release includes two notable changes to XmuConvertStandardSelection():
1) It no longer supports XA_IP_ADDRESS, which only supported IPv4 addresses
and simply provided the output of gethostbyname() on the local hostname.
2) XA_OWNER_OS no longer reports "BSD" for any Unix-like OS (including \
Linux)
that it hadn't been coded to handle, instead relying on uname() where
available to provide the OS name.
The lack of bug reports about the previously misleading output for these
suggests they're not widely used, with codesearch.debian.net only finding
matches in libXmu and the rust bindings to libXmu, and not any consumers
of these interfaces.
Alan Coopersmith (19):
Build xz tarballs instead of bzip2
Fix spelling/wording issues
gitlab CI: add a basic build test
COPYING: correct source file path names
Remove unnnecessary casts from *alloc() and free() calls
Import reallocarray() from libX11 (originally from OpenBSD)
Convert code to use Xmumallocarray() & reallocarray()
XmuGetHostname: Drop support for ancient USG systems
get_os_name: Use autoconf to detect uname() support
More typo fixes
Use memcpy instead of memmove when buffers are known not to overlap
Use _CONST_X_STRING to make libXt declare String as const char *
Clear some more -Wdiscarded-qualifiers warnings
Handle -Wsign-compare warnings
Handle -Wmissing-field-initializers warnings
_XEditResGet32: Fix casts to avoid unexpected sign extension in 64-bit
Add simple test cases for _XEditRes{Put,Get}* functions
Add .git-blame-ignore-revs to hide whitespace commits from git blame
libXmu 1.1.4
Matthieu Herrb (3):
Unifdef SYSVNET
Fix OWNER_OS in XmuConvertStandardSelection() on Linux
Remove support for XA_IP_ADDRESS
Files: