git: 02ef8e4061ab - stable/13 - libusb: claim to be version 1.0.16

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Tue, 06 Aug 2024 21:52:54 UTC
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=02ef8e4061abc0a0fc148a8e41efde46fde0d5b0

commit 02ef8e4061abc0a0fc148a8e41efde46fde0d5b0
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-06-06 13:33:44 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-08-06 21:52:37 +0000

    libusb: claim to be version 1.0.16
    
    We are not 100% compatible with 1.0.16, but implement some
    functionality from that version that is required by certain ports.
    
    PR:             277799
    PR:             279555 (exp-run)
    Event:          Kitchener-Waterloo Hackathon 202406
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D45514
    
    (cherry picked from commit 5654b42142e1f689b26d405c90379b85f22349a0)
    (cherry picked from commit 5bd6e6c1ddff7f10e8b86703536d81af8ce0532b)
---
 lib/libusb/libusb-1.0.pc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libusb/libusb-1.0.pc b/lib/libusb/libusb-1.0.pc
index d748439c2257..0815a8eb6e9c 100644
--- a/lib/libusb/libusb-1.0.pc
+++ b/lib/libusb/libusb-1.0.pc
@@ -5,6 +5,6 @@ includedir=${prefix}/include
 
 Name: libusb-1.0
 Description: Library that abstracts ways to access USB devices (v1.0)
-Version: 1.0.13
+Version: 1.0.16
 Libs: -L${libdir} -lusb
 Cflags: -I${includedir}