From patchwork Mon May 25 12:24:59 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9881 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" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gPFTD482Kz3wh2 for ; Mon, 25 May 2026 12:25:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::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" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gPFTD2Yydz28X for ; Mon, 25 May 2026 12:25:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gPFT92M3Dz30Z2 for ; Mon, 25 May 2026 12:25:17 +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" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gPFT30WbNz2yTD for ; Mon, 25 May 2026 12:25:11 +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 4gPFT16DRtz76v; Mon, 25 May 2026 12:25:09 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779711909; 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=It/QVtSHbCdq8zIHxFetPE99awQBZAkSbBFRMi3l87w=; b=G7h/qwL6v1o17DeP0tdqQ1SVtshB0sIFVK+RKHfFt7phGBx8Ng/Pl/Pobp3NWw2UvQCCia HjEOYpUFTbpQrJDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779711909; 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=It/QVtSHbCdq8zIHxFetPE99awQBZAkSbBFRMi3l87w=; b=hCODRB6QgOU+oFLFWJVWVS2EXjRBud+8rNmxBaaIpoYV9tO1GZ3DBSwpntBrsPt9jAK8GP DDXCQL76A6pTYW6cvul2MkRPdWx3hHu05w1HBlHY0/NPCcjor54/v/4s0o0xoVg4biVYDU acN0NyMiwrxUAi+MmI9mDV+EcBgHXnKh37CCydY+PDd8quY6pVWfu/OPQ8dow1nEDi/YH2 kkyt0gtDTl9fqw4fpZNYVhb0jfAf1UyQ7hVPCFO4GigFsCwHZ9KiiA+et8LfDMSK+dMm1M QzJRaT4aygVxcHWWWJcSlSoLYqUHKB4xV6IkGVap4Gf2UYACxawyLC6CLqQWFw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libusb: Update to version 1.0.30 Date: Mon, 25 May 2026 14:24:59 +0200 Message-ID: <20260525122505.3658371-9-adolf.belka@ipfire.org> In-Reply-To: <20260525122505.3658371-1-adolf.belka@ipfire.org> References: <20260525122505.3658371-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 1.0.29 to 1.0.30 - Update of rootfile - Changelog 1.0.30 * Add hotplug support on Microsoft Windows * Add RAW_IO support in WinUSB backend * Work around a macOS 26 Tahoe compatibility breakage due to Apple changing kUSBHostPortPropertyPortNumber * Add new API libusb_get_device_string() to access device strings without opening the device * Add new API libusb_get_session_data() which returns the OS-specific handle * Fix device removal races on non-hotplug builds * Improve descriptor parsing memory safety * On Darwin, fix concurrency issues * On Android, fix intermittent failures in get_usbfs_fd() * On Windows, fix bus number assignment for root hub device, preventing duplicate bus number assignments * Fix compilation with Microsoft Visual Studio 2026 * Fix various compiler warnings, improved tests and examples Signed-off-by: Adolf Belka --- config/rootfiles/common/libusb | 2 +- lfs/libusb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/libusb b/config/rootfiles/common/libusb index d6c159f95..bc74b19af 100644 --- a/config/rootfiles/common/libusb +++ b/config/rootfiles/common/libusb @@ -5,5 +5,5 @@ etc/udev/rules.d/23-usb.rules #usr/lib/libusb-1.0.la #usr/lib/libusb-1.0.so usr/lib/libusb-1.0.so.0 -usr/lib/libusb-1.0.so.0.5.0 +usr/lib/libusb-1.0.so.0.6.0 #usr/lib/pkgconfig/libusb-1.0.pc diff --git a/lfs/libusb b/lfs/libusb index 4b12242d7..3341ca626 100644 --- a/lfs/libusb +++ b/lfs/libusb @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 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,7 +24,7 @@ include Config -VER = 1.0.29 +VER = 1.0.30 THISAPP = libusb-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 74db11918fa704eae3a320838c84dd06427acd5e3f73263e965decd1a09f0a14ed2d1a3916bf7eada26ab1164a3955a9fa3bdff8e3294264c6f8e1137866652a +$(DL_FILE)_BLAKE2 = 88de82ef1e487719e3084faebe09c129d36483a74e5ead3d867972a7a08fc84e29523a98b2c44fadc251c3b383b59a8cfb4a5620ac4d751fa62b4ec1ab476724 install : $(TARGET)