public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] libusb: Update to 1.0.24
@ 2022-01-14 20:44 Peter Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Müller @ 2022-01-14 20:44 UTC (permalink / raw)
  To: development

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

Fixes: #12667

Signed-off-by: Peter Müller <peter.mueller(a)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 232574159..db0215195 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.2.0
+usr/lib/libusb-1.0.so.0.3.0
 #usr/lib/pkgconfig/libusb-1.0.pc
diff --git a/lfs/libusb b/lfs/libusb
index 4b99a6d18..6af376943 100644
--- a/lfs/libusb
+++ b/lfs/libusb
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2022  IPFire Team  <info(a)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.23
+VER        = 1.0.24
 
 THISAPP    = libusb-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 1e29700f6a134766d32b36b8d1d61a95
+$(DL_FILE)_MD5 = 5bc27df16155302f308d409e73589872
 
 install : $(TARGET)
 
-- 
2.31.1

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

* Re: [PATCH] libusb: update to 1.0.24
  2021-05-23 15:43 [PATCH] libusb: update " Peter Müller
@ 2021-05-23 20:27 ` Adolf Belka
  0 siblings, 0 replies; 3+ messages in thread
From: Adolf Belka @ 2021-05-23 20:27 UTC (permalink / raw)
  To: development

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

Reviewed-by: Adolf Belka <adolf.belka(a)ipfire.org>

On 23/05/2021 17:43, Peter Müller wrote:
> Full changelog as per CHANGELOG file:
>
> 2020-12-09: v1.0.24
> * Add new platform abstraction (#252)
> * Add Null POSIX backend
> * Add support for eventfd
> * Add support for thread IDs on Haiku, NetBSD and Solaris
> * New API libusb_hotplug_get_user_data()
> * Darwin (macOS): Fix race condition that results in segmentation fault (#701)
> * Darwin (macOS): Fix stale descriptor information post reset (#733)
> * Darwin (macOS): use IOUSBDevice as darwin_device_class explicitly (#693)
> * Linux: Drop support for kernel older than 2.6.32
> * Linux: Provide an event thread name (#689)
> * Linux: Wait until all USBs have been reaped before freeing them (#607)
> * NetBSD: Recognize device timeouts (#710)
> * OpenBSD: Allow opening ugen devices multiple times (#763)
> * OpenBSD: Support libusb_get_port_number() (#764)
> * SunOS: Fix a memory leak (#756)
> * SunOS: Various fixes (#627, #628, #629)
> * Windows: Add Visual Studio 2019 support
> * Windows: Drop support for WinCE and Visual Studio older than 2013
> * Windows: Drop support for Windows XP
> * Windows: Support building all examples using Visual Studio (#151)
> * Documentation fixes and improvements
> * Various other bug fixes and improvements
>
> Signed-off-by: Peter Müller <peter.mueller(a)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 232574159..db0215195 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.2.0
> +usr/lib/libusb-1.0.so.0.3.0
>   #usr/lib/pkgconfig/libusb-1.0.pc
> diff --git a/lfs/libusb b/lfs/libusb
> index 4b99a6d18..9c8a9ac9a 100644
> --- a/lfs/libusb
> +++ b/lfs/libusb
> @@ -1,7 +1,7 @@
>   ###############################################################################
>   #                                                                             #
>   # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2020  IPFire Team  <info(a)ipfire.org>                     #
> +# Copyright (C) 2007-2021  IPFire Team  <info(a)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.23
> +VER        = 1.0.24
>   
>   THISAPP    = libusb-$(VER)
>   DL_FILE    = $(THISAPP).tar.bz2
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>   
>   $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>   
> -$(DL_FILE)_MD5 = 1e29700f6a134766d32b36b8d1d61a95
> +$(DL_FILE)_MD5 = 5bc27df16155302f308d409e73589872
>   
>   install : $(TARGET)
>   

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

* [PATCH] libusb: update to 1.0.24
@ 2021-05-23 15:43 Peter Müller
  2021-05-23 20:27 ` Adolf Belka
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Müller @ 2021-05-23 15:43 UTC (permalink / raw)
  To: development

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

Full changelog as per CHANGELOG file:

2020-12-09: v1.0.24
* Add new platform abstraction (#252)
* Add Null POSIX backend
* Add support for eventfd
* Add support for thread IDs on Haiku, NetBSD and Solaris
* New API libusb_hotplug_get_user_data()
* Darwin (macOS): Fix race condition that results in segmentation fault (#701)
* Darwin (macOS): Fix stale descriptor information post reset (#733)
* Darwin (macOS): use IOUSBDevice as darwin_device_class explicitly (#693)
* Linux: Drop support for kernel older than 2.6.32
* Linux: Provide an event thread name (#689)
* Linux: Wait until all USBs have been reaped before freeing them (#607)
* NetBSD: Recognize device timeouts (#710)
* OpenBSD: Allow opening ugen devices multiple times (#763)
* OpenBSD: Support libusb_get_port_number() (#764)
* SunOS: Fix a memory leak (#756)
* SunOS: Various fixes (#627, #628, #629)
* Windows: Add Visual Studio 2019 support
* Windows: Drop support for WinCE and Visual Studio older than 2013
* Windows: Drop support for Windows XP
* Windows: Support building all examples using Visual Studio (#151)
* Documentation fixes and improvements
* Various other bug fixes and improvements

Signed-off-by: Peter Müller <peter.mueller(a)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 232574159..db0215195 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.2.0
+usr/lib/libusb-1.0.so.0.3.0
 #usr/lib/pkgconfig/libusb-1.0.pc
diff --git a/lfs/libusb b/lfs/libusb
index 4b99a6d18..9c8a9ac9a 100644
--- a/lfs/libusb
+++ b/lfs/libusb
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2021  IPFire Team  <info(a)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.23
+VER        = 1.0.24
 
 THISAPP    = libusb-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 1e29700f6a134766d32b36b8d1d61a95
+$(DL_FILE)_MD5 = 5bc27df16155302f308d409e73589872
 
 install : $(TARGET)
 
-- 
2.26.2

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

end of thread, other threads:[~2022-01-14 20:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14 20:44 [PATCH] libusb: Update to 1.0.24 Peter Müller
  -- strict thread matches above, loose matches on Subject: below --
2021-05-23 15:43 [PATCH] libusb: update " Peter Müller
2021-05-23 20:27 ` Adolf Belka

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