summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libsoup: upgrade 3.6.0 -> 3.6.1Wang Mingyu2024-11-271-1/+1
| | | | | | | | | | | | | | | | Changelog: ============ * Fix `soup_uri_copy()` reading port as a long instead of an int * Fix possible NULL deref in `soup_uri_decode_data_uri()` * Fix possible overflow in `SoupContentSniffer` * Fix assertion in `soup_uri_decode_data_uri()` on URLs with a path starting with `//` * headers: Be more robust against invalid input when parsing params * websocket: Fix possibility of being stuck in a read loop (From OE-Core rev: 565c3cc5dfb832ffd12e8010c6dbbc006a09e85e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libadwaita: upgrade 1.6.1 -> 1.6.2Wang Mingyu2024-11-271-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== - AdwDialog - Fix accessible role critical when using window-backed dialogs - AdwHeaderBar - Fix a typo in docs - AdwMessageDialog - Fix a typo in adw_message_dialog_response() deprecation message - AdwStyleManager - Fix initial color scheme value on Windows - Translation updates - Dutch - Serbian (From OE-Core rev: ce3d47eedf5beae2e6c0dd8784888fbd5507f446) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk4: upgrade 4.16.5 -> 4.16.7Wang Mingyu2024-11-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ * Text: - Reduce the size of error underlines * Accessibility: - Fix a wrong return value type - Fix an invalid free call * GtkText: - Don't select inserted Emoji * GtkApplication: - Set the default window icon from the app ID * GtkFontChooser: - Make the dialog more shrinkable * macOS: - Use correct modifier keys for GtkTextView and GtkLabel shortcuts * Translation updates Icelandic Serbian Serbian (Latin) (From OE-Core rev: 3e30b77c100201d2aacdb6785bb6d90e70e51c51) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dnf: upgrade 4.21.1 -> 4.22.0Wang Mingyu2024-11-272-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | 0005-Do-not-prepend-installroot-to-logdir.patch refreshed for 4.22.0 Changelog: ============= - doc: Naming of source and debug repos - Fix /var/cache/dnf and /etc/yum packaging - Allow --installroot on read-only bootc system - spec: If DNF5 obsoletes DNF, do not build dnf and yum packages - Print rpm unpack errors to the user (RhBug:2312906) - package: remote_location() takes basedir into account - spec: If DNF5 obsoletes DNF, do not build dnf-automatic - Allow --downloadonly on read-only bootc system - Add kernel-core to reboot_needed list - Update need_reboot for dnf-automatic - doc: Example send_error_messages in /etc/dnf/automatic.conf - automatic: Check availability of config file - Updated conf_ref to reflect change in fastestmirror behavior - doc: Fix display issue of a code snippet (From OE-Core rev: 7a97281b65f1cd0268217e44819a0b55faa20178) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* weston: upgrade 13.0.3 -> 14.0.1Hiago De Franco2024-11-273-78/+2
| | | | | | | | | | | | | | | | | Key changes are: - Patches have been removed since they were merged upstream and are no longer needed on 14.0.1. - Since commit a16598b038b2 ("backend-drm: make libdisplay-info mandatory") from Weston, libdisplay-info is now a build dependency. - Since commit f271dd34b617 ("compositor: delete cms-static and cms-colord plugins") from Weston, "deprecated-color-management-colord" has been removed, therefore remove the "colord" PACKAGECONFIG. (From OE-Core rev: fc140d6cb89dc0ddaff9cdc59ab69806096909cb) Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libdisplay-info: add recipeHiago De Franco2024-11-272-0/+17
| | | | | | | | | | | | | | | | | | libdisplay-info is a EDID and DisplayID library. Goals: - Provide a set of high-level, easy-to-use, opinionated functions as well as low-level functions to access detailed information. - Simplicity and correctness over performance and resource usage. - Well-tested and fuzzed. Since commit a16598b038b2 ("backend-drm: make libdisplay-info mandatory") from Weston, this library is now mandatory in order to build weston 14.0.1 and newer. (From OE-Core rev: aa3fe5a5c00085f5455a66c1033f4124e76239ec) Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* hwdata: add recipe from meta-openembeddedHiago De Franco2024-11-272-0/+31
| | | | | | | | | | | | | | | | | Move hwdata recipe from meta-openembedded to openembedded-core. libdisplay-info is now a requirement for Weston, since commit a16598b038b2 ("backend-drm: make libdisplay-info mandatory"). However, in order to build libdisplay-info, hwdata is required. Since Weston is built inside openembedded-core, move hwdata in order to be able to upgrade Weston, so oe-core has no dependency on meta-oe. hwdata contains various hardware identification and configuration data. (From OE-Core rev: 3e5d5ba74beace1669ff04a7b0334aaa2693bdb6) Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libnsl2: embed version in filenameRoss Burton2024-11-271-5/+1
| | | | | | | | | This recipe fetches a tagged commit, so embed the PV in the filename. (From OE-Core rev: dddf0d4d5a702f07162852dd06b03582496a8736) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libnsl2: set CVE_PRODUCTRoss Burton2024-11-271-0/+2
| | | | | | | | | | | | Our libnsl2 recipe is just libnsl version 2.x, so set the CVE vendor and product pair appropriately as per: https://www.cvedetails.com/version/1177013/Libnsl-Project-Libnsl-2.0.0.html (From OE-Core rev: d0e77d3f9217b96f1c77ba65fc9b8420f413c401) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* liburi-perl: move to meta-perlAlexander Kanavin2024-11-274-167/+0
| | | | | | | | | | | liburi-perl was added in 2010 to support lsb testing, never had any other consumers in core, and since 2019 lsb testing is gone as well: https://git.yoctoproject.org/poky/commit/?h=master-next&id=bac4bc9aa6a1f2fcf2ce9644925615185cc8e847 (From OE-Core rev: 945e77e789c93ed889ceca75d61ab7cfd39fb1b8) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxml-parser-perl: correct SRC_URIAlexander Kanavin2024-11-271-1/+1
| | | | | | | (From OE-Core rev: b3e44bbf9972968076f06ecac027bd7a2f3fe781) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* enchant2: correct SRC_URI and other urisAlexander Kanavin2024-11-271-3/+3
| | | | | | | | | | https://github.com/AbiWord/enchant confirms the correct locations. (From OE-Core rev: 7733aae9c4d3fbaa7d4a3c69dcea3da8e54771e3) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* wget: upgrade 1.24.5 -> 1.25.0Alexander Kanavin2024-11-274-90/+10
| | | | | | | (From OE-Core rev: c66e1578278d4d0ba2a145f23887dba311fa0753) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* vulkan: upgrade 1.3.290.0 -> 1.3.296.0Alexander Kanavin2024-11-279-55/+11
| | | | | | | (From OE-Core rev: 5e00171e154d0c5e096efc594008e09228b25cfa) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* util-macros: upgrade 1.20.1 -> 1.20.2Alexander Kanavin2024-11-272-3/+3
| | | | | | | (From OE-Core rev: c979ba5a3bba915dd99339c7d19e74b51af07b0d) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sudo: upgrade 1.9.15p5 -> 1.9.16p1Alexander Kanavin2024-11-273-4/+3
| | | | | | | | | License-Update: copyright years (From OE-Core rev: 5d4ff3b14771bbb2a7653c92b80806bc9aa3fa64) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemu: upgrade 9.1.0 -> 9.1.1Alexander Kanavin2024-11-2716-104/+82
| | | | | | | (From OE-Core rev: c5d6a15dc75eb6ab16c9b0c953e7f433b42a0e99) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-zipp: upgrade 3.20.2 -> 3.21.0Alexander Kanavin2024-11-271-1/+1
| | | | | | | (From OE-Core rev: 5543d9be61a4529da96a889e3319cbbf9cfb12ef) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-xmltodict: upgrade 0.13.0 -> 0.14.2Alexander Kanavin2024-11-271-1/+1
| | | | | | | (From OE-Core rev: d1ea614da5016501c514d1a92581659507b5370b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-sphinx-rtd-theme: upgrade 3.0.0 -> 3.0.2Alexander Kanavin2024-11-271-1/+1
| | | | | | | (From OE-Core rev: 6a9a99192205937d2e3845514aed3f924dc5ce12) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-psutil: upgrade 6.0.0 -> 6.1.0Alexander Kanavin2024-11-271-1/+1
| | | | | | | (From OE-Core rev: 6e5bcb05f3a1d5a34bcb2bc8da4a8d3e9b160ca0) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-poetry-core: upgrade 1.9.0 -> 1.9.1Alexander Kanavin2024-11-271-1/+1
| | | | | | | (From OE-Core rev: 7b95e9618ca921116a115b952d3222e5de6faf97) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-jsonschema-specifications: upgrade 2023.12.1 -> 2024.10.1Alexander Kanavin2024-11-271-1/+1
| | | | | | | (From OE-Core rev: a4c4d70a406c7cbfc86d6cf2844f23c9e8569c73) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-dtschema: upgrade 2024.9 -> 2024.11Alexander Kanavin2024-11-271-1/+1
| | | | | | | (From OE-Core rev: f65a2a2fc8cf84086328d5609758b2b1bda6af4f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-cryptography(-vectors): upgrade 43.0.1 -> 43.0.3, ensure lockstep ↵Alexander Kanavin2024-11-275-13/+18
| | | | | | | | | upgrades (From OE-Core rev: 7a39814530cc0d6bfdd90382ad918c24aa345a0a) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* puzzles: upgrade to latest revisionAlexander Kanavin2024-11-271-1/+1
| | | | | | | (From OE-Core rev: 113390e45fb412f2e29afe59a498638747cbe009) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* piglit: upgrade to latest revisionAlexander Kanavin2024-11-276-9/+40
| | | | | | | (From OE-Core rev: 9d6c622d1eef241259c54e3a6e1430fe3fd510b9) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* npth: upgrade 1.7 -> 1.8Alexander Kanavin2024-11-272-41/+2
| | | | | | | (From OE-Core rev: 9e6955dd85e8f7bfb835c1488aae38107604699c) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* liburi-perl: upgrade 5.28 -> 5.31Alexander Kanavin2024-11-272-3/+2
| | | | | | | (From OE-Core rev: c6049b207dc0fa4ca5ddf8e4bb3a4db64b6d0099) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libtry-tiny-perl: upgrade 0.31 -> 0.32Alexander Kanavin2024-11-271-1/+1
| | | | | | | (From OE-Core rev: 2d2b5809f49131bc2e116eee7908d314efc50be7) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsolv: upgrade 0.7.30 -> 0.7.31Alexander Kanavin2024-11-272-2/+2
| | | | | | | (From OE-Core rev: a6f6ea0d7abdc6e1d0b5427dd4c58a85679e3182) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libgpg-error: upgrade 1.50 -> 1.51Alexander Kanavin2024-11-273-7/+4
| | | | | | | (From OE-Core rev: d6d4ddf023dcda0345e0ca646d6774c964c7917c) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libdnf: upgrade 0.73.3 -> 0.73.4Alexander Kanavin2024-11-277-7/+7
| | | | | | | (From OE-Core rev: 2e29ab2665167dc25d3ed9b10c341cd06bce87c7) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0: upgrade 1.24.6 -> 1.24.9Alexander Kanavin2024-11-2722-23/+58
| | | | | | | (From OE-Core rev: e01f9c79725388437d52096701416b61d9a0aa7d) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gawk: upgrade 5.3.0 -> 5.3.1Alexander Kanavin2024-11-273-40/+37
| | | | | | | (From OE-Core rev: 96240d86955b51f9a494bd46ce064a7517aac7ab) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ffmpeg: upgrade 7.0.2 -> 7.1Alexander Kanavin2024-11-273-106/+3
| | | | | | | (From OE-Core rev: 692ecec9c65ff324ceaa3fe3462b314394390df0) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffstat: upgrade 1.66 -> 1.67Alexander Kanavin2024-11-272-7/+6
| | | | | | | | | License-Update: MIT changed to X11 (which is MIT plus advertising clause) (From OE-Core rev: dee8f3552cbe1194f97481df4270ca8e9b5113d5) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* createrepo-c: upgrade 1.1.4 -> 1.2.0Alexander Kanavin2024-11-273-8/+4
| | | | | | | (From OE-Core rev: 08a44b7bab16200b7c0ceb5b51e4d48a10cba5a0) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cmake: upgrade 3.30.5 -> 3.31.0Alexander Kanavin2024-11-276-10/+10
| | | | | | | | | License-Update: copyright years (From OE-Core rev: eda9c9b556c6671e009bc637acb151580796223b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* chrpath: upgrade 0.16 -> 0.18Alexander Kanavin2024-11-272-6/+3
| | | | | | | (From OE-Core rev: fc69afe0da09e91a7db99035b68f44640b47dd5f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* base-passwd: upgrade 3.6.4 -> 3.6.5Alexander Kanavin2024-11-278-16/+24
| | | | | | | (From OE-Core rev: aee2b70b635fe7a94cedd13433ba8d77cdb34d1c) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa: upgrade 1.2.12 -> 1.2.13Alexander Kanavin2024-11-273-4/+4
| | | | | | | (From OE-Core rev: fe7395c6f8c406cfcc0b090fd162dc84e5ec97b0) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* resulttool/store: Fix permissions of logarchiveRichard Purdie2024-11-261-0/+1
| | | | | | | | | We want the results directory to be visable to other users, tweak the permissions of the created directory to ensure this is the case. (From OE-Core rev: ed9d887e8d71a800db19826264de552f7736dc6a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* systemd-boot: drop intltool-native from DEPENDSGuðni Már Gilbert2024-11-251-1/+1
| | | | | | | | | | | intltool was dropped as a dependency in v236 See commit for reference: https://github.com/systemd/systemd/pull/7313/commits/c81217920effddc93fb780cf8f9eb699d6fe1319 (From OE-Core rev: c82a1b71fd21b4f1299c7610342c5d821de7f1bb) Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* systemd: drop intltool-native from DEPENDSGuðni Már Gilbert2024-11-251-1/+1
| | | | | | | | | | | intltool was dropped as a dependency in v236 See commit for reference: https://github.com/systemd/systemd/pull/7313/commits/c81217920effddc93fb780cf8f9eb699d6fe1319 (From OE-Core rev: bd7353f2794120bc2b88adfea0ee06361a0b7dd5) Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* builder: set CVE_PRODUCTPeter Marko2024-11-251-1/+2
| | | | | | | | | | | | | Builder is a common word and there are many other builder components which makes us to ignore CVEs for all of them. There is already 1 ignored and currently 3 new ones. Instead, set product to yocto to filter them. (From OE-Core rev: fd4ec5a5318b36af0a9a0a097a5b1f1de44a8edf) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bootchart2: Several fixesRobert Yang2024-11-253-3/+76
| | | | | | | | | | | | | | | | | Fixed Ross' comments: * Add -n to gzip to make the resulting files reproducible, so we don't need to decompress them. * Makefile: Let bootchartd.conf use EARLY_PREFIX, so that bootchartd.conf can install to correct location. * Set MANDIR and DOCDIR to make the files install to correct location for bootchart2-native. (From OE-Core rev: 5354966a92cd522a3312c870aefa239d5c564a9f) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnutls: Upgrade to 3.8.8Simone Weiß2024-11-252-47/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | In 3.8.7 is that the linkage to compression libraries were changed to use a new tool called dlwrap, this caused issues during the last upgrade but is resolved now with the update to 3.8.8. Remove the workarounds for the update hence. Changes in 3.8.8 include: * libgnutls: * Experimental support for X25519MLKEM768 and SecP256r1MLKEM768 key exchange in TLS 1.3 * All records included in an OCSP response are now checked in TLS * Handling of malformed compress_certificate extension is now more standard compliant * More flexible library linking options for compression libraries, TPM, and liboqs support. The configure options, --with-zstd, --with-brotli, --with-zlib, --with-tpm2, and --with-liboqs now take 4 states: yes/link/dlopen/no, to specify how the libraries are linked or loaded. Do not set a specific library linking option but use the default(yes). (From OE-Core rev: 6620623ce280d20c2430ba87ba276a0490b05080) Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lib/oe/sbom30: Prefix aliases with "http://spdx.org/spdxdocs/"Joshua Watt2024-11-231-1/+3
| | | | | | | | | | | | While the SPDX ID aliases are primarily intended for internal use by the SPDX code, they are used in places where a valid SPDX ID is expected. In order to make sure that they still conform to this, prefix them with "http://spdx.org/spdxdocs/openembedded-alias" (From OE-Core rev: 5e0ff36e025f5e842fa90b8219b53257d65ea66a) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0: run ptests in parallelRoss Burton2024-11-232-2/+2
| | | | | | | | | | | Run the ptests in four parallel jobs (reduces runtime from ~80s to ~20s on my machine), and also pass any arguments in the scripts to make it easier to run individual tests. (From OE-Core rev: 87a9fadc71c8d3c1eb841c84c96146d5c56f1241) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>