summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-pymodbus: upgrade 3.7.3 -> 3.7.4Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Clean PDU init - Wrong close, when transaction do not match - Remove unmaintained (not working) example contributions - All pdu (incl. function code) tests to pdu directory - Add no_response_expected argument to requests - Resubmit: Don't close/reopen tcp connection on single modbus message timeout - 100% test coverage for PDU - Type DecodePDU - Update to use DecodePDU - Client/Server decoder renamed and moved to pdu - Move client/server decoder to pdu - Introducing PyModbus Guru on Gurubase.io - Remove IllegalFunctionRequest - remove ModbusResponse - Add typing to pdu base classes - Updated roadmap. - remove databuffer from framer - Improve retries for sync client - Move process test to framer tests - Framer do not check ids - Remove callback from framer - Auto fill device ids for clients - Reenable multidrop tests - write_register/s accept bytes or int - roadmap corrections. - Added roadmap (not written in stone) - Update README to show python 3.13. - Test on Python 3.13 - Use @AbstractMethod - Corrected smaller documentation bugs - README as landing page in readthedocs. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: upgrade 14.0.4 -> 14.0.5Wang Mingyu2024-11-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pulsectl: upgrade 24.8.0 -> 24.11.0Wang Mingyu2024-11-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prettytable: upgrade 3.11.0 -> 3.12.0Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Emit DeprecationWarnings for hrule and tableStyle constants - Add new themes to ColorTable - Use SPDX license identifier - Add IntEnum for HRuleStyle and VRuleStyle - Add IntEnum for Table styles - Add OptionsType - Add attribute type hints - Add missing attribute annotations - Add type aliases for Align, VAlign, HeaderStyle - Add type annotations for attributes property - Improve TableHandler type annotations - Improve function type annotations - Improve row and column type annotations - Improve type annotations for field names - Include RowType in __all__ - Small improvements - Generate __version__ at build to avoid slow importlib.metadata call - Release to PyPI using Trusted Publishing - Drop support for Python 3.8 - Update new home to prettytable/prettytable - Fix drawing headerless colored tables with title - 1Adjust format validation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-moteus: upgrade 0.3.72 -> 0.3.73Wang Mingyu2024-11-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-icu: upgrade 2.13.1 -> 2.14Wang Mingyu2024-11-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gspread: upgrade 6.1.3 -> 6.1.4Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | | Changelog: ========= - Remove dependency on requests-2.27.0 - sort imports - import JSONDecodeError straight from requests Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: upgrade 1.66.2 -> 1.67.1Wang Mingyu2024-11-052-3/+3
| | | | | | | | 0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch refreshed for 1.67.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-tools: upgrade 1.66.2 -> 1.67.1Wang Mingyu2024-11-053-14/+13
| | | | | | | | | 0001-protobuf-Disable-musttail-attribute-on-mips.patch 0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch refreshed for 1.67.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-reflection: upgrade 1.66.2 -> 1.67.1Wang Mingyu2024-11-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-channelz: upgrade 1.66.2 -> 1.67.1Wang Mingyu2024-11-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-wtf: upgrade 1.2.1 -> 1.2.2Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | Changelog: ============ - Move the project to the pallets-eco organization. - Stop support for Python 3.8. Start support for Python 3.13. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-et-xmlfile: upgrade 1.1.0 -> 2.0.0Wang Mingyu2024-11-051-1/+1
| | | | | | | | Changelog: Implement proper incremental writing Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-elementpath: upgrade 4.5.0 -> 4.6.0Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | | | Changelog: =========== - Fix XsdAttributeGroupProtocol - Improve Unicode support with installable UnicodeData.txt versions - Extend names disambiguation with a fix for issue - Refactor tree builders to fix document position of tails Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-croniter: upgrade 3.0.3 -> 5.0.1Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | | | | | Changelog: =========== - Community wanted: Reintroduce 7 as DayOfWeek in deviation from standard cron - Remove DayOfWeek alias 7 to DayOfWeek 0 to stick to standard cron - Fix DOW ranges calculations when lastday is a Sunday - Fix overflow on 32bits systems - Fix python2 testing - Modernize packaging Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-colorlog: upgrade 6.8.2 -> 6.9.0Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | Changelog: =========== - satisfy mypySupport Python 3.13 - satisfy mypy Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: upgrade 39.4.9 -> 39.4.11Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | | Changelog: ========== - Cleanup and fix mypy - fix some typo - ARXML parsing: scientific and hexadecimal numbers Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-anyio: upgrade 4.6.0 -> 4.6.2Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | Changelog: =========== - Fixed regression caused by (#807) that prevented the use of parametrized async fixtures - Fixed TaskGroup and CancelScope producing cyclic references in tracebacks when raising exceptions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 24.09.0 -> 24.11.0Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ core: * Fix rendering of some buttons * Fix selecting fonts in TTC font collections * CairoOutputDev: prevent infinite loop in functionShadedFill() * Fix some unstable headers not being usable on their own * Fix some headers not being usable on their own * Add support for SubmitForms Links * Internal code improvements * Fix crash in malformed documents glib: * Fix some headers not being usable on their own * add INSTALL_GLIB_DEMO option to install poppler-glib-demo * Fix Launch action with unicode encoded filenames * add auto_cleanup functions so that consumers can use g_auto* * fix closure GI annotation qt6: * Fix memory handling issue on signature creation * Fix Launch action with unicode encoded filenames * Add support for SubmitForms Links * Add API for creating signature field without signing immediately qt5: * Fix Launch action with unicode encoded filenames * Add support for SubmitForms Links build system: * Remove duplicate definitions * cmake: Set CMAKE_C_STANDARD to 17 * Use the boosts own cmake file as suggested by cmake itself Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* osinfo-db-tools: upgrade 1.11.0 -> 1.12.0Wang Mingyu2024-11-052-58/+1
| | | | | | | | | | | | | | | | 0001-Make-xmlError-structs-constant.patch removed since it's included in 1.12.0 Changelog: ========== - Fix some memory leaks - Fix runtime warnings on osinfo-db-export - Adapt to libxml2 changes - Several CI improvements - Several translation improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nvme-cli: upgrade 2.10.2 -> 2.11Wang Mingyu2024-11-051-1/+1
| | | | | | | | Changelog: https://github.com/linux-nvme/nvme-cli/releases/tag/v2.11 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mosquitto: upgrade 2.0.19 -> 2.0.20Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ========== Broker: - Fix QoS 1 / QoS 2 publish incorrectly returning "no subscribers". Closes #3128. - Open files with appropriate access on Windows. - Don't allow invalid response topic values. - Fix some strict protocol compliance issues. Client library: - Fix cmake build on OS X. Build: - Fix build on NetBSD Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libzip: upgrade 1.11.1 -> 1.11.2Wang Mingyu2024-11-051-1/+1
| | | | | | | | Changelog: Fix performance regression in `zip_stat` introduced in 1.11. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvpx: upgrade 1.14.1 -> 1.15.0Wang Mingyu2024-11-052-5/+5
| | | | | | | | libvpx-configure-support-blank-prefix.patch refreshed for 1.15.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnvme: upgrade 1.10 -> 1.11Wang Mingyu2024-11-051-1/+1
| | | | | | | | Changelog: https://github.com/linux-nvme/libnvme/releases/tag/v1.11 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libjcat: upgrade 0.2.1 -> 0.2.2Wang Mingyu2024-11-051-1/+1
| | | | | | | | Changelog: - Add bt-logindex blob kind Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdbd-sqlite-perl: upgrade 1.74 -> 1.76Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | | | Changelog: =========== - Switched to a production version - Upgraded SQLite to 3.46.1 - Fix for Windows quadmath builds - Omit load_extension if static build Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdaq: upgrade 3.0.16 -> 3.0.17Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | Changelog: ========== - daq_netmap: Fix build on Linux with non-system headers - example: support snap encapsulation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* leptonica: upgrade 1.84.1 -> 1.85.0Wang Mingyu2024-11-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fastfloat: upgrade 5.2.0 -> 6.1.6Wang Mingyu2024-11-051-1/+1
| | | | | | | | Changelog: doctest: if SYSTEM_DOCTEST add a find_package(doctest REQUIRED) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: upgrade 3.54.0 -> 3.54.1Wang Mingyu2024-11-055-24/+24
| | | | | | | | | | | | | | | | | 0001-CMakeLists.txt-Remove-TRY_RUN-for-iconv.patch 0001-cmake-Do-not-export-CC-into-gir-compiler.patch 0002-CMakeLists.txt-remove-CHECK_C_SOURCE_RUNS-check.patch 0004-call-native-helpers.patch Bug Fixes: ========== - Pass GError instead of CamelException to camel_movemail_solaris - Fix argument types in ENABLE_BROKEN_SPOOL code - Use GIConv instead of iconv_t with iconv wrappers - ESoupSession: Sometimes accesses server without OAuth2 token Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.1.20241006.0 -> 6.1.20241103.0Wang Mingyu2024-11-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* babl: upgrade 0.1.108 -> 0.1.110Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | | Changelog: ========== - Fixes to alpha componet in HCY, HSL, HSV and YCbCr models. - Use same CIE Lab conversion for start/end as rest with SIMD. - Remove reliance on set rounding mode. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Drop unnecessary SRC_URI md5sum from the recipes in meta-oe.J. S.2024-11-05161-161/+0
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: Disable tcl support by defaultKhem Raj2024-11-051-1/+1
| | | | | | | It needs tcl8 and defaults have moved to using tcl9 and postgres has to be ported to work with tcl9 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnulib: Add do_deploy_archives backRobert Yang2024-11-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | The gnulib has sources, so we can't delete do_deploy_archives, the commit which deleted it said: """ commit 32d29814278262005ef9bd691178c68b8cb1e000 Author: leimaohui <leimaohui@cn.fujitsu.com> Date: Fri Aug 3 16:32:33 2018 +0800 Fix bug when inherit archiver. """ I tried the following build: ARCHIVER_MODE[src] = "original" ARCHIVER_MODE[src] = "patched" ARCHIVER_MODE[src] = "configured" ARCHIVER_MODE[src] = "mirror" The bug should be fixed during the past years. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkwave: Add packageconfig knob for tcl supportKhem Raj2024-11-051-2/+5
| | | | | | | TCL 9.x is not supported and its coming to core, therefore make way for disabling it by adding the knob and keep is off by default. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-apiflask: version bump 2.1.1 -> 2.2.1Jan Vermaete2024-11-051-6/+4
| | | | | | | | | | | fixed: do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] warning:oelint.vars.dependsordered:'RDEPENDS' entries should be ordered alphabetically Download of the source archive was failing with PYPI_PACKAGE set. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Add IPO option as a packageconfig knobKhem Raj2024-11-051-0/+4
| | | | | | | | | | | | | | | LTO seems to fail when using clang compiler, therefore disable it for now. | arm-yoe-linux-musleabi-ld.lld: error: undefined hidden symbol: co_swap_function.llvm.232435740610378447 | >>> referenced by arm.c:76 (lib/monkey/deps/flb_libco/arm.c:76) | >>> library/fluent-bit.lto.libfluent-bit.a(flb_input_thread.c.o at 1278594).o:(input_thread) | >>> referenced by flb_input_thread.c:0 (src/flb_input_thread.c:0) | >>> library/fluent-bit.lto.libfluent-bit.a(flb_input_thread.c.o at 1278594).o:(input_thread) | >>> referenced by arm.c:76 (lib/monkey/deps/flb_libco/arm.c:76) | >>> library/fluent-bit.lto.libfluent-bit.a(flb_output.c.o at 1447274).o:(.Lflb_output_task_flush$local) | >>> referenced 88 more times Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: Add tclsh 9 supportKhem Raj2024-11-053-1/+28
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glibmm: use ${bindir_native}Christian Eggers2024-11-051-2/+2
| | | | | | | | | With the current ${bindir} the build fails if BBCLASSEXTEND'ing to nativesdk and enabling maintainer-mode. Fixes: 3d0279c18738 ("glibmm: fix reproducibility issues") Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unbound: update to latest to fix occasional build failureMartin Jansa2024-11-051-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | buildhistory-diff shows few new files in testdata: packages/core2-64-oe-linux/unbound/unbound-ptest: FILELIST: added " /usr/lib/unbound/ptest/tests/testdata/rpz_val_block.rpl /usr/lib/unbound/ptest/tests/testdata/serve_expired_ttl_reset.rpl /usr/lib/unbound/ptest/tests/testdata/val_negcache_ttl_prefetch.rpl /usr/lib/unbound/ptest/tests/testdata/val_negcache_ttl.rpl /usr/lib/unbound/ptest/tests/testdata/iter_max_global_quota.rpl /usr/lib/unbound/ptest/tests/testdata/iter_unverified_glue.rpl /usr/lib/unbound/ptest/tests/testdata/serve_expired_val_bogus.rpl /usr/lib/unbound/ptest/tests/testdata/iter_unverified_glue_fallback.rpl /usr/lib/unbound/ptest/tests/testdata/serve_expired_client_timeout_val_bogus.rpl /usr/lib/unbound/ptest/tests/testdata/serve_expired_client_timeout_val_insecure_delegation.rpl /usr/lib/unbound/ptest/tests/testdata/dns64_prefetch_cache.rpl" wasn't tested in runtime, I don't use it, I just wanted to get rid of random build failure from world builds (happens at least since kirkstone which has 1.15.0). Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlrpc-c: improve the fix for parallel build a bitMartin Jansa2024-11-051-7/+70
| | | | | | | | | * still needs some improvements, but should work a bit better I've rebuilt it 30 times without triggering the issue now with previous version it failed on 5th iteration already Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snapper: use nonarch_libdir in FILESMarkus Volk2024-11-051-2/+2
| | | | | | | This avoids an 'installed vs.shipped' issue for multilib Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zstandard: add a recipe for version 0.23.0Thomas Perrot2024-11-052-0/+24
| | | | | | | | This package offers Python bindings to interface with the Zstandard compression library. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drm-info: add recipeHiago De Franco2024-11-051-0/+13
| | | | | | | | This recipe provides information about DRM devices, useful for debugging and checking information about DRM. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netdata: WebUI choice between all (default), v0, v1 or v2Jan Vermaete2024-11-051-0/+20
| | | | | | | | | | | | | Added a PACKAGECONFIG to select the version of the WebUI to be installed. When not set, all versions (v0, v1 and v2) will be installed. What is the default of Netdata. Enabling only the v1 version makes the package 25% smaller. More info: https://github.com/netdata/netdata/issues/15640#issuecomment-1946041083 Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: update 2.20 -> 3.0Markus Volk2024-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | ver 3.0: Fix issue with handling alpha2 code for United Kingdom. Fix issue with handling empty TX/RX bitrate attributes. Fix issue with handling RSSI polling fallback workaround. Fix issue with handling harmless cloned information elements. Add experimental support for External Authentication feature. ver 2.22: Fix issue with handling the Affinities property. Fix issue with handling ConnectedAccessPoint signal when roaming. ver 2.21: Fix issue with pending scan requests after regdom update. Fix issue with handling the rearming of the roaming timeout. Fix issue with survey request and externally triggered scans. Fix issue with RSSI fallback when setting CQM threshold fails. Fix issue with FT-over-Air without offchannel support. Add support for per station Affinities property. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-online-accounts: Upodate 3.52.0 -> 3.52.1Markus Volk2024-11-051-1/+1
| | | | | | | | | | | | | | | | Overview of changes in 3.52.1 ============================= * Bugs fixed: - !285 goakerberosprovider: don't assume all errors are auth errors - !285 goaoauthprovider: fix expected NULL GError * Translation updates: - Catalan (Jordi Mas i Hernandez) - Latvian (Rūdolfs Mazurs) - Thai (Aefgh Threenine) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netdata: Upgrade from 1.47.3 to 1.47.5 releaseJan Vermaete2024-11-023-71/+13
| | | | | | | | | | | | * 0001-Add-check-for-64bit-builtin-atomics.patch applied upstream * removed not longer used systemd service file The service of the netdata is used in previous commit(s) * oelint_adv issues solved Changlog: https://github.com/netdata/netdata/blob/master/CHANGELOG.md#v1475-2024-10-24 Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>