Nothing overly exciting.
Some new API calls, will probably replace older ones at some point.
https://github.com/libusb/libusb/blob/v1.0.27/ChangeLog

* License hash changed. File had copyright year changes.

Signed-off-by: Christian Melki <christian.me...@t2data.com>
---
 rules/libusb.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/libusb.make b/rules/libusb.make
index 1a8c1ea43..b33657c66 100644
--- a/rules/libusb.make
+++ b/rules/libusb.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBUSB) += libusb
 #
 # Paths and names
 #
-LIBUSB_VERSION := 1.0.26
-LIBUSB_MD5     := 9c75660dfe1d659387c37b28c91e3160
+LIBUSB_VERSION := 1.0.27
+LIBUSB_MD5     := 1fb61afe370e94f902a67e03eb39c51f
 LIBUSB         := libusb-$(LIBUSB_VERSION)
 LIBUSB_SUFFIX  := tar.bz2
 LIBUSB_URL     := $(call ptx/mirror, SF, libusb/$(LIBUSB).$(LIBUSB_SUFFIX))
@@ -23,7 +23,7 @@ LIBUSB_SOURCE := $(SRCDIR)/$(LIBUSB).$(LIBUSB_SUFFIX)
 LIBUSB_DIR     := $(BUILDDIR)/$(LIBUSB)
 LIBUSB_LICENSE := LGPL-2.1-or-later
 LIBUSB_LICENSE_FILES := \
-       
file://libusb/core.c;startline=2;endline=21;md5=55b8fea5bf37bd5167aa42596e982e0a
 \
+       
file://libusb/core.c;startline=2;endline=21;md5=e2bc3b2209f8457532820f1fc033ebec
 \
        file://COPYING;md5=fbc093901857fcd118f065f900982c24
 
 # ----------------------------------------------------------------------------
-- 
2.34.1


Reply via email to