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] libusb: Update to version 1.0.30
Date: Mon, 25 May 2026 14:24:59 +0200	[thread overview]
Message-ID: <20260525122505.3658371-9-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260525122505.3658371-1-adolf.belka@ipfire.org>

- 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 <adolf.belka@ipfire.org>
---
 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  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  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        #
@@ -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)
 
-- 
2.54.0



  parent reply	other threads:[~2026-05-25 12:25 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-25 12:24 [PATCH] core203: Ship iana-etc Adolf Belka
2026-05-25 12:24 ` [PATCH] core203: Ship krb5 Adolf Belka
2026-05-25 12:24 ` [PATCH] core203: Ship libusb Adolf Belka
2026-05-25 12:24 ` [PATCH] core203: Ship lvm2 Adolf Belka
2026-05-25 12:24 ` [PATCH] core203: Ship meson Adolf Belka
2026-05-25 12:24 ` [PATCH] core203: Ship sqlite Adolf Belka
2026-05-25 12:24 ` [PATCH] iana-etc: Update to version 20260511 Adolf Belka
2026-05-25 12:24 ` [PATCH] krb5: Update to version 1.22.2 Adolf Belka
2026-05-25 12:24 ` Adolf Belka [this message]
2026-05-25 12:25 ` [PATCH] lvm2: Update to version 2.03.41 Adolf Belka
2026-05-25 12:25 ` [PATCH] meson: Update to version 1.11.1 Adolf Belka
2026-05-25 12:25 ` [PATCH] sqlite: Update to version 3530100 Adolf Belka
2026-05-25 12:25 ` [PATCH] tmux: Update to version 3.6b Adolf Belka
2026-05-25 12:25 ` [PATCH] vim: Update to version 9.2.0526 Adolf Belka
2026-05-25 12:25 ` [PATCH] xfsprogs: Update to version 7.0.1 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=20260525122505.3658371-9-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