From patchwork Sat Nov 19 21:49:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6151 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NF6k521Yqz3wgd for ; Sat, 19 Nov 2022 21:49:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NF6k43Qxxz2N4; Sat, 19 Nov 2022 21:49:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NF6k42wc2z2xZK; Sat, 19 Nov 2022 21:49:16 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NF6k40GCTz2xHD for ; Sat, 19 Nov 2022 21:49:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NF6k32RNYz2Hx; Sat, 19 Nov 2022 21:49:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1668894555; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=+aXM9MVrWtKEBg8AEhWhbdhkgz2t3MD7L+jcRsIwSjw=; b=vhK18eg4+qzp2mLHp7O9CeXT1w3olzOL6eQcg6UHhFnX3N4OycXByeOBeTaNgcB3X0kpmw 8iB4lAXKsIKTFWAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1668894555; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=+aXM9MVrWtKEBg8AEhWhbdhkgz2t3MD7L+jcRsIwSjw=; b=TKPYMrKF3jiil9jO0N7eq1MHapjjm3X7Cmc5ajS4xGDfC1a/B2IHUWHg/d2SNqGZWpgBl1 SOKC0/ceMmpbksMxz/2GSPudttGO1y6Mui65ocMK1Uy4N6xP83TDOcKNMBrwf+s18cbEhB Q5bIExf6efuqNmCP2fV3aVS/wjCs/xzePBacF6vWHcRELASN7pobVwym3n1069IkcjO3ZM /Tvskcb+OHpmcIt6eTvwsUndyk8UI4X+Cr6BCSTTcr7QO1OkPB+ksZy5GM08oDRmwAYEgE P9N8AQ/qU0zpdiCbOqnaq0N6HCW89jD6sUX1N+Y9zeW99eS5ddVQY8RD2UOMMg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] usbutils: Update to version 015 Date: Sat, 19 Nov 2022 22:49:13 +0100 Message-Id: <20221119214913.3386901-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 Reviewed-by: Peter Müller Reviewed-by: Michael Tremer --- 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)