From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 23 Oct 2025 15:16:53 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vBvBV-00AyC7-24 for lore@lore.pengutronix.de; Thu, 23 Oct 2025 15:16:53 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vBvBV-00048s-GY; Thu, 23 Oct 2025 15:16:53 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1vBv8g-0008Se-To; Thu, 23 Oct 2025 15:13:58 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vBv8g-005428-1o; Thu, 23 Oct 2025 15:13:58 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1vBv8g-000000055bd-298p; Thu, 23 Oct 2025 15:13:58 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 23 Oct 2025 15:13:58 +0200 Message-ID: <20251023131358.1213182-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251022110051.169045-1-s.pueschel@pengutronix.de> References: <20251022110051.169045-1-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] xorg-lib-xau: version bump 1.0.9 -> 1.0.12 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: =?UTF-8?q?Sven=20P=C3=BCschel?= Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as f687e11680e07181192c753555b77584aea94716. Michael [sent from post-receive hook] On Thu, 23 Oct 2025 15:13:58 +0200, Sven Püschel wrote: > 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 > Message-Id: <20251022110051.169045-1-s.pueschel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/host-xorg-lib-Xau.make b/rules/host-xorg-lib-Xau.make > index ae64054dba8c..cd1eabfb841c 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 38f28873a22c..3cd540841b9a 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