From patchwork Sun Jun 8 20:35:06 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8818 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bFmyh4CnNz3wbj for ; Sun, 8 Jun 2025 20:35:24 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bFmyd3DfXz4ng for ; Sun, 8 Jun 2025 20:35:21 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bFmyb4pzhz34Jr for ; Sun, 8 Jun 2025 20:35:19 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bFmyX5GJMz3467 for ; Sun, 8 Jun 2025 20:35: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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bFmyX21kyz34v; Sun, 8 Jun 2025 20:35:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1749414916; 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=ACdsLtGVYcIDcxQ6qBBRb+W8+LaiEGMDTVH3tNSBjpQ=; b=JA4vbPG/4CNNg/eDOICj/aUBttSuFTjEFRvDoCvBWTE4c2ENLfclyft8co5k8n3G9j1GKu VkUejkRvCMHY//DQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1749414916; 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=ACdsLtGVYcIDcxQ6qBBRb+W8+LaiEGMDTVH3tNSBjpQ=; b=RjZGIPLzlwtfIDsem47OD8HaGT264lz7Oa+bv++jNDiLMuQQrDlKzPu68/aYPbuTqPKfPM ewB0uqK2gQzkK+PZ8/mRyP3PJW95Njno6PXaB/9LddQWMsS+xavwkgV5GXGj+A0HXHKeO4 RGnEVh2a204u47XJuMqwxSK4gPgRibfdGLhJt9Lj9wmuYlQEOvZCmPMyB/SQQgEOdkvUkN Ub6Z2O9rzOp3aozGZJSDzYPdkC64XCH4yIrrvV0vdLeZ+w1y18Xt33fXDMvn/a2Vp0fwCu aUpOE4+6tfnAchj3G5U4SQWCyvhLwKPmAOgPcPK1DaIIp136Zh16fMtnz+06nw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libusb: Update to version 1.0.29 Date: Sun, 8 Jun 2025 22:35:06 +0200 Message-ID: <20250608203507.3302368-5-adolf.belka@ipfire.org> In-Reply-To: <20250608203507.3302368-1-adolf.belka@ipfire.org> References: <20250608203507.3302368-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.28 to 1.0.29 - Update of rootfile not required - Changelog 1.0.29 * Fix regression on macOS leading to timeouts in enumeration * LIBUSB_API_VERSION bump for the new functions in 1.0.28 * Fix xusb regression displaying wrong error on claim failure Signed-off-by: Adolf Belka --- lfs/libusb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libusb b/lfs/libusb index 2c782cfe2..4b12242d7 100644 --- a/lfs/libusb +++ b/lfs/libusb @@ -24,7 +24,7 @@ include Config -VER = 1.0.28 +VER = 1.0.29 THISAPP = libusb-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 9bf506455fc1b981de155600936ab229f089ea28e58491076eab632455c4e814bf0336cd9326056a255508aa3956643c503af3ff2feda80bac036cf5cad86e80 +$(DL_FILE)_BLAKE2 = 74db11918fa704eae3a320838c84dd06427acd5e3f73263e965decd1a09f0a14ed2d1a3916bf7eada26ab1164a3955a9fa3bdff8e3294264c6f8e1137866652a install : $(TARGET)