usbutils: Update to version 015

Message ID 20221119214913.3386901-1-adolf.belka@ipfire.org
State Accepted
Commit a2e50df0fa337b860b4c1075d8f2ac03ddeb2ad2
Headers
Series usbutils: Update to version 015 |

Commit Message

Adolf Belka Nov. 19, 2022, 9:49 p.m. UTC
  - Update from version 014 to 015
- Update of rootfile not required
- Changelog
    usbutils 015
	      usb-devices: list the root devices in numerical order
	      usb-devices: use 'local' variable type to handle recursion
	      lsusb: remove unused wireless check
	      lsusb: remove wireless descriptor information
	      usb-devices: fix field width on device speed field
	      lsusb: fix up Midi Device specification devices
	      Fix an runtime error reported by undefind sanitizer
	      lsusb: Improve status display for SuperSpeedPlus hubs
	      lsusb-t: Fix recursive sorting on child devices.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/usbutils | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Peter Müller Nov. 21, 2022, 8:27 a.m. UTC | #1
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

> - Update from version 014 to 015
> - Update of rootfile not required
> - Changelog
>     usbutils 015
> 	      usb-devices: list the root devices in numerical order
> 	      usb-devices: use 'local' variable type to handle recursion
> 	      lsusb: remove unused wireless check
> 	      lsusb: remove wireless descriptor information
> 	      usb-devices: fix field width on device speed field
> 	      lsusb: fix up Midi Device specification devices
> 	      Fix an runtime error reported by undefind sanitizer
> 	      lsusb: Improve status display for SuperSpeedPlus hubs
> 	      lsusb-t: Fix recursive sorting on child devices.
> 
> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
> ---
>  lfs/usbutils | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/usbutils b/lfs/usbutils
> index e2d2e92a6..922bb0e14 100644
> --- a/lfs/usbutils
> +++ b/lfs/usbutils
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 014
> +VER        = 015
>  
>  THISAPP    = usbutils-$(VER)
>  DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_BLAKE2 = 8defadf7aa05dedb5af52a08ee8b5c152529c35e32514360326c9bc45860c8a1d10b5688cc40ddc2218824b7a776ed8590182cee2c54504d4fbd94512ce80259
> +$(DL_FILE)_BLAKE2 = 6056947e3df829e988b9429827c69234a90b7ad1be666d54566211bc6c8e09e74372543059827a39cab2badd1df71deff1147503bef3850a38bffefe3b2ae0e2
>  
>  install : $(TARGET)
>
  
Michael Tremer Nov. 21, 2022, 9:17 a.m. UTC | #2
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 21 Nov 2022, at 08:27, Peter Müller <peter.mueller@ipfire.org> wrote:
> 
> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
> 
>> - Update from version 014 to 015
>> - Update of rootfile not required
>> - Changelog
>>    usbutils 015
>>      usb-devices: list the root devices in numerical order
>>      usb-devices: use 'local' variable type to handle recursion
>>      lsusb: remove unused wireless check
>>      lsusb: remove wireless descriptor information
>>      usb-devices: fix field width on device speed field
>>      lsusb: fix up Midi Device specification devices
>>      Fix an runtime error reported by undefind sanitizer
>>      lsusb: Improve status display for SuperSpeedPlus hubs
>>      lsusb-t: Fix recursive sorting on child devices.
>> 
>> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
>> ---
>> lfs/usbutils | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>> 
>> diff --git a/lfs/usbutils b/lfs/usbutils
>> index e2d2e92a6..922bb0e14 100644
>> --- a/lfs/usbutils
>> +++ b/lfs/usbutils
>> @@ -24,7 +24,7 @@
>> 
>> include Config
>> 
>> -VER        = 014
>> +VER        = 015
>> 
>> THISAPP    = usbutils-$(VER)
>> DL_FILE    = $(THISAPP).tar.gz
>> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>> 
>> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>> 
>> -$(DL_FILE)_BLAKE2 = 8defadf7aa05dedb5af52a08ee8b5c152529c35e32514360326c9bc45860c8a1d10b5688cc40ddc2218824b7a776ed8590182cee2c54504d4fbd94512ce80259
>> +$(DL_FILE)_BLAKE2 = 6056947e3df829e988b9429827c69234a90b7ad1be666d54566211bc6c8e09e74372543059827a39cab2badd1df71deff1147503bef3850a38bffefe3b2ae0e2
>> 
>> install : $(TARGET)
>>
  

Patch

diff --git a/lfs/usbutils b/lfs/usbutils
index e2d2e92a6..922bb0e14 100644
--- a/lfs/usbutils
+++ b/lfs/usbutils
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 014
+VER        = 015
 
 THISAPP    = usbutils-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 8defadf7aa05dedb5af52a08ee8b5c152529c35e32514360326c9bc45860c8a1d10b5688cc40ddc2218824b7a776ed8590182cee2c54504d4fbd94512ce80259
+$(DL_FILE)_BLAKE2 = 6056947e3df829e988b9429827c69234a90b7ad1be666d54566211bc6c8e09e74372543059827a39cab2badd1df71deff1147503bef3850a38bffefe3b2ae0e2
 
 install : $(TARGET)