summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libnftnl: upgrade 1.1.7 -> 1.1.8Zang Ruochen2020-11-021-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poco: Upgrade 1.9.4 -> 1.10.1richard2020-11-023-67/+6
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: specify GCC_AR and GCC_RANLIBYi Zhao2020-11-022-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We encountered a minifi-cpp build error on a self-hosted image: [snip] /build/tmp-glibc/work/corei7-64-wrs-linux/minifi-cpp/0.7.0-r0/recipe-sysroot-native/usr/bin/x86_64-wrs-linux/x86_64-wrs-linux-ranlib: thirdparty/civetweb-1.10/src/libcivetweb-cpp.a(CivetServer.cpp.o): plugin needed to handle lto object /build/tmp-glibc/work/corei7-64-wrs-linux/minifi-cpp/0.7.0-r0/recipe-sysroot-native/usr/bin/x86_64-wrs-linux/x86_64-wrs-linux-ranlib: thirdparty/civetweb-1.10/src/libcivetweb.a(civetweb.c.o): plugin needed to handle lto object [snip] /build/tmp-glibc/work/corei7-64-wrs-linux/minifi-cpp/0.7.0-r0/recipe-sysroot-native/usr/bin/x86_64-wrs-linux/../../libexec/x86_64-wrs-linux/gcc/x86_64-wrs-linux/10.2.0/ld: DWARF error: could not find variable specification at offset c960f /build/tmp-glibc/work/corei7-64-wrs-linux/minifi-cpp/0.7.0-r0/recipe-sysroot-native/usr/bin/x86_64-wrs-linux/../../libexec/x86_64-wrs-linux/gcc/x86_64-wrs-linux/10.2.0/ld: DWARF error: could not find variable specification at offset c961d [snip] extensions/civetweb/libminifi-civet-extensions.a(ListenHTTP.cpp.o): in function `org::apache::nifi::minifi::processors::ListenHTTP::WriteCallback::process(std::shared_ptr<org::apache::nifi::minifi::io::BaseStream>)': /usr/src/debug/minifi-cpp/0.7.0-r0/git/extensions/civetweb/processors/ListenHTTP.cpp:464: undefined reference to `mg_read' [snip] When using GCC's link-time optimization with static linked libraries, we should use gcc-ar and gcc-ranlib to create the static libraries. By default, it will search gcc-ar and gcc-ranlib in the system. But if the gcc-ranlib is not found, it will use ranlib instead which causes this issue. Specify GCC_AR and GCC_RANLIB in EXTRA_OECMAKE to make sure it can find the correct gcc-ar/gcc-ranlib. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thin-provisioning-tools: switch branch from master to mainchangqing.li@windriver.com2020-11-021-1/+1
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-calendar: update to 3.38.1, add libhandy 1.x supportAlexander Kanavin2020-11-022-1/+244
| | | | | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mprpc: remove the recipeAlexander Kanavin2020-11-022-14/+0
| | | | | | | | | The project has been abandoned for a few years now, and no longer builds with python 3.9. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsigrokdecode: add python 3.9 supportAlexander Kanavin2020-10-292-1/+29
| | | | | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* collect: do not build with -WerrorAlexander Kanavin2020-10-291-1/+1
| | | | | | | | | The option is prone to unwanted regressions, particularly new version of python has introduced new deprecations, which broke the build. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: Upgrade 3.6.3 -> 3.7.1Leon Anavi2020-10-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.7.1: - Fixed a type error caused by the conditional import of Protocol - Server doesn't send Content-Length for 1xx or 204 - Fix run_app typing - Always require typing_extensions library - Fix a variable-shadowing bug causing ThreadedResolver.resolve to return the resolved IP as the hostname in each record, which prevented validation of HTTPS connections - Added annotations to all public attributes - Fix flaky test_when_timeout_smaller_second - Ensure sending a zero byte file does not throw an exception - Fix a bug in web.run_app() about Python version checking on Windows License-Update: Update year 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-zipp: Upgrade 3.3.1 -> 3.4.0Leon Anavi2020-10-281-2/+2
| | | | | | | | | | | Upgrade to release 3.4.0: - Path.joinpath now takes arbitrary positional arguments and no longer accepts add as a keyword argument. 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-core: Upgrade 1.17.2 -> 1.17.3Leon Anavi2020-10-281-3/+3
| | | | | | | | | | | | | | | Upgrade to release 1.17.3: - Drop support for Python 3.5, only 3.6 or newer is supported now - Add missing cmdline interfaces: "noop" & "gpio_cs_spi" - Legacy proportional font wrapper raises user-friendly error message when character is not in the font table License-Update: Update year 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-u-msgpack-python: Upgrade 2.7.0 -> 2.7.1Leon Anavi2020-10-281-2/+2
| | | | | | | | | | | | Upgrade to release 2.7.1: - Add Ext type value validation to Ext class and ext_serializable() decorator - Change string formatting from % to .format() throughout codebase 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-tqdm: Upgrade 4.50.2 -> 4.51.0Leon Anavi2020-10-281-2/+2
| | | | | | | | | | | | | Upgrade to release 4.51.0: - add {eta} datetime bar_format argument - fix py3 CLI --update & --update_to - replace nosetests with pytest - add & update 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-pyparted: Upgrade 3.11.6 -> 3.11.7Leon Anavi2020-10-281-2/+2
| | | | | | | | | | | | Upgrade to release 3.11.7: - Set PY_SSIZE_T_CLEAN for the build - add nvme support - Update RELEASE file to make last step be "make pypi" 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-psutil: Upgrade 5.7.2 -> 5.7.3Leon Anavi2020-10-281-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 5.7.3: - [FreeBSD] add support for Process.rlimit(). - [BSD] add support for Process.environ() - [UNIX] net_if_stats()'s isup also checks whether the NIC is running (meaning Wi-Fi or ethernet cable is connected) - [Linux] improved battery detection and charge "secsleft" calculation - [Linux] physical cpu_count() result is incorrect on systems with more than one CPU socket - [macOS] Process.exe() may raise FileNotFoundError if process is still alive but the exe file which launched it got deleted - [macOS] fix missing include for getpagesize() - [Windows] Process.open_files() may cause a segfault due to a NULL pointer - [Linux] sensors_battery(): if percent can be determined but not the remaining values, still return a result instead of None. 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: Upgrade 3.1.1 -> 3.2Leon Anavi2020-10-281-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-prettytable: add python3-wcwidth to RDEPENDSSakib Sajal2020-10-281-0/+1
| | | | | | | | | | Upstream prettytable uses wcwidth since v1.0.0, see commit 83689922af58c152993e8ef5bcf7dd1464371272. Hence, add python3-wcwidth to RDEPENDS . Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: Upgrade 1.12.3 -> 1.12.5Leon Anavi2020-10-281-2/+2
| | | | | | | | | | Upgrade to release 1.12.5: - Don't raise when downloading zero byte files 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.15 -> 2020.10.23Leon Anavi2020-10-281-2/+2
| | | | | | | | | | | Upgrade to release 2020.10.23: - Compilaton flag to avoid storing compiled regexp in internal cache 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-lxml: Upgrade 4.5.2 -> 4.6.1Leon Anavi2020-10-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 4.6.1: - lxml.html.InputGetter supports __len__() to count the number of input fields. - lxml.html.InputGetter has a new .items() method to ease processing all input fields. - lxml.html.InputGetter.keys() now returns the field names in document order. - GH-309: The API documentation is now generated using sphinx-apidoc. - C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined. - TreeBuilder.close() raised AssertionError in some error cases where it should have raised XMLSyntaxError. It now raises a combined exception to keep up backwards compatibility, while switching to XMLSyntaxError as an interface. - A vulnerability was discovered in the HTML Cleaner by Yaniv Nizry, which allowed JavaScript to pass through. The cleaner now removes more sneaky "style" content. 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-sentry-sdk: Upgrade 0.19.0 -> 0.19.1Leon Anavi2020-10-281-2/+2
| | | | | | | | | | | Upgrade to release 0.19.1: - Fix dependency check for blinker fixes - Fix incorrect timeout warnings in AWS Lambda and GCP integrations 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-traitlets: Upgrade 5.0.4 -> 5.0.5Leon Anavi2020-10-281-2/+2
| | | | | | | | | | | | | | | Upgrade to release 5.0.5: - Support deprecated literals for sets, tuples on the command-line: nbconvert --TagRemovePreprocessor.remove_cell_tags='{"tag"}' - Fix from_string_list for Tuples in general - Fix support for List(default_value=None, allow_none=True) and other Container traits - Fix help output for nested aliases and tuple traits 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>
* emacs: Fix packaging for emacs-minimalAlejandro Hernandez Samaniego2020-10-271-0/+1
| | | | | | | Emacs-minimal needs disp-table at load time, add it to the minimal package Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add new recipe for squashfs-tools-ngLuca Boccassi2020-10-272-0/+33
| | | | | | | | | The main difference with squashfs-tools is the availability of a shared library and a programmatic interface, rather than just command-line tools. Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: Fix build with clang on riscv32Khem Raj2020-10-272-0/+49
| | | | | | | | | clang defines __ILP32__ for rv32 but gcc does not as a result backtracing gets enabled when using clang but not when using gcc so clang build exposes a porting error. Therefore add code to return correct mcontext on rv32 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: Do not use lld on riscv32Khem Raj2020-10-261-0/+1
| | | | | | | | Fixes errors like | riscv32-yoe-linux-ld.lld: error: init.c:(.text+0x0): relocation R_RISCV_ALIGN requires unimplemented linker relaxation; recompile with -mno-relax | riscv32-yoe-linux-ld.lld: error: testCCompiler.c:(.text+0x0): relocation R_RISCV_ALIGN requires unimplemented linker relaxation; recompile with -mno-relax Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: upgrade 3.13.0 -> 3.13.0.1zangrc2020-10-231-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nano: upgrade 5.2 -> 5.3zangrc2020-10-231-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqmi: upgrade 1.26.4 -> 1.26.6zangrc2020-10-231-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpwquality: upgrade 1.4.2 -> 1.4.4zangrc2020-10-231-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libp11: upgrade 0.4.10 -> 0.4.11zangrc2020-10-231-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmtp: upgrade 1.1.17 -> 1.1.18zangrc2020-10-231-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgphoto2: upgrade 2.5.25 -> 2.5.26zangrc2020-10-231-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gphoto2: upgrade 2.5.23 -> 2.5.26zangrc2020-10-231-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vnstat: add recipeFagundes, Paulo2020-10-232-0/+21
| | | | | | | | vnStat is a console-based network traffic monitor for Linux and BSD that keeps a log of network traffic for the selected interface(s). Signed-off-by: Paulo Fagundes <paulohefagundes@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typeguard: Upgrade 2.9.1 -> 2.10.0Leon Anavi2020-10-221-2/+2
| | | | | | | | | | | | | | | | | | | | Upgrade to release 2.10.0: - Added support for Python 3.9 - Added support for nested Literal - Added support for TypedDict inheritance (with some caveats; see the user guide on that for details) - An appropriate TypeError is now raised when encountering an illegal Literal value - Fixed checking NoReturn on Python < 3.8 when typing_extensions was not installed - Fixed import hook matching unwanted modules - Install the pytest plugin earlier in the test run to support more use cases 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-pymisp: Upgrade 2.4.131 -> 2.4.133Leon Anavi2020-10-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.4.133: - [attribute type] telfhash added. - [add_gitlab_user] new gitlab user fetch script to MISP object. - Bump object templates. - Bump changelog. - Bump version. - Bump test cases. - [type] updated. - Bump file obj version in tests. - [data] misp-objects updated. - Bump build system to poetry 1.1. - [type] new type added. - [add_github_user] add ssh keys of the user in the MISP object. - [add_github_user] more fields added from the GitHub API. - Bump deps, objects. - Add test for delete=True in get_event. - [add_github_user] add following to the MISP object. - Bump dependencies. - Pass a list to add_attributes. - Use MISPObject instead of GenericObjectGenerator. - [doc] add a reference to the license. - Add docstrings and extend conf.py for RTD. - Remove PyMISPExpanded from the docs. - Add comments to ELF, PE, and MachO object generators. - Improve error message, add comments, rename whitelist to allowedlist. - Remove SG search for search() func as this doesn't support SG searching, but the index does. 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.1 -> 3.3.2Leon Anavi2020-10-221-2/+2
| | | | | | | | | | | Upgrade to release 3.3.2: - Properly parse inline HTML in md_in_html - Account for Etree Elements in HTML Stash 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-bitarray: Upgrade 1.5.3 -> 1.6.0Leon Anavi2020-10-221-2/+2
| | | | | | | | | | | | | | | | | | | Upgrade to release 1.6.0: - add `decodetree` object, for speeding up consecutive calls to `.decode()` and `.iterdecode()`, in particular when dealing with large prefix codes, see #103 - add optional parameter to `.tolist()` which changes the items in the returned list to integers (0 or 1), as opposed to Booleans - remove deprecated `bitdiff()`, which has been deprecated since version 1.2.0, use `bitarray.util.count_xor()` instead - drop Python 2.6 support License-Update: Update license file, license remains the same. 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-urllib3: Upgrade 1.25.10 -> 1.25.11Leon Anavi2020-10-221-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 1.25.11: - Fix retry backoff time parsed from Retry-After header when given in the HTTP date format. The HTTP date was parsed as the local timezone rather than accounting for the timezone in the HTTP date (typically UTC) - Fix issue where an error would be raised when the SSLKEYLOGFILE environment variable was set to the empty string. Now SSLContext.keylog_file is not set in this situation 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-dominate: Upgrade 2.5.2 -> 2.6.0Leon Anavi2020-10-221-2/+2
| | | | | | | | | | | Upgrade to release 2.6.0: - Add get_current() to return the current active element in a with context 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-humanize: Upgrade 3.0.1 -> 3.1.0Leon Anavi2020-10-221-2/+2
| | | | | | | | | | | | | Upgrade to release 3.1.0: - Declare support for Python 3.9 - testing/docs: Include doctests in testing - Allow custom "now" in naturaldelta and naturaltime - Represent with a zero if the delta is too small 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-pydicti: Upgrade 1.1.3 -> 1.1.4Leon Anavi2020-10-221-2/+2
| | | | | | | | | | | | Upgrade to release 1.1.4: - use str.casefold() on python3 - make normalization function a parameter of build_dict, so that user-defined normalization functions can be passed 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-semver: Upgrade 2.10.2 -> 2.13.0Leon Anavi2020-10-221-2/+2
| | | | | | | | | | | | | Upgrade to release 2.13.0: - Document how to create subclass from VersionInfo - Ensure equal versions have equal hashes. Version equality means for semver, that major, minor, patch, and prerelease parts are equal in both versions you compare. The build part is ignored. 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-pychromecast: Upgrade 7.5.0 -> 7.5.1Leon Anavi2020-10-221-2/+2
| | | | | | | | | | | Upgrade to release 7.5.1: - Use threading.Thread.is_alive - Bump flake8 from 3.8.3 to 3.8.4 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-zipp: Upgrade 3.3.0 -> 3.3.1Leon Anavi2020-10-221-2/+2
| | | | | | | | | | Upgrade to release 3.3.1: - bpo-42043: Add tests capturing subclassing requirements. 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-colorama: Upgrade 0.4.3 -> 0.4.4Leon Anavi2020-10-221-2/+2
| | | | | | | | | | | | | | | | | | | Upgrade to release 0.4.4: - Re-org of README, to put the most insteresting parts near the top. - Added Linux makefile targets and Windows powershell scripts to automate bootstrapping a development environment, and automate the process of testing wheels before they are uploaded to PyPI. - Use stdlib unittest.mock where available - Travis CI now also builds on arm64 - Demo06 demonstrates existing cursor positioning feature - Fix OSC regex & handling to prevent hang or crash - Document enterprise support by Tidelift 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.11 -> 2020.10.15Leon Anavi2020-10-221-2/+2
| | | | | | | | | | Upgrade to release 2020.10.15: - Fix GCC 10 warnings 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>
* pcsc-tools: add new packageDaniel Ammann2020-10-222-0/+17
| | | | | Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add recipe for fsverity-utilsLuca Boccassi2020-10-212-0/+29
| | | | | | | | | | | Library and command-line tool to manage the fs-verity feature, introduced in Linux 5.4 and supported in ext4 and f2fs filesystems. https://www.kernel.org/doc/html/latest/filesystems/fsverity.html Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>