summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2020-04-08 14:47:12 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-04-09 15:13:03 +0200
commitac9c376aa977400d2a13eae4368d210bb9678d49 (patch)
tree8f4d39fdfe31891c15aca81bfa25c1aaa9b39a9f
parent78da45ab6edf82f218f5ab53d5e49e77f09ea407 (diff)
downloadptxdist-ac9c376aa977400d2a13eae4368d210bb9678d49.tar.gz
ptxdist-ac9c376aa977400d2a13eae4368d210bb9678d49.tar.xz
xorg-lib-x11: version bump 1.6.8 -> 1.6.9
Fixes a linking issue, caused by trying to static link libc in the previous version. Fixed upstream, so just bump to the latest release. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Message-Id: <20200408124712.26465-1-l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--patches/libx11-locale-1.6.9/0001-HACK-disable-stuff-not-needed-for-locale-data.patch (renamed from patches/libx11-locale-1.6.8/0001-HACK-disable-stuff-not-needed-for-locale-data.patch)0
l---------patches/libx11-locale-1.6.9/autogen.sh (renamed from patches/libx11-locale-1.6.8/autogen.sh)0
-rw-r--r--patches/libx11-locale-1.6.9/series (renamed from patches/libx11-locale-1.6.8/series)0
-rw-r--r--rules/xorg-lib-X11.make4
4 files changed, 2 insertions, 2 deletions
diff --git a/patches/libx11-locale-1.6.8/0001-HACK-disable-stuff-not-needed-for-locale-data.patch b/patches/libx11-locale-1.6.9/0001-HACK-disable-stuff-not-needed-for-locale-data.patch
index dac45134e..dac45134e 100644
--- a/patches/libx11-locale-1.6.8/0001-HACK-disable-stuff-not-needed-for-locale-data.patch
+++ b/patches/libx11-locale-1.6.9/0001-HACK-disable-stuff-not-needed-for-locale-data.patch
diff --git a/patches/libx11-locale-1.6.8/autogen.sh b/patches/libx11-locale-1.6.9/autogen.sh
index 9f8a4cb7d..9f8a4cb7d 120000
--- a/patches/libx11-locale-1.6.8/autogen.sh
+++ b/patches/libx11-locale-1.6.9/autogen.sh
diff --git a/patches/libx11-locale-1.6.8/series b/patches/libx11-locale-1.6.9/series
index ef9cc2873..ef9cc2873 100644
--- a/patches/libx11-locale-1.6.8/series
+++ b/patches/libx11-locale-1.6.9/series
diff --git a/rules/xorg-lib-X11.make b/rules/xorg-lib-X11.make
index 7cced137c..dd7fe5e31 100644
--- a/rules/xorg-lib-X11.make
+++ b/rules/xorg-lib-X11.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_XORG_LIB_X11) += xorg-lib-x11
#
# Paths and names
#
-XORG_LIB_X11_VERSION := 1.6.8
-XORG_LIB_X11_MD5 := c5fa5a86a20e3591bed6c046498d4b8f
+XORG_LIB_X11_VERSION := 1.6.9
+XORG_LIB_X11_MD5 := 55adbfb6d4370ecac5e70598c4e7eed2
XORG_LIB_X11 := libX11-$(XORG_LIB_X11_VERSION)
XORG_LIB_X11_SUFFIX := tar.bz2
XORG_LIB_X11_URL := $(call ptx/mirror, XORG, individual/lib/$(XORG_LIB_X11).$(XORG_LIB_X11_SUFFIX))