summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* README: updated Maintainers list for GatesgarthArmin Kuster2020-11-0412-79/+47
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: Upgrade 7.18.1 -> 7.19.0Leon Anavi2020-11-041-2/+2
| | | | | | | | | | | | | | | | | | | | Upgrade to release 7.19.0: - Fix to restore the ability to specify more than one extension using command line flags when using traitlets 5.0 - Docs docs formatting that make the install commands work on zsh - Always display the last frame in tracebacks even if hidden with __traceback_hide__ - Avoid an issue where a callback can be registered multiple times. - Avoid an issue in debugger mode where frames changes could be lost. - Never hide the frames that invoke a debugger, even if marked as hidden by __traceback_hide__ - Fix calling the debugger in a recursive manner Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tornado: Upgrade 6.0.4 -> 6.1Leon Anavi2020-11-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 6.1: - Windows support has been improved. Tornado is now compatible with the proactor event loop (which became the default in Python 3.8) by automatically falling back to running a selector in a second thread. This means that it is no longer necessary to explicitly configure a selector event loop, although doing so may improve performance. This does not change the fact that Tornado is significantly less scalable on Windows than on other platforms. - Binary wheels are now provided for Windows, MacOS, and Linux (amd64 and arm64). - This is the last release of Tornado to support Python 3.5. Future versions will require Python 3.6 or newer License-Update: Checksum change, lisense remains "Apache-2.0" Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kiwisolver: Upgrade 1.3.0 -> 1.3.1Leon Anavi2020-11-041-2/+2
| | | | | | | | | | | | | Upgrade to release 1.3.1: - allow to avoid linking against VC2014_1 on windows - do not mark move constructor / assignment operator of expression as noexcept. This is to circumvent a suspected bug in the GCC compiler in the manylinux1 image. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyinotify: Add missing ctypes dependencyMark Jonas2020-11-041-1/+2
| | | | | | | | | | | | | pyinotify 0.9.6 has a runtime dependency on ctypes. See https://github.com/seb-m/pyinotify/blob/0.9.6/python3/pyinotify.py#L82 pyinotify prefers ctypes to inotify_syscalls. The latter is only a fallback. See https://github.com/seb-m/pyinotify/blob/0.9.6/python3/pyinotify.py#L129 Signed-off-by: Mark Jonas <toertel@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-langtable: Upgrade 0.0.53 -> 0.0.54Leon Anavi2020-11-041-2/+2
| | | | | | | | | | Upgrade to release 0.0.54: - Add list_common_languages derived from gnome-control-center Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dateparser: Upgrade 0.7.6 -> 1.0.0Leon Anavi2020-11-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.0.0: - Drop support for Python 2.7 and pypy - Now DateDataParser.get_date_data() returns a DateData object instead of a dict - From now wrong settings are not silenced and raise SettingValidationError - Now dateparser.parse() is deterministic and doesn't try previous locales. Also, DateDataParser.get_date_data() doesn't try the previous locales by default - Remove the 'base-formats' parser - Extract the 'no-spaces-time' parser from the 'absolute-time' parser and make it an optional parser - Remove numeral_translation_data - Remove the undocumented SKIP_TOKENS_PARSER and FUZZY settings - Remove support for using strings in date_formats - The undocumented ExactLanguageSearch class has been moved to the private scope and some internal methods have changed - Changes in dateparser.utils: normalize_unicode() doesn't accept bytes as input and convert_to_unicode has been deprecated - Add Python 3.9 support - Detect hours separated with a period/dot - Add support for "decade" - Add support for the hijri calendar in Python ≥ 3.6 - New logo! - Improve the README and docs - Fix the "calendars" extra - Fix leap years when PREFER_DATES_FROM is set - Fix STRICT_PARSING setting in no-spaces-time parser - Consider RETURN_AS_TIME_PERIOD setting for relative-time parser - Parse the 24hr time format with meridian info - Other small improvements Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: Upgrade 2020.10.23 -> 2020.10.28Leon Anavi2020-11-041-2/+2
| | | | | | | | | | Upgrade to release 2020.10.28: - Added Apache 2.0 licence file to the files in the git repository Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiofiles: Upgrade 0.5.0 -> 0.6.0Leon Anavi2020-11-041-2/+2
| | | | | | | | | | | | | Upgrade to release 0.6.0: - aiofiles is now tested on ppc64le. - Added name and mode properties to async file objects. - Fixed a DeprecationWarning internally. - Python 3.9 support and tests. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: Upgrade 3.7.1 -> 3.7.2Leon Anavi2020-11-041-2/+2
| | | | | | | | | | | Upgrade to release 3.7.2: - Fixed static files handling for loops without .sendfile() support Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kiwisolver: Upgrade 1.2.0 -> 1.3.0Leon Anavi2020-11-041-2/+2
| | | | | | | | | | | | | | Upgrade to release 1.3.0: - add c++ benchmarks and run them on CIs - modernize the c++ code by using more c++11 features - introduce move semantic in some c++ constructors to improve performances - add support for Python 3.9 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sh: Upgrade 1.14.0 -> 1.14.1Leon Anavi2020-11-041-2/+2
| | | | | | | | | | | Upgrade to release 1.14.1: - bugfix where setting _ok_code to not include 0, but 0 was the exit code Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-markdown: Upgrade 3.3.2 -> 3.3.3Leon Anavi2020-11-041-2/+2
| | | | | | | | | | | | | | Upgrade to release 3.3.3: - Unify all block-level tags - Fix issue where some empty elements would have text rendered as None when using md_in_html - Avoid catastrophic backtracking in hr regex - Fix hr HTML handling Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyexpect: Upgrade 1.0.20 -> 1.0.21Leon Anavi2020-11-041-2/+2
| | | | | | | | | | | | Upgrade to release 1.0.21: - Ensure .includes() handles a generator correcly - Also check python 3.8 and 3.9 - Ignore tox directory Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cryptography-vectors: Upgrade 3.1.1 -> 3.2Leon Anavi2020-11-041-2/+2
| | | | | | | | | | | | | | | | | | | | Upgrade to release 3.2: - SECURITY ISSUE: Attempted to make RSA PKCS#1v1.5 decryption more constant time, to protect against Bleichenbacher vulnerabilities. Due to limitations imposed by our API, we cannot completely mitigate this vulnerability and a future release will contain a new API which is designed to be resilient to these for contexts where it is required. Credit to Hubert Kario for reporting the issue. CVE-2020-25659 - Support for OpenSSL 1.0.2 has been removed. Users on older version of OpenSSL will need to upgrade. - Added basic support for PKCS7 signing (including SMIME) via :class:`~cryptography.hazmat.primitives.serialization.pkcs7.PKCS7SignatureBuilder`. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-luma-oled: Upgrade 3.6.0 -> 3.7.0Leon Anavi2020-11-041-2/+2
| | | | | | | | | | | | | Upgrade to release 3.7.0: - Drop support for Python 3.5, only 3.6 or newer is supported now - Add support for SSD1351 128x96 display - Pin luma.core to 1.x.y line only, in anticipation of performance improvements in upcoming major release Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kernel-selftest: Disable vm packageconfig for riscvKhem Raj2020-11-041-0/+4
| | | | | | it now needs libhugetlbfs which is not ported to riscv yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geoclue: Use git fetcherKhem Raj2020-11-031-2/+3
| | | | | | | gitlab archives are not consistent and can be regenerated as well like github, its therefore better to use git fetcher directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkd-dispatcher: Upgrade to 2.1Khem Raj2020-11-031-3/+4
| | | | | | Drop gitlab archives and use git fetcher directly instead Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ibus: Update to 1.5.3 plus fix for vala 0.50Khem Raj2020-11-032-10/+5
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mdbus2: Fix build with vala 0.50Khem Raj2020-11-032-1/+30
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remmina: Update to 1.4.8Khem Raj2020-11-031-3/+3
| | | | | | Use git fetcher instead of gitlab archives Signed-off-by: Khem Raj <raj.khem@gmail.com>
* musl-nscd: Update to latestKhem Raj2020-11-031-1/+1
| | | | | | | Get fix https://github.com/pikhq/musl-nscd/commit/ce81a80e30c2041d8260115fac86831ff64c354a Signed-off-by: Khem Raj <raj.khem@gmail.com>
* quagga: unify volatiles file nameYi Zhao2020-11-031-2/+2
| | | | | | | Make the volatiles file name starts with digital. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upgrade and de-blacklist nanopb recipeJasper Orschulko2020-11-031-2/+1
| | | | | | | | | | The current nanopb recipe is blacklisted due to python2 dependencies. However, newer releases of nanopb use python3 by default. This commit updates the used nanopb version to 0.4.3 and removes the recipe from the blacklist. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* numactl: Remove the recipeRandy Witt2020-11-035-174/+0
| | | | | | | | | The numactl recipe now exists in openembedded-core, as of commit dda815792b0939b2f233aa3ec7c140fc114a37d1 to oe-core. It was moved to facilitate the requirement rt-tests now has on libnuma. Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libssh2: fix ptestSakib Sajal2020-11-032-3/+8
| | | | | | | | One of the ptest was failing as it was missing an RDEPENDS for its test on documentation. Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mbedtls: Fix typo in PACKAGECONFIGMark Jonas2020-11-031-1/+1
| | | | | Signed-off-by: Mark Jonas <toertel@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: Upgrade to 2.44.1 releaseKhem Raj2020-11-034-17/+7
| | | | | | | | - Refresh patches to apply on new sources - Switch away from gitlab archives - Bypass pdf documentation generation Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: Fix build with riscv64/clangKhem Raj2020-11-021-0/+4
| | | | | | | Do not use lld linker on risc64, since it errors out riscv64-yoe-linux-ld.lld: error: init.c:(.text+0x0): relocation R_RISCV_ALIGN requires unimplemented linker relaxation; recompile with -mno-relax Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: update v1.4.4 -> v1.4.5Bartosz Golaszewski2020-11-021-2/+2
| | | | | | | This bugfix release contains a couple fixes for C++ and Python bindings. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gperftools: Fix build with new musl updatesKhem Raj2020-11-022-0/+39
| | | | | | | | | Latest musl shows build failures e.g. ../git/src/profile-handler.cc:275:8: error: no member named '_sigev_un' in 'sigevent' sevp._sigev_un._tid = sys_gettid(); ~~~~ ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard-tools: upgrade 1.0.20200513 -> 1.0.20200827Ricardo Salveti2020-11-021-1/+1
| | | | | | | | | | | | | | | | | | Changelog: - 7a321ce version: bump - 91fbeb4 Revert "wg-quick: wait on process substitutions" - 9a0d65e wg-quick: android: use iproute2 to bring up interface instead of ndc - fbca033 version: bump - 26683f6 wg-quick: wait on process substitutions - 13fac76 ctype: use non-locale-specific ctype.h - cf2bf09 pubkey: isblank is a subset of isspace - b4a8a18 man: wg-quick: use syncconf instead of addconf for strip example - a66219f systemd: add reload target to systemd unit - eb4665e wincompat: fold random into genkey - 197995d ipc: split into separate files per-platform Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard-module: upgrade 1.0.20200712 -> 1.0.20200908Ricardo Salveti2020-11-021-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: - d97b575 version: bump - 482d020 peerlookup: take lock before checking hash in replace operation - dace9d0 compat: backport NLA policy macros - a28032f netlink: consistently use NLA_POLICY_MIN_LEN() - 515d544 netlink: consistently use NLA_POLICY_EXACT_LEN() - 1a41e32 compat: backport kfree_sensitive and switch to it - 90a9e82 compat: drop support for SUSE 15.1 - a567b4c version: bump - 4213ef0 compat: add missing headers for ip_tunnel_parse_protocol - 5a45add compat: ipv6_dst_lookup_flow was ported to rhel 7.9 beta - 372427a compat: allow override of depmod basedir - f04dae1 compat: rhel 8.3 beta removed nf_nat_core.h Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: Fix build on 32bit targets and clangKhem Raj2020-11-022-0/+30
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spirv-tools: moved into OE-core, delete from meta-oeJose Quaresma2020-11-021-35/+0
| | | | | | | https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=5f6470eb2c1e5b5aa578031830f057d63d4ae230 Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* chrony: Patch CVE-2020-14367Anatol Belski2020-11-022-0/+205
| | | | | Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: Update to 12.19.0Khem Raj2020-11-021-1/+1
| | | | | | This perhaps is last release in 12.x LTS Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: Fix arm32/thumb builds with clangKhem Raj2020-11-022-0/+54
| | | | | | | | | | | Backport a patch from upstream to take care of build failure e.g. | ../deps/v8/src/codegen/arm/cpu-arm.cc:38:16: error: write to reserved register 'R7' | asm volatile("svc 0\n" | ^ | 1 error generated. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* toybox: upgrade 0.8.3 -> 0.8.4Zang Ruochen2020-11-023-58/+1
| | | | | | | | | 0001-Tackle-SIGEMT-and-SIGSTKFLT-is-not-glibc-specific.patch mips-no-STKFLT.patch Removed since these are included in 0.8.4 Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nftables: upgrade 0.9.6 -> 0.9.7Zang Ruochen2020-11-021-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler-data: upgrade 0.4.9 -> 0.4.10Zang Ruochen2020-11-021-4/+4
| | | | | | | | | | | | | | -License-Update(COPYING):The changes are as follows version 0.4.9: The cidToUnicode, nameToUnicode and unicodeMap data files installed by the poppler-data package are under the COPYING.gpl2 license version 0.4.10: The cidToUnicode, nameToUnicode and unicodeMap data files installed by the poppler-data package are licensed under the GNU General Public License (GPL), version 2 (COPYING.gpl2) or version 3 (COPYING.gpl3). -License-Update(COPYING.adobe):Copyright year updated to 2019. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: upgrade 2020.6 -> 2020.7Zang Ruochen2020-11-021-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nvme-cli: upgrade 1.12 -> 1.13Zang Ruochen2020-11-021-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: upgrade 1.14.2 -> 1.14.6Zang Ruochen2020-11-021-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libkcapi: upgrade 1.2.0 -> 1.2.1Zang Ruochen2020-11-021-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hidapi: upgrade 0.9.0 -> 0.10.0Zang Ruochen2020-11-021-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fmt: upgrade 7.0.3 -> 7.1.0Zang Ruochen2020-11-021-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* radvd: upgrade 2.18 -> 2.19Zang Ruochen2020-11-022-5/+5
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsprogs: upgrade 5.8.0 -> 5.9.0Zang Ruochen2020-11-021-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>