summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* font-bh-lucidatypewriter-100dpi: upgrade 1.0.3 -> 1.0.4Khem Raj2026-06-081-2/+3
| | | | | | | Upstream now ships the release as .tar.xz (no .tar.bz2), so set SRC_URI_EXT accordingly. The COPYING license checksum is unchanged. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* font-bh-100dpi: upgrade 1.0.3 -> 1.0.4Khem Raj2026-06-081-2/+3
| | | | | | | Upstream now ships the release as .tar.xz (no .tar.bz2), so set SRC_URI_EXT accordingly. The COPYING license checksum is unchanged. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* font-adobe-utopia-100dpi: upgrade 1.0.4 -> 1.0.5Khem Raj2026-06-081-2/+3
| | | | | | | Upstream now ships the release as .tar.xz (no .tar.bz2), so set SRC_URI_EXT accordingly. The COPYING license checksum is unchanged. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* font-adobe-100dpi: upgrade 1.0.3 -> 1.0.4Khem Raj2026-06-081-2/+3
| | | | | | | Upstream now ships the release as .tar.xz (no .tar.bz2), so set SRC_URI_EXT accordingly. The COPYING license checksum is unchanged. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* mbuffer: upgrade 20140310 -> 20260511Khem Raj2026-06-081-2/+2
| | | | | | | | Use ${PV} in SRC_URI so future version bumps are filename-only. LICENSE checksum is unchanged and the md5 PACKAGECONFIG still maps to the configure --enable-md5/--disable-md5 option. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* chore: add .editorconfig and .gitattributesSrikanth Patchava2026-06-082-0/+47
| | | | | | | | Add editor configuration and line ending normalization for consistent development across platforms. Signed-off-by: Srikanth Patchava <srpatcha@users.noreply.github.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* pegtl: Upgrade to 4.0.0Khem Raj2026-06-082-23/+21
| | | | | | Fixes build with gcc 16 as well. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* opencl-cts: update to release 2026-05-05Ryan Eatmon2026-06-082-48/+4
| | | | | | | | | | Update OpenCL CTS to the latest release. With the move of the opencl-headers and other opencl-* packages to a newer version, this one also needs to update to fix compile issues related to the header changes. Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* freeglut: split normal and gles packagesDmitry Baryshkov2026-06-083-3/+7
| | | | | | | | | | | | | The freeglut and freeglut-gles libraries are not really compatible, they have different SOnames, different ABI, etc. Some tools (e.g. OpenCL CTS) expect the classical FreeGLUT rather than a GL ES version. Restore original freeglut recipe and add freeglut-gles for the software that needs it. Fixes: 0b0cbd4c3ce1 ("freeglut: version 3.4.0 -> 3.8.0") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* mariadb: fix building for the ARMv8.3-A and later systemsDmitry Baryshkov2026-06-082-0/+53
| | | | | | | | | | | | | | | | | Building mariadb for ARMv8.3-A and later, fails with: Assembler messages: {standard input}:169: Error: selected processor does not support `retaa' {standard input}:271: Error: selected processor does not support `retaa' It happens because the pmem_cvap() funciton manually inserts the `.arch armv8-2.a` clause, making GAS believe that retaa instruction (inserted by GCC) is invalid. Replace compiler dependent version by using the generic sys instruction. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* Add ptest support for googletestZeming LIU2026-06-083-1/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test result: root@qemux86-64:~# ptest-runner googletest START: ptest-runner 2026-06-08T02:33 BEGIN: /usr/lib/googletest/ptest PASS: gmock-actions_test PASS: gmock-cardinalities_test PASS: gmock_ex_test PASS: gmock-function-mocker_test PASS: gmock-internal-utils_test PASS: gmock-matchers-arithmetic_test PASS: gmock-matchers-comparisons_test PASS: gmock-matchers-containers_test PASS: gmock-matchers-misc_test PASS: gmock-more-actions_test PASS: gmock-nice-strict_test PASS: gmock-port_test PASS: gmock-spec-builders_test PASS: gmock_link_test PASS: gmock_test PASS: gmock_stress_test PASS: gmock-more-actions_no_exception_test PASS: gmock_no_rtti_test PASS: googletest-death-test-test PASS: gtest_environment_test PASS: googletest-filepath-test PASS: googletest-listener-test PASS: gtest_main_unittest PASS: googletest-message-test PASS: gtest_no_test_unittest PASS: googletest-options-test PASS: googletest-param-test-test PASS: googletest-port-test PASS: gtest_pred_impl_unittest PASS: gtest_premature_exit_test PASS: googletest-printers-test PASS: gtest_prod_test PASS: gtest_repeat_test PASS: gtest_sole_header_test PASS: gtest_stress_test PASS: googletest-test-part-test PASS: gtest_throw_on_failure_ex_test PASS: gtest-typed-test_test PASS: gtest_unittest PASS: gtest-unittest-api_test PASS: gtest_skip_in_environment_setup_test PASS: gtest_skip_test PASS: gtest-death-test_ex_nocatch_test PASS: gtest-death-test_ex_catch_test PASS: gtest_no_rtti_unittest PASS: googletest-break-on-failure-unittest PASS: gtest_skip_check_output_test PASS: gtest_skip_environment_check_output_test PASS: googletest-catch-exceptions-test PASS: googletest-color-test PASS: googletest-env-var-test PASS: googletest-filter-unittest PASS: gtest_help_test PASS: googletest-list-tests-unittest PASS: googletest-output-test PASS: googletest-shuffle-test PASS: googletest-throw-on-failure-test PASS: googletest-uninitialized-test PASS: gtest_list_output_unittest PASS: gtest_xml_outfiles_test PASS: googletest-json-outfiles-test PASS: gtest_xml_output_unittest PASS: googletest-json-output-unittest DURATION: 16 END: /usr/lib/googletest/ptest 2026-06-08T02:34 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: Zeming LIU <zeming.liu@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* webrtc-audio-processing: drop obsolete 0.3.1 recipeKhem Raj2026-06-085-241/+0
| | | | | | | | | The 0.3.x series is long superseded. We already ships the maintained webrtc-audio-processing-1 (1.3) and webrtc-audio-processing-2 (2.1) recipes, and pipewire uses webrtc-audio-processing-2. Nothing depends on the bare 0.3.1 recipe. Drop it. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-pytest-cache: remove dead recipeKhem Raj2026-06-083-17/+0
| | | | | | | | | pytest-cache has been unmaintained since its last release in 2013 and its functionality was long ago merged into pytest core. Drop the recipe along with its packagegroup-meta-python entry and the now-redundant ptest dependency in python3-fastjsonschema. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-pathtools3: remove dead recipeKhem Raj2026-06-082-11/+0
| | | | | | | | | | | pathtools3 is an abandoned Python 3 fork. Its last release (0.2.1) was in 2018 and the upstream original pathtools has been dead since 2011. Its only historical consumer, python3-watchdog, dropped the dependency long ago and is now at 6.0.0 in OE. Nothing else references it. Drop the recipe and its packagegroup-meta-python entry. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libwebsockets: fix build against OpenSSL 3.5Kamlesh Gurudasani2026-06-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | OpenSSL 3.5 (first shipped in wrynose) made HMAC_CTX a fully opaque type by removing its struct definition from the public headers. It was deprecated since OpenSSL 3.0 but the struct remained visible until 3.5. libwebsockets uses HMAC_CTX_new() to detect which form to use in its lws-genhash.h public header: if found it uses HMAC_CTX *ctx (pointer), otherwise it falls back to HMAC_CTX ctx (embedded struct). In cross-compilation the CMake CHECK_FUNCTION_EXISTS probe for HMAC_CTX_new can fail due to native libraries being incorrectly pulled into the aarch64 link test, causing the function to be reported as not found. Before OpenSSL 3.5 this was a silent failure: the fallback embedded struct still compiled fine. With OpenSSL 3.5 the fallback now fails with "field has incomplete type". Force LWS_HAVE_HMAC_CTX_new=ON so the pointer form is always used. Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* kernel-selftest: add generic architecture-independent self-testsTelukula Jeevan Kumar Sahu2026-06-071-1/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add generic kernel self-tests that build cleanly with mainline kernel (6.18+), work on all architectures, and either PASS or SKIP gracefully at runtime. Tests added: - acct: BSD process accounting - breakpoints: hardware breakpoint handling - cachestat: page cache statistics (cachestat syscall) - cgroup: control group v1 interface - clone3: clone3 syscall with flags - core: syscalls like close_range, unshare - coredump: core dump generation - dmabuf-heaps: DMA-BUF heap allocator - efivarfs: EFI variable filesystem - filelock: POSIX file locking (OFD locks) - filesystems: basic filesystem operations - filesystems/binderfs: Android Binder IPC (skips if CONFIG_ANDROID_BINDERFS=n) - filesystems/epoll: epoll syscall extensions - fpu: floating-point unit state - ftrace: function tracer interface - futex: fast userspace mutex - gpio: general purpose I/O - ipc: System V IPC primitives - kcmp: compare kernel resource identifiers - kvm: kernel-based virtual machine - landlock: LSM sandboxing (skips if CONFIG_SECURITY_LANDLOCK=n) - locking: ww_mutex deadlock avoidance - lsm: Linux Security Module interface - membarrier: memory barrier syscalls - mincore: mincore syscall (page residency) - mount: mount syscall (unprivileged variants) - mount_setattr: mount attribute syscall - move_mount_set_group: move_mount peer group - mseal_system_mappings: system mapping sealing - namespaces: PID/UTS/IPC/mount/network namespaces - net: networking stack - net/mptcp: multipath TCP - pidfd: pidfd-based process management - pid_namespace: PID namespace limits - proc: /proc filesystem interface - ptrace: process tracing - rlimits: resource limits - rseq: restartable sequences - sched: scheduler and real-time classes - seccomp: secure computing mode - signal: signal handling - size: ELF size utilities - splice: zero-copy data transfers - sync: cache synchronization - syscall_user_dispatch: user-space syscall dispatch - sysctl: sysctl interface - tc-testing: traffic control - timens: time namespaces - tmpfs: tmpfs filesystem - tpm2: Trusted Platform Module 2.0 - tty: TTY layer - uevent: kernel uevent subsystem - user_events: tracepoint user interface - vDSO: virtual dynamic shared object - watchdog: hardware watchdog timer - zram: compressed RAM block device Tested on aarch64 device BeaglePlay(AM6254 SoC): - Tests either PASS or SKIP gracefully Depends-on: kernel-selftest: add libcap to build and runtime dependencies Signed-off-by: Telukula Jeevan Kumar Sahu <j-sahu@ti.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* kernel-selftest: add libcap to build and runtime dependenciesTelukula Jeevan Kumar Sahu2026-06-071-2/+2
| | | | | | | | | | | | | | libcap is needed unconditionally for capability-aware tests such as breakpoints, cgroup, clone3, futex, ptrace, and seccomp. Add it to DEPENDS so it is always available at build time and to RDEPENDS so the installed tests can call cap_get_proc() and friends at runtime. bash and libgcc are also added to RDEPENDS: bash is required by several test shell scripts, and libgcc provides libgcc_s.so needed by tests that use GCC-emitted unwinding stubs. Signed-off-by: Telukula Jeevan Kumar Sahu <j-sahu@ti.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* php: upgrade 8.5.6 -> 8.5.7Jason Schonberg2026-06-071-1/+1
| | | | | | | | | This is a bug fix release. Changelog: https://www.php.net/ChangeLog-8.php#8.5.7 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gsoap: upgrade 2.8.137 -> 2.8.142Jason Schonberg2026-06-072-9/+9
| | | | | | | | From the changelog.md file: Version 2.8.142 (04/25/2026) Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libpwquality: make python bindings optional via PACKAGECONFIGMarkus Klotzbuecher2026-06-071-7/+6
| | | | | | | | | | | | | | The python bindings are built unconditionally, so using libpwquality drags libpython3 and python3-core onto the image even when only the C library or pam_pwquality is needed. Add a "python3" PACKAGECONFIG for the bindings, enabled by default to keep the current behaviour. The setuptools3-base inherit is deferred and conditional on it. With python3 disabled, the package depends only on cracklib and libc. Signed-off-by: Markus Klotzbuecher <mk@mkio.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* dnsmasq: upgrade 2.92 -> 2.93Abhishek Bachiphale2026-06-077-238/+1
| | | | | | | | | | | | | | | | | | | | | | | ChangeLog: https://dnsmasq.org/CHANGELOG - Update checksum - Remove obsolete patches - Verified build and runtime functionality Security fixes (included upstream in 2.93) : - CVE-2026-2291 - CVE-2026-4890 - CVE-2026-4891 - CVE-2026-4892 - CVE-2026-4893 - CVE-2026-5172 - Removed patches corresponding to the above CVEs as fixes are now part of upstream release Signed-off-by: Abhishek Bachiphale <Abhishek.Bachiphale@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* cunit: set CLEANBROKENMartin Jansa2026-06-071-0/+5
| | | | | | | | | otherwise it tries to run: /bin/sh /Users/aks/code/os/cunit/cunit/missing autoconf and fails Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* ttf-dejavu: Use "Bitstream-Vera" instead of "BitstreamVera" as licensePeter Kjellerstedt2026-06-071-1/+1
| | | | | | | | "Bitstream-Vera" is the official SPDX license identifier for the license. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-django: upgrade 5.2.14 -> 5.2.15Ankur Tyagi2026-06-071-1/+1
| | | | | | | https://docs.djangoproject.com/en/dev/releases/5.2.15/ Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-django: upgrade 6.0.5 -> 6.0.6Ankur Tyagi2026-06-071-1/+1
| | | | | | | https://docs.djangoproject.com/en/dev/releases/6.0.6/ Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* freeradius: upgrade 3.2.8 -> 3.2.9Ankur Tyagi2026-06-071-4/+4
| | | | | | | | | Added tag to the SRC_URI and dropped setting PV in the recipe. https://github.com/FreeRADIUS/freeradius-server/releases/tag/release_3_2_9 Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* miniupnpd: fix buildMarkus Volk2026-06-071-1/+2
| | | | | | | | | | | | | After the recent recipe update I see this build error: | Makefile.linux:67: config.mk: No such file or directory | make: *** No rule to make target '/configure', needed by 'config.mk'. Stop. Run the configure script so that config.mk gets created Also fix LIC_FILE_CHECKSUM. Copyright year has been changed Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libsdl2-net: remove backport patchMarkus Volk2026-06-072-96/+1
| | | | | | | | | | | | | Currently build fails with: Hunk #1 FAILED at 204. 1 out of 1 hunk FAILED -- rejects in file CMakeLists.txt Patch 0001-cmake-always-install-SDL2_net.pc.patch does not apply (enforce with -f) Remove the patch Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* pipewire: update 1.6.5 -> 1.6.6Markus Volk2026-06-071-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - ncurses is not a required dependency -> make it a PACKAGECONFIG PipeWire 1.6.6 (2026-05-26) This is a bugfix release that is API and ABI compatible with the previous 1.6.x releases. Highlights - Fix a bug in the server code that could leave snap clients without sound. (#5270) - Relax LADSPA path loading again, absolute paths are only blocked in unsafe cases. - Fix a volume restore issue in filter-graph when using custom volume controls. - Small fixes and improvements. PipeWire - Fix the meta permission check on metadata. - Make sure we don't accept too many fds. - Fix potential race with buffer allocation and Suspend. (#3547) SPA - Relax LADSPA path loading. Absolute paths are allowed when loading modules from a config file. They are now only blocked when loading the pulse ladspa modules and filter-chains in nodes because those can load ladspa plugins in other processes. (#5222) - Fix a regression in the dither noise that was silent when no input was available. (#5260) - Fix volume initialization in filter-graph. (#5192) Pulse-server - Fix a bug in the server code that could leave snap clients without sound. (#5270) - Be more careful with the stream suspend messages and only send them when the stream is monitoring. (#5273) - Fix monitor mode in pavucontrol. Tools - Fix midifile SysEx writing in pw-cat and ensure the header is written correctly on close. - Make sure pw-cat does not try to convert Midi to UMP. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* ktx-software: Version change 4.4.0 -> 5.0.0Antonios Christidis2026-06-071-2/+2
| | | | | | | | | | Major 5.0.0 version update. On top of new features, this version fixes compilation issues with GCC 16 and C++20. License-Update: Due to new copyrighted material, no new license. Signed-off-by: Antonios Christidis <a-christidis@ti.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* fastfetch: upgrade 2.63.1 -> 2.64.0Tafil Avdyli2026-06-071-1/+6
| | | | | | | | | | | | | | | | Add PACKAGECONFIG entries for new optional build dependencies: - libva for new Codec module - libvdpau for new Codec module - lua for Lua scripting support Disable following CMake options explicitly: - ENABLE_QUICKJS: no recipe exists for this yet - ENABLE_EET: no recipe exists for this yet (introduced previously in 2.63.0) Changelog: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.64.0 Signed-off-by: Tafil Avdyli <tafil@tafhub.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* zsh: Upgrade 5.9 -> 5.9.1Jörg Sommer2026-06-071-3/+2
| | | | | | | | | | | | | | | | | | | | | | * Upstream changed from pcre to pcre2 * with-tcsetpgrp was dropped in "53081: remove old BeOS support code" Changes * POSIX real-time signals (SIGRTMIN etc) are now supported by the kill and trap builtins, TRAP* functions, and the signals parameter, where available. * The kill builtin learnt a new option -q to send the signal via sigqueue(3) along with an arbitrary integer value, where available. * The kill builtin also learnt a new -L option to print a list of all known signal numbers and their names. * The new completion helper _as_if can be used to complete one command as if it were another command with particular arguments. Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* minicoredumper: upgrade 2.0.7 -> 2.0.8Li Zhou2026-06-074-158/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade minicoredumper from 2.0.7 to 2.0.8. Remove below patches because they have been merged by 2.0.8 upstream version: 0001-corestripper-Fix-uninitialized-warning.patch 0002-Fix-2038-year-problem-in-timestamp-handling.patch 0001-coreinject-fix-assignment-of-const-qualified-type.patch Changelog: =========== * Address multiple compiler warnings and errors found by more recent toolchains. The issues existed technically, but were not a problem for real-world usage scenarios. * Relocate the man pages for sbin binaries to section 8. * Fix timestamp value in the core dump directory name for 32-bit systems with a 64-bit time_t definition after 2038-01-19. * Improve status query for init script to check core_pattern usage and handle when the regd daemon is not enabled. * Known problems: - If tar is active, core files larger than 8GB will be truncated. If it is known that the core files will be >8GB and the full core file is needed, tar must be disabled. License-Update: The COPYING changes in upstream commit 941079541a update Copyright end dates to reflect when changes were last committed. The COPYING.LGPLv2.1 change in upstream commit 00e3b2fdf7 replaces the FSF postal mailing address with a URL as recommended by the GNU FAQ. No license change, no impact on the recipe licensing. Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* nodejs: fix v8 -Wtemplate-body build error with GCC 15 on ia32Bin Cao2026-06-072-0/+53
| | | | | | | | | | | | | | | | | GCC 15 introduced -Wtemplate-body (enabled by default as an error) which performs stricter name lookup checking inside template bodies. In the Int64LoweringReducer template class (only compiled for 32-bit targets), the expression `__ Tuple<Word32, Word32>(...)` is ambiguous in a dependent context because GCC cannot determine whether `Tuple` after the `__` macro expansion (`Asm().`) refers to a template member function or the struct type `Tuple`. Add the C++ `template` disambiguator keyword to tell the compiler that `Tuple` is a dependent template name. This is a minimal backport of commit 7772a2df9d0b4db9947dbb902b4aec33c35401c0. Signed-off-by: Bin Cao <bin.cao.cn@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* php: Correct the license to PHP-3.01Peter Kjellerstedt2026-06-071-1/+1
| | | | | | | The license used by PHP is actually PHP-3.01, not PHP-3.0. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* mdns: Add additional clientsAlex Kiernan2026-06-071-1/+10
| | | | | | | | Several useful clients are available as part of the overall mDNSResponder build, package these alongside the main binary. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* mdns: Unpick directory changes during installAlex Kiernan2026-06-071-25/+19
| | | | | | | | | Be explicit about where we're taking the installation pieces from rather than having the complexity of mixed build/source pieces based on current directory and then confusing anyone who tries to append to do_install. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* mdns: Add PACKAGECONFIGs for idlesleepcontrol, spc and unicastAlex Kiernan2026-06-071-1/+11
| | | | | | | | | These three knobs are exposed to reduce the code size for embedded (see mDNSCore/mDNSEmbeddedAPI.h). If you need them, you'll know you need them, everyone else almost certainly doesn't. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* xlsclients: upgrade 1.1.5 -> 1.1.6Wang Mingyu2026-06-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* sshfs-fuse: upgrade 3.7.5 -> 3.7.6Wang Mingyu2026-06-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-zopeinterface: upgrade 8.4 -> 8.5Wang Mingyu2026-06-071-1/+1
| | | | | | | | | | | Changelog: =========== - Build and upload free-threaded (cp314t, cp315t) wheels for all platforms. - Replace all remaining PyDict_GetItem() calls in the C extension with exception-safe alternatives (PyDict_Contains, PyDict_GetItemWithError). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-virtualenv: upgrade 21.3.3 -> 21.4.2Wang Mingyu2026-06-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-typer: upgrade 0.25.1 -> 0.26.4Wang Mingyu2026-06-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-tox: upgrade 4.54.0 -> 4.55.0Wang Mingyu2026-06-071-1/+1
| | | | | | | | | | | Changelog: ============= - ci(schemastore): sync fork before pushing branch - feat: Also pass TERMINFO when in an interactive shell - fix(pip): skip constrain_package_deps when constraints is set Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-tornado: upgrade 6.5.5 -> 6.5.6Wang Mingyu2026-06-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-starlette: upgrade 1.1.0 -> 1.2.1Wang Mingyu2026-06-071-1/+1
| | | | | | | | | | | Changelog: ============ - Support httpx2 in the test client - Use httpx2 for type checking in the testclient module - Add assert error for requires() when request param is not Request type Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-service-identity: upgrade 24.2.0 -> 26.1.0Wang Mingyu2026-06-071-1/+1
| | | | | | | | | | | | | | Changelog: =========== - Python 3.14 and 3.15 are now officially supported. #85 #93 - service-identity now uses cryptography's Rust-based ASN.1 decoder and doesn't depend on pyasn1 and pyasn1-modules anymore. - Verifying a single-label hostname (e.g. localhost) against a wildcard certificate pattern now raises VerificationError cleanly instead of crashing with an opaque ValueError Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-serpent: upgrade 1.42 -> 1.43Wang Mingyu2026-06-071-1/+1
| | | | | | | | | | Changelog: =========== - Fixed multiple bugs in serialization and parsing (complex number edge cases, custom types etc) - Changed java maven publishing method Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-sentry-sdk: upgrade 2.60.0 -> 2.61.0Wang Mingyu2026-06-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-redis: upgrade 7.4.0 -> 8.0.0Wang Mingyu2026-06-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>