From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] libusb: Update to 1.0.24 Date: Fri, 14 Jan 2022 20:44:04 +0000 Message-ID: <4d8432e9-20c2-6516-8228-77fcf5f2e04c@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1499709323310551354==" List-Id: --===============1499709323310551354== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fixes: #12667 Signed-off-by: Peter M=C3=BCller --- 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 = # +# Copyright (C) 2007-2022 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.23 +VER =3D 1.0.24 =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 1e29700f6a134766d32b36b8d1d61a95 +$(DL_FILE)_MD5 =3D 5bc27df16155302f308d409e73589872 =20 install : $(TARGET) =20 --=20 2.31.1 --===============1499709323310551354==--