public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] libusbredir: Update to version 0.15.0
Date: Fri, 12 Sep 2025 12:10:41 +0200	[thread overview]
Message-ID: <20250912101046.7142-8-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250912101046.7142-1-adolf.belka@ipfire.org>

- 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 <adolf.belka@ipfire.org>
---
 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  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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)
-- 
2.51.0



  parent reply	other threads:[~2025-09-12 10:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-12 10:10 [PATCH] core 198: Ship dtc Adolf Belka
2025-09-12 10:10 ` [PATCH] core198: Ship elinks Adolf Belka
2025-09-12 10:10 ` [PATCH] dtc: Update to version 1.7.2 Adolf Belka
2025-09-12 10:10 ` [PATCH] elinks: Update to version 0.18.0 Adolf Belka
2025-09-12 10:10 ` [PATCH] iotop: Update to version 1.30 Adolf Belka
2025-09-12 10:10 ` [PATCH] iptraf-ng: Update to version 1.2.2 Adolf Belka
2025-09-12 10:10 ` [PATCH] libslirp: Update to version 4.9.1 Adolf Belka
2025-09-12 10:10 ` Adolf Belka [this message]
2025-09-12 10:10 ` [PATCH] nagios_nrpe: Update to version 4.1.3 Adolf Belka
2025-09-12 10:10 ` [PATCH] opus: Update to version 1.5.2 Adolf Belka
2025-09-12 10:10 ` [PATCH] qemu-ga: Update to version 10.1.0 Adolf Belka
2025-09-12 10:10 ` [PATCH] qemu: " Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250912101046.7142-8-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox