libusb: update to 1.0.23

Message ID f42c7504-fb92-5ff7-9316-1b4829118c24@ipfire.org
State Accepted
Commit 0f36d304b95588166c3ffea616a5eddba22e18d9
Headers
Series libusb: update to 1.0.23 |

Commit Message

Peter Müller April 18, 2020, 10:06 a.m. UTC
  Fixes: #11480

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 config/rootfiles/common/libusb | 9 +--------
 lfs/libusb                     | 6 +++---
 2 files changed, 4 insertions(+), 11 deletions(-)
  

Comments

Michael Tremer April 20, 2020, 7:13 a.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 18 Apr 2020, at 11:06, Peter Müller <peter.mueller@ipfire.org> wrote:
> 
> Fixes: #11480
> 
> Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
> ---
> config/rootfiles/common/libusb | 9 +--------
> lfs/libusb                     | 6 +++---
> 2 files changed, 4 insertions(+), 11 deletions(-)
> 
> diff --git a/config/rootfiles/common/libusb b/config/rootfiles/common/libusb
> index 5be9bdf9f..232574159 100644
> --- a/config/rootfiles/common/libusb
> +++ b/config/rootfiles/common/libusb
> @@ -1,16 +1,9 @@
> etc/udev/rules.d/23-usb.rules
> -#usr/bin/libusb-config
> #usr/include/libusb-1.0
> #usr/include/libusb-1.0/libusb.h
> -#usr/include/usb.h
> -#usr/lib/libusb-0.1.so.4
> -#usr/lib/libusb-0.1.so.4.4.4
> #usr/lib/libusb-1.0.a
> #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.1.0
> -#usr/lib/libusb.la
> -#usr/lib/libusb.so
> +usr/lib/libusb-1.0.so.0.2.0
> #usr/lib/pkgconfig/libusb-1.0.pc
> -#usr/lib/pkgconfig/libusb.pc
> diff --git a/lfs/libusb b/lfs/libusb
> index a32e11a8b..fcae2a445 100644
> --- a/lfs/libusb
> +++ b/lfs/libusb
> @@ -1,7 +1,7 @@
> ###############################################################################
> #                                                                             #
> # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
> +# Copyright (C) 2007-2020  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.19
> +VER        = 1.0.23
> 
> THISAPP    = libusb-$(VER)
> DL_FILE    = $(THISAPP).tar.bz2
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = f9e2bb5879968467e5ca756cb4e1fa7e
> +$(DL_FILE)_MD5 = 1e29700f6a134766d32b36b8d1d61a95
> 
> install : $(TARGET)
> 
> -- 
> 2.16.4
  

Patch

diff --git a/config/rootfiles/common/libusb b/config/rootfiles/common/libusb
index 5be9bdf9f..232574159 100644
--- a/config/rootfiles/common/libusb
+++ b/config/rootfiles/common/libusb
@@ -1,16 +1,9 @@ 
 etc/udev/rules.d/23-usb.rules
-#usr/bin/libusb-config
 #usr/include/libusb-1.0
 #usr/include/libusb-1.0/libusb.h
-#usr/include/usb.h
-#usr/lib/libusb-0.1.so.4
-#usr/lib/libusb-0.1.so.4.4.4
 #usr/lib/libusb-1.0.a
 #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.1.0
-#usr/lib/libusb.la
-#usr/lib/libusb.so
+usr/lib/libusb-1.0.so.0.2.0
 #usr/lib/pkgconfig/libusb-1.0.pc
-#usr/lib/pkgconfig/libusb.pc
diff --git a/lfs/libusb b/lfs/libusb
index a32e11a8b..fcae2a445 100644
--- a/lfs/libusb
+++ b/lfs/libusb
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  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.19
+VER        = 1.0.23
 
 THISAPP    = libusb-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = f9e2bb5879968467e5ca756cb4e1fa7e
+$(DL_FILE)_MD5 = 1e29700f6a134766d32b36b8d1d61a95
 
 install : $(TARGET)