From patchwork Sat Jul 4 23:04:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3244 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49znV8723fz3xHG for ; Sat, 4 Jul 2020 23:05:04 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49znV65LgGz1hh; Sat, 4 Jul 2020 23:05:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49znV60vdrz2yvs; Sat, 4 Jul 2020 23:05:02 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49znV45B9Pz2xcM for ; Sat, 4 Jul 2020 23:05:00 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49znV41jnbzg0 for ; Sat, 4 Jul 2020 23:05:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1593903900; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:in-reply-to:in-reply-to:references:references; bh=1Ood/DdVHGC304v9u4tV2RPcPdoSP16ExlJz4sWs8v4=; b=/Yl6LkUD1zEl2Qz4agNpS2izg/m8GR20d8wIWeCm6wiK9gSe77b1XXX1uAdyPa4mYgDHRQ 77w9ehTQaz3xC7DA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1593903900; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:in-reply-to:in-reply-to:references:references; bh=1Ood/DdVHGC304v9u4tV2RPcPdoSP16ExlJz4sWs8v4=; b=FhYGLS4r5uHaOt0ZG/sScqYNh6zY4pkbCOiUMz2mWWuIJV7qR09GP/bQQcprCzgqkHApyk lflkQX4XsAy+QR46r0+V0zv5dvx8C7vx9HMWa99j42D8uI4q8gtsleIUeNWZw7wV/vUqZO DfvFS8PJmuLxOdro2RT5bPjesU57/xErFTU9tvn5EhYfPpRL/nn1mJmMwCFNfLg5YjRW3d 93bOvE4ZmvecNFiMg1G5jXYZkWCuZUA9TGqTmd6XUqeKdwMVk4OTATrwnFRAzRQ9c4NFOy WnpkccHDXOZ7t9G9tABOTHM3FqSYerz0GAPNtzOGAYDdzYulp2PzZsWl8H+mKg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH 2/3] usbredir: Update to 0.8.0 Date: Sun, 5 Jul 2020 01:04:50 +0200 Message-Id: <20200704230451.14929-2-matthias.fischer@ipfire.org> In-Reply-To: <20200704230451.14929-1-matthias.fischer@ipfire.org> References: <20200704230451.14929-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org 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" For details see: https://gitlab.freedesktop.org/spice/usbredir/-/blob/master/ChangeLog "-Source code and bug tracker hosted in Freedesktop's instance of Gitlab -https://gitlab.freedesktop.org/spice/usbredir -usbredirfilter -Fix busy wait due endless recursion when interface_count is zero -usbredirhost: -Fix leak on error -usbredirserver: -Use 'busnum-devnum' instead of 'usbbus-usbaddr' -Add support for bind specific address -4 for ipv4, -6 for ipv6 -Reject empty vendorid from command line -Enable TCP keepalive" Signed-off-by: Matthias Fischer --- config/rootfiles/packages/libusbredir | 4 ++-- lfs/libusbredir | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/packages/libusbredir b/config/rootfiles/packages/libusbredir index d08e0b602..d5f8817f2 100644 --- a/config/rootfiles/packages/libusbredir +++ b/config/rootfiles/packages/libusbredir @@ -6,12 +6,12 @@ #usr/lib/libusbredirhost.la usr/lib/libusbredirhost.so usr/lib/libusbredirhost.so.1 -usr/lib/libusbredirhost.so.1.0.0 +usr/lib/libusbredirhost.so.1.0.1 #usr/lib/libusbredirparser.a #usr/lib/libusbredirparser.la usr/lib/libusbredirparser.so usr/lib/libusbredirparser.so.1 -usr/lib/libusbredirparser.so.1.0.0 +usr/lib/libusbredirparser.so.1.0.1 #usr/lib/pkgconfig/libusbredirhost.pc #usr/lib/pkgconfig/libusbredirparser-0.5.pc #usr/sbin/usbredirserver diff --git a/lfs/libusbredir b/lfs/libusbredir index ab221eeda..13eff5a73 100644 --- a/lfs/libusbredir +++ b/lfs/libusbredir @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2020 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 = 0.7.1 +VER = 0.8.0 THISAPP = usbredir-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libusbredir -PAK_VER = 1 +PAK_VER = 2 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 35cfb1720967727dea523b943cc4126b +$(DL_FILE)_MD5 = c1a15225a1b97f3c4bccb10e03f3750b install : $(TARGET)