mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/systemd: bump to version 257.5
Noteable changes:
- Add -Dipe=false and -Dsysupdated=disabled as defaults to CONF_OPTS and
HOST_CONF_OPTS. If another user has a use for either, they can submit a
patch at a later date.
- systemd-networkd now requires kernel >= 5.4 due to the inclusion of the
sockios.h header, which uses the SIOCGSTAMP_OLD macro. This macro was first
introduced in kernel 5.2, but the official README recommends 5.4 as a
baseline, so stick with that. Due to this change:
- systemd-networkd now depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
- default y only if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
- Add a section in migrating.adoc about the new requirement
- The sha256sum of README.md changed due to the addition of some CentOS CI
lines.
- Add the new license file LICENSES/alg-sha1-public-domain.txt.
For change log, see:
https://github.com/systemd/systemd/blob/v257.5/NEWS
Tested with `./utils/test-pkg -p systemd -a`
40 builds, 28 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed
Tested with `./support/testing/run-tests tests.init.test_systemd`
All tests passed
Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
Reviewed-by: Marcus Hoffmann <buildroot@bubu1.eu>
[Julien: add link to change log in commit log]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
18a4a48255
commit
7d8d48cd2b
@@ -215,3 +215,10 @@ Cargo.lock file mandatory and the change from +.cargo/config+ to
|
||||
+.cargo/config.toml+, tarballs generated by Cargo-fetched packages
|
||||
have changed. Therefore the suffix of such tarballs has been changed
|
||||
from +-cargo2+ to +-cargo4+.
|
||||
|
||||
[[migrating-systemd]]
|
||||
=== Migrating to 2025.08
|
||||
|
||||
In 2025.08, starting with systemd version 257, systemd-networkd requires kernel
|
||||
5.4 or later. If you are still using a kernel older than 5.4, please update
|
||||
your kernel or use an alternative network manager.
|
||||
|
||||
Reference in New Issue
Block a user