pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libusb1 libusb1: updated to 1.0.26



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd8c12891940
branches:  trunk
changeset: 386622:bd8c12891940
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 12 07:35:42 2022 +0000

description:
libusb1: updated to 1.0.26

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

2022-01-31: v1.0.25
* Linux: Fix regression with some particular devices
* Linux: Fix regression with libusb_handle_events_timeout_completed()
* Linux: Fix regression with cpu usage in libusb_bulk_transfer
* Darwin (macOS): Add support for detaching kernel drivers with authorization.
* Darwin (macOS): Do not drop partial data on timeout.
* Darwin (macOS): Silence pipe error in set_interface_alt_setting().
* Windows: Fix HID backend missing byte
* Windows: Fix segfault with libusbk driver
* Windows: Fix regression when using libusb0 driver
* Windows: Support LIBUSB_TRANSFER_ADD_ZERO_PACKET on winusb
* New NO_DEVICE_DISCOVERY option replaces WEAK_AUTHORITY option
* Various other bug fixes and improvements

diffstat:

 devel/libusb1/Makefile |  4 ++--
 devel/libusb1/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 7c5d427e1bd1 -r bd8c12891940 devel/libusb1/Makefile
--- a/devel/libusb1/Makefile    Wed Oct 12 07:34:18 2022 +0000
+++ b/devel/libusb1/Makefile    Wed Oct 12 07:35:42 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2021/05/27 16:55:22 nia Exp $
+# $NetBSD: Makefile,v 1.29 2022/10/12 07:35:42 adam Exp $
 
-DISTNAME=      libusb-1.0.24
+DISTNAME=      libusb-1.0.26
 PKGNAME=       ${DISTNAME:S/libusb/libusb1/}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libusb/}
diff -r 7c5d427e1bd1 -r bd8c12891940 devel/libusb1/distinfo
--- a/devel/libusb1/distinfo    Wed Oct 12 07:34:18 2022 +0000
+++ b/devel/libusb1/distinfo    Wed Oct 12 07:35:42 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2021/10/26 10:15:30 nia Exp $
+$NetBSD: distinfo,v 1.19 2022/10/12 07:35:42 adam Exp $
 
-BLAKE2s (libusb-1.0.24.tar.bz2) = d223420081ce26b7a6d1e1018dc5b21a9f2854baad543e72af14cdcce02628ce
-SHA512 (libusb-1.0.24.tar.bz2) = 5aea36a530aaa15c6dd656d0ed3ce204522c9946d8d39ffbb290dab4a98cda388a2598da4995123d1032324056090bd429e702459626d3e8d7daeebc4e7ff3dc
-Size (libusb-1.0.24.tar.bz2) = 606593 bytes
+BLAKE2s (libusb-1.0.26.tar.bz2) = d512f3f0e063f1d5ffa3d7c7a4fa6049601b28ed5ffb95aed7f2ca3bb60143db
+SHA512 (libusb-1.0.26.tar.bz2) = fcdb85c98f21639668693c2fd522814d440972d65883984c4ae53d0555bdbdb7e8c7a32199cd4b01113556a1eb5be7841b750cc73c9f6bda79bfe1af80914e71
+Size (libusb-1.0.26.tar.bz2) = 620534 bytes



Home | Main Index | Thread Index | Old Index