[Buildroot] [git commit] package/x11r7/xlib_libXcursor: bump version to 1.2.1
Yann E. MORIN
yann.morin.1998 at free.fr
Thu May 12 19:49:25 UTC 2022
commit: https://git.buildroot.net/buildroot/commit/?id=3769bae1fa2c6849708100d5d84670d44f585cc7
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Release notes:
https://lists.x.org/archives/xorg-announce/2022-April/003136.html
Removed md5 and sha1 hashes, not provided by upstream anymore.
Switched tarball to upstream-provided .xz format.
Updated license hash due to upstream commit "Convert COPYING from
ISO-8859-1 to UTF-8":
https://gitlab.freedesktop.org/xorg/lib/libxcursor/-/commit/66accad188420c40f0d62b409bfd2af605bb6f05
Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
package/x11r7/xlib_libXcursor/xlib_libXcursor.hash | 10 ++++------
package/x11r7/xlib_libXcursor/xlib_libXcursor.mk | 4 ++--
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/package/x11r7/xlib_libXcursor/xlib_libXcursor.hash b/package/x11r7/xlib_libXcursor/xlib_libXcursor.hash
index 3a12253d40..11575edbf5 100644
--- a/package/x11r7/xlib_libXcursor/xlib_libXcursor.hash
+++ b/package/x11r7/xlib_libXcursor/xlib_libXcursor.hash
@@ -1,7 +1,5 @@
-# From https://lists.x.org/archives/xorg-announce/2019-March/002972.html
-md5 9b9be0e289130fb820aedf67705fc549 libXcursor-1.2.0.tar.bz2
-sha1 cca0b34955d3c2f657f05a2a2c40f75353ddd912 libXcursor-1.2.0.tar.bz2
-sha256 3ad3e9f8251094af6fe8cb4afcf63e28df504d46bfa5a5529db74a505d628782 libXcursor-1.2.0.tar.bz2
-sha512 2b12d0fd17e311ce269dbba58588698885815eb07aa44d48525ed5cd9e5f379bb90138a792a191e2f74888ab10b3ca9a4f507f21de0984ed79748973ab927a03 libXcursor-1.2.0.tar.bz2
+# From https://lists.x.org/archives/xorg-announce/2022-April/003136.html
+sha256 46c143731610bafd2070159a844571b287ac26192537d047a39df06155492104 libXcursor-1.2.1.tar.xz
+sha512 ebb42a39855aab86d0c11fe6ad33d011cf56a6dc5c309bef643460319c03df239b7e09fe88777bb25c0e9ff8aceac6bf66e51cc04a2d5ee463b3bc3bbf1674e3 libXcursor-1.2.1.tar.xz
# Locally computed
-sha256 1f1588aff23eec0cb6bb9cfe02f8a75abbe43faf3d9b1eff54b7fbc42774b3ad COPYING
+sha256 ad2e9d279088c5d612fb0e506ea8bb7d9f01b411e7f4b97b64589c3cd48a68f1 COPYING
diff --git a/package/x11r7/xlib_libXcursor/xlib_libXcursor.mk b/package/x11r7/xlib_libXcursor/xlib_libXcursor.mk
index 79d9904010..4a1ffcce9e 100644
--- a/package/x11r7/xlib_libXcursor/xlib_libXcursor.mk
+++ b/package/x11r7/xlib_libXcursor/xlib_libXcursor.mk
@@ -4,8 +4,8 @@
#
################################################################################
-XLIB_LIBXCURSOR_VERSION = 1.2.0
-XLIB_LIBXCURSOR_SOURCE = libXcursor-$(XLIB_LIBXCURSOR_VERSION).tar.bz2
+XLIB_LIBXCURSOR_VERSION = 1.2.1
+XLIB_LIBXCURSOR_SOURCE = libXcursor-$(XLIB_LIBXCURSOR_VERSION).tar.xz
XLIB_LIBXCURSOR_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXCURSOR_LICENSE = MIT
XLIB_LIBXCURSOR_LICENSE_FILES = COPYING
More information about the buildroot
mailing list