git: 1c1bce5bbd4d - main - libusb: Mark defualt smybol tag as latest stable version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Aug 2026 15:38:29 UTC
The branch main has been updated by aokblast:
URL: https://cgit.FreeBSD.org/src/commit/?id=1c1bce5bbd4da6a97acb3b2689ce743f67bcf241
commit 1c1bce5bbd4da6a97acb3b2689ce743f67bcf241
Author: ShengYi Hung <aokblast@FreeBSD.org>
AuthorDate: 2026-08-13 15:26:50 +0000
Commit: ShengYi Hung <aokblast@FreeBSD.org>
CommitDate: 2026-08-13 15:38:08 +0000
libusb: Mark defualt smybol tag as latest stable version
As we might change the libusb ABI in 16, we should mark thje first
version as FBSD_1.8 instead of 1.9. Since versioning patch has not
landed for a long time, it makes sense to change it directly.
Discussed with: kib
Fixes: 527a82474cb3 ("libusb: versioning symbols")
Sponsored by: The FreeBSD Foundation
---
lib/libusb/Symbol.map | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/libusb/Symbol.map b/lib/libusb/Symbol.map
index 9b3f6c6ff84f..46bd1d8aeace 100644
--- a/lib/libusb/Symbol.map
+++ b/lib/libusb/Symbol.map
@@ -1,5 +1,5 @@
-FBSD_1.9 {
+FBSD_1.8 {
libusb_alloc_streams;
libusb_alloc_transfer;
libusb_attach_kernel_driver;