diff mbox series

[meta-oe,1/2] libgpiod: update v2.1.2 -> v2.1.3

Message ID 20240801123919.124678-1-brgl@bgdev.pl
State Accepted
Headers show
Series [meta-oe,1/2] libgpiod: update v2.1.2 -> v2.1.3 | expand

Commit Message

Bartosz Golaszewski Aug. 1, 2024, 12:39 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Bug fixes:
- fix C++ tests with recent kernels which introduced stricter reconfigure
  behavior
- fix a use-after-free bug in python bindings
- fix passing the event clock property to line requests in python bindings
- fix a memory leak in tools
- make sure the string buffers in line-info and chip-info are big enough to not
  truncate the strings they hold below the size accepted by the kernel

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 .../libgpiod/{libgpiod_2.1.2.bb => libgpiod_2.1.3.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libgpiod/{libgpiod_2.1.2.bb => libgpiod_2.1.3.bb} (94%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_2.1.2.bb b/meta-oe/recipes-support/libgpiod/libgpiod_2.1.3.bb
similarity index 94%
rename from meta-oe/recipes-support/libgpiod/libgpiod_2.1.2.bb
rename to meta-oe/recipes-support/libgpiod/libgpiod_2.1.3.bb
index b4665c156..6130371e4 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod_2.1.2.bb
+++ b/meta-oe/recipes-support/libgpiod/libgpiod_2.1.3.bb
@@ -10,7 +10,7 @@  LIC_FILES_CHKSUM = " \
 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-2.x:"
 
 SRC_URI += "file://0001-bindings-cxx-Migrate-C-tests-to-use-Catch2-v3.patch"
-SRC_URI[sha256sum] = "7a148a5a7d1c97a1abb40474b9a392b6edd7a42fe077dfd7ff42cfba24308548"
+SRC_URI[sha256sum] = "2be4c0b03e995d236c0e476e14aeb475d7b431dd1439609b6d65c540f91eaf58"
 
 # Enable all project features for ptest
 PACKAGECONFIG[tests] = "--enable-tests --enable-tools --enable-bindings-cxx --enable-gpioset-interactive,--disable-tests,kmod util-linux glib-2.0 catch2 libedit"