aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
44 hoursavro: extend avro-c++ to native and nativesdkjansa/masterRui Costa
- fix HOMEPAGE for both avro recipes - fix cmake install paths in patch
4 dayspidgin, pidgin-sipe, purple-skypeweb: ignore various issues now fatal with ↵Martin Jansa
gcc-14 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
4 daysnpmsw-test: test recipe with local link source in npm shrinkwrapMartin Jansa
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
4 dayscom.webos.app.minimal: add strace with -ffMartin Jansa
* it would be interesting to compare the strace output with and without UV_USE_IO_URING (and no other changes)
4 dayscom.webos.app.minimal: export UV_USE_IO_URING=0Martin Jansa
4 dayscom.webos.app.minimal: drop all the debug output again and drop unused ↵Martin Jansa
enact-dev-native * it wasn't very useful in the end as io_uring calls didn't appear even in the strace -f -v anyway Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
4 dayscom.webos.app.minimal: enable stats and verboseMartin Jansa
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
4 dayscom.webos.app.minimal: add strace as wellMartin Jansa
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
4 dayscom.webos.app.minimal: add DEBUG as wellMartin Jansa
4 dayscom.webos.app.minimal: enable nodejs trace, NODE_DEBUG_NATIVE and disable ↵Martin Jansa
PSEUDO_DEBUG
4 dayscom.webos.app.minimal: use npmsw:// instead of npm install in do_compileMartin Jansa
4 dayscom.webos.app.minimal: use plain webpack without enact-devMartin Jansa
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
4 dayscom.webos.app.minimal: add minimal reproducer from webososeMartin Jansa
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
4 dayspython3-websockets: Remove recipeKhem Raj
Its migrated to core layer Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 dayspsqlodbc: Fix ptestsKhem Raj
There are two still left Failed ptests: {'psqlodbc': ['30_-_lfconversion', '43_-_result-conversions']} These need using unicode postgresql driver perhaps Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 daysunixodbc: Enable UTF8 initKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 dayspv: Fix ptest failuresKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 daysunixodbc: Upgrade to 2.3.12Khem Raj
Brings Fix iconv handle leak with pooling Add windows encoding patch Avoid failed build if clock_gettime() is not available Allow passing in a entire connection string into iusql Allow isql to handle SQL_SUCCESS_WITH_INFO from SQLPrepare Add extra logging for ODBCINST connect settings Allow allocated copy (instead of fixed length) for the connection string with pooling to allow any length Export __clear_ini_cache() from odbcinst to allow explicitly clearing the ini cache Fix seg fault when used with SQLAPI Add --enable-utf8ini flag to add utf8 to WCHAR conversions in SQLGetPrivateProfileStringW Allow longer error messages via GetDiag functions Add --enable-singleenv to enable single shared env handle when using pooling Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 daysostree: Add missing dependencies for ptestsKhem Raj
When running ptests using meta-oe-image-ptest-ostree image these packageconfig/soup3 and utf8 locale is needed Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Jose Quaresma <quaresma.jose@gmail.com>
6 dayspython3-pycurl: extend for native and nativesdkGeoff Parker
Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 dayspython3-tornado: extend for native and nativesdkGeoff Parker
Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 dayspython3-decorator: Add BBCLASSEXTEND for native and nativesdkPeter Hoyes
Signed-off-by: Peter Hoyes <peter.hoyes@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 dayspython3-networkx: Add BBCLASSEXTEND for native and nativesdkPeter Hoyes
Signed-off-by: Peter Hoyes <peter.hoyes@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 dayspython3-ecdsa: enable ptest and add missing runtime dependencyalperak
* Ptest and library example tested on qemux86-64 and qemuarm64 * Add ptest into PTESTS_SLOW_META_PYTHON Ptest result: ============= qemux86-64: Testsuite summary TOTAL: 1976 PASS: 1972 SKIP: 4 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 292 END: /usr/lib/python3-ecdsa/ptest 2024-04-12T09:18 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64: Testsuite summary TOTAL: 1976 PASS: 1972 SKIP: 4 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 236 END: /usr/lib/python3-ecdsa/ptest 2024-04-12T09:05 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 dayslibcoap: fix CVE-2024-0962alperak
CVE-2024-0962: A vulnerability was found in obgm libcoap 4.3.4. It has been rated as critical. Affected by this issue is the function get_split_entry of the file src/coap_oscore.c of the component Configuration File Handler. The manipulation leads to stack-based buffer overflow. Upstream-Status: Backport [https://github.com/obgm/libcoap/pull/1311] WARNING: libcoap-4.3.4-r0 do_cve_check: Found unpatched CVE (CVE-2024-0962) This vulnerability is only exist in 4.3.4. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 dayswaf-samba: replace oldincludedirPeter Marko
oldincludedir was removed in oe-core by commit 506c91cbc6a604a84e37e53ccff430436369802e Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 daysautoconf-2.13-native_2.13: replace oldincludedirPeter Marko
oldincludedir was removed in oe-core by commit 506c91cbc6a604a84e37e53ccff430436369802e Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 daysptest-packagelists-meta-oe: jemalloc and oprofile are passing nowKhem Raj
Move them into PTESTS_FAST_META_OE Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 daysoprofile: Fix failing ptestsKhem Raj
Files need to be in right directory structure Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 dayslibteam: Add missing dependencies revealed by ptestsKhem Raj
Fixes ptests provided kernel has team driver enabled Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 daysjemalloc: Update to tip of dev branchKhem Raj
This fixes bunch of ptest failures Failed ptests: {'jemalloc': ['test_alignment_errors', 'test_oom_errors']} Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 dayslibxml++: Delete recipe for 2.42.1Khem Raj
We already have libxml++-5 provided and some of the dependencies for libxml++ (older version of glibmm) are not available. Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 dayspython3-flexcache: add missing runtime dependenciesalperak
Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 dayspython3-flexparser: enable ptest and add missing runtime dependenciesalperak
* Ptest and library example tested on qemux86-64 and qemuarm64 * Add ptest into PTESTS_FAST_META_PYTHON Ptest result: ============= qemux86-64: Testsuite summary TOTAL: 59 PASS: 59 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 12 END: /usr/lib/python3-flexparser/ptest 2024-04-11T11:06 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64: Testsuite summary TOTAL: 59 PASS: 59 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 11 END: /usr/lib/python3-flexparser/ptest 2024-04-11T11:09 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 dayspython3-flexcache: enable ptestalperak
* Ptest tested on qemux86-64 and qemuarm64 * Add ptest into PTESTS_FAST_META_PYTHON Ptest result: ============= qemux86-64: Testsuite summary TOTAL: 19 PASS: 19 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 9 END: /usr/lib/python3-flexcache/ptest 2024-04-11T10:48 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64: Testsuite summary TOTAL: 19 PASS: 19 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 9 END: /usr/lib/python3-flexcache/ptest 2024-04-11T10:51 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 daysnodejs: don't always disable io_uringChangqing Li
The original idea was always disable io_uring to avoid follwing failure even when UV_USE_IO_URING is set to true, refer [1][2]: 0608: try: *** 0609: update_hash(" %10s" % pwd.getpwuid(s.st_uid).pw_name) 0610: update_hash(" %10s" % grp.getgrgid(s.st_gid).gr_name) 0611: except KeyError as e: 0612: msg = ("KeyError: %s\nPath %s is owned by uid %d, gid %d, which doesn't match " 0613: "any user/group on target. This may be due to host contamination." % Exception: Exception: KeyError: 'getpwuid(): uid not found: 20561' But since 20.11.1, for fix CVE-2024-22017, io_uring is disabled by default, refer [3]. So maybe patch 0001-deps-disable-io_uring-support-in-libuv.patch is not needed. For case UV_USE_IO_URING is set to true, user can fix above failure by "chown root:root -R ${D}" in do_install. [1] https://lists.openembedded.org/g/openembedded-devel/message/105583 [2] https://bugzilla.yoctoproject.org/show_bug.cgi?id=15244 [3] https://github.com/nodejs/node/commit/686da19abbb83b7e01d48be19f832ab081b87084 [4] https://nvd.nist.gov/vuln/detail/CVE-2024-22017 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 dayspython3-ecdsa: upgrade 0.18.0 -> 0.19.0Guðni Már Gilbert
Changelog: ========== New API: ------------ to_ssh in VerifyingKey and SigningKey, supports Ed25519 keys only (Pablo Mazzini) New features: ------------ Support for twisted Brainpool curves Doc fix: ------------ Fix curve equation in glossary Documentation for signature encoding and signature decoding functions Maintenance: ------------ Dropped official support for 3.3 and 3.4 (because of problems running them in CI, not because it's actually incompatible; support for 2.6 and 2.7 is unaffected) Fixes around hypothesis parameters Officially support Python 3.11 and 3.12 Small updates to test suite to make it work with 3.11 and 3.12 and new releases of test dependencies Dropped the internal _rwlock module as it's unused Added mutation testing to CI, lots of speed-ups to the test suite to make it happen Removal of unnecessary six.b literals (Alexandre Detiste) Deprecations: ------------ int_to_string, string_to_int, and digest_integer from ecdsa.ecdsa module are now considered deprecated, they will be removed in a future release Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 daysnginx: Disable login for www userMaxim Perevozchikov
Signed-off-by: Maxim Perevozchikov <m.perevozchikov@yadro.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 dayslibtorrent-rasterbar: add initial recipe for 2.0.10Beniamin Sandu
Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayspython3-pint: Switch to using github SRC_URIKhem Raj
It fixes some but not all ptest failures Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayspython3-flexparser,python3-flexcache: Add recipesKhem Raj
These will be needed by python3-pint in upcoming release Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 daysnftables: Fix ptest runsKhem Raj
It gets OOMs with memory < 2G on x86_64 qemu Export NFT variable in run-ptest script its used by few tests Add required runtime dependencies for ptests to pass This also requires changes to kernel config features/nf_tables/nft_test.scc and CONFIG_VETH Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayslibnice: Update to 0.1.22Peter Kjellerstedt
Changes since 0.1.21: * ae3eb16 version 0.1.22 * 4d14e61 tests: Reduce the printing a little to please libxml * 2de7472 Change padding to be rfc8489 conform * 69840fa meson: Generate nice-version.h in the right builddir * f071eb5 interfaces: Avoid using strncpy to keep NULL termination * 332419e interfaces: Avoid overwriting the ifreq struct * 2188064 interfaces: Don't iterate allocation * 952d837 Include TURN sockets in nice_agent_get_sockets() * d053572 nicesink: Protect field access with object lock * 504189e ci: Update Windows image to latest * 245c856 nice: Export nice_address_is_linklocal * 60db3b6 gitlab-ci: Move Coverity build to Fedora 38 * 4b63250 agent/meson: Replace filename with basename * f456747 agent: set consent timeout to value specified in RFC 7675 * f3688cf meson: do not build gst test in static mode * b322577 ci: Remove keyring update for msys2 * 11df9cd ci: Update Windows image to 2022 * 63f4962 Use ifr_ifindex on Linux * 37f1e24 Use ifr_index to fix build on OpenBSD * f4e2838 Fix build with clang * fdbffeb version 0.1.21.1 Move the recipe from meta-oe/recipes-support/farsight to meta-oe/recipes-support/libnice since there is nothing else in the farsight directory. Also remove additions to do_configure() and do_compile() that have not been needed since the switch to Meson. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayslibmad: switch links/SRC_URI to https sitesRandy MacLeod
Switch to the sourceforge SRC_URI since the mars.org site only supports ftp. Also switch the HOMEPAGE and BUGTRACKER links over to https. and drop the obsolete SRC_URI[md5sum]. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspostfix: switch SRC_URI to httpRandy MacLeod
Switch the SRC_URI to http since the postfix site does not yet use https. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 daystnftp: switch the SRC_URI to httpsRandy MacLeod
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspimd: switch SRC_URI to httpsRandy MacLeod
Switch SRC_URI to https (yes, the URI still has ftp in the path!). Also drop the obsolete SRC_URI[md5sum]. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 daysncftp: Upgrade to 3.2.7Randy MacLeod
Switch the SRC_URI from "ftp:" to "https:". Drop the obsolete SRC_URI[md5sum]. Drop ncftp-3.2.5-gcc10.patch since we're using gcc13 and upstream has fixed the build to work by adding an extern to sh_util/gpshare.c for example. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 dayscomposefs: add a new recipeFathi Boudra
Tools to handle creating and mounting composefs images Flexible mechanism to support read-only mountable filesystem trees, stacking on top of Linux filesystem. It will allow to enable filesystem integrity by leveraging the stack: ostree -> composefs -> fs-verity For reference: https://github.com/containers/composefs?tab=readme-ov-file#filesystem-integrity https://ostreedev.github.io/ostree/composefs/#using-composefs-with-ostree Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 dayslibgpiod: fix QA error in ptest RDEPENDSXiangyu Chen
The bash in ptest RDEPENDS would cause following QA error: ERROR: QA Issue: lib32-libgpiod package lib32-libgpiod-ptest-dev - suspicious values 'bash-dev' in RRECOMMENDS [multilib] Add a ptest enable dependency to avoid this QA error happens. Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>