Commit graph

25 commits

Author SHA1 Message Date
Rudi Heitbaum
560baa2f93 libusb: update to 1.0.26
changelog:
- https://github.com/libusb/libusb/blob/master/ChangeLog

2022-04-10: v1.0.26
* Fix regression with transfer free's after closing device
* Fix regression with destroyed context if API is misused
* Workaround for applications using missing default context
* Fix hotplog enumeration regression
* Fix Windows isochronous transfer regression since 1.0.24
* Fix macOS exit crash in some multi-context cases
* Build fixes for various platforms and configurations
* Fix Windows HID multi-interface product string retrieval
* Update isochronous OUT packet actual lengths on Windows
* Add interface bound checking for broken devices
* Add umockdev tests on Linux
2022-04-19 11:47:00 +00:00
heitbaum
c6e36a8149 libusb: update to 1.0.25
update 1.0.24 (2020-12-11) to 1.0.25 (2022-01-31)

Changelog:
- https://github.com/libusb/libusb/blob/master/ChangeLog

2022-01-31: v1.0.25
* Linux: Fix regression with some particular devices
* Linux: Fix regression with libusb_handle_events_timeout_completed()
* Linux: Fix regression with cpu usage in libusb_bulk_transfer
* Darwin (macOS): Add support for detaching kernel drivers with authorization.
* Darwin (macOS): Do not drop partial data on timeout.
* Darwin (macOS): Silence pipe error in set_interface_alt_setting().
* Windows: Fix HID backend missing byte
* Windows: Fix segfault with libusbk driver
* Windows: Fix regression when using libusb0 driver
* Windows: Support LIBUSB_TRANSFER_ADD_ZERO_PACKET on winusb
* New NO_DEVICE_DISCOVERY option replaces WEAK_AUTHORITY option
* Various other bug fixes and improvements
2022-02-05 04:04:30 +00:00
heitbaum
b58a14a3fb libusb: update to 1.0.24 2021-01-07 09:29:49 +00:00
CvH
a6df18d843 libusb: update to 1.0.23 2020-11-01 19:37:08 +01:00
MilhouseVH
5cb8fbf72b libusb: update to libusb-1.0.22 2019-02-02 15:43:07 +00:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
CvH
1b9cbdaf26 spdx: packages/sysutils 2018-07-18 22:37:47 +02:00
Sascha Kuehndel (InuSasha)
8827a540aa
buildsystem: add BUILD_FLAG support
- replace strip_lto/strip_gold (only allowed to disable)
- add flag for PIC feature
- add flag to stop build parallel
- add support for hardening option (initial copy from debian 9)

All build parameters, are added in setup_toolchain.
`PKG_[FLAG]_[HOST/TARGET]_ENABLED` variable is introduced for checking the flag (yes/no) in the package.mk

Thanks to @MilhouseVH, for support and fixing
2018-03-07 18:35:01 +01:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
MilhouseVH
2d7d5c817f libusb: update to libusb-1.0.21 2017-05-06 22:45:24 +01:00
awiouy
cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
awiouy
d646d98ec3 libusb: disable autoreconf 2016-11-15 20:51:46 +01:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
Stephan Raue
f51faa070d packages: update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +01:00
Stephan Raue
d98f05a7be libusb: fails to build if building parallel
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-09-23 14:28:06 +02:00
qods
d700627937 libusb: update to libusb-1.0.20, update license and link 2015-09-22 10:08:08 +02:00
Stephan Raue
be3f319915 libusb: update to libusb-1.0.19
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-06-18 09:59:22 +02:00
Stephan Raue
8b6596b982 libusb: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-30 14:56:18 +01:00
Stephan Raue
0f3e2d4ffa update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-21 21:51:48 +01:00
Stephan Raue
24ce659b38 various packages: a bit cosmetics here and there
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-10-14 15:42:13 +02:00
Stefan Saraev
865668973e libusb: convert to new package format. 2013-10-11 21:07:35 +03:00
Renamed from packages/sysutils/libusb/meta (Browse further)