Commit graph

41 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
Stephan Raue
36adf16fa1 libusb: add patch to support automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-12 18:04:38 +01:00
Stephan Raue
f3fe886a98 libusb: update to libusb-1.0.9
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-04-22 13:42:23 +02:00
Domin6
543c89c24b Change copyright and FSF address, this fixes #252 2012-02-29 13:36:32 +01:00
Stephan Raue
18979cae35 libusb: build static library needed for oscam addon
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-12-29 13:10:42 +01:00
Stephan Raue
e9f16c6d29 libusb: add license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-01-09 18:44:38 +01:00
Stephan Raue
7a0a0e85b6 libusb: simpyfing sourceforge download url
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-16 13:47:03 +01:00
Stephan Raue
f5e39bb596 libusb: fix downloadurl
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-15 19:56:14 +01:00
Stephan Raue
1bbf27cdc5 libusb: cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-26 22:02:13 +01:00
Stephan Raue
141e105b40 libusb: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-25 18:16:04 +01:00
Stephan Raue
300e7fdac9 libusb: add metafile support, cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-14 12:39:11 +01:00
Stephan Raue
60b7c76189 packages/sysutils: remove $PKG_DIR declaration (now in config/path), include config/options with package name
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-21 18:55:47 +02:00
Stephan Raue
4c7bf67500 libusb:
- update to libusb-1.0.8
2010-06-09 20:07:28 +02:00
Stephan Raue
e06a16e21c libusb:
- update to libusb-1.0.6
2010-04-17 00:01:47 +02:00
Stephan Raue
10ef0207ff new package:
- add libusb
2009-12-24 23:02:21 +01:00
Stephan Raue
87ce6baa91 move package libusb:
- no more need, move to pkg-archive branch
2009-10-22 11:09:44 +02:00
Stephan Raue
b175cbcc7b new package:
- add package libusb
2009-10-22 09:20:43 +02:00