pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/libXmu libXmu: update to 1.1.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7dc1af7beaae
branches: trunk
changeset: 386907:7dc1af7beaae
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Oct 17 21:41:37 2022 +0000
description:
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
diffstat:
x11/libXmu/Makefile | 6 +++---
x11/libXmu/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (29 lines):
diff -r 9c1c480a9102 -r 7dc1af7beaae x11/libXmu/Makefile
--- a/x11/libXmu/Makefile Mon Oct 17 18:08:02 2022 +0000
+++ b/x11/libXmu/Makefile Mon Oct 17 21:41:37 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2022/04/10 08:53:16 nia Exp $
+# $NetBSD: Makefile,v 1.16 2022/10/17 21:41:37 wiz Exp $
-DISTNAME= libXmu-1.1.3
+DISTNAME= libXmu-1.1.4
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
-EXTRACT_SUFX= .tar.bz2
+EXTRACT_SUFX= .tar.xz
MAINTAINER= joerg%NetBSD.org@localhost
HOMEPAGE= https://xorg.freedesktop.org/
diff -r 9c1c480a9102 -r 7dc1af7beaae x11/libXmu/distinfo
--- a/x11/libXmu/distinfo Mon Oct 17 18:08:02 2022 +0000
+++ b/x11/libXmu/distinfo Mon Oct 17 21:41:37 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:34:06 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/10/17 21:41:37 wiz Exp $
-BLAKE2s (libXmu-1.1.3.tar.bz2) = f753e0574fd159a1ca6ee5f2b348928ea863571832c8855be7c77457328d8f43
-SHA512 (libXmu-1.1.3.tar.bz2) = 8c6cc65b22aa031ad870dd92736681a068a0878a425a53dbed909943da1136c4a24034d467cfd3785c3a8d78f66850b69f1ebe1eb24aaf9bc176b1d171a5c762
-Size (libXmu-1.1.3.tar.bz2) = 394330 bytes
+BLAKE2s (libXmu-1.1.4.tar.xz) = 118f6080e9fd8a092718421e7c656471c1e3b54d2d5bffc155d435c33e7835ad
+SHA512 (libXmu-1.1.4.tar.xz) = 3cf90cb3ff380aafefbb39297bdd95b9e1e6d6618cecb53ff09faf38f9b9c54599d28367f07a9ec77a20214c6c3e661b8d0a12b38082556790a79a59942039c1
+Size (libXmu-1.1.4.tar.xz) = 349264 bytes
Home |
Main Index |
Thread Index |
Old Index