]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libusb: Update to version 1.0.28
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 23 Mar 2025 17:26:04 +0000 (18:26 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 24 Mar 2025 09:56:53 +0000 (09:56 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/libusb
lfs/libusb

index e4f06f7bdea7a457f51df45064e207eb8c9fe278..d6c159f954d192cfcf83783334ae204b54557859 100644 (file)
@@ -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
index 4494c81d187199d9b2517246f9baee53ea8688d6..2c782cfe2143e82eaab69f480b732f9f764c0d75 100644 (file)
@@ -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)