From ab74231fc98a3875c7d944e36ca95dc0fb0e773f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 17 Jan 2023 15:16:21 +0800 Subject: [PATCH] hidapi: upgrade 0.13.0 -> 0.13.1 Changelog: hidraw: fix invalid read past the UDEV buffer; Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../hidapi/{hidapi_0.13.0.bb => hidapi_0.13.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/hidapi/{hidapi_0.13.0.bb => hidapi_0.13.1.bb} (90%) diff --git a/meta-oe/recipes-support/hidapi/hidapi_0.13.0.bb b/meta-oe/recipes-support/hidapi/hidapi_0.13.1.bb similarity index 90% rename from meta-oe/recipes-support/hidapi/hidapi_0.13.0.bb rename to meta-oe/recipes-support/hidapi/hidapi_0.13.1.bb index 460eda5276..2e62612e37 100644 --- a/meta-oe/recipes-support/hidapi/hidapi_0.13.0.bb +++ b/meta-oe/recipes-support/hidapi/hidapi_0.13.1.bb @@ -12,5 +12,5 @@ RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16" inherit autotools pkgconfig SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master" -SRCREV = "c3a6150d8801f79a59034045275176e9738b13e4" +SRCREV = "4ebce6b5059b086d05ca7e091ce04a5fd08ac3ac" S = "${WORKDIR}/git"