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:   richard
Date:           Sat Apr  9 08:18:58 UTC 2016

Modified Files:
        pkgsrc/devel/libusb1: Makefile distinfo
        pkgsrc/devel/libusb1/patches: patch-configure patch-configure.ac
Added Files:
        pkgsrc/devel/libusb1/patches: patch-config.h.in
            patch-libusb_Makefile.am patch-libusb_Makefile.in
            patch-libusb_core.c patch-libusb_libusbi.h
            patch-libusb_os_sunos__usb.c patch-libusb_os_sunos__usb.h

Log Message:
update to libusb-1.0.20
add experimental SunOS backend support adapted from the upstream RTI
submission from Oracle and initial illumos support from OpenIndiana/Hipster

>From the Changelog:
For detailed information about the changes below, please see the git log or
visit: http://log.libusb.info

2015-09-13: v1.0.20
* Add Haiku support
* Fix multiple memory and resource leaks (#16, #52, #76, #81)
* Fix possible deadlock when executing transfer callback
* New libusb_free_pollfds() API
* Darwin: Fix devices not being detected on OS X 10.8 (#48)
* Linux: Allow larger isochronous transfer submission (#23)
* Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings
* Windows: Fix broken bus number lookup
* Windows: Improve submission of control requests for composite devices
* Examples: Add two-stage load support to fxload (#12)
* Correctly report cancellations due to timeouts
* Improve efficiency of event handling
* Improve speed of transfer submission in multi-threaded environments
* Various other bug fixes and improvements
The (#xx) numbers are libusb issue numbers, see ie:
https://github.com/libusb/libusb/issues/16

MAKE_JOBS_SAFE=no given build issues when enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/libusb1/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/libusb1/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/libusb1/patches/patch-config.h.in \
    pkgsrc/devel/libusb1/patches/patch-libusb_Makefile.am \
    pkgsrc/devel/libusb1/patches/patch-libusb_Makefile.in \
    pkgsrc/devel/libusb1/patches/patch-libusb_core.c \
    pkgsrc/devel/libusb1/patches/patch-libusb_libusbi.h \
    pkgsrc/devel/libusb1/patches/patch-libusb_os_sunos__usb.c \
    pkgsrc/devel/libusb1/patches/patch-libusb_os_sunos__usb.h
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/libusb1/patches/patch-configure \
    pkgsrc/devel/libusb1/patches/patch-configure.ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index