pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libusb1



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct 12 07:35:42 UTC 2022

Modified Files:
        pkgsrc/devel/libusb1: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/libusb1/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/libusb1/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libusb1/Makefile
diff -u pkgsrc/devel/libusb1/Makefile:1.28 pkgsrc/devel/libusb1/Makefile:1.29
--- pkgsrc/devel/libusb1/Makefile:1.28  Thu May 27 16:55:22 2021
+++ pkgsrc/devel/libusb1/Makefile       Wed Oct 12 07:35:42 2022
@@ -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/}

Index: pkgsrc/devel/libusb1/distinfo
diff -u pkgsrc/devel/libusb1/distinfo:1.18 pkgsrc/devel/libusb1/distinfo:1.19
--- pkgsrc/devel/libusb1/distinfo:1.18  Tue Oct 26 10:15:30 2021
+++ pkgsrc/devel/libusb1/distinfo       Wed Oct 12 07:35:42 2022
@@ -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