mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/x11r7/xapp_xkbcomp: security bump version to 1.5.0
https://lists.x.org/archives/xorg-announce/2025-December/003645.html https://lists.x.org/archives/xorg-announce/2024-February/003450.html Fixes CVE-2018-15863, CVE-2018-15861, CVE-2018-15859 & CVE-2018-15853: https://lists.x.org/archives/xorg-announce/2025-December/003644.html Switched _SITE to URL mentioned in latest release notes. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
58e859c9ff
commit
47fea0b708
@@ -1,5 +1,5 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2022-December/003283.html
|
||||
sha256 fa50d611ef41e034487af7bd8d8c718df53dd18002f591cca16b0384afc58e98 xkbcomp-1.4.6.tar.xz
|
||||
sha512 90e69dd1c78c28f77a5acc7821b43afec1b9ac4895bc6f3462b4902baaadc26f3869da69e3bd023b4bc74adb5f1be0c43ca24b3dab37ac9a479c5622684baa81 xkbcomp-1.4.6.tar.xz
|
||||
# From https://lists.x.org/archives/xorg-announce/2025-December/003645.html
|
||||
sha256 2ac31f26600776db6d9cd79b3fcd272263faebac7eb85fb2f33c7141b8486060 xkbcomp-1.5.0.tar.xz
|
||||
sha512 d8ef4906261251e2600b3650660fbe88ed99a44694f1e59b433e0811f1ab5234c4f2f0b3647fa5372fb0f46b56eac60c0219a762bf1af0ab06226b63e4a6b081 xkbcomp-1.5.0.tar.xz
|
||||
# Locally computed
|
||||
sha256 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e COPYING
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XKBCOMP_VERSION = 1.4.6
|
||||
XAPP_XKBCOMP_VERSION = 1.5.0
|
||||
XAPP_XKBCOMP_SOURCE = xkbcomp-$(XAPP_XKBCOMP_VERSION).tar.xz
|
||||
XAPP_XKBCOMP_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XKBCOMP_SITE = https://xorg.freedesktop.org/archive/individual/app
|
||||
XAPP_XKBCOMP_LICENSE = MIT
|
||||
XAPP_XKBCOMP_LICENSE_FILES = COPYING
|
||||
XAPP_XKBCOMP_DEPENDENCIES = xlib_libX11 xlib_libxkbfile
|
||||
|
||||
Reference in New Issue
Block a user