aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-09-05nlohmann-json: upgrade 3.9.1 -> 3.10.2wangmy
Release date: 2021-08-26 SHA-256: 059743e48b37e41579ee3a92e82e984bfa0d2a9a2b20b175d04db8089f46f047 (json.hpp) 61e605be15e88deeac4582aaf01c09d616f8302edde7adcaba9261ddc3b4ceca (include.zip) Summary This release is made days after the 3.10.1 release due to a bug in the release script: The 3.10.1 release at GitHub contained the correct files, but the associated tag v3.10.1 points to the wrong commit. This release is made with a fixed build script. All changes are backward-compatible. Improvements Fix the release scripts to correctly tag releases. https://github.com/nlohmann/json/issues/2973 Fix some -Wunused warnings on JSON_DIAGNOSTICS when the library is built without CMake. https://github.com/nlohmann/json/issues/2975 https://github.com/nlohmann/json/pull/2976 Deprecated functions Passing iterator pairs or pointer/length pairs to parsing functions (basic_json::parse, basic_json::accept, basic_json::sax_parse, basic_json::from_cbor, basic_json::from_msgpack, basic_json::from_ubjson, basic_json::from_bson) via initializer lists is deprecated. Instead, pass two iterators; for instance, call basic_json::from_cbor(ptr, ptr+len) instead of basic_json::from_cbor({ptr, len}). -License-Update: Copyright year updated to 2021. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-05monit: upgrade 5.28.1 -> 5.29.0wangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-05libwebsockets: upgrade 4.2.1 -> 4.2.2wangmy
ss: sigv4: disable ctest until new auth available Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-05cjson: upgrade 1.7.14 -> 1.7.15wangmy
Fixes: Fix potential core dumped for strrchr, see https://github.com/DaveGamble/cJSON/pull/546 Fix null pointer crash in cJSON_CreateXxArray, see https://github.com/DaveGamble/cJSON/pull/538 Fix several null pointer problems on allocation failure, see https://github.com/DaveGamble/cJSON/pull/526 Fix a possible dereference of null pointer, see https://github.com/DaveGamble/cJSON/pull/519 Fix windows build failure about defining nan, see https://github.com/DaveGamble/cJSON/pull/518 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-05wireshark: upgrade 3.4.7 -> 3.4.8zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-05toybox-inittab: Use 0BSD for LIC_FILES_CHKSUMKhem Raj
BSD-0-Clause has been deleted from common licenses Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
2021-09-03ndisc6: fix typo in DESCRIPTION variable namePatrick Williams
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-03gjs: Remove valgrind dependency on rv32/rv64Khem Raj
valgrind is not yet ported to these archtectures Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-03gjs: fix typo in RDEPENDS variable namePatrick Williams
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-03python3-pytest-subtests: add recipeTrevor Gamblin
Newer versions of python3-cryptography will rely on the subtests fixture for their ptests. Add this recipe so that cryptography can be given the necessary RDEPENDS when it is upgraded. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-09-03recipes-devtools: python: add support for KivyWilliam Huang
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-09-03python3-regex: upgrade to 2021.8.28Martin Jansa
* 2021.8.27 causes python3 to segfault in various cases: https://bitbucket.org/mrabarnett/mrab-regex/issues/421/2021827-results-in-fatal-python-error and was already yanked from pypi: https://pypi.org/project/regex/2021.8.27/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-09-01apitrace: Enable on glibc >= 2.34Khem Raj
Drop unused patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-01bluealsa: Add recipeKhem Raj
Implementation of bluetoooth audio over alsa backend esepcially with bluez5 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-01pipewire: Upgrade to 0.3.34Khem Raj
Enable systemd user services as well as they are required for user pipewire sessions Turn pw-cat into a packageconfig Enable systemd-user-service only for systemd Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-01meta-oe: stop using "virtual/" in RPROVIDES and RDEPENDSMichael Opdenacker
Recipes shouldn't use the "virtual/" string in RPROVIDES and RDEPENDS. That's confusing because "virtual/" has no special meaning in RPROVIDES and RDEPENDS (unlike in PROVIDES and DEPENDS). Instead, using "virtual-" instead of "virtual/" as already done in the glibc recipe in OE-core Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-01nftables: upgrade 0.9.9 -> 1.0.0Trevor Gamblin
From the changelog (https://marc.info/?l=netfilter&m=162939459210790&w=2): - Catch-all set element support: This allows users to define the special wildcard set element for anything else not defined in the set - Define variables from the command line through --define - Allow to use stateful expressions in maps - Add command to list the netfilter hooks pipeline for a given packet family. If device is specified, then ingress path is also included - Allow to combine jhash, symhash and numgen expressions with the queue statement, to fan out packets to userspace queues via nfnetlink_queue - Expand variable containing set into multiple mappings - Allow to combine verdict maps with interval concatenations - Simplify syntax for NAT mappings. You can specify an IP range, or a specific IP and port, or a combination of range of IP addresses and ports - Bugfixes Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-01meta-multimedia: stop using "virtual/" in RPROVIDES and RDEPENDSMichael Opdenacker
Recipes shouldn't use the "virtual/" string in RPROVIDES and RDEPENDS. That's confusing because "virtual/" has no special meaning in RPROVIDES and RDEPENDS (unlike in PROVIDES and DEPENDS). Instead, using "virtual-" instead of "virtual/" as already done in the glibc recipe in OE-core Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-31nginx: Fix off_t size passed in configureNathan Rossi
For linux, nginx will always compile with '-D_FILE_OFFSET_BITS=64'. This means that off_t will always be 8 bytes long, even on 32-bit targets. This configuration change resolves some issues with nginx and handling range headers. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-31libbpf: remove stale commentPeter Morrow
The license typo (LPGL --> LGPL) was fixed in libbpf 0.4. Signed-off-by: Peter Morrow <pemorrow@linux.microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-30image_types_sparse: stop using ext2simgDmitry Baryshkov
Under some conditions ext2simg can corrupt the file system (see https://lore.kernel.org/linux-ext4/CAP71WjwVdqmLEq1NGWK36JkEd-i05YcAu4jeY6GFjsk6TS=Mtg@mail.gmail.com/). This has been reproduced with the ext2simg currently found meta-oe's android-tools-native). Stop using ext2simg and always use img2simg. This results in bigger images, but without the risk of image corruption. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-30hidapi: add rdep on glibc-gconv-utf-16Justin Bronder
libhidapi-libusb needs to convert from UTF-16LE to WCHAR_T in order to read various libusb string descriptors. Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-30rdma-core: upgrade 35.0 -> 36.0zangrc
Changes: d7a9dde Merge pull request from yishaih/mlx5_misc 3133cf5 Merge pull request from yishaih/mlx5_dr 47c0f43 tests: Add raw wqe test 5af61e8 pyverbs: Added mlx5dv_wr_raw_wqe wrapper b0e2dca pyverbs: Add mlx5_wqe_ctrl_seg, mlx5_wqe_data_seg wrapper 8ff1c5c mlx5: Introduce mlx5dv_wr_raw_wqe builder 2d15a14 Merge pull request from yishaih/mlx5_cq 0c40d53 mlx5: Avoid translation from free running to real time 95d660b Update kernel headers a66e2a5 Merge pull request from rpearsonhpe/mw Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-30python3-pkcs11: Add recipe for version 0.7.0Vesa Jääskeläinen
"A high level, “more Pythonic” interface to the PKCS#11 (Cryptoki) standard to support HSM and Smartcard devices in Python." Signed-off-by: Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-30python3-cached-property: Add recipe for version 1.5.2Vesa Jääskeläinen
"A decorator for caching properties in classes." Signed-off-by: Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-30python3-stevedore: upgrade 3.3.0 -> 3.4.0zhengruoqin
3.4.0 ----- * setup.cfg: Replace dashes with underscores * Fix formatting of release list * Remove lower-constraints remnants * Move flake8 as a pre-commit local target * Add Python3 xena unit tests * Update master for stable/wallaby * Dropping lower constraints testing Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-30python3-sqlalchemy: upgrade 1.4.22 -> 1.4.23zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-30python3-regex: upgrade 2021.8.3 -> 2021.8.27zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-30python3-pyephem: upgrade 3.7.7.1 -> 4.0.0.2zangrc
-License-Update: Change to MIT License. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-30python3-haversine: upgrade 2.3.1 -> 2.4.0zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-30python3-h5py: upgrade 3.3.0 -> 3.4.0zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-30python3-google-api-python-client: upgrade 2.17.0 -> 2.18.0zangrc
Features analyticsadmin: update the api apigee: update the api appengine: update the api bigquerydatatransfer: update the api cloudfunctions: update the api compute: update the api containeranalysis: update the api container: update the api documentai: update the api gkehub: update the api iam: update the api ideahub: update the api ondemandscanning: update the api osconfig: update the api people: update the api securitycenter: update the api slides: update the api tagmanager: update the api Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-30python3-gevent: upgrade 21.1.2 -> 21.8.0zangrc
21.8.0 (2021-08-05) =================== Features -------- - Update the embedded c-ares from 1.16.1 to 1.17.1. See :issue:`1758`. - Add support for Python 3.10rc1 and newer. As part of this, the minimum required greenlet version was increased to 1.1.0 (on CPython), and the minimum version of Cython needed to build gevent from a source checkout is 3.0a9. Note that the dnspython resolver is not available on Python 3.10. See :issue:`1790`. - Update from Cython 3.0a6 to 3.0a9. See :issue:`1801`. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-30python3-aiohttp-jinja2: upgrade 1.4.2 -> 1.5zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-29metacity: Add a patch to create build/src/core before moving generated ↵Zoltán Böszörményi
sources to it Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-29gpsd: Do not install gpsd.hotplug unconditionallyPeter Kjellerstedt
gpsd.hotplug is only needed if systemd is not used, in which case it will be installed by scons. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-29gpsd: Correct the installation of gpsd.hotplug if systemd is not enabledPeter Kjellerstedt
Reported-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-27chrony: Use new override syntax for USERADD_PARAMPeter Kjellerstedt
This was introduced in commit 18306e6f. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-27xf86-input-tslib: update to 1.1.1Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-27python3-license-expression: add ptest artifactsTrevor Gamblin
The python3-license-expression ptest is failing because it requires the contents of the src/ directory from the repo/tarball. Copy this content to the image when installing the ptest so that it has what it needs. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-26libbpf: bump to 0.4.0Matteo Croce
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-26libnss-nisplus: RemoveKhem Raj
The support for NIS+ has been dropped in libnsl2 [1] moreover the upstream repository has been archived [2] which indicates that this component is no more actively maintained [1] https://github.com/thkukuk/libnsl/commit/74c9cdf0ee0cc1a21936a20dd4eb4542faa03867 [2] https://github.com/thkukuk/libnss_nisplus Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Ruslan Bilovol <rbilovol@cisco.com> Cc: Alexander Kanavin <alex.kanavin@gmail.com>
2021-08-26chrony: Fix privdrop packageconfigEaswar Hariharan
To drop root privileges on Linux-based systems, chrony requires a standard user to switch to and the use of capabilities. Fix up the privdrop packageconfig to account for this. Signed-off-by: Easwar Hariharan <easwar.hariharan@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-26xrdb: upgrade 1.2.0 -> 1.2.1zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-26xmlsec1: upgrade 1.2.31 -> 1.2.32zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-26sedutil: upgrade 1.15.1.01 -> 1.20.0wangmy
0001-DtaAnnotatedDump-Add-typedef-name-to-the-union.patch removed since it is included in 1.20.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-26poppler: Explicitly enable/disable boost together with splashPeter Kjellerstedt
This avoids the following error when splash is not enabled in PACKAGECONFIG: -- Could NOT find Boost (missing: Boost_INCLUDE_DIR) (Required is at least version "1.58.0") CMake Error at CMakeLists.txt:196 (message): -- Boost recommended for Splash. Use ENABLE_BOOST=OFF to skip. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-26live555: upgrade 20210809 -> 20210824wangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-26krb5: filtering out -f*-prefix-map from krb5-configYi Zhao
Remove -f*-prefix-map from LDFLAGS in krb5-config to fix reproducibility issue. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-26iwd: upgrade 1.16 -> 1.17zhengruoqin
Changelog: - Fix issue with sending additional and vendor IEs - Fix issue with IE ordering for 802.11-2020 support - Fix issue with frequency update on channel switch events - Fix issue with drivers and handling of IF_OPER_UP setting Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>