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:   nia
Date:           Fri Dec 18 23:06:19 UTC 2020

Modified Files:
        pkgsrc/devel/libusb1: Makefile distinfo
Removed Files:
        pkgsrc/devel/libusb1/patches: patch-libusb_os_netbsd__usb.c

Log Message:
libusb1: Update to 1.0.24

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


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/libusb1/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/libusb1/distinfo
cvs rdiff -u -r1.4 -r0 \
    pkgsrc/devel/libusb1/patches/patch-libusb_os_netbsd__usb.c

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.25 pkgsrc/devel/libusb1/Makefile:1.26
--- pkgsrc/devel/libusb1/Makefile:1.25  Fri Apr  3 20:39:03 2020
+++ pkgsrc/devel/libusb1/Makefile       Fri Dec 18 23:06:19 2020
@@ -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

Index: pkgsrc/devel/libusb1/distinfo
diff -u pkgsrc/devel/libusb1/distinfo:1.15 pkgsrc/devel/libusb1/distinfo:1.16
--- pkgsrc/devel/libusb1/distinfo:1.15  Fri Apr  3 20:39:03 2020
+++ pkgsrc/devel/libusb1/distinfo       Fri Dec 18 23:06:19 2020
@@ -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



Home | Main Index | Thread Index | Old Index