Reviewed-by: Adolf Belka On 09/07/2022 16:03, Peter Müller wrote: > Full changelog as retrieved from NEWS file: > > usbutils 014 > ============ > > Adrian Kalazi (1): > Add Tx+Rx lanes to tree mode > > Aurelien Jarno (1): > lsusb(8): mention the udev's hardware database > > Benson Leung (1): > lsusb: Fix typo in string output for iAdditionalInfoURL > > Bui Quang Minh (1): > lsusb-t: Add lower bound checks in read_sysfs_file_string > > Grant Grundler (2): > lsusb: remove unused RETRIES constant > lsusb: don't complain on EAGAIN > > Greg Kroah-Hartman (10): > sysfs: add copyright notice taken from name.* > LICENSES: add symlink to handle "or-later" issue for GPL-2.0 > LICENSES: put spdx headers on the license files > rename "GPL-2.0+" to "GPL-2.0-or-later" > LICENSE: rename GPL-3.0.txt -> GPL-3.0-only.txt > usbhid-dump.8.in: add copyright information > .gitignore: add copyright and SPDX info > usbhid-dump: add copyright and SPDX info > SPDX header cleanups from GPL-2.0 -> GPL-2.0-only > usbutils.spdx: update with output of latest reuse tool > > Jonathan Neuschäfer (2): > lsusb: Fix spelling of bEndpointAddress in UVC > lsusb: Decode endpoint addresses in UVC > > Lukas Zaoral (3): > lsusb.c: fix leak in dump_printer_device > usb-devices: do not use `local` in a POSIX shell script > desc-defs.c: fix possible out-of-bound read > > Matthias Braun (1): > Fix typos in lsusb.8.in > > Ruslan Kabatsayev (5): > Fix locating endpoint when it's a directory rather than a symlink > Fix formatting of interface descriptors to match /sys/kernel/debug/usb/devices > Fix formatting of endpoint direction to match /sys/kernel/debug/usb/devices > Fix formatting of endpoint type to match /sys/kernel/debug/usb/devices > Fix formatting of max endpoint packet size to match /sys/kernel/debug/usb/devices > > Thomas Hebb (1): > lsusb: Fix buffer size copy/paste error > > Tormod Volden (1): > Makefile.am: Remove unused DATADIR > > Signed-off-by: Peter Müller > --- > lfs/usbutils | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/lfs/usbutils b/lfs/usbutils > index 0ad637d30..e2d2e92a6 100644 > --- a/lfs/usbutils > +++ b/lfs/usbutils > @@ -1,7 +1,7 @@ > ############################################################################### > # # > # IPFire.org - A linux based firewall # > -# Copyright (C) 2007-2021 IPFire Team # > +# Copyright (C) 2007-2022 IPFire Team # > # # > # 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,10 +24,10 @@ > > include Config > > -VER = 013 > +VER = 014 > > THISAPP = usbutils-$(VER) > -DL_FILE = $(THISAPP).tar.xz > +DL_FILE = $(THISAPP).tar.gz > DL_FROM = $(URL_IPFIRE) > DIR_APP = $(DIR_SRC)/$(THISAPP) > TARGET = $(DIR_INFO)/$(THISAPP) > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_BLAKE2 = d6e7925e180ba90f27ca12f13ed985f34e51b230ec08188c91bf39bb8e64baa319aa63d473318e1a4cb21b53808e8610f837ea0bb85657072f1c70107d037873 > +$(DL_FILE)_BLAKE2 = 8defadf7aa05dedb5af52a08ee8b5c152529c35e32514360326c9bc45860c8a1d10b5688cc40ddc2218824b7a776ed8590182cee2c54504d4fbd94512ce80259 > > install : $(TARGET) >