Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 2024 21:26:01 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 5bd6e6c1ddff - stable/14 - libusb: claim to be version 1.0.16
Message-ID:  <202408062126.476LQ1SI067542@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=5bd6e6c1ddff7f10e8b86703536d81af8ce0532b

commit 5bd6e6c1ddff7f10e8b86703536d81af8ce0532b
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:25:21 +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)
---
 lib/libusb/libusb-1.0.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libusb/libusb-1.0.pc.in b/lib/libusb/libusb-1.0.pc.in
index 7dbf746e773e..3a2f27cc52b8 100644
--- a/lib/libusb/libusb-1.0.pc.in
+++ b/lib/libusb/libusb-1.0.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
 
 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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408062126.476LQ1SI067542>