From patchwork Mon Oct 27 11:05:14 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9242 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cw9dr3SBMz3x7L for ; Mon, 27 Oct 2025 11:05:20 +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) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cw9dr2mNTz44D for ; Mon, 27 Oct 2025 11:05:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cw9dr23gYz331c for ; Mon, 27 Oct 2025 11:05:20 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cw9dn559Zz331x for ; Mon, 27 Oct 2025 11:05:17 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4cw9dn1HGvz3C4; Mon, 27 Oct 2025 11:05:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1761563117; 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: in-reply-to:in-reply-to:references:references; bh=byD8z9zWt9l6RhY3hPjd3sJ5jR0b6cih3hveed2OuoA=; b=05VTS6qjD7amQmLWd8AmmZrIu6MyPO0YMV8QwVkSknKEY9nP3sPoSeSjEPn8DGl2NOZDrC Z9+c14mjVN8d83Dw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1761563117; 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: in-reply-to:in-reply-to:references:references; bh=byD8z9zWt9l6RhY3hPjd3sJ5jR0b6cih3hveed2OuoA=; b=GU3+snfy6FkiEFfJ07CqRMxyW23ZDakyCY+G6u2AbcyGBYvCVyZz392ZI1zLDIgqBzElcB dPj38LxLXmqMFvlYmUziTLoZSsPVWVxPgZkYLcsXwTAZI6mxkOjqVhEopQJdc/LPlQgaWN rRxzK5Qo4Kq5oNds8iHoBYwrWyRRiPUFjHG7Y3uhYdL2N6RQUyPi5uDq2jYKiC0sYYZ9qS PTFQ2Ma53bZ1poh2R2jzKY0BZ5PWIUTMOLfSI79j5EaLRnlH1+GH4kzeDxuQJNRy7n0wQR WVpK/d/bWfLuez9VUIS+YPlPz2j5BCNgnAuVhyL1cVzPypPSpGx28GGBBq1lHA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] usbutils: Update to version 019 Date: Mon, 27 Oct 2025 12:05:14 +0100 Message-ID: <20251027110514.57701-2-adolf.belka@ipfire.org> In-Reply-To: <20251027110514.57701-1-adolf.belka@ipfire.org> References: <20251027110514.57701-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 018 to 019 - No change to rootfile - Changelog 019 usbreset.1: fix typo in the busnum/devicenum example lsusb.py: add usb.ids path for Debian usbreset: fix swapped vendor and product ID in help/manpage usbreset.1: fix groff warnings and small fixes ci: stop manually creating build/ ci/codeql: use filter-sarif to filter meson-private Remove commented out code in usbreset.c and list.h and container_of.h lsusb: turn a FIXME comment for dump_comm_descriptor() into something real lsusb: remove FIXME about wireless usb device lsusb: change FIXME for bmEthernetStatistics into a TODO lsusb.c: change TODO into a fixme in do_dualspeed() usbreset: move the serial number forward in the output usb-devices: fix up bash warning for $altset usb-devices: fix up some minor shellcheck warning messages usb-spec: remove vendor specific entry usbreset: apply clang-format usbreset: support resetting device by serial number ci: Fix debian/ubuntu installation lsusb: Show wBytesPerInterval field of the SS EP companion descriptor usb-devices: Make devcount 'local' to handle recursion usb-devices: Make devnum 'local' to handle recursion lsusb-t: add verblevel 3 to print_usbdevice() lsusb: improve usb2 device capability descriptor Fix display of HID descriptors ci: bump the all-actions group with 4 updates ci: bump github/codeql-action in the all-actions group ci: bump github/codeql-action in the all-actions group ci: bump the all-actions group with 2 updates ci: bump github/codeql-action in the all-actions group ci: bump the all-actions group with 2 updates ci: bump the all-actions group with 2 updates ci: bump github/codeql-action in the all-actions group ci: bump the all-actions group across 1 directory with 3 updates Signed-off-by: Adolf Belka --- lfs/usbutils | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lfs/usbutils b/lfs/usbutils index 25653e847..277154b3e 100644 --- a/lfs/usbutils +++ b/lfs/usbutils @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 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,9 +24,8 @@ include Config -VER = 018 - -# https://www.kernel.org/pub/linux/utils/usb/usbutils/ +VER = 019 +# https://www.kernel.org/pub/linux/utils/usb/usbutils/ THISAPP = usbutils-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -42,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 030f45afd5867ee38c8284a0741d1de63653a98746bfef42281390c5bdefbbb99c318d708e88ea2e28810d519d735da3103fe438befa889fc9b5ae9e21200992 +$(DL_FILE)_BLAKE2 = 8267a36ec9670e83a0df5d5d34aee70d37e773ca25a20978cd6c99df29426e926af4308f97bb38463f50abdea2a764e98752bc4a5ca703bfcfdf9fcc361a7638 install : $(TARGET)