libusb: Update to version 1.0.28

Message ID 20250323172604.3289416-1-adolf.belka@ipfire.org
State Staged
Commit 08d3b9809d45aaea1714004062d9acb09a080c1b
Headers
Series libusb: Update to version 1.0.28 |

Commit Message

Adolf Belka March 23, 2025, 5:26 p.m. UTC
  - Update from version 1.0.27 to 1.0.28
- Update of rootfile
- Changelog
    1.0.28
	* New libusb_get_ssplus_usb_device_capability_descriptor API
	  for query of SuperSpeed+ Capability Descriptors
	* API support for reporting USB 3.2 Gen2x2 speeds
	* macOS: Fix Zero-Length Packet for multiple packets per frame
	* Windows: Base HID device descriptor on OS-cached values
	* Build fixes for Haiku and SunOS
	* Many code correctness fixes

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/libusb | 2 +-
 lfs/libusb                     | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
  

Patch

diff --git a/config/rootfiles/common/libusb b/config/rootfiles/common/libusb
index e4f06f7bd..d6c159f95 100644
--- a/config/rootfiles/common/libusb
+++ b/config/rootfiles/common/libusb
@@ -5,5 +5,5 @@  etc/udev/rules.d/23-usb.rules
 #usr/lib/libusb-1.0.la
 #usr/lib/libusb-1.0.so
 usr/lib/libusb-1.0.so.0
-usr/lib/libusb-1.0.so.0.4.0
+usr/lib/libusb-1.0.so.0.5.0
 #usr/lib/pkgconfig/libusb-1.0.pc
diff --git a/lfs/libusb b/lfs/libusb
index 4494c81d1..2c782cfe2 100644
--- a/lfs/libusb
+++ b/lfs/libusb
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 1.0.27
+VER        = 1.0.28
 
 THISAPP    = libusb-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = bec2eb053159ffa719c794d234f8e99b895a4fae336b862a3197b88deb3d307a53ebb98d2aa993a2f390f14264f796b96ac47274c19f56db30440484ee336c8a
+$(DL_FILE)_BLAKE2 = 9bf506455fc1b981de155600936ab229f089ea28e58491076eab632455c4e814bf0336cd9326056a255508aa3956643c503af3ff2feda80bac036cf5cad86e80
 
 install : $(TARGET)