aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
7 daysgnome-online-accounts: upgrade 3.50.0 -> 3.50.1Wang Mingyu
Changelog: ========== * Fix translation domain in account dialogs * Fix OAuth 2.0 URI handler for some users * Fix crash in Kerberos/Fedora provider * Improved WebDAV support for Fastmail and mailbox.org * Fixes for WebDAV discovery * OAuth 2.0 PKCE support * Fix issues caught by static analysis * Update Microsoft Client ID * Translation updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 daysfile-roller: upgrade 44.0 -> 44.1Wang Mingyu
Changelog: =========== * New archive dialog: allow to choose a location without changing name * Fixed adding multiple files on a 'drop' event * Show the options dialog when adding files in batch mode * Appdata: Add 44.0 release Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayscryptsetup: upgrade 2.7.1 -> 2.7.2Wang Mingyu
Changelog: ========== * Fix activation of OPAL-only encrypted LUKS device with tokens. * Fix formatting of OPAL devices with 4096-byte sector size. * Fix incorrect OPAL locking range alignment calculation if used over an unaligned device partition. * Add --hw-opal-factory-reset option description to the manual page. * Do not check the passphrase quality for OPAL Admin PIN, as this passphrase already exists. * Update license for FAQ document to CC BY-SA 4.0. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 daysbindfs: upgrade 1.17.6 -> 1.17.7Wang Mingyu
Changelog: ============ * Enabled -Wextra and fixed many compiler warnings -(MacOS) Added './configure' option '--disable-macos-fs-link' Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 daysadw-gtk3: upgrade 5.2 -> 5.3Wang Mingyu
Changelog: =========== -Add gtk4 theme workflow -Add create release workflow -Fix repo name -Increase padding of switches -Sidebar border colors -Add Debian repo info -Update update-gtk4-theme.yml -Update gtk4 theme Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 daysabseil-cpp: upgrade 20240116.1 -> 20240116.2Wang Mingyu
Changelog: =========== -Added absl::NoDestructor<T> to simplify defining static types that do not need to be destructed upon program exit. -Added configurable verbose logging (also known as VLOG). -Added absl::Overload(), which returns a functor that provides overloads based on the functors passed to it. Note that this functionality requires C++17 or newer. -Bzlmod is now officially supported (previously it was supported by the community). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayslibcbor: use shared librariesDan McGregor
libfido2 requires cbor be position independent. When PIE's the default this isn't a problem, but not all build configurations do that. Instead of relying on that, just make shared libraries. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayslibtorrent-rasterbar: fix CVE mappingBeniamin Sandu
Set CVE_PRODUCT for this recipe to fix the mapping, as it was checking against the wrong recipe before. Log from cve_check after change: NOTE: libtorrent-rasterbar-2.0.10 is not vulnerable to CVE-2008-0646 NOTE: libtorrent-rasterbar-2.0.10 is not vulnerable to CVE-2009-1760 NOTE: libtorrent-rasterbar-2.0.10 is not vulnerable to CVE-2016-5301 NOTE: libtorrent-rasterbar-2.0.10 is not vulnerable to CVE-2016-7164 NOTE: libtorrent-rasterbar-2.0.10 is not vulnerable to CVE-2017-9847 Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayslibtorrent: remove incorrect CVE mappingBeniamin Sandu
The CVE_PRODUCT variable is assigned automatically to BPN. Unset it for this recipe so the CVEs can be checked against the correct recipe. Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 daysnng: upgrade 1.5.2 -> 1.7.3Alexander Vickberg
Signed-off-by: Alexander Vickberg <wickbergster@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 daysRevert "nng: upgrade 1.5.2 -> 12"Alexander Vickberg
This reverts commit 915b6c02ee43e2dee8c6b3132e7d47836d392168. Mistake upgrade by AUH Signed-off-by: Alexander Vickberg <wickbergster@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayspython3-scrypt: Move from PTESTS_PROBLEMS_META_PYTHON to PTESTS_SLOW_META_PYTHONalperak
There are no test failures when the image is created with "bitbake meta-python-image-ptest-python3-scrypt". qemux86-64: Testsuite summary TOTAL: 45 PASS: 45 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 55 END: /usr/lib/python3-scrypt/ptest 2024-04-16T19:15 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64: Testsuite summary TOTAL: 45 PASS: 45 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 41 END: /usr/lib/python3-scrypt/ptest 2024-04-16T19:20 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 dayslibjxl: drop -mfp16-format=ieeeMartin Jansa
* causes qemuarm failure as shown in: http://errors.yoctoproject.org/Errors/Details/761504/ and reported in: https://lists.openembedded.org/g/openembedded-devel/message/109812 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 daysydotool: Add new packageAndre Paiusco
Add ydotool, generic cli automation tool for whatever input (keyboard, mouse, etc.) Reviewed-by: Khem Raj <raj.khem@gmail.com> Reviewed-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Andre Paiusco <andre.paiusco@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 dayssnort3: update to latest stable version 3.1.84.0Yi Zhao
ChangeLog: https://github.com/snort3/snort3/releases/tag/3.1.84.0 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 dayslibdaq: update to latest stable version 3.0.14Yi Zhao
ChangeLog: https://github.com/snort3/libdaq/releases/tag/v3.0.14 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 daysavro: extend avro-c++ to native and nativesdkRui Costa
- fix HOMEPAGE for both avro recipes - fix cmake install paths in patch
9 daysRevert "libtorrent: remove CVE mention"Khem Raj
This reverts commit 0597c931ffbadf2a2242d8ed9cccb8567953d489.
9 dayspython3-sqlalchemy: upgrade 2.0.27 -> 2.0.29Tom Geelen
Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 dayspython3-zeroconf: upgrade 0.131.0 -> 0.132.0Tom Geelen
Python3-zeroconf specifies a pyproject.toml and uses poetry as a build tool. Adjusted recipe accordingly Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 dayspython3-pychromecast: upgrade 14.0.0 -> 14.0.1Tom Geelen
Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 daysUse PYTHON_SITEPACKAGES_DIR instead of hard-coded site-packages directory pathalperak
The following paths have been replaced with PYTHON_SITEPACKAGES_DIR: - "${libdir}/${PYTHON_DIR}/site-packages" - "${libdir}/python${PYTHON_BASEVERSION}/site-packages" - "${libdir}/python*/site-packages" - "${libdir}/python3.*/site-packages" Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 daysdocopt.cpp: add support for native and nativesdkEero Aaltonen
There are use cases for build time cli tools, so include support for native as well. Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 daysdocopt.cpp: turn boost to a PACKAGECONFIG optionEero Aaltonen
docopt.cpp only uses boost regex with the option USE_BOOST_REGEX=ON. When used, boost regex is statically linked. Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 daysc-ares: Improve the ptest outputMingli Yu
Before the patch: # ./run-ptest [snip] [ DISABLED ] LibraryTest.DISABLED_ParseAReplyVariantCnameLast [ RUN ] LibraryTest.ParseAReplyErrors [ OK ] LibraryTest.ParseAReplyErrors (4 ms) [ RUN ] LibraryTest.ParseAReplyAllocFail [ OK ] LibraryTest.ParseAReplyAllocFail (0 ms) [snip] After the patch: # ./run-ptest [snip] SKIP: LibraryTest.DISABLED_ParseAReplyVariantCnameLast PASS: LibraryTest.ParseAReplyErrors PASS: LibraryTest.ParseAReplyAllocFail [snip] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 daysmeta-python: missing closing braceElectric Worry
Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 daysfreediameter: Upgrade to latest on master 1.5.0+Khem Raj
This also fixes all ptests, therefore move freediameter out of PTESTS_PROBLEMS_META_NETWORKING to PTESTS_FAST_META_NETWORKING Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 daysedid-decode: allow to build native variantMarkus Volk
This is a requirement for libdisplay-info and fixes: Program edid-decode found: NO If libdisplay-info can provide edid-decode-native it looks like: libdisplay-info| Program edid-decode found: YES (/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/gamescope/3.14.3/recipe-sysroot-native/usr/bin/edid-decode) libdisplay-info| Program ./edid-decode-check.sh found: YES (/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/gamescope/3.14.3/git/subprojects/libdisplay-info/test/./edid-decode-check.sh) libdisplay-info| Program ./edid-print-check.sh found: YES (/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/gamescope/3.14.3/git/subprojects/libdisplay-info/test/./edid-print-check.sh) libdisplay-info| Program ./edid-decode-diff.sh found: YES (/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/gamescope/3.14.3/git/subprojects/libdisplay-info/test/./edid-decode-diff.sh) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 dayspython3-twisted: cleanup FILES and recipe in generalGuðni Már Gilbert
Changes are made to prepare upgrading Twisted to a newer version in a later commit. Summary of changes: Remove python3-twisted-bin since there is no FILES defined for bin Use PYTHON_SITEPACKAGES_DIR when refering to the site-packages directory Remove ALOT of files from FILES list which no longer exist. Many of these files were deprecated and removed a long time ago. Removed redundant :append to FILES packages, they can simply be in the first definition of it. Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 dayspython3-websockets: Remove recipeKhem Raj
Its migrated to core layer Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 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>
12 daysunixodbc: Enable UTF8 initKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 dayspv: Fix ptest failuresKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 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>
13 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>
13 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>
13 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>
13 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>
13 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>
13 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>
13 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>
13 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>
13 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>
13 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>
13 daysoprofile: Fix failing ptestsKhem Raj
Files need to be in right directory structure Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 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>
13 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>
13 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>
13 dayspython3-flexcache: add missing runtime dependenciesalperak
Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 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>