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:           Sun Mar 30 16:08:50 UTC 2025

Modified Files:
        pkgsrc/devel/libusb1: Makefile distinfo

Log Message:
libusb1: updated to 1.0.28

v1.0.28
* New libusb_get_ssplus_usb_device_capability_descriptor API
  for query of SuperSpeed+ Capability Descriptors
* API support for reporting USB 3.2 Gen2x2 speeds
* macOS: Fix Zero-Length Packet for multiple packets per frame
* Windows: Base HID device descriptor on OS-cached values
* Build fixes for Haiku and SunOS
* Many code correctness fixes


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/libusb1/Makefile
cvs rdiff -u -r1.21 -r1.22 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.34 pkgsrc/devel/libusb1/Makefile:1.35
--- pkgsrc/devel/libusb1/Makefile:1.34  Sat Feb 17 21:57:50 2024
+++ pkgsrc/devel/libusb1/Makefile       Sun Mar 30 16:08:49 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2024/02/17 21:57:50 nia Exp $
+# $NetBSD: Makefile,v 1.35 2025/03/30 16:08:49 adam Exp $
 
-DISTNAME=      libusb-1.0.27
+DISTNAME=      libusb-1.0.28
 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.21 pkgsrc/devel/libusb1/distinfo:1.22
--- pkgsrc/devel/libusb1/distinfo:1.21  Fri Feb 16 08:13:13 2024
+++ pkgsrc/devel/libusb1/distinfo       Sun Mar 30 16:08:49 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2024/02/16 08:13:13 nia Exp $
+$NetBSD: distinfo,v 1.22 2025/03/30 16:08:49 adam Exp $
 
-BLAKE2s (libusb-1.0.27.tar.bz2) = e0cbc6fd96dd3799dff60940d634179015960b81fac8596986806edee95062a7
-SHA512 (libusb-1.0.27.tar.bz2) = 42abbbcf2564f86cc2f05826aeefa6beb03c9f89dc9fe05bdfa351caa3dbd07713ce193daadecf29557604dd3cbc770c8031a78e1ad0a8df3627c3f551d28ff0
-Size (libusb-1.0.27.tar.bz2) = 643680 bytes
+BLAKE2s (libusb-1.0.28.tar.bz2) = 738f756b583747df38acce4dd1c9d498770d8b2b65bdda216d6044acc2cc8a07
+SHA512 (libusb-1.0.28.tar.bz2) = 0f4efa6b54e6195d2e5446652c2dc07358583e205d63bf438c4409511b8637d1700a71268c40499755747827d23cc730d9122267386f847bf781993c045c519f
+Size (libusb-1.0.28.tar.bz2) = 658053 bytes
 SHA1 (patch-configure.ac) = 52ef406375ea88ea06b8a0c4b1bace2c43586783
 SHA1 (patch-libusb_Makefile.am) = 4cbaca146dd349aad83e1ed696e8395a60c24780
 SHA1 (patch-libusb_os_illumos__usb.c) = ec9f086e29f8cfecc08842a903d7b6be61664c51



Home | Main Index | Thread Index | Old Index