From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] usbutils: Update to 014 Date: Sat, 09 Jul 2022 16:33:06 +0200 Message-ID: <0d60e1d9-a5ac-8f1e-a51b-960af0eae4ad@ipfire.org> In-Reply-To: <6ac0be2b-f035-6756-ac5d-db2825d5650b@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6308353536537693285==" List-Id: --===============6308353536537693285== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Adolf Belka On 09/07/2022 16:03, Peter M=C3=BCller wrote: > Full changelog as retrieved from NEWS file: > > usbutils 014 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > 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=C3=A4fer (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/u= sb/devices > Fix formatting of endpoint direction to match /sys/kernel/debug/usb/= devices > Fix formatting of endpoint type to match /sys/kernel/debug/usb/devic= es > Fix formatting of max endpoint packet size to match /sys/kernel/debu= g/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=C3=BCller > --- > 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 @@ > =20 > include Config > =20 > -VER =3D 013 > +VER =3D 014 > =20 > THISAPP =3D usbutils-$(VER) > -DL_FILE =3D $(THISAPP).tar.xz > +DL_FILE =3D $(THISAPP).tar.gz > DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D d6e7925e180ba90f27ca12f13ed985f34e51b230ec08188c91bf= 39bb8e64baa319aa63d473318e1a4cb21b53808e8610f837ea0bb85657072f1c70107d037873 > +$(DL_FILE)_BLAKE2 =3D 8defadf7aa05dedb5af52a08ee8b5c152529c35e32514360326c= 9bc45860c8a1d10b5688cc40ddc2218824b7a776ed8590182cee2c54504d4fbd94512ce80259 > =20 > install : $(TARGET) > =20 --===============6308353536537693285==--