From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] libusb: update to 1.0.23 Date: Mon, 20 Apr 2020 08:13:24 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4334362789839887132==" List-Id: --===============4334362789839887132== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 18 Apr 2020, at 11:06, Peter M=C3=BCller wr= ote: >=20 > Fixes: #11480 >=20 > Signed-off-by: Peter M=C3=BCller > --- > config/rootfiles/common/libusb | 9 +-------- > lfs/libusb | 6 +++--- > 2 files changed, 4 insertions(+), 11 deletions(-) >=20 > 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 @@ >=20 > include Config >=20 > -VER =3D 1.0.19 > +VER =3D 1.0.23 >=20 > THISAPP =3D libusb-$(VER) > DL_FILE =3D $(THISAPP).tar.bz2 > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D f9e2bb5879968467e5ca756cb4e1fa7e > +$(DL_FILE)_MD5 =3D 1e29700f6a134766d32b36b8d1d61a95 >=20 > install : $(TARGET) >=20 > --=20 > 2.16.4 --===============4334362789839887132==--