summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gvfs: obviate the ssh-client requirement for gvfsAlex Stewart2025-09-262-1/+64
| | | | | | | | | | | | | | | | | | | | | | | | The gvfs project meson configuration attempts to locate and resolve the path to an ssh-client on the build host, then pass that full-path to the gvfs sftp-backend as a constant string, to be used at runtime to fork ssh subprocesses. As a consequence, if the build machine's ssh client path differs from the gvfs target's path - as is common for OE/buildroot builds - gvfs can fail at runtime. Further, build machines cannot configure gvfs without an ssh client, even though nothing *uses* the client during the build. The .patch in this commit has been upstreamed with gvfs, and modifies the configuration to instead pass the string-literal `ssh` to the sftp backend. With this change, gvfs will instead rely on PATH-expansion to locate the user's ssh-client at runtime. This obviates the requirement that the build machine have an ssh-client. Signed-off-by: Alex Stewart <alex.stewart@ni.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit b3ace96246ed13320e8fc21b59ce92512aa8c843) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gvfs: fix dependenciesMarkus Volk2025-09-261-1/+2
| | | | | | | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 216b7002ccc6e861de0d267468b4e1ba22cde86a) Adapted for Kirkstone. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gvfs: fix polkit homedirMarkus Volk2025-09-261-3/+3
| | | | | | | | | - remove double slashes Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit c6168d98ed4b672f959c48f7abecce2d33bce327) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gvfs: stylize DEPENDSAlex Stewart2025-09-261-2/+9
| | | | | | | | | | | | Use multiline styling in the gvfs DEPENDS variable assignment, so that diffs are easier to understand. Also alpha-sort the DEPENDS, since their order isn't meaningful. Signed-off-by: Alex Stewart <alex.stewart@ni.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 9e725dfee3a6fa6d8efef9522a787b9b4893bafc) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gvfs: upgrade 1.50.0 -> 1.50.2wangmy2025-09-261-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========== * smb: Rework anonymous handling to avoid EINVAL * http: Unescape prefix to fix handling of encoded URIs * build: Fix build without Avahi support * dav: Drop user from URI as a workaround for Nextcloud bug * dav: Port DNS-SD resolver to async API to fix hangs when mounting * smb: Ignore EINVAL for kerberos/ccache login * dav: Rewrite to libsoup async API to fix crashes * dav: Do not lose userinfo when copying URIs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 92d4a5374b3100aed5606c2e759cacab9273c62e) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-text-editor: upgrade 42.1 -> 42.2wangmy2025-09-261-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== • Fix a crash at shutdown after saving state. This didn't cause any data loss, but could be annoying. • Spellcheck underline fixes for various languages • Various robustness fixes for GTK 4 • Fixes for inconsistent line-endings • Translation updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 46fce3997be65a3895ed6619d32131c1e63aeac9) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-text-editor: upgrade 42.0 -> 42.1zhengrq.fnst2025-09-261-1/+1
| | | | | | | | | | | | | | | Changelog: ========== • Improved preference dialog styling for libadwaita • Build system fixes • Fix icons for zoom controls • Fix titles in save-changes dialog • Translation updates Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 14452249d84b1d94f66c3fd01b01fbc671c0cef8) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-font-viewer: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2025-09-261-1/+1
| | | | | | | | | | | | | Fixes: ERROR: Nothing PROVIDES 'libadwaita' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_43.0.bb DEPENDS on or otherwise requires it) libadwaita was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'gnome-font-viewer', 'libadwaita'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 052866b19632d0cce1c7295b3a94cf570a3f887e) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-commander: upgrade 1.14.2 -> 1.14.3wangmy2025-09-261-1/+1
| | | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4b2e46f2574cb073b13480c654210b7c2083cdba) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-calendar: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2025-09-261-1/+1
| | | | | | | | | | | | | Fixes: ERROR: Nothing PROVIDES 'libadwaita' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_42.0.bb DEPENDS on or otherwise requires it) libadwaita was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'gnome-calendar', 'libadwaita'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5192a8bfc3418acdfde44c7e463bc0ce9151d96c) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-calculator: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2025-09-261-1/+1
| | | | | | | | | | | | | | | | | | gnome-calculator depends on gtk4 which depends on libepoxy(an opengl related library) [1]. Fixes: ERROR: Nothing PROVIDES 'gtk4-native' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.2.bb DEPENDS on or otherwise requires it) gtk4-native was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'gnome-calculator', 'gtk4-native'] [1] https://github.com/anholt/libepoxy/ Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8df920252454762a1c84e2d899c8971dd2ca7342) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-calculator: upgrade 42.0 -> 42.2wangmy2025-09-261-1/+1
| | | | | | | | | | | | | | Changelog: ========== * Updated translations * Fixed incorrect history with bits toggling #281 * Fixed crash when typing in variable popover #282 * Fixed incorrect libxml usage #283 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d9d207bb44da6dc2c33b8880e46d5f501b1e2c16) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gedit: upgrade 42.1 -> 42.2wangmy2025-09-261-1/+1
| | | | | | | | | | | | Changelog: ========== * Fix bug: text cut off at the bottom in certain situations. * Translation updates. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f550d1fe6a149b88f610b1a57493aa0d3a77693f) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gedit: upgrade 42.0 -> 42.1Wang Mingyu2025-09-261-1/+1
| | | | | | | | | | Changelog: Translation updates. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e0462bfb13d571e8ee55b5cff2d0fca7aee98393) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* evince: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2025-09-261-1/+3
| | | | | | | | | | | | | | | | Add opengl to REQUIRED_DISTRO_FEATURES if x11 is enabled in DISTRO_FEATURES as it needs gnome-desktop when x11 enabled. Fixes: ERROR: Nothing PROVIDES 'gnome-desktop' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/evince/evince_42.3.bb DEPENDS on or otherwise requires it) gnome-desktop was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'evince', 'gnome-desktop'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 82fc8c534ee62095df3bb0d382c9db3e6bee5bb1) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* evince: upgrade 42.2 -> 42.3wangmy2025-09-261-1/+1
| | | | | | | | | | | | Changelog: ========== shell: * Disconnect signal handler to prevent invalid read Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 1b59a88df5ac37a286e3bc7b0c2ed8fd7868e06e) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* evince: fix typo for RRECOMMENDSYi Zhao2025-09-261-1/+1
| | | | | | | | | RRECOMMMENDS_${PN} -> RRECOMMENDS:${PN} Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 783686ae9ad9407f71ec6f8d7e50b7a15bc46166) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* libtimezonemap: correct package versionChangqing Li2025-09-262-1/+31
| | | | | | | | | correct the package version in configure.ac Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit adf3de70b24092ff3fe618cde3fee7226fb26522) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* libtimezonemap: rename downloaded file nameKai Kang2025-09-261-1/+1
| | | | | | | | | | Add parameter 'downloadfilename' to SRC_URI to keep the downloaded file name as same as before. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 556b85216342b10510ac8230471e450086851a84) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* libtimezonemap: Point to a working SRC_URIKhem Raj2025-09-261-2/+1
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a3aea0b955285cd5e2898c6ca3874861667573b8) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gtksourceview5: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2025-09-261-0/+1
| | | | | | | | | | | | | Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.2.bb DEPENDS on or otherwise requires it) gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'gtksourceview5', 'gtk4'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 259faa90f703d6d3528b5392b813c772c1f995c3) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-desktop: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2025-09-261-1/+1
| | | | | | | | | | | | | Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_42.0.bb DEPENDS on or otherwise requires it) gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'evince', 'gnome-desktop', 'gtk4'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 681bd57755004f25831ca456ee9e0177bb5fedea) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-bluetooth: upgrade 42.2 -> 42.3Wang Mingyu2025-09-261-1/+1
| | | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 08304fa543b081f0ac36a175cd8d3afcac510c0c) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-bluetooth: upgrade 42.1 -> 42.2wangmy2025-09-261-1/+1
| | | | | | | | | | This version fixes duplicate devices appearing when bluetoothd restarts, as well as the discovery not being updated correctly in that same situation. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a30bc18ffdc137823d13824af5400bf0e8517309) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-bluetooth: upgrade 42.0 -> 42.1wangmy2025-09-261-1/+1
| | | | | | | | | | This version fixes the display of devices with '&' in their names, and contains updated translations. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 2687e9dbec14776ab4a1a6747cdfd12316767311) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnome-bluetooth: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2025-09-261-1/+1
| | | | | | | | | | | | | Fixes: ERROR: Nothing PROVIDES 'gtk4-native' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.4.bb DEPENDS on or otherwise requires it) gtk4-native was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'gnome-bluetooth', 'gtk4-native'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 06fbe76348f801d28785d8898c79c6c93ec33490) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gjs: upgrade 1.72.1 -> 1.72.2Wang Mingyu2025-09-261-1/+1
| | | | | | | | | | | | | | | Changelog: ========== - Various fixes ported from the development branch. - Closed bugs and merge requests: * gi/arg-cache.cpp: Fix building on Visual Studio * doc: Reflect support for constructor with GObject Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 757dedbc811bf3f09e259353a943effd1ae16733) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gjs: upgrade 1.72.0 -> 1.72.1wangmy2025-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: =========== - Various fixes ported from the development branch. - Closed bugs and merge requests: * Compilation error: call to deleted function 'js_value_to_c' * jsapi-util-strings: Ignore locale to compute the upper case of a char (i.e. fix implicit properties on Turkish locale) * Fix memory leak when passing a "transfer none" GBytes parameter to a native function * arg-cache: Do not leak an interface info structures on Callbacks * test-ci: Ignore safe directory errors on CI Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 352fb4051f2584e4f28fc60348772dc99df29b7d) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* faenza-icon-theme: Switch to a valid download location for SRC_URIKhem Raj2025-09-261-2/+1
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d0e061bc72cd776aba847dac564af3c7e8384a5e) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* evolution-data-server: upgrade 3.44.1 -> 3.44.2Wang Mingyu2025-09-261-2/+2
| | | | | | | | | | | | | | | | | | | | | Changelog: ========== Bug Fixes: I#359 - CalDAV: Crash on calendar update I#386 - e-webdav-discover: Fails to find Radicale calendars within collection account I#388 - Google OAuth out-of-band (oob) flow will be deprecated I#389 - IMAPx: Fails to create folder with NIL folder hierarchy delimiter evo-I#1348 - WebDAVCollectionBackend: Removes sources on server error Miscellaneous: ERemindersWidget: Allow width shrink for small screens Fix few memory leaks discovered by Coverity scan GOA module: Prevent ESource removal on D-Bus reconnect or registry reload Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5851155197453483eb933601297d94fa0c01899a) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* evolution-data-server: upgrade 3.44.0 -> 3.44.1wangmy2025-09-261-2/+2
| | | | | | | | | | Changelog: https://download.gnome.org/sources/evolution-data-server/3.44/evolution-data-server-3.44.1.news Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 1a9c78999b224ca9f47f031e336c69e79f7b1678) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* network-manager-applet: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2025-09-261-1/+1
| | | | | | | | | | | | | Fixes: ERROR: Nothing PROVIDES 'libnma' (but /build/layers/meta-openembedded/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.26.0.bb DEPENDS on or otherwise requires it) libnma was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'network-manager-applet', 'libnma'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 9f8799d59471459fa1d79a001c999c47503701d5) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* libnma: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2025-09-261-1/+1
| | | | | | | | | | | | | | | libnma depends on gtk4 which needs opengl DISTRO_FEATURES enabled. Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-connectivity/libnma/libnma_1.8.38.bb DEPENDS on or otherwise requires it) gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'network-manager-applet', 'libnma', 'gtk4'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a3eafe3698c9178d906f2e570e675999f941d395) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* fatresize: set correct LICENSEGyorgy Sarvari2025-09-261-1/+1
| | | | | | | Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 86980f2df271c4a798efe9fc40023b2db6911f47) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* yaffs2-utils: update SRC_URIYi Zhao2025-09-261-2/+1
| | | | | | | | | The source repo has been moved to github. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 49c7edb304c010620a8c8f344f9cc4b7c3707480) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* sshfs-fuse: upgrade 3.7.2 -> 3.7.3Wang Mingyu2025-09-261-1/+1
| | | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f50cffbd022d119ced5e750e75566e7eeda5f07f) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* krb5: fix packaging with ldap PACKAGECONFIGGyorgy Sarvari2025-09-261-1/+2
| | | | | | | | | | | | | In case ldap PACKAGECONFIG is enabled, packaging fails with the following error: ERROR: krb5-1.17.2-r0 do_package: QA Issue: krb5: Files/directories were installed but not shipped in any package: /usr/lib/libkdb_ldap.so.1.0 /usr/lib/libkdb_ldap.so.1 Fix it by adding the file to the krb5-kdc-ldap package (the same that Debian also uses to ship this file). Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* krb5: fix CVE-2025-24528Divya Chellam2025-09-262-0/+69
| | | | | | | | | | | | | | | | | | In MIT krb5 release 1.7 and later with incremental propagation enabled, an authenticated attacker can cause kadmind to write beyond the end of the mapped region for the iprop log file, likely causing a process crash. https://github.com/krb5/krb5/commit/78ceba024b64d49612375be4a12d1c066b0bfbd0 Reference: https://security-tracker.debian.org/tracker/CVE-2025-24528 Upstream-patch: https://github.com/krb5/krb5/commit/78ceba024b64d49612375be4a12d1c066b0bfbd0 Signed-off-by: Divya Chellam <divya.chellam@windriver.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* cjson 1.7.18: Fix CVE-2025-57052Shubham Pushpkar2025-09-232-1/+36
| | | | | | | | | | | | | Upstream Repository: https://github.com/DaveGamble/cJSON.git Bug Details: https://nvd.nist.gov/vuln/detail/CVE-2025-57052 Type: Security Fix CVE: CVE-2025-57052 Score: 9.8 Patch: https://github.com/DaveGamble/cJSON/commit/74e1ff4994aa Signed-off-by: Shubham Pushpkar <spushpka@cisco.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* php: upgrade 8.1.31 -> 8.1.33Soumya Sambu2025-09-231-1/+1
| | | | | | | | | | | | Includes fix for CVE-2025-1735, CVE-2025-6491, CVE-2025-1220, CVE-2025-1861, CVE-2025-1219, CVE-2025-1217, CVE-2025-1734 and CVE-2025-1736. Changelog: https://www.php.net/ChangeLog-8.php#8.1.33 https://www.php.net/ChangeLog-8.php#8.1.32 Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* hddtemp: Add missing prototype for ata_get_powermode in sata.cKhem Raj2025-09-192-0/+34
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit fdb8bc38b1e959006a0a5d98c84c8443c785e49d) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* gnulib: Update SRC_URIMingli Yu2025-09-191-1/+1
| | | | | | | | | Update the SRC_URI to fix the do_fetch warning. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 37d158db78cda787a5833c098423650b8caba0fa) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* fltk: upgrade 1.3.8 -> 1.3.9Yi Zhao2025-09-192-2/+3
| | | | | | | | | | Release Notes: https://www.fltk.org/articles.php?L1898 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 7e124168f9134ab77910f262d3d0b0e49b1c3e4a) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* fltk-native: fix libdl link issueKai Kang2025-09-192-3/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It fails to build fltk-native on Ubuntu 20.04 with glibc 2.31: | /path_to/tmp/hosttools/ld: lib/libfltk.a(Fl_Native_File_Chooser.cxx.o): in function `fl_dlopen(char const*, char const*)': | Fl_Native_File_Chooser.cxx:(.text+0x61a): undefined reference to `dlopen' | /path_to/tmp/hosttools/ld: lib/libfltk.a(Fl_Native_File_Chooser.cxx.o): in function `Fl_GTK_File_Chooser::probe_for_GTK_libs()': | Fl_Native_File_Chooser.cxx:(.text+0xf92): undefined reference to `dlerror' The original fix in fltk-native recipe does not work any more because '-ldl' appears before lib/libfltk.a and causes dlopen() unresolved. The reason why it doesn't fail on other hosts is that the functions dlopen(), dlerror() etc. have been moved to libc.so since glibc 2.34 via the commits in glibc: 0c1c3a771e dlfcn: Move dlopen into libc add8d7ea01 dlfcn: Move dlvsym into libc 6dfc0207eb dlfcn: Move dlinfo into libc 492560a32e dlfcn: Move dladdr1 into libc 6a1ed32789 dlfcn: Move dlmopen into libc 77f876c0e3 dlfcn: Move dlsym into libc 602252b553 dlfcn: Move dladdr into libc d8cce17d2a dlfcn: Move dlclose into libc Append 'dl' to fltk link items explictly to fix the error. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e3606c223e8195dc57a41c64ca670958f1809d6f) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* ctapi-common: Use archives.fedoraproject.org to fetch srpmKhem Raj2025-09-191-3/+3
| | | | | | | | This is a better place to fetch the srpm as it is fedora's location Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e36553fcd9b98889fc356a2517645c030f8315e9) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* ctapi-common: Point to working SRC_URI locationsKhem Raj2025-09-191-4/+3
| | | | | | | | Drop md5sum checksum Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 7687cb73b26e09c566adecb4e5ac71a270800004) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* colord-native: upgrade 1.4.6 -> 1.4.7Wang Mingyu2025-09-192-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | 0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch refreshed for 1.4.7 Changelog: =========== - Add various hardenings to the systemd service - Always close the ICC profile when loading fails - Avoid destructing LCMS plugin twice with lcms 2.14 - Do not make state files executable in tmpfiles.d/colord.conf - Fix a double free spotted by Coverity - Fix an error check when parsing the DTP94 data - Fix a -Wincompatible-pointer-types warning - Fix potential crash when reading from broken Huey hardware - Set FILE_OFFSET_BITS explicitly - Use a 64-bit time_t - Use thread context for Gamut Alarm codes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f016f77796504de03a4148a13383fd9fd5754a73) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* colord: upgrade 1.4.5 -> 1.4.6Wang Mingyu2025-09-191-2/+2
| | | | | | | | | | | | | | | | | | | | Changelog: ========== Bugfixes: - Add missing copyright notices - Add Spyder X entry - Document where to send patches - Don't use exact floating point comparisons - Drop option for removed reverse engineering tools - Drop references to hughski.com - Fix a small memory leak in sqlite3_exec() - Fix typo in device-removed signal documentation - Make introspection optional in meson Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 706cfeb2504ebec37872e6ee051a5b07385412b7) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* cmark: upgrade 0.30.2 -> 0.30.3Wang Mingyu2025-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== * Fix quadratic complexity bug with repeated '![[]()'. Resolves CVE-2023-22486. Add new pathological test. * Allow declarations with no space, as per spec * Set 'enumi*' counter correctly in LaTeX output * Allow '<!DOCTYPE' to be case-insensitive. existing spec.) * Fixed HTML comment scanning. Need to handle this case: '<!--> and -->'. Since the scanner finds the longest match, we had to move some of the logic outside of the scanner. * Fix quadratic parsing issue with repeated '<!--' (this was not introduced by the previous fix, and not in a released version of cmark). Resolves CVE-2023-22484. Add new pathological test. * Update HTML comment scanner to accord with commonmark/commonmark-spec#713 * Pathological tests: half the number of repetitions, and the timeout. This reduces the time needed for the pathological tests. * Shrink 'struct cmark_node' (#446). The 'internal_offset' member is only used for headings and can be moved to 'struct cmark_heading'. This reduces the size of 'struct cmark_node' from 112 to 104 bytes on 64-bit systems. * Add '-Wstrict-prototypes' and fix offending functions. * Fix quadratic behavior involving 'get_containing_block' (#431). Instead of searching for the containing block, update the tight list status when entering a child of a list item or exiting a list. * Fix 'pathological_tests.py' - Use a multiprocessing.Queue to actually get results from spawned tests processes. - Fix the 'allowed_failures' test. - Truncate actual output when printed. - Prepare for testing pathological behavior of the Commonmark renderer. * Fix source position bug with backticks Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 69aea3d8f7d84b4214948c0553fe1744f254bbf6) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* bdwgc: Fix typo in EXTRA_OECONF and remove unneeded extra CFLAGSIvan Maidanski2025-09-181-3/+1
| | | | | | | | | * fix typo in "--enable-cplusplus" * "-D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR" not needed any more Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d7d0d550d0874a5002e63a23804811a766f7a07b) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>