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 <[email protected]>
---
 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


Reply via email to