summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* wolfssl: ignore CVE-2025-11931 and CVE-2025-12889Gyorgy Sarvari2025-12-241-0/+3
| | | | | | | | | | | | | | | | | | NVD claims that WolfSSL 5.8.4 is affected by both of these vulnerabilities, however actually both have been fixed in that version. CVE-2025-11931: NVD[1] references [2] PR as a patch, which was merged in [3]. CVE-2025-12889: NVD[4] referenced [5] PR as a patch, which was merged in [6]. [1]: https://nvd.nist.gov/vuln/detail/CVE-2025-11931 [2]: https://github.com/wolfSSL/wolfssl/pull/9223 [3]: https://github.com/wolfSSL/wolfssl/commit/e497d28ae1b364e0136849996b893f55d8a8fd4a [4]: https://nvd.nist.gov/vuln/detail/CVE-2025-12889 [5]: https://github.com/wolfSSL/wolfssl/pull/9395 [6]: https://github.com/wolfSSL/wolfssl/commit/2db1c7a522ba258d841fbce95ab84156669a5a3e Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tinyproxy: add ptest supportGyorgy Sarvari2025-12-243-1/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It takes <10s to execute. Sample output: root@qemux86-64:~# ptest-runner START: ptest-runner 2025-12-23T17:45 BEGIN: /usr/lib/tinyproxy/ptest starting web server... done (listening on 127.0.0.3:32123) starting tinyproxy... done (listening on 127.0.0.2:12321) waiting for 1 seconds.. done checking direct connection to web server... ok testing connection through tinyproxy... ok requesting statspage via stathost url... ok signaling tinyproxy to reload config...ok checking direct connection to web server... ok testing connection through tinyproxy... ok requesting statspage via stathost url... ok checking bogus request... ok, got expected error code 400 testing connection to filtered domain... ok, got expected error code 403 requesting connect method to denied port... ok, got expected error code 403 testing unavailable backend... ok, got expected error code 502 0 errors killing tinyproxy... ok killing webserver... ok done PASS: run_tests.sh DURATION: 1 END: /usr/lib/tinyproxy/ptest 2025-12-23T17:45 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tinyproxy: patch CVE-2025-63938Gyorgy Sarvari2025-12-242-0/+44
| | | | | | | | | Details: https://nvd.nist.gov/vuln/detail/CVE-2025-63938 Pick the patch referenced by the nvd report. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: upgrade 2.8.15 -> 3.0.1Gyorgy Sarvari2025-12-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | Release notes: 3.0.1: Fix: Problems with IPv6 compatibility and running without a fully working network. Fix: The permissions of the PTY were not set correctly with gtlsshd. Fix: Some issues building under MSYS2 were fixed. Enhancement: A "chardelay" gensio is added. This is basically the same as the Nagle algorithm in TCP, but it works on other things, like UDP and relpkt, to make transfer more efficient on those. Enhancement: You can use "gsh" instead of "gtlssh" for a shorter name. Lots of little documentation updates. 3.0.0: The only major thing is all the deprecated sergensio code has been removed. There are also some minor bug fixes, some documentation improvements, some minor improvements, and a bug fix around ax25 where it was reporting the close of the last channel too soon. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ace: upgrade 8.0.2 -> 8.0.5Gyorgy Sarvari2025-12-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: 8.0.5: Fixed building ACE for Android with uses_wchar=1 Add support for parallel make using Embarcadero bcc64x compiler Fixed compile errors when C++23 is enabled Updated thread name support to work with older Windows versions 8.0.4: Fixed compile errors in the ACE core when compiled without thread support (only core of ACE compiled and not tested) 8.0.3: Deprecated ACE_Copy_Disabled in favor of deleted copy/assignment Replaced usage of ACE_MIN and ACE_MAX with std::min/std::max Add support for abstract paths to ACE_UNIX_ADDR Improve support for 64bit file sizes Minor fixes to ACE logging classes Use C++11 default for more classes GCC versions less than 9 and Clang versions less than 12 are no longer tested in GitHub Actions CI Dropped support for Embarcadero C++ Builder bcc32c and bcc64 compilers Updated support for Green Hills INTEGRITY and INTEGRITY-178 tuMP RTOS. Tested on INTEGRITY 11.4.6 and INTEGRITY-178 5.0.0. Thread names given to ACE_OS::thr_create are now passed down to the OS on Windows and on INTEGRITY. https://github.com/DOCGroup/ACE_TAO/releases Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak: upgrade 1.17.0 -> 1.17.2Liu Yiding2025-12-232-9/+10
| | | | | | | | | | | | 1. Changelog: https://github.com/flatpak/flatpak/releases/tag/1.17.2 2. Update 0001-flatpak-pc-add-pc_sysrootdir.patch for 1.17.2 3. Remove http_backend related options as it was removed in 1.17.2 Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uvicorn: upgrade 0.38.0 -> 0.40.0Liu Yiding2025-12-231-1/+1
| | | | | Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rwmem: upgrade 1.2 -> 2.0Liu Yiding2025-12-232-45/+3
| | | | | | | 2. Pyrwmem and static-libc build option has been removed in 2.0. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: upgrade 126 -> 127Liu Yiding2025-12-231-2/+4
| | | | | Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpv: upgrade 0.40.0 -> 0.41.0Liu Yiding2025-12-232-44/+2
| | | | | | | | | | 1.Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.41.0 2.Drop 0001-mpv-fix-build-with-ffmpeg-8.0.patch as it was merged in 0.41.0. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatbuffers: upgrade 25.9.23 -> 25.12.19Liu Yiding2025-12-231-3/+3
| | | | | | | | Changelog: https://github.com/google/flatbuffers/releases/tag/v25.12.19 Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* net-snmp: upgrade 5.9.4 -> 5.9.5Liu Yiding2025-12-237-591/+1
| | | | | | | | | | | | | | 1.Drop following patches as they were merged upstream. 0001-Android-Fix-the-build.patch 0012-Fix-configuration-of-NETSNMP_FD_MASK_TYPE.patch net-snmp-5.9.4-kernel-6.7.patch 0008-net-snmp-fix-engineBoots-value-on-SIGHUP.patch 0001-Fix-LDFLAGS-vs-LIBS-ordering.patch 2.Drop 0005-snmplib-keytools.c-Don-t-check-for-return-from-EVP_M.patch as compile error has been fixed. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-importlib-metadata: upgrade 8.7.0 -> 8.7.1Liu Yiding2025-12-231-3/+3
| | | | | | | LIC_FILES_CHKSUM changed as LICENSE file format has been changed in 8.7.1 Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ptest-packagelist.inc: sort packages alphabeticallyGyorgy Sarvari2025-12-221-4/+4
| | | | | Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uriparser: add ptest supportGyorgy Sarvari2025-12-223-5/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It takes about a second to execute. The test suite is covered by a different license (lgpl 2.1+) than the main recipe (3-clause bsd). Sample output: root@qemux86-64:~# ptest-runner START: ptest-runner 2025-12-22T19:34 BEGIN: /usr/lib/uriparser/ptest [==========] Running 407 tests from 35 test suites. [----------] Global test environment set-up. [----------] 14 tests from CopyUriSuite PASS: CopyUriSuite.ErrorSourceUriNull PASS: CopyUriSuite.ErrorDestUriNull [...many lines...] PASS: SetUserInfo.UriWithoutHostNonNullRejected [----------] 2 tests from VersionSuite PASS: VersionSuite.EnsureVersionDefinesInSync PASS: VersionSuite.EnsureRuntimeVersionAsExpected [----------] Global test environment tear-down [==========] 407 tests from 35 test suites ran. [ PASSED ] 407 tests. DURATION: 1 END: /usr/lib/uriparser/ptest 2025-12-22T19:34 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uriparser: upgrade 0.9.8 -> 1.0.0Gyorgy Sarvari2025-12-221-2/+2
| | | | | | | | | | | | Contains fix for CVE-2025-67899 License-Update: license was moved to subfolder. There is no hash change. Changelog: https://github.com/uriparser/uriparser/blob/uriparser-1.0.0/ChangeLog Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: remove extra CVE_PRODUCTGyorgy Sarvari2025-12-221-2/+0
| | | | | | | | | | CVE_PRODUCT is specified twice - the second instance only duplicates one value from the first instance. Remove this extra CVE_PRODUCT. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dovecot: upgrade 2.4.1-4 -> 2.4.2Gyorgy Sarvari2025-12-223-30/+28
| | | | | | | | | Contains fix for CVE-2025-30189 Changelog: https://github.com/dovecot/core/releases/tag/2.4.2 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-metadata: Upgrade to 3.1.1Khem Raj2025-12-221-2/+6
| | | | | | | | | | pytest-metadata version 2.0.2 has a bug where it tries to access py.__version__, but the py library version 1.11.0 removed the __version__ attribute. This is a known incompatibility. Switch to hatching build backend Signed-off-by: Khem Raj <raj.khem@gmail.com>
* e2tools: join lines in generated file to fix buildpaths errorsYoann Congal2025-12-221-0/+14
| | | | | | | | | | | | | | | | The generated file "config.status" contains WORKDIR paths in strings literal split across multiple lines, like: S["foo"]="/path/to/work"\ "dir/" These line splits prevent the usual sed from working properly. Make a first pass on the file to undo any line split. Fixes this error (that may happen depending on TOPDIR path length): ERROR: e2tools-0.1.2-r0 do_package_qa: QA Issue: File /usr/lib/e2tools/ptest/build/config.status in package e2tools-ptest contains reference to TMPDIR [buildpaths] Seen on AB: https://autobuilder.yoctoproject.org/valkyrie/#/builders/87/builds/79/steps/13/logs/stdio Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* switchtec-user: Correct SRCREVMingli Yu2025-12-221-1/+1
| | | | | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gegl: upgrade 0.4.64 -> 0.4.66Liu Yiding2025-12-212-2/+57
| | | | | | | | | | | | | | | | | Add 0001-gegl-Add-gegl-arm.def-file.patch to fix compile fails on qemuarm. Problem found in gegl/gegl.def the following symbols are in the library, but are not listed in the .def-file: + gegl_downscale_2x2_arm_neon + gegl_downscale_2x2_get_fun_arm_neon + gegl_downscale_2x2_nearest_arm_neon + gegl_resample_bilinear_arm_neon + gegl_resample_boxfilter_arm_neon + gegl_resample_nearest_arm_neon Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: upgrade 4.2.0 -> 4.2.1Wang Mingyu2025-12-211-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vulkan-cts: upgrade 1.4.4.2 -> 1.4.5.0Dmitry Baryshkov2025-12-214-145/+9
| | | | | | | | | Upgrade Vulkan CTS, adding support for new extensions and fixing some older bugs, e.g. compatibility with ARMv7 (thus dropping the patches, applied upstream) or with Vulkan 1.0. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-html: Add missing ptest rdep on pytest htmlKhem Raj2025-12-211-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keybinder: Fix the branch in SRC_URIKhem Raj2025-12-211-1/+1
| | | | | | | Tag does not exist on keybinder-3.0 branch but on 'master' branch Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Gyorgy Sarvari <skandigraun@gmail.com>
* Add missing HOMEPAGEs to xfce recipesJason Schonberg2025-12-2110-0/+10
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: upgrade 8.5.0 -> 8.5.1Jason Schonberg2025-12-211-1/+1
| | | | | | | | | This is a security release. Changelog: https://www.php.net/ChangeLog-8.php#8.5.1 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-cxx: upgrade 2.5.2 -> 2.6.0Frede Hoey Braendstrup2025-12-211-2/+2
| | | | | Signed-off-by: Frede Hoey Braendstrup <frederikbraendstrup@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* srt: upgrade 1.4.4 -> 1.5.4Gyorgy Sarvari2025-12-213-8/+20
| | | | | | | | | | | | Release notes: 1.5.4: https://github.com/Haivision/srt/releases/tag/v1.5.4 1.5.3: https://github.com/Haivision/srt/releases/tag/v1.5.3 1.5.2: https://github.com/Haivision/srt/releases/tag/v1.5.2 1.5.1: https://github.com/Haivision/srt/releases/tag/v1.5.1 1.5.0: https://github.com/Haivision/srt/releases/tag/v1.5.0 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keybinder: upgrade to latest revisionGyorgy Sarvari2025-12-211-2/+2
| | | | | | | | | | | | | | | | | | | | | The application does use tags and version, but their versioning patterns are all over the place. I kept the eisting PV declaration due to this (and because this seems to be the very last upsteam change - the repository looks abandoned). Changelog: * Fix ``keybinder_bind`` and others to not crash on non-X11 displays. It simply returns FALSE, failing to bind the key. * Add new API: gboolean keybinder_supported() Return TRUE if on key bindings are implemented for this configuration. (Right now: only TRUE if gtk says there's an X11 display) * Fix deprecated directives in build system Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* valkey: upgrade 9.0.0 -> 9.0.1Wang Mingyu2025-12-212-43/+10
| | | | | | | | | | | | | | | | | | | | | 0001-src-config.h-Enable-HAVE_ARM_NEON-on-AArch64.patch removed since it's included in 9.0.1 Changelog: =========== - Authenticate slot migration client on source node to internal user - Bug fix: reset io_last_written on c->buf resize to prevent stale pointers - Sentinel: fix regression requiring "+failover" ACL in failover path - Cluster: Avoid usage of light weight messages to nodes with not ready bidirectional links - Send duplicate multi meet packet only for node which supports it in mixed clusters - Fix: LTRIM should not call signalModifiedKey when no elements are removed - Fix build on some 32-bit ARM by only using NEON on AArch64 - Fix deadlock in IO-thread shutdown during panic - Fix COMMANDLOG large-reply when using reply copy avoidance - Fix CLUSTER SLOTS crash when called from module timer callback Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* switchtec-user: upgrade 4.2 -> 4.3Wang Mingyu2025-12-211-2/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* strongswan: upgrade 6.0.3 -> 6.0.4Wang Mingyu2025-12-211-1/+1
| | | | | | | | | | | | | Changelog: ========== - Fixed a vulnerability in the NetworkManager plugin charon-nm that potentially allows using credentials of other local users. - Concurrent requests to fetch the same CRL URI by multiple threads are now combined. - Increased the max. supported length for section names in swanctl.conf to 256. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tzdata: upgrade 2025.2 -> 2025.3Wang Mingyu2025-12-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tornado: upgrade 6.5.2 -> 6.5.3Wang Mingyu2025-12-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 2.0.44 -> 2.0.45Wang Mingyu2025-12-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nanobind: upgrade 2.9.2 -> 2.10.2Wang Mingyu2025-12-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-matplotlib: upgrade 3.10.7 -> 3.10.8Wang Mingyu2025-12-211-1/+1
| | | | | | | | | | Changelog: =========== - Properly allow freethreaded mode in the MacOS backend - Better error handling for MacOS backend Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fastapi: upgrade 0.124.0 -> 0.124.4Wang Mingyu2025-12-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.12.0 -> 7.13.0Wang Mingyu2025-12-211-1/+1
| | | | | | | | | | | | | | Changelog: ============ - Feature: coverage.py now supports .coveragerc.toml - Fix: we now include a permanent .pth file which is installed with the code - Deprecated: when coverage.py is installed, it creates three command entry points: coverage, coverage3, and coverage-3.10 (if installed for Python 3.10). The second and third of these are not needed and will eventually be removed. They still work for now, but print a message about their deprecation. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachetools: upgrade 6.2.2 -> 6.2.3Wang Mingyu2025-12-211-1/+1
| | | | | | | | | | | | Changelog: ========== - Improve documentation regarding @cachedmethod with condition parameter. - Minor style and readability improvements. - Modernize build environment. - Update CI environment. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-black: upgrade 25.11.0 -> 25.12.0Wang Mingyu2025-12-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiodns: upgrade 3.6.0 -> 3.6.1Wang Mingyu2025-12-211-1/+1
| | | | | | | | Changelog: Pin pycares to < 5 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* osinfo-db: upgrade 20250606 -> 20251212Wang Mingyu2025-12-211-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* microsoft-gsl: upgrade 4.2.0 -> 4.2.1Wang Mingyu2025-12-211-4/+4
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* makeself: upgrade 2.6.0 -> 2.7.1Wang Mingyu2025-12-211-1/+1
| | | | | | | | | | | | | | | | | Changelog: ============ - Base64 encoding now runs after compression, consistent with other post-compression encryption/encoding options. - Documentation updated to reflect that compression can be combined with encryption/encoding. - Compression now precedes encryption so both can be enabled together. - Signing passphrases are masked in stored metadata. - Added coverage for combined encryption + compression flows. - Access archive name from script - pre-extraction script execution in combination with --notemp -Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmime-types-perl: upgrade 2.29 -> 2.30Wang Mingyu2025-12-211-1/+1
| | | | | | | | | | | | | | Changelog: ============ Fixes: - no undef when simplifying illegal type Improvements: - add bugtracker to meta - better OO use of attributes. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp3: upgrade 3.19.0 -> 3.19.1Wang Mingyu2025-12-211-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: =========== - [core,transport] improve SSL error logging - [utils,helpers] fix freerdp_settings_get_legacy_config_path - From stdin and sdl-creds improve - [crypto,certificate] sanitize hostnames - [channels,drdynvc] propagate error in dynamic channel - [CMake] make Mbed-TLS and LibreSSL experimental - Json fix - rdpecam: send sample only if it's available - [channels,rdpecam] allow MJPEG frame skip and direct passthrough - [winpr,utils] explicit NULL checks in jansson WINPR_JSON_ParseWithLength - [packaging,flatpak] remove xprop Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* babl: upgrade 0.1.116 -> 0.1.118Wang Mingyu2025-12-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>