public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] libusb: Update to version 1.0.26
@ 2022-12-09 21:47 Adolf Belka
  2022-12-26  8:35 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-12-09 21:47 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1536 bytes --]

- Update from version 1.0.25 to 1.0.26
- Update of rootfile not required
- Changelog
    2022-04-10: v1.0.26
	* Fix regression with transfer free's after closing device
	* Fix regression with destroyed context if API is misused
	* Workaround for applications using missing default context
	* Fix hotplog enumeration regression
	* Fix Windows isochronous transfer regression since 1.0.24
	* Fix macOS exit crash in some multi-context cases
	* Build fixes for various platforms and configurations
	* Fix Windows HID multi-interface product string retrieval
	* Update isochronous OUT packet actual lengths on Windows
	* Add interface bound checking for broken devices
	* Add umockdev tests on Linux

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/libusb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/libusb b/lfs/libusb
index 82bc3169e..89b8a51fe 100644
--- a/lfs/libusb
+++ b/lfs/libusb
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.0.25
+VER        = 1.0.26
 
 THISAPP    = libusb-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 3aecfbf9fc068fdfb8e612918bb895988f8400dc2c3ffd96a81792ab844d632f0c098947200512ddc37cfa9003956f8454c1d0362973a5d646a225f81cc2923b
+$(DL_FILE)_BLAKE2 = 0cc397ecf4de0066abbff9b286a9e4fcd48658698d5e0d6b736abf56b48c1b55a05f15fff7be53fd33f767621e0c25d87275a47e05a4bcb44c4b8ac9221cd081
 
 install : $(TARGET)
 
-- 
2.38.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] libusb: Update to version 1.0.26
  2022-12-09 21:47 [PATCH] libusb: Update to version 1.0.26 Adolf Belka
@ 2022-12-26  8:35 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-12-26  8:35 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1666 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> - Update from version 1.0.25 to 1.0.26
> - Update of rootfile not required
> - Changelog
>     2022-04-10: v1.0.26
> 	* Fix regression with transfer free's after closing device
> 	* Fix regression with destroyed context if API is misused
> 	* Workaround for applications using missing default context
> 	* Fix hotplog enumeration regression
> 	* Fix Windows isochronous transfer regression since 1.0.24
> 	* Fix macOS exit crash in some multi-context cases
> 	* Build fixes for various platforms and configurations
> 	* Fix Windows HID multi-interface product string retrieval
> 	* Update isochronous OUT packet actual lengths on Windows
> 	* Add interface bound checking for broken devices
> 	* Add umockdev tests on Linux
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
>  lfs/libusb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/libusb b/lfs/libusb
> index 82bc3169e..89b8a51fe 100644
> --- a/lfs/libusb
> +++ b/lfs/libusb
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 1.0.25
> +VER        = 1.0.26
>  
>  THISAPP    = libusb-$(VER)
>  DL_FILE    = $(THISAPP).tar.bz2
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_BLAKE2 = 3aecfbf9fc068fdfb8e612918bb895988f8400dc2c3ffd96a81792ab844d632f0c098947200512ddc37cfa9003956f8454c1d0362973a5d646a225f81cc2923b
> +$(DL_FILE)_BLAKE2 = 0cc397ecf4de0066abbff9b286a9e4fcd48658698d5e0d6b736abf56b48c1b55a05f15fff7be53fd33f767621e0c25d87275a47e05a4bcb44c4b8ac9221cd081
>  
>  install : $(TARGET)
>  

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-26  8:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-09 21:47 [PATCH] libusb: Update to version 1.0.26 Adolf Belka
2022-12-26  8:35 ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox