aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-02-09recipes: drop remaining +gitr casesMartin Jansa
: drop 'r' from gitr and ${SRCPV} * +git is preferred over +gitr since 2012: https://lists.openembedded.org/g/openembedded-core/topic/72154716#16837 some recipes still use +gitr, because updating it would cause PV going backwards but without share PRservice the version-going-backwards QA issues are quite common and most people probably cannot depend on always-increasing version number already Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
2024-02-09recipes: drop ${SRCPV} usageMartin Jansa
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
2024-02-09proj: upgrade 9.3.0 -> 9.3.1Clément Péron
Signed-off-by: Clément Péron <peron.clem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09proj: extend class to native and nativesdkClément Péron
Signed-off-by: Clément Péron <peron.clem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09flatcc: drop 'r' from gitr and ${SRCPV}Martin Jansa
* +git is preferred over +gitr since 2012: https://lists.openembedded.org/g/openembedded-core/topic/72154716#16837 some recipes still use +gitr, because updating it would cause PV going backwards but this recipe was added just recently so adjust that * Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09flatcc: respect baselibMartin Jansa
* avoid installed-vs-shipped with multilib when baselib is lib32 or lib64 instead of just lib ERROR: QA Issue: lib32-flatcc: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libflatcc.a /usr/lib/libflatccrt.a Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. lib32-flatcc: 3 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09python3-gcovr: upgrade 6.0 -> 7.0Wang Mingyu
Changelog: https://github.com/gcovr/gcovr/releases/tag/7.0 License-Update: Copyright year updated to 2024. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09python3-path: upgrade 16.9.0 -> 16.10.0Wang Mingyu
Changelog: ========== -Added .with_name and .with_stem. -Prefer .suffix to .ext and deprecate .ext. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09python3-gspread: upgrade 5.12.4 -> 6.0.0Wang Mingyu
Changelog: https://github.com/burnash/gspread/releases/tag/v6.0.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09python3-google-api-core: upgrade 2.16.1 -> 2.16.2Wang Mingyu
Changelog: Spelling error a,out -> amount Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09python3-flask: upgrade 3.0.1 -> 3.0.2Wang Mingyu
Changelog: =========== -Correct type for jinja_loader property. -Fix error with --extra-files and --exclude-patterns CLI options. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09python3-elementpath: upgrade 4.1.5 -> 4.2.0Wang Mingyu
Changelog: ============ -Drop support for Python 3.7 -Add uri and fragment options to dynamic context -Make context root node not mandatory (issue #63) -Add function objects constructor (issue #70) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09python3-astroid: upgrade 3.0.2 -> 3.0.3Wang Mingyu
Changelog: ========== -Fix type of UnicodeDecodeError.object inferred as str instead of bytes. -Fix no-member false positives for args and kwargs on ParamSpec under Python 3.12. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09satyr: upgrade 0.42 -> 0.43Wang Mingyu
Changelog: Fix test failure when using clang Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09sanlock: upgrade 3.9.0 -> 3.9.1Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09pkcs11-provider: upgrade 0.2 -> 0.3Wang Mingyu
Changelog: https://github.com/latchset/pkcs11-provider/releases/tag/v0.3 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09neon: upgrade 0.32.5 -> 0.33.0Wang Mingyu
Changelog: ============= - test suite now works correctly on IPv6-only hosts - fixes for building against LibreSSL - ne_uri_parse() fixes for handling URI with no path and catch some invalid URIs which were allowed - retry requests after a 408 response on a persisted connection - 207 error strings are cleaned and compressed to a single line - fixed thread-safety in ne_rfc1123_date where gmtime_r is available - ne_lock_refresh() fixed to use a non-idempotent request - TLS name verification updated to match RFC 9110/6125, added strict handling of IP literals vs DNS names Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09libblockdev: upgrade 3.0.4 -> 3.1.0Wang Mingyu
Changelog: ============== - tests: Default to /tmp for create_sparse_tempfile() - tests: Avoid setting up intermediary loop device for the nvme target - tests: Remove unreliable nvme attribute checks - lvm-dbus: Fix leaking error - lvm-dbus: Avoid using already-freed memory - utils: Add expected printf string annotation - fs: Report reason for open() and ioctl() failures - ci: Add an action to compile libblockdev with different compilers - Sync spec with downstream - Add BDPluginSpec constructor and use it in plugin_specs_from_names - overrides: Remove unused 'sys' import - ci: Manually prepare spec file for Packit - ci: Remove the custom version command for Packit - swap: Add support for checking label and UUID format - fs: Add a function to check label format for F2FS - fs: Add a generic function to check for fs info availability - fs: Fix allowed UUID for generic mkfs with VFAT - fs: Add support for getting filesystem min size for NTFS and Ext - tests: Remove some obsolete rules to skip tests - Mark NVDIMM plugin as deprecated since 3.1 - part: Fix potential double free when getting parttype - tests: Use BDPluginSpec constructor in LVM DBus plugin tests - python: Add a deepcopy function to our structs - Fix missing progress initialization in bd_crypto_luks_add_key - tests: Skip some checks for btrfs errors with btrfs-progs 6.6.3 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09iotop: upgrade 1.25 -> 1.26Wang Mingyu
Changelog: Add clock in upper right corner License-Update: Copyright year updated to 2024. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09squid: upgrade 6.6 -> 6.7Wang Mingyu
Changelog: =========== - Bug 5337: workaround for crash on startup if -a option is used - Bug 5274: Successful tunnels logged as TCP_TUNNEL/500 - Fix crash when NTLM and Negotiate helpers are queried with no HTTP request - Fix SslBump memory leak when mimicking certificates with Authority Key Identifier - Fix memory leak on SslBump certificates with Authority Key Identifier extension - Fix a possible integer overflow in FTP Gateway - Extend cache_log_message to Bug 5187 and job invalidation BUGs - Remove incorrect beta version warning - MS Windows portability improvements and some documentation improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09ndisc6: upgrade 1.0.7 -> 1.0.8Wang Mingyu
Changelog ============ Fix potential garbage whilst prining an advertised prefix. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09libgsf: upgrade 1.14.51 -> 1.14.52Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09network-manager-applet: upgrade 1.34.0 -> 1.36.0Wang Mingyu
Changelog: =========== * Support WiFi's cloned-mac "stable-ssid" * Update translations. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09neatvnc: upgrade 0.7.1 -> 0.7.2Wang Mingyu
Changelog: ============= -Clients are now allowed to request more than 32 encodings (#108) -Zlib streams are now preserved when a client switches between encodings Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09nanomsg: upgrade 1.2 -> 1.2.1Wang Mingyu
Changelog: =========== -Fixed #1105 which caused a SIGBUS on some some platforms due misaligned accesses. -Fixed a problem when using absolute CMake target directories. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09md4c: upgrade 0.5.0 -> 0.5.2Wang Mingyu
Changes: =========== - The specification expands set of Unicode characters seen by Markdown parser as a punctuation. Namely all Unicode general categories P (punctuation) and S (symbols) are now seen as such. - The definition of HTML comment has been changed so that '<!-->' and '<!--->' are also recognized as HTML comments. - HTML tags recognized as HTML block starting condition of type 4 has been updated, namely a tag '<source>' has been removed, whereas '<search>' added. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09libqmi: upgrade 1.35.1 -> 1.35.2Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09libjcat: upgrade 0.2.0 -> 0.2.1Wang Mingyu
Changelog: ============ - Do not dedupe sig and sig-of-checksum when loading - Fix the installed tests - Show the sig-of-checksum results clearer on the CLI Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09libio-socket-ssl-perl: upgrade 2.084 -> 2.085Wang Mingyu
Changelog: =========== - #147 fix test which failed due to behavior changes in OpenSSL 3.2 - update PublicSuffix - add examples for TLS JA3/JA4 fingerprinting to tls_fingerprint/ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09libinih: upgrade 57 -> 58Wang Mingyu
Changelog: ============ -[oss-fuzz] fuzzing support -[Fuzzing] fix harness -[Fuzzing] using cifuzz for PR -Specify C++11 std in meson build -Add ini_ prefix even to static names so inih can be used as an #include Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09libcbor: upgrade 0.10.2 -> 0.11.0Wang Mingyu
Changelog: ========== - Updated documentation to refer to RFC 8949 - Improvements to 'cbor_describe' - Fix 'cbor_string_set_handle' not setting the codepoint count - 'cbor_load' will no longer fail on input strings that are well-formed but not valid UTF-8 - All decoders like 'cbor_load' and 'cbor_stream_decode' will accept all well-formed tag values Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09imlib2: upgrade 1.12.1 -> 1.12.2Wang Mingyu
Changelog: =========== -Y4M loader: fix support for unexpected framerates -Y4M loader: fix C option analysis -Y4M loader: add error messages on parsing errors -test_save: Update crcs for jxl saver (libjxl 0.8.0) -x11_grab: Remove some obsolete code -Y4M loader: Guard some debug code properly -Consistently use #if IMLIB2_DEBUG (not #ifdef) -test_load_2: Check some more y4m files -Y4M loader: Avoid use of sscanf() in frame rate parsing -ANI loader: Avoid debug line when image does not have proper signature -PNG loader: Properly suppress messages from libpng -Y4M loader: Fix warning in non-debug build -Change formatting style -PNG saver: Avoid potential issues around setjmp/longjmp -JPG saver: Fix error path -TIFF loader: Properly suppress messages from libtiff -savers: Fix error returns -PNG saver: avoid double-free on write errors -Y4M loader: don't fail on newline Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09geos: upgrade 3.12.0 -> 3.12.1Wang Mingyu
Changelog: =========== - Remove undefined behaviour in use of null PrecisionModel - Explicitly set endianness for some tests so that output matches expected - Fix IncrementalDelaunayTriangulator to ensure triangulation boundary is convex - Improve scale handling for PrecisionModel - Fix PreparedLineStringDistance for lines within envelope and polygons - Fix error in CoordinateSequence::add when disallowing repeated points - Fix InteriorPointPoint to handle empty elements - Skip over testing empty distances for mixed collections. - Fix TopologyPreservingSimplifier endpoint handling to avoid self-intersections - Build warnings with Visual Studio - Fix CMake on Windows with Visual Studio Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09gensio: upgrade 2.8.2 -> 2.8.3Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09cmark: upgrade 0.30.3 -> 0.31.0Wang Mingyu
Changelog: https://github.com/commonmark/cmark/releases/tag/0.31.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09bdwgc: upgrade 8.2.4 -> 8.2.6Wang Mingyu
Changelog: ============ * Avoid unexpected heap growth in gctest for the case of VERY_SMALL_CONFIG * Change gc.man to include gc/gc.h * Check for out-of-memory on every memory allocation in tests * Do not compile pthread_start.c on Cygwin even if build shared libs (CMake) * Eliminate 'alloc_small declared but unused' gcc warning in gctest * Eliminate 'make_key is defined but unused' gcc warning in threadkeytest * Eliminate 'old_segv_handler is defined but unused' gcc warning on OpenBSD * Eliminate 'rand() may return deterministic values' warning * Eliminate 'unused parameter' compiler warnings reported by MS clang * Eliminate 'unused parameter' gcc warning in free() if IGNORE_FREE * Eliminate 'unused value' gcc warnings in init_global_static_roots (Symbian) * Eliminate GCC warning of unsafe __builtin_return_address(1) in Cmake script * Eliminate compiler warning of missing cast in LONG_MULT after shift * Eliminate warning of unused expression result in GC_FreeBSDGetDataStart * Ensure _GNU_SOURCE is defined if HAVE_DLADDR is defined by configure * Fix 'g++ not found' error on OpenBSD (Makefile.direct) * Fix 'implicit declaration of function pthread_atfork' gcc error on MinGW * Fix 'implicit declaration of function sbrk' gcc error on Symbian * Fix 'implicit declaration of iscntrl()' warning in cord/de_win (MinGW) * Fix 'info' buffer potential overrun in GC_save_callers * Fix 'l-value specifies const object' MSVC error in GC_push_many_regs * Fix 'linker input unused' error inside check_c_compiler_flag (CMake) * Fix 'missing binary operator before token' gcc error in gcconfig.h * Fix 'missing sysconf() prototype' gcc error in setjmp_t tool (OpenBSD) * Fix 'sigset_t undeclared' MS VC error if pthreads-w32 is used * Fix 'undefined reference' linker errors if shared build on OpenBSD (CMake) * Fix 'unused GC_set_and_save_fault_handler' warning on OS X * Fix GC_push_stack_for() to push also Xmm registers on Windows/x64 * Fix GC_set_handle_fork(1) on Darwin when MPROTECT_VDB but no threads * Fix MACH_TYPE macro redefinition on Symbian/arm * Fix SVR4 macro definition order * Fix asm constraint in LONG_MULT for gcc/x86 * Fix assertion violation in GC_get_maps on Linux if malloc redirection * Fix back graph and checksums support in WCC_MAKEFILE * Fix bitwise negation and rounding direction in setjmp_t tool * Fix checksums GC_record_fault invocation on Darwin * Fix closing bracket placement for case statement in configure * Fix deprecation warning about support of CMake older than v3.5 * Fix extra 'extern C' for include signal.h in gcconfig.h * Fix getcontext() detection by CMake on OpenBSD * Fix handling of GC_gc_no counter wrap in GC_clear_stack * Fix handling of GC_gc_no counter wrap in GC_notify_or_invoke_finalizers * Fix indent of a closing curly brace in GC_forward_exception * Fix lock assertion violation in GC_try_to_collect_inner on OS X * Fix missing GC_pthread_sigmask on FreeBSD and NetBSD * Fix missing _setjmp() on djgpp * Fix missing atomic barriers in CORD_from_file_lazy * Fix missing outermost parentheses in CORD_pos_cur_char_addr and hugetest * Fix missing redirect and implementation of pthread_sigmask() on OpenBSD * Fix missing type widening before left shift in GC_MAKE_PROC * Fix misspelled GC_HEADERS_H macro in gc_priv.h * Fix null dereference in check_finalizer_nested if redirect malloc on Linux * Fix posix_memalign() to overwrite pointer storage only on success * Fix race in init_lib_bounds on Linux with glibc v2.34+ if redirect malloc * Fix skipped removal of page protection in case of address hash collision * Fix typos in comments * Fix undefined GC_real_pthread_sigmask if redirect malloc on OS X * Fix update of last_back_trace_gc_no if KEEP_BACK_PTRS is not defined * Handle GC_gc_no counter overflow properly in GC_print_trace * Include Darwin CoreFoundation.h only if 32-bit ARM * Make gc_allocator<void> members public * Re-enable incremental mode on OS X (arm64) * Remove .log and cordtest .tmp files by 'make clean' (Makefile.direct) * Remove a redundant check of HOST_ANDROID in gcconfig.h * Remove duplication of random numbers generator formula * Specify constexpr in GC allocators if C++20 or later * Support NetBSD/riscv64 * Support non-msys MinGW build by CMake * Turn on handle fork by default on Darwin (multi-threaded only) * Use AO primitives in GC_RAND_NEXT instead of no_sanitize attribute * Workaround 'malloc inconsistent dll linkage' MS VC error in CMake script * Workaround MS Clang failure to compile de_win.rc * Workaround mark stack overflow in GC_push_finalizer_structures on MinGW Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09mbedtls: upgrade 2.28.4 -> 2.28.7Beniamin Sandu
Includes security fixes for: CVE-2023-43615 - Buffer overread in TLS stream cipher suites CVE-2024-23170 - Timing side channel in private key RSA operations CVE-2024-23775 - Buffer overflow in mbedtls_x509_set_extension() Other changes: https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-2.28.5 License updated to dual Apache-2.0 OR GPL-2.0-or-later. Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09mbedtls: upgrade 3.5.1 -> 3.5.2Beniamin Sandu
* Includes security fix for CVE-2024-23170 - Timing side channel in private key RSA operations * Includes security fix for CVE-2024-23775 - Buffer overflow in mbedtls_x509_set_extension() Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09python3-eth-account: upgrade 0.10.0 -> 0.11.0alperak
Changelog: Breaking Changes Drop support for python 3.7 Internal Changes - for eth-account Contributors Change older % and .format strings to use f-strings Merge template updates, notably use pre-commit for linting and change the name of the master branch to main Removals Remove deprecated signTransaction, it has been replaced by sign_transaction Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09pipewire: update 1.0.1 -> 1.0.3Markus Volk
- remove fd33d2d3bb6333c7d6e74cbaa806bff2d908f589.patch PipeWire 1.0.3 (2024-02-02) This is a quick bugfix release that is API and ABI compatible with previous 1.0.x releases. Highlights - Fix ALSA version check. This should allow the alsa plugin to work again. - Some small fixes and improvements. PipeWire - Escape @DEFAULT_SINK@ in the conf files. Modules - Improve logging in module-pipe-tunnel. SPA - Always recheck rate matching in ALSA when moving drivers. This fixes a potential issue where the adaptive resampler would not be activated in some cases. ALSA - Fix version check. This should allow the alsa plugin to work again with version 1.0.2. Older versions: PipeWire 1.0.2 (2024-01-31) This is a bugfix release that is API and ABI compatible with previous 1.0.x releases. Highlights - Fix v4l2 enumeration with filter. This should fix negotiation in some GStreamer pipelines with capsfilter. Also probe for EXPBUF support before using it. - Fix max-latency property and Buffer param when dealing with small ALSA device buffers. This should fix stuttering with some AMD based soundcards. - More small cleanups an improvements. Modules - Improve netjack2 channel positions. - Improve RAOP module state after suspend/resume. (#3778) - Avoid crash in some LV2 plugins by configuring the Atom ports. (#3815) SPA - Bump libcamera requirements to 0.2.0. - Try to avoid unaligned load exceptions. (#3790) - Fix v4l2 enumeration with filter. (#1793) - Fix max-latency property and Buffer param when dealing with small ALSA device buffers. This should fix stuttering with some AMD based soundcards. (#3744,#3622) - Add a resync.ms option to node.driver to make it possible to resync fast to clock jumps. - Probe for EXPBUF support in v4l2 before using it. (#3821) pulse-server - Also emit change events when the port list change. Bluetooth - Log a more verbose explanation when other soundservers seem to be interfering with bluetooth. - Add quirks for Rockbox Brick. (#3786) - Add quirks for SoundCore mini2. (#2927) JACK - Improve check for the running state of clients. (#3794) Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09ostree: Upgrade 2023.8 -> 2024.1Jose Quaresma
$ git --no-pager log --oneline v2023.8...v2024.1 3b4f5e36 (tag: v2024.1) Release 2024.1 19cd8cf1 Merge pull request #3135 from ericcurtin/aboot-documentation 6031f1c0 Merge pull request #3120 from jlebon/pr/state-overlays e233d023 build(deps): bump libglnx from `aff1eea` to `b415d046` 92b1a272 Add concept of state overlays 062cf603 Merge pull request #3136 from ericcurtin/pr-3134-feedback 477d472c status: Rename query-booted to is-default b79a2e16 Merge pull request #3134 from ericcurtin/query-boot-real 87a0aba9 Merge pull request #3133 from cgwalters/boot-complete-rollback 46bae54b status: Fix --skip-signatures description c13aef97 man: Add ostree admin status man page CLI options. 1397ee2b status: Introduce tool to quickly check if we are booted as default cd308d57 doc: Add section about ostree and aboot 501a0775 Merge pull request #3132 from ericcurtin/query-boot 852db038 systemd/ostree-boot-complete: Start earlier eb4fb917 systemd/ostree-boot-complete: Add `ConditionKernelCommandLine=ostree` 37971a9d status: Fix build without GPGME ac8638f3 Merge pull request #3131 from cgwalters/status-use-remote 4d06e98e Merge pull request #3130 from jlebon/pr/autoprune-aarch64-dtb e95109b3 status: Add an option to skip signature verification 24bf5b7d status: Pass correct remote name when verifying cc5747a6 lib/deploy: Add safety margin in early prune space check 4982306e lib/deploy: Round to block size in early prune space check 9faf5569 Merge pull request #3129 from cgwalters/fix-unlock-composefs-compat 6a339ac6 Merge pull request #3128 from cgwalters/hotfix-composefs dd33cc65 switchroot: use shared constant for unlock --hotfix a1c1c0b5 prepare-root: Fix composefs + ostree admin unlock --hotfix compat 40b143f4 Merge pull request #3127 from cgwalters/composefs-doc-toplevel-chattr ba12a168 Merge pull request #3119 from cgwalters/zipl-fix-nul-term 712eecad docs/composefs: Add note about toplevel dirs 888f29a6 Merge pull request #3125 from ericcurtin/explicit-sysroot-rw-ro-log e5498b94 switchroot: Be explicit about what could cause /sysroot to be ro 02915a3f Merge pull request #3124 from cgwalters/rust-features 798893b3 Merge pull request #3123 from cgwalters/deploy-log-space 6722c55f deploy: Log calculated needed space 8b6e96cf rust: Add missing feature versions 41c56b37 Merge pull request #3121 from fwilhe/patch-1 1c4420ed Link to gardenlinux/ostree-image-builder in README 5c7f42b8 Merge pull request #3116 from jmarrero/bootloader-doc ade0bd26 zipl: Convert to a data input stream 241597a8 zipl: NUL terminate buffer we're searching e9a2a2cf zipl: Fix error handling for read 876ddd32 zipl: Use O_CLOEXEC 5466e98c doc: Add section about ostree and bootloaders 234fa2ce Merge pull request #3117 from cgwalters/doc-root-transient 8f4beb4a docs: Add `var.md` a0f7b3c7 man: Document `root.transient` 071053d9 Merge pull request #3114 from cgwalters/root-ovl 8fbaebac prepare-root: Add support for root.transient 59cdd611 prepare-root: Add an autofree 6cb15c35 sysroot: Drop unused prototype 508b6ea6 Merge pull request #3112 from leonheldattoradex/main 3ff00e43 Update Torizon information 51a34a40 Merge pull request #3111 from cgwalters/release 56b268dd configure: post-release version bump Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09e2tools: Add tool recipeAngelo.Ribeiro
e2tools is a simple set of GPL'ed utilities to read, write, and manipulate files in an ext2/ext3 filesystem. These utilities access a filesystem directly using the ext2fs library. Signed-off-by: Angelo.Ribeiro <Angelo.Ribeiro@criticaltechworks.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09Revert "lzop: add (from oe-core)"Khem Raj
This reverts commit 90ff53b8df1e3259cbc201c658a4f3f4dddf3aa8.
2024-02-04syslog-ng: ignore CVE-2022-38725Peter Marko
This CVE is fixed in 3.38.1, however cve-check indicates it as not fixed because there is also cpe for premium version. There is currently no method to filter this away in cve-check. Relevant CPEs: cpe:2.3:a:oneidentity:syslog-ng:*:*:*:*:-:*:*:* < 3.38.1 cpe:2.3:a:oneidentity:syslog-ng:*:*:*:*:premium:*:*:* < 7.0.32 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-04python3-pychromecast: add missing RDEPENDS, and add initial recipe for ↵Tom Geelen
dependency. python3-pychromecast mentions casttube as a runtime dependency. Included is an initial recipe as well. Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-04python3-scikit-build: upgrade 0.16.7 -> 0.17.6alperak
Moved to hatchling as a build backend and requires hatch-fancy-pypi-readme, hatch-vcs. As stated in the upstream, the license updated to MIT only. Changelog: https://github.com/scikit-build/scikit-build/releases Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-03cpuid: fix do_installChangqing Li
Fix do_install to make cpuid-doc installed correctly Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-03python3-moteus: add recipe for v0.3.67Richard Leitner
moteus brushless controller library and tools. This recipe uses pypi as source: https://pypi.org/project/moteus/ Signed-off-by: Richard Leitner <dev@g0hl1n.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-02python3-pymodbus: update to version 3.6.3Derek Straka
Update checksum for latest copyright year and verify license remains unchanged Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-02python3-binwalk: update the regex version for upstream checksDerek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>