summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* redis: upgrade 7.0.9 -> 7.0.10Changqing Li2023-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | Upgrade urgency: SECURITY, contains fixes to security issues. Security Fixes: * (CVE-2023-28425) Specially crafted MSETNX command can lead to assertion and denial-of-service Bug Fixes ========= * Large blocks of replica client output buffer may lead to psync loops and unnecessary memory usage (#11666) * Fix CLIENT REPLY OFF|SKIP to not silence push notifications (#11875) * Trim excessive memory usage in stream nodes when exceeding `stream-node-max-bytes` (#11885) * Fix module RM_Call commands failing with OOM when maxmemory is changed to zero (#11319) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit b589edf930977dbd75418e05d618a8047982dd59) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* lirc: fix do_install with multilibMartin Jansa2023-04-181-3/+3
| | | | | | | | | | | * use ${S} instead of ${WORKDIR}/${PN}-${PV} and ${BP} instead of ${PN}-${PV} to fix build with multilib, where PN is lib32-lirc, but S is correctly set as ${WORKDIR}/${BP} and do_install fails with: mkdir: cannot create directory ‘lib32-lirc/0.10.1-r0/lib32-lirc-0.10.1/python-pkg/dist/’: No such file or directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* lvgl,lv-lib-png,lv-drivers: fix installed-vs-shipped QA issue with multilibMartin Jansa2023-04-183-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * with multilib BASELIB is just "lib" while baselib is "lib64" and libdir is "/usr/lib64". * fixes: ERROR: QA Issue: lvgl: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/liblvgl.a Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. lvgl: 2 installed and not shipped files. [installed-vs-shipped] * lowercase baselib should work for ppc64 as well (I hope) # $baselib [3 operations] # set oe-core/meta/conf/bitbake.conf:10 # "${BASELIB}" # set oe-core/meta/conf/bitbake.conf:11 # [vardepvalue] "${baselib}" # set oe-core/meta/conf/multilib.conf:2 # "${@d.getVar('BASE_LIB:tune-' + (d.getVar('DEFAULTTUNE') or 'INVALID')) or d.getVar('BASELIB')}" # pre-expansion value: # "${@d.getVar('BASE_LIB:tune-' + (d.getVar('DEFAULTTUNE') or 'INVALID')) or d.getVar('BASELIB')}" baselib="lib64" * simplify destsuffix/S setting * I was surprised that ${WORKDIR}/${PN}-${PV} works in multilib build but then I've noticed that it's because destsuffix is set to S which is a bit uncommon, so drop that and use default "git" * use ${STAGING_INCDIR} instead of ${RECIPE_SYSROOT}/${includedir} Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* pahole: respect libdirMartin Jansa2023-04-181-1/+1
| | | | | | | | | | * use the same expression as cmake.bbclass is using: CMAKE_INSTALL_LIBDIR:PATH=${@os.path.relpath(d.getVar('libdir'), d.getVar('prefix') + '/')} but ${baselib} should work here as well Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mongodb: fix chown user for multilib buildsMartin Jansa2023-04-181-1/+1
| | | | | | | | | * the user is named mongodb (BPN) and in multilib builds this fails with: chown: invalid user: 'lib32-mongodb:lib32-mongodb' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* openwsman: Change download branch from master to main.Wang Mingyu2023-04-181-1/+1
| | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* zsh: fix installed-vs-shipped with multilibMartin Jansa2023-04-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | * fixes: lib32-zsh-5.8: lib32-zsh: Files/directories were installed but not shipped in any package: /usr/share/lib32-zsh /usr/share/lib32-zsh/5.8 /usr/share/lib32-zsh/site-functions /usr/share/lib32-zsh/5.8/functions /usr/share/lib32-zsh/5.8/functions/_selinux_users ... 1000+ lines ... /usr/share/lib32-zsh/5.8/functions/VCS_INFO_bydir_detect Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. lib32-zsh: 1116 installed and not shipped files. [installed-vs-shipped] * they will clash if someone is trying to install both zsh and lib32-zsh, but it's not very likely as nobody sane was building lib32-zsh with 1000+ line warning regularly Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* c-ares: fix CVE-2022-4904Peter Marko2023-03-252-1/+69
| | | | | | | Backport based on https://github.com/c-ares/c-ares/issues/496 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nodejs: Upgrade 16.19.0 -> 16.19.1Polampalli, Archana2023-03-121-1/+1
| | | | | | | | | | | | The following CVEs fixed in this version: CVE-2023-23918 CVE-2023-23919 CVE-2023-23920 CVE-2023-23936 CVE-2023-24807 Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* redis: Upgrade 7.x to 7.0.9Khem Raj2023-03-071-1/+1
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 6f351de04e2eb900dcddb866013dd27923dc150a) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* redis: Upgrade 6.x recipe to 6.2.11Khem Raj2023-03-071-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* php: Upgrade to 8.1.16Mingli Yu2023-03-071-1/+1
| | | | | | | | | | | Upgrade php to 8.1.16 [1]. [1] https://www.php.net/ChangeLog-8.php#8.1.16 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit c20ae41fb9bdc8b6f0e3293ee9a2ce63a52e883d) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nlohmann-json: Allow empty main package for SDKTom Hochstein2023-03-071-1/+1
| | | | | | | | | | | | | | | | | The header-only package cannot be included in the SDK without marking the main package with ALLOW_EMPTY. Fixes rootfs problem: ``` The following packages have unmet dependencies: imx-gpu-sdk : Depends: nlohmann-json but it is not installable E: Unable to correct problems, you have held broken packages. ``` Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f9c9e7a448b9d9f7d54bbf09970223db467eedb2) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* multipath-tools: fix CVE-2022-41974Yogita Urade2023-02-222-0/+165
| | | | | | | | | | | | | | | | | | | | | Reference: https://nvd.nist.gov/vuln/detail/CVE-2022-41974 NOTE: The actual fixes for this CVE are upstream commits [1] and [2]. However, they are part of a larger patchset which has a lot of dependencies and cannot be backported easily to older multipath-tools versions. Upstream discussion [3] indicates that there is a custom patch available for old versions ([4]). Ubuntu, Debian and Suse applied this patch to their 0.7.xx and 0.8.xx releases ([4], [5]), so we add it as well. [1] https://github.com/opensvc/multipath-tools/commit/f812466f68b8e020818c6454d7b7a7e278bc99f6 [2] https://github.com/opensvc/multipath-tools/commit/d139bcf0842bc0a16beab86e1349ed65b150bf0c [3] https://github.com/opensvc/multipath-tools/issues/59 [4] https://github.com/openSUSE/multipath-tools/commit/fbbf280a0e26026c19879d938ebb2a8200b6357c [5] http://launchpadlibrarian.net/634132876/multipath-tools_0.7.4-2ubuntu3.1_0.7.4-2ubuntu3.2.diff.gzwq Signed-off-by: Yogita Urade <yogita.urade@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* exiv2: fix SRC_URIMartin Jansa2023-02-151-1/+1
| | | | | | | | | * https://exiv2.org/releases returns 404 now, use github releases * it's already fixed in master with upgrade to 0.27.6 in: https://git.openembedded.org/meta-openembedded/commit/?id=00a7d4b284c1afccfa26021111384d2184b82e5b Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* phoronix-test-suite: fix CVE-2022-40704Joe Slater2023-02-112-1/+50
| | | | | | | | | CVE fix added after latest release (10.8.4). Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 32a0ff55166ae67931d48825e669893718663040) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nss: fix cross-compilation errorDmitry Baryshkov2023-02-111-1/+6
| | | | | | | | | | | | | Change OS_TEST to be soft assignment so that the cross-compilation doens't fail with the errors like (note the difference in CPU tags): | make[4]: *** No rule to make target '../certhigh/Linux3.4_x86_64_glibc_PTH_64_OPT.OBJ/certhtml.o', needed by 'Linux3.4_aarch64_glibc_PTH_64_OPT.OBJ/libnss3.so'. Stop. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nodejs: upgrade 16.18.1 -> 16.19.0Tim Orling2023-02-043-3/+3
| | | | | | | | | | | | | | | | * 16.18.0 (npm 8.19.2) introduced a regression in git+ssh urls - https://github.com/nodejs/node/issues/44992 - https://github.com/npm/cli/pull/5761 https://nodejs.org/ko/blog/release/v16.19.0/ License-Update: Clarify vendored OpenSSL Toolkit is OpenSSL and SSLeay License-Update: JS Foundation -> OpenJS Foundation https://github.com/nodejs/node/commit/e7ed56f501389978e4619ab697a812631c4061ff Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* perfetto: Do not pass TUNE_CCARGS to native/host compilerKhem Raj2023-01-231-4/+4
| | | | | | | | | | TUNE_CCARGS are meant to be passed to target compilers only. This fixes build failures seen on qemux6 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de> (cherry picked from commit 90ea68fc11181a62741e4ca79dfef0fefe48cb41) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* perfetto: pass TUNE_CCARGS to use machine tuneMarkus Volk2023-01-231-18/+7
| | | | | | | | | | | | | | | | | | | We already tried to pass -mfloat-abi=hard if the machine can use it, but since no floating-point-unit was defined it got stubbed out and the result was, that only arm targets configured for softfp were able to build perfetto. Simplify by passing ${TUNE_CCARGS} to ensure, we always use the features, the machine was configured for. Also, do not use sed to remove the hardcoded -mfpu=neon entry. If this really turns out to be problematic, we need to patch it out to avoid not having a floating-point-unit again. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit c23bde86d0bcba3acc677bc4cd3240a8b3116921) [Fixes build failure] Signed-off-by: Armin Kuster <akuster808@gmail.com>
* openwsman: upgrade 2.7.1 -> 2.7.2Wang Mingyu2023-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Security - call setgroups before setuid or setgid - harden systemd service (https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort) - Bugfixes - wsman-win-client-transport: initialize certificate pointer - iniparser: fix buffer size - wsman-win-client-transport: plug leak in error path - memory.c: fix memory cleanup - Improve handling of HTTP 401 Unauthorized - Fix serialization tests - Fix Ruby bindings warnings - Fix Ruby plugin loading test - Fix rpm packaging - Allow to run tests from 'build' directory - Add Python XML test - Enable CUNIT tests Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit bdbb3eeb2bfaf2a03dd6ab2a2024775ab28306a7) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* redis: Upgrade to 6.2.9Chee Yang Lee2023-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Upgrade urgency: SECURITY, contains fixes to security issues. Security Fixes: (CVE-2022-35977) Integer overflow in the Redis SETRANGE and SORT/SORT_RO commands can drive Redis to OOM panic (CVE-2023-22458) Integer overflow in the Redis HRANDFIELD and ZRANDMEMBER commands can lead to denial-of-service Bug Fixes: Avoid possible hang when client issues long KEYS, SRANDMEMBER, HRANDFIELD, and ZRANDMEMBER commands and gets disconnected by client output buffer limit (#11676) Fix sentinel issue if replica changes IP (#11590) Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* redis: Upgrade to 7.0.8Chee Yang Lee2023-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade urgency: SECURITY, contains fixes to security issues. Security Fixes: (CVE-2022-35977) Integer overflow in the Redis SETRANGE and SORT/SORT_RO commands can drive Redis to OOM panic (CVE-2023-22458) Integer overflow in the Redis HRANDFIELD and ZRANDMEMBER commands can lead to denial-of-service Bug Fixes Avoid possible hang when client issues long KEYS, SRANDMEMBER, HRANDFIELD, and ZRANDMEMBER commands and gets disconnected by client output buffer limit (#11676) Make sure that fork child doesn't do incremental rehashing (#11692) Fix a bug where blocking commands with a sub-second timeout would block forever (#11688) Fix sentinel issue if replica changes IP (#11590) Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* redis: 6.2.7 -> 6.2.8Changqing Li2023-01-192-7/+10
| | | | | | | | | This upgrade include fix for CVE-2022-3647 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* redis: 7.0.5 -> 7.0.7Changqing Li2023-01-192-10/+12
| | | | | | | | | This upgrade include fix for CVE-2022-3647 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fwupd: Fix CVE-2022-3287Chee Yang Lee2023-01-192-1/+221
| | | | | Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* zsh: Fix CVE-2021-45444Chee Yang Lee2023-01-194-1/+282
| | | | | | | backport patch from debian Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nss: Whitelist CVEs related to libnssdbmMathieu Dubois-Briand2022-12-201-0/+4
| | | | | | | | | | | | | | These CVEs only affect libnssdbm, compiled when --enable-legacy-db is used. https://bugzilla.mozilla.org/show_bug.cgi?id=1360782#c6 https://bugzilla.mozilla.org/show_bug.cgi?id=1360778#c8 https://bugzilla.mozilla.org/show_bug.cgi?id=1360900#c6 https://bugzilla.mozilla.org/show_bug.cgi?id=1360779#c9 Signed-off-by: Mathieu Dubois-Briand <mbriand@witekio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 90645db2fa078b50ec6807c75acea913b49ea669) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nss: Add missing CVE productMathieu Dubois-Briand2022-12-201-0/+2
| | | | | | | Signed-off-by: Mathieu Dubois-Briand <mbriand@witekio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8e0432fd54a1412a67dc1f9c33f5f6afbb860a62) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* dool: Add patch to fix rebuildAlexander Stein2022-12-202-0/+262
| | | | | | | | | | | When cleaning the package during rebuild in base_do_configure() 'make clean' deletes docs/dool.1. This files comes from source repository but can't be recreated using 'make docs'. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 19f28fb34e2fa15b30274b97d10b8ecbdafaaf19) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fontforge: Inherit python3targetconfigKhem Raj2022-12-201-1/+1
| | | | | | | | | It currently ends up using native python3-config which adds native paths to compiler includes which is not what we want. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit aac23a0407089ea23314720d49f9cb120452ce53) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* audit: Inherit python3targetconfigKhem Raj2022-12-201-1/+1
| | | | | | | | | | | | | It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native python3-config which ends up adding native python3 include paths which might work out ok but is exposed when target is 32bit + lfs enabled, the headers don't match between native and target python Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit c7fcebd05d18c118eccbf6bc6c75ea91d0b89063) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* volume-key: Inherit python3targetconfigKhem Raj2022-12-201-1/+1
| | | | | | | | | | | | | | | | | | | It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native python3-config which ends up adding native python3 include paths which might work out ok but is exposed when target is 32bit + lfs enabled, the headers don't match between native and target python and compile fails e.g. | In file included from /mnt/b/yoe/master/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/volume-key/0.3.12-r0/recipe-sysroot-native/usr/include/python3.11/Python.h:38: | /mnt/b/yoe/master/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/volume-key/0.3.12-r0/recipe-sysroot-native/usr/include/python3.11/pyport.h:601:2: error: "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)." | #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)." | ^ Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 44384179db0db8bbf489dbe0524a5e5aa2853603) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* colord: upgrade 1.4.5 -> 1.4.6Wang Mingyu2022-12-201-2/+2
| | | | | | | | | | | | | | | | | | | | Changelog: ========== Bugfixes: - Add missing copyright notices - Add Spyder X entry - Document where to send patches - Don't use exact floating point comparisons - Drop option for removed reverse engineering tools - Drop references to hughski.com - Fix a small memory leak in sqlite3_exec() - Fix typo in device-removed signal documentation - Make introspection optional in meson Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 706cfeb2504ebec37872e6ee051a5b07385412b7) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* audit: upgrade 3.0.8 -> 3.0.9Wang Mingyu2022-12-201-1/+1
| | | | | | | | | | | | | | | | | Changelog: =========== In auditd, release the async flush lock on stop Don't allow auditd to log directly into /var/log when log_group is non-zero Cleanup krb5 memory leaks on error paths Update auditd.cron to use auditctl --signal In auparse, if too many fields, realloc array bigger (Paul Wolneykien) In auparse, special case kernel module name interpretation If overflow_action is ignore, don't treat as an error Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 01eb5561da2823a8bb80e790bfbb6cdf320ce09e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* botan: upgrade 2.19.2 -> 2.19.3Chen Pei2022-12-201-1/+1
| | | | | | | | | | | | Version 2.19.3, 2022-11-16 CVE-2022-43705: A malicious OCSP responder could forge OCSP responses due to a failure to validate that an embedded certificate was issued by the end-entity issuing certificate authority. Signed-off-by: Chen Pei <cp0613@linux.alibaba.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 2392dc79254a223da260c4b3b639d738e81b06a5) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* ostree: fix selinux policy rebuild error on first deploymentYi Zhao2022-12-202-0/+45
| | | | | | | | | | | Backport a patch to fix selinux policy rebuild error on first deployment. See: https://github.com/ostreedev/ostree/issues/2758 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 290166c46b6d7ae2474b754dd416bef45a0e7946) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* imapfilter: Upgrade to 2.7.6Khem Raj2022-12-201-3/+5
| | | | | | | | | | | | | | | Use git fetcher to avoid src-uri-bad build QA error Changes in this release [1] License-Update: Update copyright years [2] [1] https://github.com/lefcha/imapfilter/compare/v2.7.5...v2.7.6 [2] https://github.com/lefcha/imapfilter/commit/ce6b9050b284b9944ac52371a4a2254fc73bc219 Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8299706b637b76d95716079455c276a825d6f0c9) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* protobuf: stage protoc binary to sysrootSamuli Piippo2022-12-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If protoc is enabled for the build, recipes using protobuf will fail when protoc is not available in the recipe sysroot: | The imported target "protobuf::protoc" references the file | | ".../recipe-sysroot/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/protoc-3.21.5.0" | | but this file does not exist. Possible reasons include: | | * The file was deleted, renamed, or moved to another location. | | * An install or uninstall procedure did not complete successfully. | | * The installation package was faulty and contained | | ".../recipe-sysroot/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/cmake/protobuf/protobuf-targets.cmake" | | but not all the files it references. Use SYSROOT_DIRS to stage the binary to sysroot so it's always available for other recipes. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d7f46fa816964e30edb2ccfecc57a26251cc351c)
* Nodejs - Upgrade to 16.18.1Archana Polampalli2022-12-206-268/+27
| | | | | | | | | * Drop Openssl legacy provider patch and install both binaries patch which are already available in 16.x * Refresh native binaries patch against 16.x base Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nss: fix SRC_URIMartin Jansa2022-11-251-1/+1
| | | | | | | | | | * http://ftp.mozilla.org/pub/mozilla.org now returns 404, but the SRC_URI still works without "mozilla.org" directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 74f131ffe8d33ac4fe8225d8102eddc31aef3e90) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* meta-oe][PATCH] gst-editing-services: fix typo in LICENSE field.Armin Kuster2022-11-121-1/+1
| | | | | | | | | WARNING: gst-editing-services-1.20.4-r0 do_populate_lic: QA Issue: gst-editing-services: No generic license file exists for: GPL-2.0-on-later in any provider [license-exists] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 29f49bb36ad1ad369d7ae70c688df9cb144853d3) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* ipmitool: fix typo in .bb file's comments, using = instead of =?Xiangyu Chen2022-11-051-1/+1
| | | | | | | Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 6ebff843cce0a66a7749e048f280bb9cfdca5946) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* poco: upgrade 1.12.2 -> 1.12.3Wang Mingyu2022-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - GH #3682: Including Any.h causes Compiler error on Visual Studio - GH #3683: Poco::format receives empty Vector<Any> - GH #3692: v1.12.0 and v1.12.1 Poco::Any compile problem - GH #3723: DateTimeFormatter creates invalid ISO8601 string - GH #3737: Poco EventImpl for Win32 breaks INFINITE wait - GH #3744: bindImplLOB zero size (or NULL) HY104 "Invalid precision value" - GH #3748: Poco 1.12.2 - Building DataMySQL still fails (issue #3689) - GH #3753: Fix optional JSON support for MySQL - GH #3763: Poco::Util::Application VxWorks main is incorrect - GH #3769: Fixed converting/correcting pre-gregorian dates (#3723). - GH #3795: aix system NumberFormatter.cpp build error - GH #3805: Upgrade expat to 2.4.9 - GH #3814: Security Vulnerability identified in POCO version 1.12.2 - GH #3825: VS 2022 Net project missing ARM64 config - GH #3834: SocketImpl::available() - GH #3846: Upgrade bundled zlib to 1.2.13 [fixes CVE] - GH #3847: Upgrade bundled SQLite to 3.39.4 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0239a702d370a652ce3dd603db1fe32154f80c57) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* function2: upgrade 4.2.1 -> 4.2.2Wang Mingyu2022-11-051-1/+1
| | | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 30444c8a59f6adb050349ae069d176db83c54d3a) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* ctags: upgrade 5.9.20221016.0 -> 5.9.20221023.0Wang Mingyu2022-11-051-1/+1
| | | | | | | | | | Changelog: lregex: warn if mgroup= flag is not given in --mline-regex-<LANG> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e72998c0049154da98c4e8c4e2a90c74a7e5e996) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cglm: upgrade 0.8.5 -> 0.8.7Wang Mingyu2022-11-051-1/+1
| | | | | | | | | | Changelog: fix build: add missing struct affine functions and headers Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e1736749520913fe49546a03a0767f6ca91a830e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cpputest: remove dev package dependencyPeter Marko2022-11-051-0/+2
| | | | | | | | | | The main package is empty so it was not possible to install dev package to sdk as it depends on main package. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8210e5904c7c69fc1a352fdb1fb4cf4cb50e06ce) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tio: upgrade 2.1 -> 2.2zhengruoqin2022-11-051-1/+1
| | | | | | | | | | | | | | | | Changelog: =========== * Add shell completion of sub-configuration names Does not work with sub configuration names that contains one or more white spaces. * Beautify help * Fix error message * Simplify configfile implementation Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit bebe7f7963d862294a05fe41e90d0485788866c2) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* sanlock: upgrade 3.8.4 -> 3.8.5Wang Mingyu2022-11-052-20/+1
| | | | | | | | | | setuptools.patch removed since it's included in 3.8.5. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit cc532b9d4e0394f442cc3e3b6c7f65858a551a3c) Signed-off-by: Armin Kuster <akuster808@gmail.com>