summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-ipython: upgrade 8.24.0 -> 8.25.0Wang Mingyu2024-06-111-1/+1
| | | | | | | | | | | | Changelog: =========== - replaces the unicode micro symbol with greek letter mu, visually identical but should fix nfkc normalisations issues. - introduces "intersphinx_registry" as a new dependency which is recommended only to build documentation. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-httpcore: upgrade 1.0.3 -> 1.0.5Wang Mingyu2024-06-111-1/+1
| | | | | | | | | | | | Changelog: ========== - Handle EndOfStream exception for anyio backend. - Allow trio 0.25.* series in package dependancies. - Add target request extension. - Fix support for connection Upgrade and CONNECT when some data in the stream has been read. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-html2text: upgrade 2020.1.16 -> 2024.2.26Wang Mingyu2024-06-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Fixes #409: IndexError on empty strong mark. - Fix #332: Insert at most one space for multiple emphasis - Feature #318: Make padded tables more similar to pandoc's pipe_tables. - Add support for Python 3.9. - Fix extra line breaks inside html link text (between '[' and ']') - Fix #344: indent <ul> inside <ol> three spaces instead of two to comply with CommonMark, GFM, etc. - Fix #324: unnecessary spaces around <b>, <em>, and strike tags. - Don't wrap tables by default and add a --wrap-tables config option. - Feature #198: Ignore <p> tags inside table rows. - Don't wrap tables by default and add a --wrap-tables config option - Remove support for Python <= 3.5. Now requires Python 3.6+. - Support for Python 3.10+. - Fix #320 padding empty tables and tables with no </tr> tags. - Add ignore_mailto_links config option to ignore mailto: style links. - Feature #407: Support the superscript and subscript tags. - Fix #373: \n inside text of a Markdown link. - Feature #406: Improve support for null atttibute values. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hexbytes: upgrade 1.0.0 -> 1.2.0Wang Mingyu2024-06-111-1/+1
| | | | | | | | | | | Changelog: ============ - Add to_0x_hex() method to provide a quick, explicit way to get an 0x-prefixed string - Change the name of master branch to main - Merge template updates, notably adding py312 support Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.130.0 -> 2.131.0Wang Mingyu2024-06-111-1/+1
| | | | | | | | Changelog: https://github.com/googleapis/google-api-python-client/releases/tag/v2.131.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-future: upgrade 0.18.3 -> 1.0.0Wang Mingyu2024-06-111-2/+2
| | | | | | | | | | | | | | | | | | License-Update: Copyright year updated to 2024. Changelog: ========== - Small updates to the docs - Add SECURITY.md describing security policy - Fix pasteurize: NameError: name 'unicode' is not defined - Move CI to GitHub Actions - Add setuptools to requirements for building docs - Fix typos in docs - Make the fix_unpacking fixer more robust - Small improvements to shell scripts according to shellcheck Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-evdev: upgrade 1.6.1 -> 1.7.1Wang Mingyu2024-06-111-1/+1
| | | | | | | | | | | | | | | | Changelog: ============ - Provide fallback value for FF_MAX_EFFECTS, which fixes the build on EL 7 - Add #ifdef guards around UI_GET_SYSNAME to improve kernel compatibility - Wait up to two seconds for uinput devices to appear. - Respect the CPATH/C_INCLUDE_PATH environment variables during install. - Add the uniq address to the string representation of InputDevice. - Improved method for finding the device node corresponding to a uinput device - Repository TLC (reformatted with ruff, fixed linting warnings, moved packaging metadata to pyproject.toml etc.). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-hash: upgrade 0.6.0 -> 0.7.0Wang Mingyu2024-06-111-1/+1
| | | | | | | | Changelog: Merge template updates, notably adding py312 support and testing docs build for all formats Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-email-validator: upgrade 2.1.0 -> 2.1.1Wang Mingyu2024-06-111-2/+2
| | | | | | | | | | | | | | | | | Changelog: ========== - Fixed typo 'marking' instead of 'marketing' in case-insensitive mailbox name list. - When DNS-based deliverability checks fail, in some cases exceptions are now thrown with raise ... from for better nested exception tracking. - Fixed tests to work when no local resolver can be configured. - This project is now licensed under the Unlicense (instead of CC0). - Minor improvements to tests. - Minor improvements to code style. License-Update: Relicense under the Unlicense (instead of CC0) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.4.1 -> 7.5.3Wang Mingyu2024-06-111-1/+1
| | | | | | | | | | | | | Changelog: =========== - Performance improvements for combining data files, especially when measuring line coverage. A few different quadratic behaviors were eliminated. - Performance improvements for generating HTML reports, with a side benefit of reducing memory use, closing issue 1791. Thanks to Daniel Diniz for helping to diagnose the problem. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: upgrade 39.4.4 -> 39.4.5Wang Mingyu2024-06-111-1/+1
| | | | | | | | Changelog: Fix J1939 SPN parsing Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bidict: upgrade 0.23.0 -> 0.23.1Wang Mingyu2024-06-111-1/+1
| | | | | | | | | Changelog: - Fix a regression in 0.23.0 that could defeat type inference of a bidict's key type and value type when running in Python 3.8 or 3.9. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-autoflake: upgrade 2.2.1 -> 2.3.1Wang Mingyu2024-06-111-1/+1
| | | | | | | | | | | Changelog: =========== - Update pre-commit config - github/workflows/main: use pre-commit/action - Always set encoding when reading setup.cfg Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-anyio: upgrade 4.3.0 -> 4.4.0Wang Mingyu2024-06-111-1/+1
| | | | | | | | Changelog: https://anyio.readthedocs.io/en/stable/versionhistory.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyyaml-include: support native and nativesdk buildRandy MacLeod2024-06-111-1/+1
| | | | | Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dfu-util: allow building nativesdk variantRasmus Villemoes2024-06-111-0/+2
| | | | | | | | It can be quite useful to include dfu-util along with any other tools needed for bootstrapping in the SDK. Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: backport abseil-cpp RISC-V fixScott Murray2024-06-112-0/+83
| | | | | | | | | | | Backport upstream abseil-cpp fix[1] for SIGILL crash on RISC-V with 6.6 and newer kernels. The patch has been tweaked to apply on top of the existing patch stack to the vendored copy of abseil-cpp. [1]: https://github.com/abseil/abseil-cpp/commit/7335a36d Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* abseil-cpp: backport RISC-V fixScott Murray2024-06-112-0/+83
| | | | | | | | | | | Backport upstream fix[1] for SIGILL crash on RISC-V with 6.6 and newer kernels. The patch has been tweaked to apply on top of the existing stack. [1]: https://github.com/abseil/abseil-cpp/commit/7335a36d Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usbguard: upgrade 1.1.2 -> 1.1.3Christophe Vu-Brugier2024-06-112-47/+1
| | | | | | | | | | Drop patch 0001-include-missing-cstdint.patch because it was merged upstream. See this commit in usbguard: * 22b1e08 Fix build for GCC 13 + make GitHub Actions cover build with GCC 13 (#586) Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: update 1.0.6 -> 1.0.7Markus Volk2024-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | This is a small bugfix release that is API and ABI compatible with previous 1.0.x releases. - Fix a potential race/crash. - Fix some problems with negotiation of large integers and floats. - Fix JACK sysex MIDI event handling. - Some more smaller fixes and improvements. - Fix a potential race when adding/removing a port to be scheduled. - Fix FFADO default device handling. (#4023) - Fix in integer overflow and float/double compare in POD. - Copy larger MIDI events correctly. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireplumber: update 0.5.2 -> 0.5.3Markus Volk2024-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WirePlumber 0.5.3 ~~~~~~~~~~~~~~~~~ Fixes: - Fixed a long standing issue that would cause many device nodes to have inconsistent naming, with a '.N' suffix (where N is a number >= 2) being appended at seemingly random times (#500) - Fixed an issue that would cause unavailable device profiles to be selected if they were previously stored in the state file, sometimes requiring users to manually remove the state file to get things working again (#613) - Fixed an occasional crash that could sometimes be triggered by hovering the volume icon on the KDE taskbar, and possibly other similar actions (#628, !644) - Fixed camera device deduplication logic when the same device is available through both V4L2 and libcamera, and the libcamera one groups multiple V4L2 devices together (#623, !636) - Fixed applying the default volume on streams that have no volume previously stored in the state file (#655) - Fixed an issue that would prevent some camera nodes - in some cases - from being destroyed when the camera device is removed (#640) - Fixed an issue that would cause video stream nodes to be linked with audio smart filters, if smart audio filters were configured (!647) - Fixed an issue that would cause WP to re-activate device profiles even though they were already active (!639) - Configuration files in standard JSON format (starting with a '{', among other things) are now correctly parsed (#633) - Fixed overriding non-container values when merging JSON objects (#653) - Functions marked with WP_PRIVATE_API are now also marked as non-introspectable in the gobject-introspection metadata (#599) Improvements: - Logging on the systemd journal now includes the log topic and also the log level and location directly on the message string when the log level is high enough, which is useful for gathering additional context in logs submitted by users (!640) - Added a video-only profile in wireplumber.conf, for systems where only camera & screensharing are to be used (#652) - Improved seat state monitoring so that Bluetooth devices are only enabled when the user is active on a local seat, instead of allowing remote users as well (!641) - Improved how main filter nodes are detected for the smart filters (!642) - Added Lua method to merge JSON containers (!637) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: Migrate to catch2 v3Khem Raj2024-06-112-0/+531
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
* catch2: Upgrade to 3.x release seriesKhem Raj2024-06-111-2/+2
| | | | | | | It supports C++20 better and newer compilers e.g. clang19 works better with 3.x series. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: update 2.16 -> 2.18Markus Volk2024-06-111-1/+1
| | | | | | | | | | | | | | | | ver 2.18: Fix issue with handling BSS with invalid HE capabilities. Fix issue with neighbor reports with invalid country codes. Fix issue with EAP-TTLS Start packets with L flag set. Add support for enabling SAE for AP mode operation. ver 2.17: Fix issue with handling deauthenticate on disconnect. Fix issue with handling of rate estimation errors. Fix issue with handling EAPOL frame listeners. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: disable C++ tests for libgpiod v1.6.xBartosz Golaszewski2024-06-115-5/+37
| | | | | | | | | Catch2 recipe is moving to version 3 of the Catch2 API which will make the C++ tests in libgpiod uncompatible. libgpiod v2 as ported to the new interface but v1.6.x will not be so just disable building the C++ tests. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: update to v1.6.5Bartosz Golaszewski2024-06-111-1/+1
| | | | | | | | | This release contains a build fix for environments that require libgen.h to be included for basename() and don't pull it implicitly with any other header. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libjxl: Turn sizeless vectors as a packageconfig optionKhem Raj2024-06-111-2/+7
| | | | | | | | | | | | We need to disable this on riscv64 as it results in undefined symbols with clang especially libjxl/0.10.2/recipe-sysroot/usr/include/hwy/ops/rvv-inl.h:591:17: error: use of undeclared identifier '__riscv_vsetvlmax_e8mf8' 591 | HWY_RVV_FOREACH(HWY_RVV_LANES, Lanes, setvlmax_e, _ALL) | ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: Update SRC tarball pathVijay Anusuri2024-06-111-1/+1
| | | | | | | Fix WARNING: Failed to fetch URL https://c-ares.org/download/c-ares-1.27.0.tar.gz Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cmpi-bindings: Fix build error with gcc14.Lei Maohui2024-06-112-0/+47
| | | | | | | Added patch to fix incompatible pointer type error. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* googlebenchmark: Fix build on riscv64Khem Raj2024-06-112-1/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udpcast: add recipeEnguerrand de Ribaucourt2024-06-103-0/+50
| | | | | | | | | | | | | udpcast is a file transfer tool that can send data simultaneously to many destinations on a LAN. It is an alternative to uftp which is already in meta-networking. On a lossy network, udpcast provided 10x faster transfer rates with error correction enabled while using a half as much CPU thanks to a simpler algorithm. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fbida: Require opengl feature for pdf onlyPavel Zhukov2024-06-101-1/+1
| | | | | | | Don't require it for entire distro if pdf package config disabled. Signed-off-by: Pavel Zhukov <pavel@zhukoff.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dracut: Drop an unnecessary patchZoltán Böszörményi2024-06-102-36/+0
| | | | | | | | | Dropped 0001-util.h-include-sys-reg.h-when-libc-glibc.patch that's unnecessary for a long time now, because dracut (since version 049) does not rely on __WORDSIZE. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* replace libdbd-mysql-perl with dbd-mariadbMarkus Volk2024-06-103-25/+21
| | | | | | | | | | | libdbd-mysql-perl is broken with mariadb/gcc14 and upstream does not support mariadb. [https://github.com/perl5-dbi/DBD-mysql/issues/430] Use the perl database driver that is provided by the mariadb project instead. [https://mariadb.com/kb/en/perl-dbi] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgee: downgrade incompatible-pointer-types back to warningMarkus Volk2024-06-101-0/+2
| | | | | | | | | | | | | | Workaround to fix build with gcc14 I had a look here and to me it seems like it needs to be to be fixed mostly in vala https://gitlab.com/fweimer-rh/fedora-modernc/-/blob/main/pkg/l/libgee.md?ref_type=heads The issue has been reported for various distributions https://lists.opensuse.org/archives/list/bugs@lists.opensuse.org/message/7GKXU2QW6DCH6AJQ62PLFWDMRNTEM5FD/ https://bugs.gentoo.org/920315 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fwupd-efi: Upgrade to 1.6Khem Raj2024-06-093-59/+35
| | | | | | | | Drop cc settings patch this code piece has been removed upstream Add a patch to use native python Disable incompatible-pointer-types warning as error with gcc-14 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pefile: Move from meta-python to meta-oeKhem Raj2024-06-093-2/+18
| | | | | | | | - This recipe is needed by newer versions of fwupd from meta-oe - Add ptest support for python3-pefile - Add python3-pefile to PTESTS_FAST_META_OE since tests take < 30s Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdbd-mysql-perl: update 4.050 -> 5.006Markus Volk2024-06-091-0/+0
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-115: update 115.8.0 -> 115.11.0Markus Volk2024-06-091-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdbd-mysql-perl,rrdtool: Disable gcc option -Wincompatible-pointer-typesKai Kang2024-06-092-1/+3
| | | | | | | | | | | | | It fails to run do_compile tasks for libdbd-mysql-perl and rrdtool with gcc option -Wincompatible-pointer-types enabled by default. Disable it as workaround. - add workaround for incompatible-pointer-types [https://github.com/perl5-dbi/DBD-mysql/issues/430] Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Markus Volk <f_l_k@t-online.de>
* daq: fix incompatible pointer type errorKai Kang2024-06-092-0/+32
| | | | | | | | | | | | | | | Fix incompatible pointer type error for daq: | ../../daq-2.0.7/os-daq-modules/daq_nfq.c: In function 'SetPktHdr': | ../../daq-2.0.7/os-daq-modules/daq_nfq.c:394:37: error: passing argument 2 of 'nfq_get_payload' from incompatible pointer type [-Wincompatible-pointer-types] | 394 | int len = nfq_get_payload(nfad, (char**)pkt); | | ^~~~~~~~~~~ | | | | | char ** Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uw-imap: fix incompatible pointer type errorsKai Kang2024-06-092-0/+356
| | | | | | | | | | | | | | Fix compile errors when gcc option '-Wincompatible-pointer-types' set: mx.c: In function 'mx_setdate': mx.c:1286:15: error: passing argument 2 of 'utime' from incompatible pointer type [-Wincompatible-pointer-types] 1286 | utime (file,tp); /* set the times */ | ^~ | | | time_t * {aka long int *} Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: Fix undefined symbol errors on musl+lldKhem Raj2024-06-072-0/+66
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* googlebenchmark: Update patch and its status to backportKhem Raj2024-06-071-11/+10
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libirecovery: upgrade 1.1.0 -> 1.2.0Wang Mingyu2024-06-071-3/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: ============ - Allow building --without-tools - Add KIS (aka Debug USB) support for macOS, Linux, and Windows (Windows note: requires up-to-date AppleMobileDeviceSupport64.msi package installed) - Add Port DFU support (restore procedure is handled externally) - irecovery: Print detailed mode for -q and -m commands - Overall code cleanup and de-duplication - Windows-specific code cleanup and improvements - Add Mac Pro, Mac Studio (M2) and MacBook Air (M2) models - Add iPhone 15 family - Add Apple Watch Series 9 and Ultra 2 models - Add November 2023 iMac and MacBook Pro models - Add support for Apple Vision Pro (RealityDevice14,1) - A few minor Windows-specific bug fixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice-glue: upgrade 1.0.0 -> 1.2.0Wang Mingyu2024-06-071-3/+1
| | | | | | | | | | | | | | | | Changelog: ============ * socket: Use poll() - when available - instead of select() * socket: Allow NULL as address for socket_create() and socket_connect() * win32: Remove windows.h from public headers * Add version function to interface * Add helper code to deal with NSKeyedArchiver plist data * opack: Fixed 32bit buffer overflow * opack: Fix parsing of 32 and 64 bit packed values * socket: Make sure errno is always set on error, and always return a meaningful error code Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cdrkit: fix incompatible pointer type errorKai Kang2024-06-072-0/+45
| | | | | | | | | | | | | | | | | | Fix incompatible pointer type error when gcc option '-Wincompatible-pointer-types' set: cdrkit-1.1.11/genisoimage/eltorito.c:399:41: error: passing argument 1 of 'set_721' from incompatible pointer type [-Wincompatible-pointer-types] 399 | set_721(&last_section_header->entry_count, nentries); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char (*)[2] In file included from cdrkit/1.1.11/cdrkit-1.1.11/genisoimage/eltorito.c:39: cdrkit-1.1.11/genisoimage/genisoimage.h:507:21: note: expected 'char *' but argument is of type 'char (*)[2]' 507 | extern void set_721(char *, unsigned int); | ^~~~~~ Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unixodbc: Fix CVE-2024-1013Soumya Sambu2024-06-072-0/+54
| | | | | | | | | | | | | An out-of-bounds stack write flaw was found in unixODBC on 64-bit architectures where the caller has 4 bytes and callee writes 8 bytes. This issue may go unnoticed on little-endian architectures, while big-endian architectures can be broken. References: https://nvd.nist.gov/vuln/detail/CVE-2024-1013 Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dracut: Switch to dracut-ng and upgrade to version 102Zoltán Böszörményi2024-06-074-71/+94
| | | | | | | | | | | | | | | | | | | | | | | The previous dracut 056 was hopelessly outdated. When creating an initramfs from a systemd based system with a recent systemd version, booting failed with this error: [ 1.906055] systemd[1]: Failed to open executor binary '/usr/lib/systemd/systemd-executor' [ 1.912230] systemd[1]: Failed to allocate manager object: No such file or directory [!!!!!!] Failed to allocate manager object [ 1.912480] systemd[1]: Freezing execution dracut-ng took over after development in the original dracut repository stopped. Switched to the new source repository. Dropped two patches upstreamed in dracut-ng. Added a new patch that partially reverts a change that broke creating an initramfs on the host using the cross-compiled sysroot. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usleep: fix compile errorsKai Kang2024-06-071-2/+2
| | | | | | | | | | | | | | | | | | | | | Update usleep.c to fix following compile error: | usleep.c: In function 'main': | usleep.c:47:43: error: passing argument 3 of 'poptGetContext' from incompatible pointer type [-Wincompatible-pointer-types] | 47 | optCon = poptGetContext("usleep", argc, argv, options,0); | | ^~~~ | | | | | char ** | In file included from usleep.c:29: | /path_to/tmp-glibc/work/core2-64-wrs-linux/usleep/1.2/recipe-sysroot/usr/include/popt.h:217:41: note: expected 'const char **' but argument is of type 'char **' | 217 | int argc, const char ** argv, | | ~~~~~~~~~~~~~~^~~~ | usleep.c:68:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] | 68 | countStr = poptGetArg(optCon); | | ^ Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>