svn commit: r267110 - head/lib/libusb

Ed Maste emaste at FreeBSD.org
Thu Jun 5 14:19:32 UTC 2014


Author: emaste
Date: Thu Jun  5 14:19:32 2014
New Revision: 267110
URL: http://svnweb.freebsd.org/changeset/base/267110

Log:
  Update reported libusb version to 1.0.13
  
  QEMU libusb host support needs at least libusbx-1.0.13, and our in-tree
  libusb supports the required functionality.  Exp-run in PR.
  
  PR:		181035

Modified:
  head/lib/libusb/libusb-1.0.pc

Modified: head/lib/libusb/libusb-1.0.pc
==============================================================================
--- head/lib/libusb/libusb-1.0.pc	Thu Jun  5 13:49:37 2014	(r267109)
+++ head/lib/libusb/libusb-1.0.pc	Thu Jun  5 14:19:32 2014	(r267110)
@@ -6,6 +6,6 @@ includedir=${prefix}/include
 
 Name: libusb-1.0
 Description: Library that abstracts ways to access USB devices (v1.0)
-Version: 1.0.9
+Version: 1.0.13
 Libs: -L${libdir} -lusb
 Cflags: -I${includedir}


More information about the svn-src-head mailing list