Fix for CVE-2020-1215. See https://gitlab.freedesktop.org/libinput/libinput/-/releases#1.20.1
Signed-off-by: Linnea Gunnarsson <linnea.gunnars...@t2data.com> --- rules/libinput.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libinput.make b/rules/libinput.make index f0b0781bb..8d30858c3 100644 --- a/rules/libinput.make +++ b/rules/libinput.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBINPUT) += libinput # # Paths and names # -LIBINPUT_VERSION := 1.20.0 -LIBINPUT_MD5 := 7ab70f7df14759b4b82490d073a8cb0e +LIBINPUT_VERSION := 1.20.1 +LIBINPUT_MD5 := e4b559f8b799a4c5bda9aa98841753a9 LIBINPUT := libinput-$(LIBINPUT_VERSION) LIBINPUT_SUFFIX := tar.gz LIBINPUT_URL := https://gitlab.freedesktop.org/libinput/libinput/-/archive/$(LIBINPUT_VERSION)/$(LIBINPUT).$(LIBINPUT_SUFFIX) -- 2.32.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-requ...@pengutronix.de