summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* glaze: Update to 7.0.2Peter Kjellerstedt2026-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since 7.0.1: 459946d3 version 7.0.2 bump 8879dd5e two element id optimization (#2264) ecfc63b4 Committing clang-format changes e0d153e9 Enum search for when hashing fails (#2263) fc169a51 enum reflection documentation 3d8354a6 Committing clang-format changes f3fc73cc Allow to construct a glz::http_server instance using an asio::io_executor (#2258) 625b6ddd Update README.md 56d20086 Update README.md d3b51565 Update glaze_DISABLE_SIMD_WHEN_SUPPORTED documentation 77fb1384 Update README.md f17d17ca Committing clang-format changes 69eed8c2 YAML support (#2243) 5d652476 Update json-schema.md (#2254) 04883eb1 BEVE and CBOR std::expected support (#2253) 8555337e FEATURE: [json] Add special handling for std::expected<void,E> (#2251) ddea99c5 Simple float (#2248) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glaze: include cmake files in glaze-dev packageFrede Hoey Braendstrup2026-02-061-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The cmake files should be included in the glaze-dev package. Without this patch, an application using the following find_package(glaze) target_link_libraries(myprogram PUBLIC glaze::glaze) Would fail with the following error (with tmpdir redacted) CMake Error in deps/vesl/src/Platform/CMakeLists.txt: Imported target "glaze::glaze" includes non-existent path "$TMPDIR/recipe-sysroot/usr/share/include" in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include: * The path was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and references files it does not provide. Signed-off-by: Frede Hoey Braendstrup <frederikbraendstrup@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* media-types: fix RPROVIDESGyorgy Sarvari2026-02-061-2/+4
| | | | | | | | | | | | Instead of PROVIDING mime-support, it should RPROVIDE the same package. It allows adding "mime-support" to IMAGE_INSTALL to get a similar behavior than before mime-support recipe was split into two differently named recipes. Also, rename the recipe's folder to match the recipe name. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mailcap: drop recipe (debian version)Gyorgy Sarvari2026-02-061-54/+0
| | | | | | | The same recipe is already provided, sourced from Fedora. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xorgxrdp: upgrade 0.10.4 -> 0.10.5Wang Mingyu2026-02-061-1/+1
| | | | | | | | | | Changelog: ========== - Fix bug in Chrome pointer detection - CI: Update FreeBSD xrdp dependency Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tree: upgrade 2.2.1 -> 2.3.1Wang Mingyu2026-02-061-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: upgrade 2.6.10 -> 2.6.12Wang Mingyu2026-02-061-2/+2
| | | | | | | License-Update: Copyright year updated to 2026 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libp11: upgrade 0.4.16 -> 0.4.17Wang Mingyu2026-02-061-2/+2
| | | | | | | | | | | | | | Changelog: ============ * Ed25519 and Ed448 support (PKCS#11 v3.2) * Fixed OPENSSL_NO_EC builds * Reverted RSA public exponent change from PR #474 * Fixed crash on module initialization failures * Ignoring trailing newlines in pin-source files * Initial build fixes for the upcoming OpenSSL 4.x Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp3: upgrade 3.20.2 -> 3.22.0Gyorgy Sarvari2026-02-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ptests passed successfully. Dropped manpages PACKAGECONFIG: when it is enabled, it requires an executable that is compiled from the project's source, but since it is cross-compiled, it is not usable. The cmakefile also started to explicitly disable generating this tool when cross-compiling is enabled. Since this recipe has no native counterpart, and the manpages can't be generated in this state, this option was removed. Changes: 3.22.0: - Complete overhaul of SDL client - Introduction of new WINPR_ATTR_NODISCARD macro wrapping compiler or C language version specific [[nodiscard]] attributes - Addition of WINPR_ATTR_NODISCARD to (some) public API functions so usage errors are producing warnings now - Add some more stringify functions for logging - CVE fixes: CVE-2026-23948, CVE-2026-24682, CVE-2026-24683, CVE-2026-24676, CVE-2026-24677, CVE-2026-24678, CVE-2026-24684, CVE-2026-24679, CVE-2026-24681, CVE-2026-24675, CVE-2026-24491, CVE-2026-24680 - [core,info] fix missing NULL check - [gateway,tsg] fix TSG_PACKET_RESPONSE parsing - Allow querying auth identity with kerberos when running as a server - Sspi krb heimdal - Tsg fix idleTimeout parsing - [channels,smartcard] revert 649f7de - [crypto] deprecate er and der modules - [channels,rdpei] lock full update, not only parts - [winpr,platform] add WINPR_ATTR_NODISCARD macro - Wlog cleanup - new stringify functions & touch API defines - Add support for querying SECPKG_ATTR_PACKAGE_INFO to NTLM and Kerberos - [channels,video] measure times in ns - [utils] Nodiscard - Error handling fixes - [channels,drdynvc] check pointer before reset - Winpr api def - [winpr,platform] drop C23 [[nodiscard]] - [gdi] add additional checks for a valid rdpGdi - Sdl3 high dpiv2 - peer: Disconnect if Logon() returned FALSE - [channels,rdpecam] fix PROPERTY_DESCRIPTION parsing - [channel,rdpsnd] only clean up thread before free - [channels,rdpei] add RDPINPUT_CONTACT_FLAG_UP 3.21.0: - CVE fixes: CVE-2026-23530, CVE-2026-23531, CVE-2026-23532, CVE-2026-23533, CVE-2026-23534, CVE-2026-23732, CVE-2026-23883, CVE-2026-23884 - [client,sdl] fix monitor resolution - [codec,progressive] fix progressive_rfx_upgrade_block - Krb cache fix - Rdpdr improved checks - Codec advanced length checks - Glyph fix length checks - Wlog printf format string checks - [warnings,format] fix format string warnings - Double free fixes - [clang-tidy] clean up code warnings Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: Upgrade to 7.2.6Gianfranco Costamagna2026-02-041-1/+1
| | | | | | Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xrdp: upgrade 0.10.4.1 -> 0.10.5Gyorgy Sarvari2026-02-042-30/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contains fix for CVE-2025-68670. Drop patch that is included in this release. Changelog: Security fixes: - CVE-2025-68670 New features: - It is now possible to start the xrdp daemon entirely unprivileged from the service manager. If you do this certain restrictions will apply. See https://github.com/neutrinolabs/xrdp/wiki/Running-the-xrdp-process-as-non-root for details. - TLS pre-master secrets can now be recorded for packet captures - Add a FuseRootReportMaxFree to work around 'no free space' issues with some file managers - Alternate shell names can now be passed to startwm.sh in an environment variable for more system management control - Updated Xorg paths in sesman.ini to include more recent distros - Add Slovenian keyboard - xrdpapi: Add a way to monitor connect/disconnect events Bug fixes: - Allow an empty X11 UTF8_STRING to be pasted to the clipboard - Fix a regression introduced in v0.10.x, where it became impossible to connect to a VNC server which did not support the ExtendedDesktopSize encoding - Fix a regression introduced in v0.10.x related to PAM groups handling - Inconsistencies with [MS-RDPBCGR] have been addressed - A reference to uninitialised data within the verify_user_pam_userpass.c module has been fixed - Prevent some possible crashes when the RFX encoder is resized - Fixes a regression introduced by GFX development which prevented the JPEG encoder from working correctly - Fixes a regression introduced by #2974 which resulted in the xrdp PID file being deleted unexpectedly - Do not overwrite a VNC port set by the user when not using sesman - Fix regression from 0.9.x when freerdp client uses /workarea - Fixes a crash where a resize is attempted with drdynvc disabled - getgrouplist() now compiles on MacOS - Various Coverity warnings have been addressed - Documentation improvements Internal changes: - An unnecessary include of sys/signal.h causing a compile warning on MUSL-C has been removed Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unicode-ucd: rename license fileGyorgy Sarvari2026-02-021-2/+2
| | | | | | | | | | | After the previous hash update the license file was not renamed, which causes it to clash in the DL_DIR if it was already downloaded with the previous hash. This change renames the file to avoid this clash. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* media-types: add recipeGyorgy Sarvari2026-02-011-0/+39
| | | | | | | | | This recipe is one of the successors of mime-support, which provided mailcap and mime.types files. This recipe contains only the mime.types portion. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mailcap: add recipeGyorgy Sarvari2026-02-011-0/+54
| | | | | | | | | This recipe is one of the successors of the mime-support, which provided mailcap and mime.types files. This recipe contains only the mailcap portion. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mime-support: drop recipeGyorgy Sarvari2026-02-011-65/+0
| | | | | | | | | | | | | | Debian has split this package into two sepatare packages: media-types and mailcap. This package hasn't been updated since 2020 (but the other two packages are regularly updated). Beside this the SRC_URI has been inaccessible since a while also. Drop this recipe (and substitute it with the up to date packages in followup patches). Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* multipath-tools: upgrade 0.12.1 -> 0.12.2Liu Yiding2026-01-302-10/+13
| | | | | | | | | | 1. Changelog https://github.com/opensvc/multipath-tools/releases/tag/0.12.2 2. Update 0004-RH-use-rpm-optflags-if-present.patch for 0.12.2 Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: ignore CVE-2025-68118Gyorgy Sarvari2026-01-301-0/+1
| | | | | | | | | | Details: https://nvd.nist.gov/vuln/detail/CVE-2025-68118 The vulnerability is specific to the usage of Microsoft specific sprintf implementation. Because of this, ignore this vulnerability. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hdf5: fix shasum, downloadfilenameTrevor Gamblin2026-01-301-2/+4
| | | | | | | | | | | | | | | | | | | | | | | Fixes: #1023 Upstream seems to have regenerated the archive, as the checksum no longer matches the one specified in the recipe: |WARNING: hdf5-2.0.0-r0 do_fetch: Checksum failure encountered with download of https://support.hdfgroup.org/releases/hdf5/v2_0/v2_0_0/downloads/hdf5-2.0.0.tar.gz - will attempt other sources if available |WARNING: hdf5-2.0.0-r0 do_fetch: Checksum mismatch for local file /buildcache/downloads/hdf5-2.0.0.tar.gz |Cleaning and trying again. |WARNING: hdf5-2.0.0-r0 do_fetch: Renaming /buildcache/downloads/hdf5-2.0.0.tar.gz to /buildcache/downloads/hdf5-2.0.0.tar.gz_bad-checksum_a7a8f43e76e825ea22234bc735d5b184e880d305e33e4c9bb93a3912421c9973 |ERROR: hdf5-2.0.0-r0 do_fetch: Checksum failure fetching https://support.hdfgroup.org/releases/hdf5/v2_0/v2_0_0/downloads/hdf5-2.0.0.tar.gz |ERROR: hdf5-2.0.0-r0 do_fetch: Bitbake Fetcher Error: ChecksumError('Checksum mismatch!\nFile: \'/buildcache/downloads/hdf5-2.0.0.tar.gz\' has sha256 checksum \'a7a8f43e76e825ea22234bc735d5b184e880d305e33e4c9bb93a3912421c9973\' when \'6e45a4213cb11bb5860) |ERROR: Logfile of failure stored in: /home/tgamblin/workspace/yocto/openembedded-core/build/tmp/work/x86-64-v3-poky-linux/hdf5/2.0.0/temp/log.do_fetch.2054297 However, the tarballs look identical. Update the hash and be explicit about downloadfilename to avoid any mirroring issues. A note has been left that this measure can be removed with a future upgrade. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liboauth2: Add recipe at 2.2.0Frede Hoey Braendstrup2026-01-302-0/+56
| | | | | | | | | | | V3: adds fixes for building with clang V4: removes default PACKAGECONFIG used for testing builds V5: fixes Upstream-Status in patch Signed-off-by: Frede Hoey Braendstrup <frederikbraendstrup@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imagemagick: upgrade 7.1.2-12 -> 7.1.2-13Wang Mingyu2026-01-301-3/+3
| | | | | | | License-Update: change license url to https://imagemagick.org/license/ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gperftools: upgrade 2.16 -> 2.18Wang Mingyu2026-01-301-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* googlebenchmark: upgrade 1.9.4 -> 1.9.5Wang Mingyu2026-01-301-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glaze: add recipe at 7.0.1Frede Hoey Braendstrup2026-01-301-0/+23
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* anthy: fix SRC_URIGyorgy Sarvari2026-01-271-1/+1
| | | | | | | The old URL is gone - switch to a working mirror. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cjose: Add recipe at 0.6.2.4Frede Hoey Braendstrup2026-01-271-0/+14
| | | | | Signed-off-by: Frede Hoey Braendstrup <frederikbraendstrup@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usbids: upgrade 2025.09.15 -> 2025.12.13Jason Schonberg2026-01-271-2/+2
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlsec1: remove des from default packageconfigYi Zhao2026-01-271-1/+1
| | | | | | | | The DES algorithm is considered weak and outdated. Remove des from default PACKAGECONFIG to disable it. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcelog: upgrade 208 -> 210Wang Mingyu2026-01-271-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unicode-ucd: adjust to correct checksum values.Tom Geelen2026-01-271-2/+2
| | | | | | | The checksums are wrong and thus this fails to build. Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcanberra: fix build without x11Markus Volk2026-01-221-1/+2
| | | | | | | gtk3-module and xwayland require x11 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: add ptest supportGyorgy Sarvari2026-01-222-1/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | The test suite takes about 50s to execute. Sample output: root@qemux86-64:~# ptest-runner START: ptest-runner 2026-01-22T12:58 BEGIN: /usr/lib/freerdp/ptest PASS: TestClient TestClientRdpFile PASS: TestClient TestClientChannels PASS: TestClient TestClientCmdLine [...many lines...] PASS: TestWtsApi TestWtsApiSessionNotification PASS: TestWtsApi TestWtsApiShutdownSystem PASS: TestWtsApi TestWtsApiWaitSystemEvent DURATION: 48 END: /usr/lib/freerdp/ptest 2026-01-22T12:59 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdfind: upgrade 1.6.0 -> 1.7.0Wang Mingyu2026-01-221-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp3: upgrade 3.20.0 -> 3.20.2Gyorgy Sarvari2026-01-201-1/+1
| | | | | | | | | | | | | | Contains fixes for the following vulnerabilities: CVE-2026-22851, CVE-2026-22852, CVE-2026-22853, CVE-2026-22854, CVE-2026-22855, CVE-2026-22856, CVE-2026-22857, CVE-2026-22858, CVE-2026-22859 Changelogs: https://www.freerdp.com/2026/01/14/3_20_1-release https://www.freerdp.com/2026/01/14/3_20_2-release Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* raptor2: patch CVE-2024-57822 and CVE-2024-57823Gyorgy Sarvari2026-01-203-0/+77
| | | | | | | | | | | | | Details: https://nvd.nist.gov/vuln/detail/CVE-2024-57822 https://nvd.nist.gov/vuln/detail/CVE-2024-57823 Pick the patches mentioned in the github issue[1] mentioned in the NVD advisories (both of them are covered by the same issue) [1]: https://github.com/dajobe/raptor/issues/70 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-user-dirs: Fix packaing location of systemd unit fileKhem Raj2026-01-201-1/+1
| | | | | | | | | | | | | | | systemd_user_unitdir is the right variable to use Fixes ERROR: xdg-user-dirs-0.19-r0 do_package: QA Issue: xdg-user-dirs: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/systemd /usr/lib/systemd/user /usr/lib/systemd/user/xdg-user-dirs.service Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. xdg-user-dirs: 4 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* re2: Upgrade to 2025.11.05 releaseKhem Raj2026-01-141-3/+3
| | | | | | | | | | Update fixes: | /home/flk/bitbake-builds/poky/build/tmp/work/corei7-64-poky-linux/re2/2024.03.01/sources/re2-2024.03.01/re2/prog.h:25:1: note: 'memchr' is defined in header '<cstring>'; this is probably fixable by adding '#include <cstring>' | 24 | #include "re2/sparse_set.h" | +++ |+#include <cstring> Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imagemagick: add packageconfigs for raw,jxl,heicMarkus Volk2026-01-141-0/+3
| | | | | | | Dont add them by default Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcms: upgrade 2.17 -> 2.18Wang Mingyu2026-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ - Add an extra check for completeness only. - Fix a signed integer overflow which could trigger a FPE_INTOVF - Fix Microsoft'2 MHC2 private tag - Added projects for XCode 26 & Visual Studio 2026 - Added documentation for PCS illuminants and chromatic adaptation - Check for a possible out-of-bounds in softproofing transforms when using cmsCreateExtendedTransform - Fix for a out-of-bound read, issue #522 - Add an extra check for out-of-bounds read when misusing a support function - avoid divide by zero, special case from spec. notes on CAM02 - Fix CGATS parser bug when number has a "+" sign - Fix a typo when handling a special case for BPC - Fixed a loss of precision when Lab16 is used as input color space on integer transforms - Fixes hypotetical corrupted pointer in non-happy path. Cannot happen in real world - Fix a theoretical memory leak. - Add support of localized descriptions in v2 profiles for MacOS - Mark some tables as const - Make the param of cmsCreateLab4Profile() to refer to the media white instead of the illuminant - fix a warning in unit tests - Remove redundant check. Fixes #497 - Update autotools - fix plugins soname + add oklab to transicc (experimental) - meson: ability to disable .so.version libraries - Fix black point detection when using darker colorant. - testcms2.c: Fix incorrect string comparisons - Fix CICp tag size. - Fix broken linkicc - meson: Bump minimum Meson version to 0.52 for visibility:hidden - meson: Disable unused fs import - Add a guard against a wrong use of flags - Fix for #469 heap buffer overflow on convert_utf16_to_utf32() Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-user-dirs: upgrade 0.18 -> 0.19Liu Yiding2026-01-131-3/+5
| | | | | | | | | | | | | | | | | | | | | | 1. Changelog Features: * Add a systemd service to run xdg-user-dirs-update * Add initial Meson buildsystem support Bugfixes: * Fix autopoint invocation Miscellaneous: * Updated translations * Update automake boilerplate * Update information in README 2. Add pkgconfig to solvo following configure error: ../sources/xdg-user-dirs-0.19/configure: line 9319: syntax error near unexpected token `systemd,' ../sources/xdg-user-dirs-0.19/configure: line 9319: `PKG_CHECK_EXISTS(systemd,' Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* btop: update 1.4.5 -> 1.4.6Markus Volk2026-01-121-2/+3
| | | | | | | | | | | Disable build-testing for now, as this would require 'googletest' dependency v1.4.6 References | Description | Author(s) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: upgrade 4.12.0 -> 4.13.0Liu Yiding2026-01-123-109/+12
| | | | | | | | | | | | | | | 1.Changelogs https://github.com/opencv/opencv/wiki/OpenCV-Change-Logs#version4130 2.Remove following patches as they have been merged in upstream. 27691.patch 0001-Renamed-templated-BlocksCompensator-feed-method-to-e.patch 3.After upgrading to 4.13.0, WITH_KLEIDICV is ON as default in aarch64, so build kleidicv along with openCV in aarch64. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcanberra: add runtime recommendation for sound-theme-freedesktopMarkus Volk2026-01-121-0/+1
| | | | | | | Required to actually play event sounds Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcanberra: update 0.30 -> 0.30-19Markus Volk2026-01-125-288/+47
| | | | | | | | | | | | | | | | Lennart Poettering stopped maintaining libcanberra over a decade ago but it is still maintained by the debian gnome-team. Most notable improvement is that building the libcanberra-gtk3-module doesn't depend on gtk2 anymore and thus libcanberra isn't dependent on x11 to build support for gtk3 - fetch source from salsa.debian.org, use git for it - remove outdated patches - dont build gtk+ module by default anymore - simplify packaging Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcereal: set CVE_PRODUCTGyorgy Sarvari2026-01-121-0/+2
| | | | | | | | | | | | | The relevant CVEs are associated with usc:cereal CPE. See CVE db query: sqlite> select * from PRODUCTS where PRODUCT like '%cereal%'; CVE-2020-11104|usc|cereal|||1.3.0|<= CVE-2020-11105|usc|cereal|||1.3.0|<= Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* raptor2: set CVE_PRODUCTGyorgy Sarvari2026-01-121-0/+2
| | | | | | | | | | | | | | | | | All relevant CVEs are files against these CPEs. See CVE db query (zediious vendor is not relevant): sqlite> select * from PRODUCTs where PRODUCT like '%raptor%' and vendor <> 'symantec' and product <> 'velociraptor'; CVE-2012-0037|librdf|raptor|||2.0.7|< CVE-2017-18926|librdf|raptor_rdf_syntax_library|2.0.15|=|| CVE-2020-25713|librdf|raptor_rdf_syntax_library|2.0.15|=|| CVE-2023-49078|zediious|raptor-web|0.4.4|=|| CVE-2024-57822|librdf|raptor_rdf_syntax_library|||2.0.16|<= CVE-2024-57823|librdf|raptor_rdf_syntax_library|||2.0.16|<= Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spdlog: upgrade 1.16.0 -> 1.17.0Wang Mingyu2026-01-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: updated contributors. Changelog: ========== - Bump bundled {fmt} library to 12.1.0 - Fix the %z formatter (UTC offset): - Windows: Replaced implementation for better accuracy and speed - FreeBSD: Fixed incorrect implementation - Fixed issue where the offset was not displaying as +00:00 when the formatter was configured to show UTC time. - Removed unreliable fallback for Unix systems lacking tm_gmtoff. If compilation fails on such platforms, use SPDLOG_NO_TZ_OFFSET=ON (%z will display +??:?? instead of compilation error). - Set CMAKE_BUILD_TYPE only in top-level project - Change access scope for ANSI target_file_ from private to protected - Fix UWP detection - Fix include <fcntl.h> in tcp_client.h to avoid compilation failures - Tests: Fix unit tests to respect default level names - Docs: Fix misleading comment in blocking_queue header - Fix sign-compare warning - Fix sign conversion warnings in qt_sinks.h Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imagemagick: upgrade 7.1.2-11 -> 7.1.2-12Gyorgy Sarvari2026-01-051-2/+1
| | | | | | | Contains fix for CVE-2025-69204 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* links-x11: vendor icon image from layerGyorgy Sarvari2025-12-282-2/+1
| | | | | | | | | | The url from where this icon was sourced origiannly has been inaccessible since a while (the domain seems to be parked). Instead of displaying the fetcher warning, just vendor this image from the layer directly - it's only a 4kB icon. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rtkit: update 0.13 -> 0.14Markus Volk2025-12-261-2/+3
| | | | | | | | | | | | | | | | | | | | - add HOMEPAGE - update SRC_URI Release notes Fix a bug that caused all RT privileges to sometimes be dropped on resume from suspend (#13 (closed)) Drop autotools build system Add an rtkit_make_realtime_simple() with no arguments Drop default log level to reduce log spam Rename priority parameter of MakeThreadHighPriority to nice_level (does not change API) Implement org.freedesktop.DBus.Properties.GetAll Add a sysusers config Correctly specify client license as MIT A number of documentation and build cleanups Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smarty: extend CVE_PRODUCTGyorgy Sarvari2025-12-251-1/+1
| | | | | | | | | | | Some CVEs assign smarty-php as the vendor to the corresponding CPE. E.g CVE-2024-35226[1] is tracked with smarty-php:smarty by mitre (NVD tracks it without CPE). [1]: https://cveawg.mitre.org/api/cve/CVE-2024-35226 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>