diff options
author | adam <adam@pkgsrc.org> | 2022-10-12 07:35:42 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-10-12 07:35:42 +0000 |
commit | 82198f0765a1fb8d138abeb223b2f57b79b22fbb (patch) | |
tree | b8c3ce7f334630e38a5dc4d09410332ceefcaeb3 /devel | |
parent | ff4b2cdc79165c8304a06fdecea998d3ce4ceab1 (diff) | |
download | pkgsrc-82198f0765a1fb8d138abeb223b2f57b79b22fbb.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/libusb1/Makefile | 4 | ||||
-rw-r--r-- | devel/libusb1/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libusb1/Makefile b/devel/libusb1/Makefile index 501b766f06c..7bc85d43411 100644 --- a/devel/libusb1/Makefile +++ b/devel/libusb1/Makefile @@ -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 --git a/devel/libusb1/distinfo b/devel/libusb1/distinfo index fef1f7313e8..b9cdd84d18f 100644 --- a/devel/libusb1/distinfo +++ b/devel/libusb1/distinfo @@ -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 |