From patchwork Fri Sep 12 10:10:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9046 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 "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cNVYw4fKnz3x6k for ; Fri, 12 Sep 2025 10:11:00 +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 4cNVYw3TXhz3lZ for ; Fri, 12 Sep 2025 10:11:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cNVYs0hdpz330D for ; Fri, 12 Sep 2025 10:10:57 +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 "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cNVYp35ZXz32fp for ; Fri, 12 Sep 2025 10:10:54 +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 4cNVYp1cKxz3MR; Fri, 12 Sep 2025 10:10:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1757671854; 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=qIh9b93RPuNjjS4kZ7LM3q0crJhTZC3q4e9Yvvb0nxc=; b=mESWuxaPpgml0X3jC5bkWyQYC9lMTRRSX1q2cDRS5ZyRzCMgk8famlkWH7+ZmERZpfUEC1 d3OipeA8f3XAbEAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1757671854; 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=qIh9b93RPuNjjS4kZ7LM3q0crJhTZC3q4e9Yvvb0nxc=; b=YIVWCCh5HgOUqX+e7wDmDdCAV82O2mec5D86a5NwRF/uQrVeBHNJ/vAKEyd5nLZ6go0+sH PwPfHNgDvDarQb7cVgTHuCPY45U4c5Ri9OqNa3XaW8fZFE2G9B0eMZxg+X9ChlGO0weyKI 80Ioif1Q3fDKeRATmj2pO7noayo8xVOMpA9kNs/TvZz3SsZFyVOW3ENbvqfZwO0LioaLf7 g8+hZDwBgBPAgdWPeYKueTy7wBDYSueLvmxukRXisb3EH+cA8LrsAfJP+0OY9sO1Vx5xFE 3K5P7KYXjAzcgdeVmqTqEcB0xx/XV53d4G34ASKNRWm50oSqNKafrzDPKwWsPQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libusbredir: Update to version 0.15.0 Date: Fri, 12 Sep 2025 12:10:41 +0200 Message-ID: <20250912101046.7142-8-adolf.belka@ipfire.org> In-Reply-To: <20250912101046.7142-1-adolf.belka@ipfire.org> References: <20250912101046.7142-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 0.13.0 to 0.15.0 - Update of rootfile not required - Changelog 0.15.0 - !74 usbredirect: Fix crash with multiple connections - !73 usbredirect: Fix win32 cross-compile warning - usbredirtestclient: Fix memory leak 0.14.0 - !67 usbredirect: Fix redirecting identical devices - !64 usbredirect: Fix CPU tight loop when run as TCP server - !68 usbredirect: Fix some minor memory leaks - !65 usbredirect: Add documentation about bus-device option - !70 usbredirtestclient: Fix build on MacOS 10.5 Signed-off-by: Adolf Belka --- lfs/libusbredir | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/lfs/libusbredir b/lfs/libusbredir index e7934baf3..652f87181 100644 --- a/lfs/libusbredir +++ b/lfs/libusbredir @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 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 # @@ -26,7 +26,7 @@ include Config SUMMARY = USB Network Redirection protocol -VER = 0.13.0 +VER = 0.15.0 THISAPP = usbredir-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libusbredir -PAK_VER = 4 +PAK_VER = 5 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 20a1e28be290d59d3ef25f432d6bbd4b50b40f5df434efb9013a39df77ce1aa563e7dec1cdf6abbfa703bb9c4b32dd05258011b5ce8e79812e89203f51f41f8f +$(DL_FILE)_BLAKE2 = 33c1ef77e6c28abd00badd2ca0b49df4e583d421834b46e4dcb0ba6db0787bb2e58cf922ed7a050c96772b94d5a146bef03a5052c49093234683d07db76d6300 install : $(TARGET) @@ -81,7 +81,9 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && meson --prefix=/usr builddir/ + cd $(DIR_APP) && meson setup \ + --prefix=/usr \ + builddir/ cd $(DIR_APP) && ninja -C builddir/ $(MAKETUNING) cd $(DIR_APP) && ninja -C builddir/ install @rm -rf $(DIR_APP)