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:           Mon Jun  2 07:24:45 UTC 2025

Modified Files:
        pkgsrc/devel/libusb1: Makefile distinfo

Log Message:
libusb1: updated to 1.0.29

1.0.29
* Fix regression on macOS leading to timeouts in enumeration
* LIBUSB_API_VERSION bump for the new functions in 1.0.28
* Fix xusb regression displaying wrong error on claim failure


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/libusb1/Makefile
cvs rdiff -u -r1.22 -r1.23 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.35 pkgsrc/devel/libusb1/Makefile:1.36
--- pkgsrc/devel/libusb1/Makefile:1.35  Sun Mar 30 16:08:49 2025
+++ pkgsrc/devel/libusb1/Makefile       Mon Jun  2 07:24:45 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2025/03/30 16:08:49 adam Exp $
+# $NetBSD: Makefile,v 1.36 2025/06/02 07:24:45 adam Exp $
 
-DISTNAME=      libusb-1.0.28
+DISTNAME=      libusb-1.0.29
 PKGNAME=       ${DISTNAME:S/libusb/libusb1/}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libusb/}
@@ -17,7 +17,7 @@ LICENSE=      gnu-lgpl-v2.1
 # see PR 47042.
 NOT_FOR_PLATFORM=      DragonFly-*-*
 
-USE_CC_FEATURES+=      c11
+USE_CC_FEATURES=       c11
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes

Index: pkgsrc/devel/libusb1/distinfo
diff -u pkgsrc/devel/libusb1/distinfo:1.22 pkgsrc/devel/libusb1/distinfo:1.23
--- pkgsrc/devel/libusb1/distinfo:1.22  Sun Mar 30 16:08:49 2025
+++ pkgsrc/devel/libusb1/distinfo       Mon Jun  2 07:24:45 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.22 2025/03/30 16:08:49 adam Exp $
+$NetBSD: distinfo,v 1.23 2025/06/02 07:24:45 adam Exp $
 
-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
+BLAKE2s (libusb-1.0.29.tar.bz2) = c3cebc1c5a9e4d824b8356f0d4d2b84800ec3171aa18d78bfd99f3dee3e9faf4
+SHA512 (libusb-1.0.29.tar.bz2) = 04f8bda8197c9ecf52709609b8fbfea762fd82ddb5cde153a7630b0e8ed557d42da8cbc44f2f593aa22fdd0762e16716300565d67adb0c5240d7f3723321f690
+Size (libusb-1.0.29.tar.bz2) = 645381 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