From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] libusb: Update to version 1.0.26 Date: Mon, 26 Dec 2022 08:35:04 +0000 Message-ID: <565a6212-de1e-6b61-b294-725dc38cfbcd@ipfire.org> In-Reply-To: <20221209214738.3317098-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6641767159564201528==" List-Id: --===============6641767159564201528== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 1.0.25 to 1.0.26 > - Update of rootfile not required > - Changelog > 2022-04-10: v1.0.26 > * Fix regression with transfer free's after closing device > * Fix regression with destroyed context if API is misused > * Workaround for applications using missing default context > * Fix hotplog enumeration regression > * Fix Windows isochronous transfer regression since 1.0.24 > * Fix macOS exit crash in some multi-context cases > * Build fixes for various platforms and configurations > * Fix Windows HID multi-interface product string retrieval > * Update isochronous OUT packet actual lengths on Windows > * Add interface bound checking for broken devices > * Add umockdev tests on Linux >=20 > Signed-off-by: Adolf Belka > --- > lfs/libusb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/libusb b/lfs/libusb > index 82bc3169e..89b8a51fe 100644 > --- a/lfs/libusb > +++ b/lfs/libusb > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 1.0.25 > +VER =3D 1.0.26 > =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)_BLAKE2 =3D 3aecfbf9fc068fdfb8e612918bb895988f8400dc2c3ffd96a817= 92ab844d632f0c098947200512ddc37cfa9003956f8454c1d0362973a5d646a225f81cc2923b > +$(DL_FILE)_BLAKE2 =3D 0cc397ecf4de0066abbff9b286a9e4fcd48658698d5e0d6b736a= bf56b48c1b55a05f15fff7be53fd33f767621e0c25d87275a47e05a4bcb44c4b8ac9221cd081 > =20 > install : $(TARGET) > =20 --===============6641767159564201528==--