mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] xorg-lib-xau: version bump 1.0.9 -> 1.0.12
@ 2025-10-22 11:00 Sven Püschel
  0 siblings, 0 replies; only message in thread
From: Sven Püschel @ 2025-10-22 11:00 UTC (permalink / raw)
  To: ptxdist; +Cc: Sven Püschel

The tarballs now use xz compression instead of bz2.

Checked the COPYING file with the SPDX Online Tool [1] and adjusted the
license accordingly.

[1] https://tools.spdx.org/app/check_license/

Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
---
 rules/host-xorg-lib-Xau.make |  7 ++++++-
 rules/xorg-lib-Xau.make      | 14 +++++++++-----
 2 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/rules/host-xorg-lib-Xau.make b/rules/host-xorg-lib-Xau.make
index ae64054db..cd1eabfb8 100644
--- a/rules/host-xorg-lib-Xau.make
+++ b/rules/host-xorg-lib-Xau.make
@@ -19,6 +19,11 @@ HOST_PACKAGES-$(PTXCONF_HOST_XORG_LIB_XAU) += host-xorg-lib-xau
 #
 # autoconf
 #
-HOST_XORG_LIB_XAU_CONF_TOOL := autoconf
+HOST_XORG_LIB_XAU_CONF_TOOL	:= autoconf
+HOST_XORG_LIB_XAU_CONF_OPT	:= \
+	$(HOST_AUTOCONF) \
+	$(GLOBAL_LARGE_FILE_OPTION) \
+	--disable-xthreads \
+	--$(call ptx/endis, PTXDIST_Y2038)-year2038
 
 # vim: syntax=make
diff --git a/rules/xorg-lib-Xau.make b/rules/xorg-lib-Xau.make
index 38f28873a..3cd540841 100644
--- a/rules/xorg-lib-Xau.make
+++ b/rules/xorg-lib-Xau.make
@@ -14,14 +14,16 @@ PACKAGES-$(PTXCONF_XORG_LIB_XAU) += xorg-lib-xau
 #
 # Paths and names
 #
-XORG_LIB_XAU_VERSION	:= 1.0.9
-XORG_LIB_XAU_MD5	:= c5f16288f2da9f071b29111d68797480
+XORG_LIB_XAU_VERSION	:= 1.0.12
+XORG_LIB_XAU_MD5	:= 4c9f81acf00b62e5de56a912691bd737
 XORG_LIB_XAU		:= libXau-$(XORG_LIB_XAU_VERSION)
-XORG_LIB_XAU_SUFFIX	:= tar.bz2
+XORG_LIB_XAU_SUFFIX	:= tar.xz
 XORG_LIB_XAU_URL	:= $(call ptx/mirror, XORG, individual/lib/$(XORG_LIB_XAU).$(XORG_LIB_XAU_SUFFIX))
 XORG_LIB_XAU_SOURCE	:= $(SRCDIR)/$(XORG_LIB_XAU).$(XORG_LIB_XAU_SUFFIX)
 XORG_LIB_XAU_DIR	:= $(BUILDDIR)/$(XORG_LIB_XAU)
-XORG_LIB_XAU_LICENSE	:= MIT
+XORG_LIB_XAU_LICENSE	:= MIT-open-group
+XORG_LIB_XAU_LICENSE_FILES := \
+	file://COPYING;md5=7908e342491198401321cec1956807ec
 
 # ----------------------------------------------------------------------------
 # Prepare
@@ -33,7 +35,9 @@ XORG_LIB_XAU_LICENSE	:= MIT
 XORG_LIB_XAU_CONF_TOOL	:= autoconf
 XORG_LIB_XAU_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
-	--$(call ptx/endis, PTXCONF_XORG_LIB_XAU_THREAD)-xthreads
+	$(GLOBAL_LARGE_FILE_OPTION) \
+	--$(call ptx/endis, PTXCONF_XORG_LIB_XAU_THREAD)-xthreads \
+	--$(call ptx/endis, PTXDIST_Y2038)-year2038
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.47.3




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-10-22 11:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-22 11:00 [ptxdist] [PATCH] xorg-lib-xau: version bump 1.0.9 -> 1.0.12 Sven Püschel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox