Skip to content

Commit

Permalink
libusb1: Update to 1.0.24
Browse files Browse the repository at this point in the history
2020-12-09: v1.0.24
* Add new platform abstraction (#252)
* Add Null POSIX backend
* Add support for eventfd
* Add support for thread IDs on Haiku, NetBSD and Solaris
* New API libusb_hotplug_get_user_data()
* Darwin (macOS): Fix race condition that results in segmentation fault (#701)
* Darwin (macOS): Fix stale descriptor information post reset (#733)
* Darwin (macOS): use IOUSBDevice as darwin_device_class explicitly (#693)
* Linux: Drop support for kernel older than 2.6.32
* Linux: Provide an event thread name (#689)
* Linux: Wait until all USBs have been reaped before freeing them (#607)
* NetBSD: Recognize device timeouts (#710)
* OpenBSD: Allow opening ugen devices multiple times (#763)
* OpenBSD: Support libusb_get_port_number() (#764)
* SunOS: Fix a memory leak (#756)
* SunOS: Various fixes (#627, #628, #629)
* Windows: Add Visual Studio 2019 support
* Windows: Drop support for WinCE and Visual Studio older than 2013
* Windows: Drop support for Windows XP
* Windows: Support building all examples using Visual Studio (#151)
* Documentation fixes and improvements
* Various other bug fixes and improvements
  • Loading branch information
alarixnia committed Dec 18, 2020
1 parent e8e6bae commit 15fff3d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 122 deletions.
5 changes: 2 additions & 3 deletions devel/libusb1/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.25 2020/04/03 20:39:03 nia Exp $
# $NetBSD: Makefile,v 1.26 2020/12/18 23:06:19 nia Exp $

DISTNAME= libusb-1.0.23
DISTNAME= libusb-1.0.24
PKGNAME= ${DISTNAME:S/libusb/libusb1/}
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=libusb/}
GITHUB_PROJECT= libusb
Expand Down
11 changes: 5 additions & 6 deletions devel/libusb1/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
$NetBSD: distinfo,v 1.15 2020/04/03 20:39:03 nia Exp $
$NetBSD: distinfo,v 1.16 2020/12/18 23:06:19 nia Exp $

SHA1 (libusb-1.0.23.tar.bz2) = 0140200398306b5e91c294d4a3c0f63aa0ef07b3
RMD160 (libusb-1.0.23.tar.bz2) = b6ffe2441951d37d671bfbb1d84821269e8aef7c
SHA512 (libusb-1.0.23.tar.bz2) = 73430ad31dd405e76a9c6c55086961003989c44964e2735b5076f9ca849e3f6fe71d10a66b74b111f0c34a0d2cb744b9ca105863c552123fce4ec0bbdd2ec15b
Size (libusb-1.0.23.tar.bz2) = 602860 bytes
SHA1 (patch-libusb_os_netbsd__usb.c) = 2cac7171e088f5d433c8a683b93168694c7fc8de
SHA1 (libusb-1.0.24.tar.bz2) = d8d614b538f7c953b6e3b73f1eea5dc70820a7e2
RMD160 (libusb-1.0.24.tar.bz2) = c673ae73d1c8d97632511973451eb647d0bf2d7f
SHA512 (libusb-1.0.24.tar.bz2) = 5aea36a530aaa15c6dd656d0ed3ce204522c9946d8d39ffbb290dab4a98cda388a2598da4995123d1032324056090bd429e702459626d3e8d7daeebc4e7ff3dc
Size (libusb-1.0.24.tar.bz2) = 606593 bytes
113 changes: 0 additions & 113 deletions devel/libusb1/patches/patch-libusb_os_netbsd__usb.c

This file was deleted.

0 comments on commit 15fff3d

Please sign in to comment.