Merge 2025.02.9#109
Merged
sairon merged 50 commits into2025.02.x-haosfrom Dec 18, 2025
Merged
Conversation
Fixes: https://autobuild.buildroot.net/results/1e8/1e88151bb3aad1c1769e12b4930a2c33cd1c6830/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit 0f1a2e875e375bf9950c604de0595070d2a9a779) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
For release notes since 10.11.11: https://mariadb.com/docs/release-notes/community-server/10.11/10.11.12 https://mariadb.com/docs/release-notes/community-server/10.11/10.11.13 https://mariadb.com/docs/release-notes/community-server/10.11/10.11.14 https://mariadb.com/docs/release-notes/community-server/10.11/10.11.15 Note: the version 10.11.12 is documented as fixing the following CVEs: https://www.cve.org/CVERecord?id=CVE-2025-30693 https://www.cve.org/CVERecord?id=CVE-2025-30722 https://www.cve.org/CVERecord?id=CVE-2023-52969 https://www.cve.org/CVERecord?id=CVE-2023-52970 https://www.cve.org/CVERecord?id=CVE-2023-52971 Also, since Buildroot commit [1] "package/libxml2: bump version to 2.15.1", MariaDB is failing to build. This new maintenance release fixes this issue. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/11943845663 https://gitlab.com/buildroot.org/buildroot/-/jobs/12026402485 [1] https://gitlab.com/buildroot.org/buildroot/-/commit/a67cff491a173c88187ce76e0d3cdccdb48371fc Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 235e365059af5f251abee95f88fa1ae16bf8e3d4) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Release notes: https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.8/ReleaseNotes https://forum.torproject.org/t/stable-release-0-4-8-20/20781 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 1f23b6ea8539f6f013070c7534e49ac6fb2dd586) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
There are a number of kernel config fixups required for tailscale to function properly, these are commonly enabled by default in various kernel configs but lets make sure they are all enabled here as well. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 766f6ddb7ef164524f829a35cba0fcfa7d4612e2) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
For a changelog see here: https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-22.3.0.md Changes made by the package maintainer: - add systemd service file - run asterisk as non-root user asterisk - build pjsip as bundled source code, but download it like sound files - remove unused configure options - chan_alsa was removed upstream in commit de3ce178ab0282445cf25161b49f3737ac2d20ff See here for the reason behind using the bundled pjsip: asterisk/asterisk#671 Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit f11b9db0b5f150d73e10a0c25989e2ec6300588e) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Fixes the following security issues: - CVE-2025-1131: Uncontrolled Search-Path Element in safe_asterisk script may allow local privilege escalation GHSA-v9q8-9j8m-5xwp - CVE-2025-57767: A specifically malformed Authorization header in an incoming SIP request can cause Asterisk to crash GHSA-64qc-9x89-rx5j - CVE-2025-49832: Remote DoS and possible RCE in asterisk/res/res_stir_shaken/verification.c GHSA-mrq5-74j5-f5cr - CVE-2025-47780: cli_permissions.conf: deny option does not work for disallowing shell commands GHSA-c7p6-7mvq-8jq2 - CVE-2025-47779: Using malformed From header can forge identity with ";" or NULL in name portion GHSA-2grh-7mhv-fcfw Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Acked-by: Titouan Christophe <titouan.christophe@mind.be> [Peter: add additional CVEs] Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 02fd1d2b9347131ee2ceaae80d1cd5f6e962f09a) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This package is no longer maintained in Buildroot: no maintainer in DEVELOPERS file, and doesn't build since we bumped mbedtls to version 3.x in commit 3481a9643fc7223e400ed877f08ade34d44e6b78, which first appeared in 2025.05. Also, upstream linphone has changed their strategy, and now their specific dependencies (bctoolbox, belle-sip, etc.) are bundled in linphone, so anyway the packaging needs to be adapted significantly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 90e4e80fc38550feb66743a93dce56cded756a1a) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
belle-sip was only needed as a dependency of linphone, as is anyway bundled in more recent versions of linphone, making a separate package unnecessary. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit ffa68244171fb16207f61953cfebdff9bb411d5d) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
belr was only needed as a dependency of linphone, as is anyway bundled in more recent versions of linphone, making a separate package unnecessary. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit f88cb527da8ca251d2c495fb6f27f2a0aa1023bb) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
mediastreamer was only needed as a dependency of linphone, as is anyway bundled in more recent versions of linphone, making a separate package unnecessary. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit b02a4ca7d76c895b842ef4010ede6a1e1e693b5d) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
ortp was only needed as a dependency of linphone, as is anyway bundled in more recent versions of linphone, making a separate package unnecessary. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 8a40f079ac5e6fc784aa7cfc3e86669cb348fd6c) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
bctoolbox was only needed as a dependency of linphone, as is anyway bundled in more recent versions of linphone, making a separate package unnecessary. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 37d3a2dee346267df51627fc31829da47e568b7c) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
mongrel2 is incompatible with MbedTLS 3.6 and was removed from Debian stable/testing: https://tracker.debian.org/pkg/mongrel2 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075866 Upstream report from 2023 exists: mongrel2/mongrel2#359 but went unanswered, the last upstream commit was in Dec 2021: https://github.com/mongrel2/mongrel2/commits/master/ Since no other package uses mongrel2 we can safely remove this unmaintained package. Fixes: https://autobuild.buildroot.net/results/6c1/6c17827d21135886b1f4822174a4a963ca6325bf/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit c41af1dcc09427e9a4a71e98cccc3aca7b5e0554) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Release notes: https://www.postgresql.org/about/news/postgresql-181-177-1611-1515-1420-and-1323-released-3171/ Fixes CVE-2025-12817 & CVE-2025-12818. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit 1e8c666cd899c782a3320a56a1dc9e084788d156) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit 273f6f3e4b95631f1c6c38ff1a30b68a5b8117c0) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Boolean Config.in symbols default to 'n', so we typically do not add such redundant lines. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit 279cbbdb646e7136c4d8b3b5b44d9b4e31ed31dd) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> [Julien: reword commit log title] Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit 75dc8e1842143f347bd7395ecedad4308bc14953) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Fixes: https://autobuild.buildroot.net/results/953/953210ed672559e63a96da729182af00ca02c011/ The build error occurred already in 2024: https://autobuild.buildroot.net/results/f93/f930c7b3219a57421c1b0a0ef3a4445c19b43e97/ so backporting this fix seems needed. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 2479f5ba1e14ca61fe2834d6d834b95980c48344) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Fixes: https://autobuild.buildroot.net/results/0ff/0ff4394319d2014884328c347ef495da327a562e/ Added Upstream tag to patch 0001. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 1f973844d10d0d840409a964227aa0777f3b3f4c) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Before: $ java --version openjdk 17 2024-07-16 OpenJDK Runtime Environment (build 17+17) OpenJDK 64-Bit Server VM (build 17+17, mixed mode) After: $ java --version openjdk 17.0.12 2024-07-16 OpenJDK Runtime Environment (build 17.0.12+7) OpenJDK 64-Bit Server VM (build 17.0.12+7, mixed mode) Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 8ccee2be221772f6d456fd852b237adb7f5bbe51) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
See the release notes: https://github.com/redis/redis/releases/tag/7.2.12 Signed-off-by: Titouan Christophe <titouan.christophe@mind.be> (cherry picked from commit 896e19a5c64a12bf39f0f03aea94c77b684111f8) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Fixes the following security issue: CVE-2025-11568: A data corruption vulnerability has been identified in the luksmeta utility when used with the LUKS1 disk encryption format. GHSA-pvmm-7c2r-wmp4 https://github.com/latchset/luksmeta/releases/tag/v10 Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit 80764d7208efe860bb35f146ea4962f15e21936f) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit 5db55534af777fba6543aeb40f60e1080b2828a8) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
BR_aarch64 is not defined. it seems should be BR2_aarch64 Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit d6d8b5823a7ed5a4c73318bb1d6c52405481dc48) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
<corjon.j@ecagroup.com>: host ecagroup-com.mail.protection.outlook.com[52.101.166.0] said: 550 5.4.1 Recipient address rejected: Access denied. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 88c26c48145403f34880a455d47bb9191e8f1124) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Fixed the following security issues: CVE-2025-64458: Potential denial-of-service vulnerability in HttpResponseRedirect and HttpResponsePermanentRedirect on Windows CVE-2025-64459: Potential SQL injection via _connector keyword argument https://docs.djangoproject.com/en/5.1/releases/5.1.14/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit 779827f765ebc721d8edbeb6579b7692129942ab) [thomas: bump to 5.1.14 instead] Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Release notes: https://sourceforge.net/p/openvpn/mailman/message/59238233/ Changelog: https://github.com/OpenVPN/openvpn/blob/release/2.6/ChangeLog https://github.com/OpenVPN/openvpn/blob/release/2.6/Changes.rst The COPYRIGHT.GPL was updated to latest version from FSF. Signed-off-by: Scott Fan <fancp2007@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit c368b33378c365c30a847b40634071d26ac02f0d) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Fixes CVE-2025-13086. Release notes: https://sourceforge.net/p/openvpn/mailman/message/59261309/ Changelog: https://github.com/OpenVPN/openvpn/blob/release/2.6/ChangeLog https://github.com/OpenVPN/openvpn/blob/release/2.6/Changes.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit 55d1f2825b2dfe73c954b998d980feed846f89c9) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This patch move the 'download_nvd' call to the 'pkg-stats' script instead of automatically calling 'read_nvd_dir'. Since the cve.py file can be used as a library it's up to the caller to decide whether or not to update the NVD database. Signed-off-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 867017e736ac53857685d424f043d16c97ffebfe) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Enriches the input CycloneDX SBOM with vulnerability information and analysis from the NVD database. The NVD database is cloned using a mirror of it and the content is compared locally. By default the path 'dl/buildroot-nvd' is used. Example usage to analyse vulnerabilities of an input CycloneDX SBOM: $ make show-info | utils/generate-cyclonedx | support/script/cve-check The 'cve-check' can also be used to only enrich the vulnerabilities present on the input SBOM with a set metadata (description, cvss, references, ...) without applying an analysis. With the following command the vulnerabilities ignored by Buildroot present in the CycloneDX SBOM are enriched with description, cvss, etc ... $ make show-info | utils/generate-cyclonedx | support/script/cve-check --enrich-only Signed-off-by: Thomas Perale <thomas.perale@mind.be> [Peter: fix minor flake8 issues] Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 6762c42e74e3694fe626a4457028d53ed9288bbc) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 51558fa3ea8e0ad445a192536375bf930f103a92) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This patch adds information on how to generate a CycloneDX SBOM in Buildroot. It also mentions how to track CVEs with that given SBOM. Signed-off-by: Thomas Perale <thomas.perale@mind.be> [Peter: reword slightly] Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit e09bf9e9511c28f5d35e3a5ae7a09f1aec57874d) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Release notes: https://raw.githubusercontent.com/pnggroup/libpng/v1.6.51/ANNOUNCE Fixes CVE-2025-64505, CVE-2025-64506, CVE-2025-64720 & CVE-2025-65018. Removed patch which is included in this release. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit 08ad91052b69090b74220d89b13cfc29fb86ed72) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Release notes: https://lists.gnupg.org/pipermail/gnutls-help/2025-November/004906.html Fixes CVE-2025-9820. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit 81dbfe1c2ae848b4eb1f896198d13455df50e548) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Since Buildroot commit [1] (package/gnutls: security bump to
version 3.8.11), gnutls fails to build with gcc or host-gcc
version < 11, with error:
In file included from audit.h:22,
from audit.c:26:
crau/crau.h:255:23: error: missing binary operator before token "("
__has_c_attribute (__maybe_unused__)
This commit adds a patch fixing the issue.
[1] https://gitlab.com/buildroot.org/buildroot/-/commit/81dbfe1c2ae848b4eb1f896198d13455df50e548
Reported-by: Neal Frager <neal.frager@amd.com>
Reviewed-by: Neal Frager <neal.frager@amd.com>
Tested-by: Neal Frager <neal.frager@amd.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 5cd1fe636cd9a420241da5fe79995d149d467f59)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit bb825488db157ee4f4c18bedcb30ff38e23886e2) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Release Notes: https://github.com/Kludex/starlette/releases/tag/0.48.0 Github namespace changed, so change the link in Config.in. Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit 62cfbc1409aca2a9a6d19419189f05bed947f516) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Starlette 0.49.1 fixes the following security issue: GHSA-7f5h-v6xp-fcq8 Other changes: * https://github.com/Kludex/starlette/releases/tag/0.49.0 * https://github.com/Kludex/starlette/releases/tag/0.49.1 (the security fix) * https://github.com/Kludex/starlette/releases/tag/0.49.2 * https://github.com/Kludex/starlette/releases/tag/0.49.3 * https://github.com/Kludex/starlette/releases/tag/0.50.0 Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit 35d8a3a0ca6bbaef1c9e2ee9f7f16f1a5b056b17) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit 559bb4dd7b9533344e7aca8cb6c8311c87d36d5c) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
For change log since version 9.2.8, see: https://www.swi-prolog.org/ChangeLog?branch=stable&from=9.2.8&to=9.2.9 Fixes: https://autobuild.buildroot.net/results/158/1586997a84236b678249ac45b83b4e330e727f39/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> [Julien: add link to change log] Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit 743bc22135cc47e91f7bbfcdea4aa74a66c5e034) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Add local patch to fix:
./src/stdlib/SDL_iconv.c: In function 'SDL_iconv':
./src/stdlib/SDL_iconv.c:50:29: error: passing argument 2 of 'iconv' from incompatible pointer type [-Wincompatible-pointer-types]
50 | retCode = iconv(cd, inbuf, inbytesleft, outbuf, outbytesleft);
| ^~~~~
| |
| const char **
Fixes:
https://autobuild.buildroot.net/results/cfb/cfb1f9a0137332cf080ce862722e4fe8ad275031/
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
[Julien: add "Upstream:" tag in patch]
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 03394b4989b1722b2946c31fd32c5e4690088ddd)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Package tmux fails to build with:
compat/utf8proc.c: In function 'utf8proc_mbtowc':
compat/utf8proc.c:51:39: error: passing argument 3 of 'utf8proc_iterate' from incompatible pointer type [-Wincompatible-pointer-types]
51 | slen = utf8proc_iterate(s, n, pwc);
| ^~~
| |
| wchar_t * {aka long int *}
Add local patch already committed upstream to fix it.
Fixes:
https://autobuild.buildroot.net/results/651/6510cfb16d0c3f3772918cd3bde0542d0b59a230/
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 7cf46f0384a7953df54f56aab0a1871b9817a25d)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Fixes: https://autobuild.buildroot.net/results/e12/e12de278cb7bb0ecc0d44dd9c69d3832ede946de/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit cffb057b900ab8f3a9dab92f3284ad9f74eddd4f) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Release notes: https://forum.torproject.org/t/stable-release-0-4-8-21/20817 https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.8/ReleaseNotes "This release is a continuation of the previous one and addresses additional Conflux-related issues identified through further testing and feedback from relay operators. We strongly recommend upgrading as soon as possible." Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit cb1f3579a2ad9d6e317b7a2527b1fabb4229af5d) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Fixes: https://autobuild.buildroot.net/results/a4c/a4c4c4135cffe607269cc0fdb36e4b2c86e7fe33/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit fc98cd6b9cecccd5813741d3311f1adc099b3454) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Downloading the snapshot tarball has been unstable in the past so we switch to git for fetching the source code. Fixes: https://autobuild.buildroot.net/results/8b9/8b9b15e578ee13c47bdfe77f8bd79cd34c49de91/ https://autobuild.buildroot.net/results/bfc/bfcfb6e5014e017334604ba8fdcfac2acc65d161/ https://autobuild.buildroot.net/results/6c6/6c69077ea076c3c28d0e8599913cde31ee27b0c5/ https://autobuild.buildroot.net/results/b43/b431fabedd709f660f556a7a6539a0b1e28aeb49/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit d8b15b078aeb9b9f3b42b9bdea91f2adff02fd09) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
…4.x series Update the latest kernel releases to: - 6.12.58 -> 6.12.61 - 6.6.116 -> 6.6.119 - 6.1.158 -> 6.1.159 - 5.15.196 -> 5.15.197 - 5.10.246 -> 5.10.247 - 5.4.301 -> 5.4.302 Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
Release 2025.02.9
agners
approved these changes
Dec 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changed packages (ova_defconfig):