summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* 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>
* 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-0/+32
| | | | | | | | - 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>
* 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>
* 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>
* 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>
* meta-oe/conf/layer.conf: remove libbpf from NON_MULTILIB_RECIPES for x86 and ↵Wentao Zhang2024-06-071-0/+3
| | | | | | | | | | x86-64 libbpf supports x86_64 and i.86, remove libbpf from NON_MULTILIB_RECIPES for x86 and x86-64 Signed-off-by: Wentao Zhang <wentao.zhang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poke: upgrade 4.0 -> 4.1Wang Mingyu2024-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ============ - Invalid memory access in 'pkl_do_pass_1' has been fixed. - Access to possibly-uninitialized variable in IOS has been fixed. - In error reporting, poke no longer crashes when the input is not seekable. - Use of 'break'/'continue' in EXCOND operator's compound statement has been fixed to not crash the poke. - 'pokefmt' now has a man page. - Execution speed of 'pk-jojopatch' has been improved by disabling auto-remap feature. - Variable 'poke_interactive_p' is now documented in the manual. - Update jitter submodule to incorporate minor documentation update and a workaround for an Automake bug. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poco: upgrade 1.12.5p2 -> 1.13.3Wang Mingyu2024-06-073-38/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 0002-fix-build-Install-cmake-files-with-resolved-ENABLE_J.patch removed since it's included in 1.13.3 0001-cppignore.lnx-Ignore-PKCS12-and-testLaunch-test.patch refreshed for 1.13.3 Changelog: ============ - GH #4496 Upgrade bundled libexpat to 2.6.2 - GH #4488 Add Poco::Util::Timer::idle() method to check if timer has any tasks scheduled - GH #3807 DNS.resolve() should not be sorted in HostEntry::removeDuplicates() - GH #4515 Upgrade bundled SQLite to 3.45.2 - PR #4517 Optimize Net module for Android - GH #4505 ODBC Unicode wrappers do not check for null length pointers - GH #4492 Poco::BasicMemoryStreamBuf is missing seekpos() - GH #4486 DateTimeFormat RFC1036 Sunday name is short (should be long) - GH #4468 Poco::URI: don't lowercase host part if it's a Unix domain socket - GH #4450 Error between Poco::ActiveRecord and Poco::Data::PostgreSQL - GH #4435 SecureStreamSocket is not thread-safe - GH #4415 SecureSocketImpl::reset shouldn't close socket - GH #3857 Thread_POSIX.cpp shouldn't convert thread IDs to long - GH #3725 secure socket receiveTimeout throwing after configured timeout * 2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pmdk: upgrade 2.0.0 -> 2.1.0Wang Mingyu2024-06-071-1/+1
| | | | | | | | | | | | Changelog: ========== Introduces the new logging subsystem in the release build for all libraries Introduces fuses against ill-considered use of NDCTL_ENABLE=n Does not allow create PMEMOBJ pool without unsafe shutdown counter (USC) if not explicitly disabled. Drops support for building without libpthread (NO_LIBPTHREAD build-time define) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pangomm-2.48: upgrade 2.50.1 -> 2.52.0Wang Mingyu2024-06-071-1/+1
| | | | | | | | | | | | | Changelog: ============ * FontFamily: Add property_item_type(), property_n_items(), property_name(), property_is_monospace(), property_is_variable(). * FontMap: Add reload_font(), property_item_type(), property_n_items(). * Require pango >= 1.52.0. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* monit: upgrade 5.33.0 -> 5.34.0Wang Mingyu2024-06-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mercurial: upgrade 6.5 -> 6.6.3Wang Mingyu2024-06-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcelog: upgrade 198 -> 199Wang Mingyu2024-06-072-51/+6
| | | | | | | | 0001-server-Correct-prameter-type-for-connect-API.patch removed since it's included in 199 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvpx: upgrade 1.14.0 -> 1.14.1Wang Mingyu2024-06-072-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | libvpx-configure-support-blank-prefix.patch refreshed for 1.14.1 Changelog: ============ - Improved the detection of compiler support for AArch64 extensions, particularly SVE. - Added vpx_codec_get_global_headers() support for VP9. - Added buffer bounds checks to vpx_writer and vpx_write_bit_buffer. - Fix to GetSegmentationData() crash in aq_mode=0 for RTC rate control. - Fix to alloc for row_base_thresh_freq_fac. - Free row mt memory before freeing cpi->tile_data. - Fix to buffer alloc for vp9_bitstream_worker_data. - Fix to VP8 race issue for multi-thread with pnsr_calc. - Fix to uv width/height in vp9_scale_and_extend_frame_ssse3. - Fix to integer division by zero and overflow in calc_pframe_target_size(). - Fix to integer overflow in vpx_img_alloc() & vpx_img_wrap()(CVE-2024-5197). - Fix to UBSan error in vp9_rc_update_framerate(). - Fix to UBSan errors in vp8_new_framerate(). - Fix to integer overflow in vp8 encodeframe.c. - Handle EINTR from sem_wait(). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtracefs: upgrade 1.7.0 -> 1.8.0Wang Mingyu2024-06-073-39/+4
| | | | | | | | | | | 0001-makefile-Do-not-preserve-ownership-in-cp-command.patch refreshed for 1.8.0 0001-tracefs-perf-Add-missing-headers-for-syscall-and-SYS.patch removed since it's included in 1.8.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsodium: upgrade 1.0.19 -> 1.0.20Wang Mingyu2024-06-073-63/+12
| | | | | | | | | | License-Update: Copyright year updated to 2024. 0001-fix-aarch64-Move-target-pragma-after-arm_neon.h-incl.patch removed since it's included in 1.0.20 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iperf3: upgrade 3.16 -> 3.17.1Wang Mingyu2024-06-071-2/+2
| | | | | | | | | | | | License-Update: Copyright year updated to 2024. Changelog: ============ - Version number has been corrected. - No longer signing tags Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.382 -> 0.383Wang Mingyu2024-06-071-1/+1
| | | | | | | | Changelog: Update pci and vendor ids Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* highway: upgrade 1.1.0 -> 1.2.0Wang Mingyu2024-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ -Add InterleaveEven/InterleaveOdd, BitShuffle, GatherIndexNOr -Add IsNegative, IfNegativeThenElseZero, IfNegativeThenZeroElse -Add NEON_BF16, HWY_VERSION_GE/LT, HWY_EXPORT_T/HWY_DYNAMIC_DISPATCH_T -Add PromoteInRangeTo/ConvertInRangeTo/DemoteInRangeTo -Add Rol/Ror, RotateLeft/RotateLeftSame/RotateRightSame -Add SatWidenMulPairwiseAccumulate, SatWidenMulAccumFixedPoint -Add stats.h, bit_set.h, IsEitherNaN -Add UI8/UI32/UI64 MulHigh, I64 MulEven/MulOdd/Mul128 -Add WidenMulAccumulate, MulEvenAdd, MulOddAdd -contrib/bit_pack: support 32/64-bit lanes -contrib/math: Add Exp2, Hypot -contrib/matvec: Add MatVecAdd -contrib/sort: Add VQ/HeapSelect, partial sort -contrib/topology: add affinity, detect topology/cache size/CPU name -Enable runtime dispatch for NEON/RVV, bazel modules, abort handler -Remove DASSERT for negative Gather indices -Support opting out of GUnit dependency -Use SPR/ZEN4 bf16 dot product -Known GCC 13 RVV issue: parts of sort_test and bit_pack_test disabled -Known Clang RVV/QEMU issue: incorrect rounding mode in upper/lower halves Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glibmm-2.68: upgrade 2.78.0 -> 2.80.0Wang Mingyu2024-06-071-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== * Add wide_from_utf8() and wide_to_utf8() * DateTime: Add create_from_local_usec(), create_from_utc_usec() and to_unix_usec(). * Application: Add get/set/property_version() * ApplicationCommandLine: Add done() * DBus::Message: Add get_arg0_path() * Socket: Add receive_bytes() and receive_bytes_from() * content_type_guess(): Remove most of an unnecessary overload * Require glib-2.0 >= 2.79.2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exiftool: upgrade 12.72 -> 12.85Wang Mingyu2024-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ - Added GeolocationFeatureType tag - Added read support for Nikon NKA and NXD adjustment files - Added a new Apple:ImageCaptureType value, and changed another one - Decode a few new Pentax tags - Decode a few new Canon tags - Decode some Ricoh Exif metadata from MOV videos - Extract ID3 UserDefinedText and UserDefinedURL tags by name - Make $advFmtSelf available for user-defined helper functions - Documented API GeoDir pseudo option feature - Tolerate pad byte at end of HIF file when writing - Raised priority of FileName, BaseName, Directory and FileType tags so they don't get hidden by other tags in the file which may have these names - Changed decoding of QuickTime Rotation (irot) to correspond with EXIF:Orientation (previously this was oddly reported as degrees of counterclockwise rotation) - Fixed a typo in the print conversion value for a couple of DPX tags - Fixed problem writing some QuickTime tags with very large (> 16 MB) values - Fixed bug in build_geolocation utility that resulted in incorrect population numbers when run under ActivePerl Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* editorconfig-core-c: upgrade 0.12.6 -> 0.12.7Wang Mingyu2024-06-071-2/+2
| | | | | | | | | | | | | | | Changelog: ========== - Fix pointer overflow in STRING_CAT. - Fix a few more stack buffer overflows. - Add license for FindPcre2 from LuaDist. - Document and CI fixes. License-Update: Add license for FindPcre2 from LuaDist Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.1.20240310.0 -> 6.1.20240602.0Wang Mingyu2024-06-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* composefs: upgrade 1.0.3 -> 1.0.4Wang Mingyu2024-06-071-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========== - Added LCFS_MOUNT_FLAGS_TRY_VERITY/tryverity mount option to do best-effort fs-verity - Use the new loewerdir+ and datadir+ overlayfs mount options from linux 6.6 - mkcomposefs is now multi-threaded when computing digests and copying files - mkcomposefs now uses copy_file_range when copying files - Added some initial rust crates to handle composefs dump files - Added fuzz tests - Documentation updates - Fix some crashes and leaks - Improve error reporting - Fix build on various libc types and versions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* colord-native: upgrade 1.4.6 -> 1.4.7Wang Mingyu2024-06-072-8/+5
| | | | | | | | | | | | | | | | | | | | | | 0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch refreshed for 1.4.7 Changelog: =========== - Add various hardenings to the systemd service - Always close the ICC profile when loading fails - Avoid destructing LCMS plugin twice with lcms 2.14 - Do not make state files executable in tmpfiles.d/colord.conf - Fix a double free spotted by Coverity - Fix an error check when parsing the DTP94 data - Fix a -Wincompatible-pointer-types warning - Fix potential crash when reading from broken Huey hardware - Set FILE_OFFSET_BITS explicitly - Use a 64-bit time_t - Use thread context for Gamut Alarm codes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cglm: upgrade 0.9.2 -> 0.9.4Wang Mingyu2024-06-071-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========== - Struct API glms_ray_at incorrect dir para - dont use I macro defined in standard - improve docs - separate SSE and SSE2 - make Fasth math work both on SSE and SSE2, make -0.0f run on SSE + fast math - make some failing test pass when fast math is on - dont validate nan and inf on fast math - add note to enable config where may not work is some environments - alignment - fix some doc typos & warnings Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bubblewrap: upgrade 0.8.0 -> 0.9.0Wang Mingyu2024-06-071-1/+1
| | | | | | | | | | | | | | | | Changelog: =========== - Fix a double-close on error reading from --args, --seccomp or --add-seccomp-fd argument - Improve memory allocation behaviour - Silence various compiler warnings - Silence an Automake warning - Fix a test failure when running as uid 0 in a container - Fix a test failure when /mnt is a symlink - Fix a test failure on NixOS - Add --argv0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* botan: upgrade 3.2.0 -> 3.4.0Wang Mingyu2024-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ - Add Ed448 signatures and X448 key exchange - X.509 certificate verification now can optionally ignore the expiration date of root certificates. - Support for "hybrid" EC point encoding is now deprecated. - Support for creating EC_Group objects with parameters larger than 521 bits is now deprecated - Add new build options to disable deprecated features, and to enable experimental features. - Fix a bug affecting use of SIV and CCM ciphers in the FFI interface. - Add new FFI interface botan_cipher_requires_entire_message - Internal refactorings of the mp layer to support a new elliptic curve library. - Use a new method for constant time division in Kyber to avoid a possible side channel where the compiler inserts use of a variable time division. - Refactor test RNG usage to improve reproducibility. - Add std::span interfaces to BigInt - Refactorings and improvements to low level load/store utility functions. - Fix the amalgamation build on ARM64 - Add Mac ARM based CI build - Fix a thread serialization bug that caused sporadic test failures. - Update GH Actions to v4 - Add examples of password based encryption and HTTPS+ASIO client. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* atkmm-2.36: upgrade 2.36.2 -> 2.36.3Wang Mingyu2024-06-071-1/+1
| | | | | | | | | | | | | | | Changelog: =========== * atkmm.h: Update link to ATK * Add README.win32.md with Win32 build documentation * Remove AUTHORS and add general information to README.md * Detect if we build from a git subtree * Don't copy files with configure_file() * Fix the evaluation of is_git_build on Windows * Don't fail if warning_level=everything Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sexpect: add new recipebaruch@tkos.co.il2024-06-071-0/+12
| | | | | | | | | sexpect is an expect like utility that is designed in the client/server model. This makes it suitable for use in shell script to control multiple interactive programs from a single script. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cukinia: upgrade 0.6.2 -> 0.7.0Enguerrand de Ribaucourt2024-06-071-4/+3
| | | | | | | | | | | | | | | | | | | Changes: cukinia: Add user is member of groups function cukinia: correct _ver2int output format cukinia: filter junitxml output to only include valid xml 1.0 chars cukinia: Add network interface functions cukinia: correct log_suite file name cukinia: differentiate cukinia_gpio_* tests cukinia_i2c: check driver add when/unless cukinia: fix bashism in result comparison Change license to Apache-2.0 only GPL-3.0-only license has been removed intentionally (see changelog). Signed-off-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rrdtool: Fix do_populate_sysroot QA issuesJiaying Song2024-06-061-0/+5
| | | | | | | | | | | | | | | | | | | This commit addresses the shebang size issue encountered in the do_populate_sysroot task of the rrdtool-native recipe. The issue was caused by the shebang line in the cgi-demo.cgi file exceeding the maximum allowed length of 128 characters. The following error was observed: ERROR: rrdtool-native-1.8.0-r0 do_populate_sysroot: QA Issue: : /work/x86_64-linux/rrdtool-native/1.8.0/sysroot-destdir/work/x86_64-linux/rrdtool-native/1.8.0/recipe-sysroot-native/usr/share/rrdtool/examples/cgi-demo.cgi maximum shebang size exceeded, the maximum size is 128. [shebang-size] ERROR: rrdtool-native-1.8.0-r0 do_populate_sysroot: do_populate_sysroot for this recipe installed files with QA issues  The solution implemented involves modifying the shebang line in the cgi-demo.cgi file to use '/usr/bin/env rrdcgi', ensuring it adheres to the length limit. Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lmsensors: fix building with GCC 14Dmitry Baryshkov2024-06-062-0/+37
| | | | | | | | GCC 14 is more strict regarding const pointers conversion. Fix conversion to let lmsensors build with GCC 14. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rrdtool: fix compilation with GCC 14Dmitry Baryshkov2024-06-062-0/+1584
| | | | | | | | Import patch from the rrdtool's git to fix building with GCC 14. Note, it also requires fixing other tools (like lmsensors) in a similar way. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>