package/libgpiod: bump version to v1.4.1
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 7 Aug 2019 11:42:41 +0000 (13:42 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 7 Aug 2019 13:20:44 +0000 (15:20 +0200)
This is a bug-fix release addressing the following issues:

- fix GCC8 warnings when building python bindings
- fix a bug in gpioinfo where lines used by the kernel without any
  consumer string were reported as unused
- fix a bug in line::event_get_fd() in C++ bindings where the exception
  wouldn't be thrown in error cases due to a missing 'throw' keyword

It also fixed a couple problems with the test-suite but it doesn't
affect the buildroot package.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libgpiod/libgpiod.hash
package/libgpiod/libgpiod.mk

index 2faa8bbbbb3c745937aaa67053ede69cdf6d84bb..f0009a7510ef891e07958f6d2a3974c64f4cdab6 100644 (file)
@@ -1,4 +1,4 @@
 # From https://www.kernel.org/pub/software/libs/libgpiod/sha256sums.asc
-sha256 ebde83aaf14be3abd33e7a90faa487a2ee231e242897afe7fdefb765386b3c8b  libgpiod-1.4.tar.xz
+sha256 21ae8fd1f8dafc2eb2ba50e652390cf533d21351419a7426255895cb52e21b1c  libgpiod-1.4.1.tar.xz
 # Hash for license file
 sha256 ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed  COPYING
index 07fa050007826b28315004a757f3cdbc81a7d080..2474ab90a21bcbef69727b871a9b31434a349cfe 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBGPIOD_VERSION = 1.4
+LIBGPIOD_VERSION = 1.4.1
 LIBGPIOD_SOURCE = libgpiod-$(LIBGPIOD_VERSION).tar.xz
 LIBGPIOD_SITE = https://www.kernel.org/pub/software/libs/libgpiod
 LIBGPIOD_LICENSE = LGPL-2.1+