From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 22 Oct 2025 16:11:57 +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 1vBZZF-00Ad3M-1Y for lore@lore.pengutronix.de; Wed, 22 Oct 2025 16:11:57 +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 1vBZZF-00020Z-7x; Wed, 22 Oct 2025 16:11:57 +0200 Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vBZZ0-00020K-Dw; Wed, 22 Oct 2025 16:11:42 +0200 From: =?UTF-8?q?Sven=20P=C3=BCschel?= To: ptxdist@pengutronix.de Date: Wed, 22 Oct 2025 16:11:25 +0200 Message-ID: <20251022141141.3812847-1-s.pueschel@pengutronix.de> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] xorg-lib-Xext: version bump 1.3.4 -> 1.3.6 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 The tarballs now use xz instead of bz2. Checked the license list in the COPYING file with the SPDX Online Tool [1]. Some licenses about the documentation couldn't be matched to a SPDX License identifier and were skipped, as they sounded similar to the other licenses. [1] https://tools.spdx.org/app/check_license/ Signed-off-by: Sven Püschel --- rules/xorg-lib-Xext.make | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/rules/xorg-lib-Xext.make b/rules/xorg-lib-Xext.make index f2068975a..e27dda29a 100644 --- a/rules/xorg-lib-Xext.make +++ b/rules/xorg-lib-Xext.make @@ -14,14 +14,16 @@ PACKAGES-$(PTXCONF_XORG_LIB_XEXT) += xorg-lib-xext # # Paths and names # -XORG_LIB_XEXT_VERSION := 1.3.4 -XORG_LIB_XEXT_MD5 := f5b48bb76ba327cd2a8dc7a383532a95 +XORG_LIB_XEXT_VERSION := 1.3.6 +XORG_LIB_XEXT_MD5 := e59476db179e48c1fb4487c12d0105d1 XORG_LIB_XEXT := libXext-$(XORG_LIB_XEXT_VERSION) -XORG_LIB_XEXT_SUFFIX := tar.bz2 +XORG_LIB_XEXT_SUFFIX := tar.xz XORG_LIB_XEXT_URL := $(call ptx/mirror, XORG, individual/lib/$(XORG_LIB_XEXT).$(XORG_LIB_XEXT_SUFFIX)) XORG_LIB_XEXT_SOURCE := $(SRCDIR)/$(XORG_LIB_XEXT).$(XORG_LIB_XEXT_SUFFIX) XORG_LIB_XEXT_DIR := $(BUILDDIR)/$(XORG_LIB_XEXT) -XORG_LIB_XEXT_LICENSE := MIT +XORG_LIB_XEXT_LICENSE := MIT-open-group AND X11 AND HPND-sell-variant AND SMLNJ AND NTP AND MIT AND ISC +XORG_LIB_XEXT_LICENSE_FILES := \ + file://COPYING;md5=4234bb3b2f1521ea101e4e9db7c33c69 # ---------------------------------------------------------------------------- # Prepare -- 2.47.3