public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] libusb: Update to version 1.0.28
@ 2025-03-23 17:26 Adolf Belka
  0 siblings, 0 replies; only message in thread
From: Adolf Belka @ 2025-03-23 17:26 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- 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(-)

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)
 
-- 
2.49.0



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-03-23 17:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-23 17:26 [PATCH] libusb: Update to version 1.0.28 Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox