Reviewed-by: Michael Tremer > On 18 Apr 2020, at 11:06, Peter Müller wrote: > > Fixes: #11480 > > Signed-off-by: Peter Müller > --- > 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 # > +# Copyright (C) 2007-2020 IPFire Team # > # # > # 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