From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] systemd: Update to version 261.1
Date: Fri, 3 Jul 2026 21:41:32 +0200 [thread overview]
Message-ID: <20260703194133.2938870-18-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260703194133.2938870-1-adolf.belka@ipfire.org>
- Update from version 260.1 to 261.1
- Update of rootfile
- Changelog
261.1
This only lists the commits and not easy to identify what might be related to
udev. This is the link to the commits.
https://github.com/systemd/systemd/compare/v261...v261.1
261
Changes in systemd-udevd, hwdb and udev rules:
* The DMI ID device (/sys/class/dmi/id) is now tagged so that
early-boot consumers can reliably order against it.
* udev's "blkid" builtin will now set a new udev property
ID_PART_GPT_AUTO_ROOT_DISK_NEEDS_LOOP=1 on boot block devices where a
GPT partition table is detected for a sector size different from the
native sector size of the device. (This typically happens if a Hybrid
ISO9660/GPT disk image is booted as CDROM, where the native sector
size is 2048 but the GPT header uses a 512-byte sector size). If this
happens then a systemd-loop@.service instance is automatically pulled
in via a udev rule that generates a loopback block device from the
discovered block device, exposing the device with the corrected
sector size. Or in other words: booting a fully valid GPT disk image
on a block device with a non-matching sector size will now just work,
and automatically result in a matching loopback device popping
up. The new property is also set if the boot block device carries a
GPT header (i.e. is partitioned) but the block device has partition
table processing turned off.
* Persistent network interface naming has been extended to auxiliary
sub-function (SF) network devices (such as mlx5_core SFs), using an
"S<sfnum>" suffix appended to the parent PCI function's name (e.g.
"enp193s0f0S88").
260.3
This only lists the commits and not easy to identify what might be related to
udev. This is the link to the commits.
https://github.com/systemd/systemd/compare/v260.2...v260.3
260.2
This only lists the commits and not easy to identify what might be related to
udev. This is the link to the commits.
https://github.com/systemd/systemd/compare/v260.1...v260.2
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/systemd | 11 ++++++++---
lfs/systemd | 4 ++--
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/common/systemd b/config/rootfiles/common/systemd
index 965d2fe3f..983001384 100644
--- a/config/rootfiles/common/systemd
+++ b/config/rootfiles/common/systemd
@@ -19,16 +19,18 @@ usr/bin/udev-hwdb
#usr/include/systemd/sd-dhcp-client.h
#usr/include/systemd/sd-dhcp-duid.h
#usr/include/systemd/sd-dhcp-lease.h
-#usr/include/systemd/sd-dhcp-option.h
#usr/include/systemd/sd-dhcp-protocol.h
+#usr/include/systemd/sd-dhcp-relay.h
#usr/include/systemd/sd-dhcp-server-lease.h
#usr/include/systemd/sd-dhcp-server.h
#usr/include/systemd/sd-dhcp6-client.h
#usr/include/systemd/sd-dhcp6-lease.h
#usr/include/systemd/sd-dhcp6-option.h
#usr/include/systemd/sd-dhcp6-protocol.h
+#usr/include/systemd/sd-dlopen.h
#usr/include/systemd/sd-dns-resolver.h
#usr/include/systemd/sd-event.h
+#usr/include/systemd/sd-future.h
#usr/include/systemd/sd-gpt.h
#usr/include/systemd/sd-hwdb.h
#usr/include/systemd/sd-id128.h
@@ -56,10 +58,10 @@ usr/bin/udev-hwdb
#usr/include/systemd/sd-varlink.h
#usr/lib/libsystemd.so
usr/lib/libsystemd.so.0
-usr/lib/libsystemd.so.0.43.0
+usr/lib/libsystemd.so.0.44.0
#usr/lib/libudev.so
usr/lib/libudev.so.1
-usr/lib/libudev.so.1.7.13
+usr/lib/libudev.so.1.7.14
#usr/lib/pkgconfig/libsystemd.pc
#usr/lib/pkgconfig/libudev.pc
usr/lib/udev
@@ -80,6 +82,7 @@ usr/lib/udev/hwdb.d/20-sdio-vendor-model.hwdb
usr/lib/udev/hwdb.d/20-usb-classes.hwdb
usr/lib/udev/hwdb.d/20-usb-vendor-model.hwdb
usr/lib/udev/hwdb.d/20-vmbus-class.hwdb
+usr/lib/udev/hwdb.d/40-imds.hwdb
usr/lib/udev/hwdb.d/60-autosuspend-chromiumos.hwdb
usr/lib/udev/hwdb.d/60-autosuspend-fingerprint-reader.hwdb
usr/lib/udev/hwdb.d/60-autosuspend.hwdb
@@ -92,6 +95,7 @@ usr/lib/udev/hwdb.d/60-tpm2.hwdb
usr/lib/udev/hwdb.d/70-analyzers.hwdb
usr/lib/udev/hwdb.d/70-av-production.hwdb
usr/lib/udev/hwdb.d/70-cameras.hwdb
+usr/lib/udev/hwdb.d/70-debug-appliance.hwdb
usr/lib/udev/hwdb.d/70-hardware-wallets.hwdb
usr/lib/udev/hwdb.d/70-joystick.hwdb
usr/lib/udev/hwdb.d/70-lights.hwdb
@@ -102,6 +106,7 @@ usr/lib/udev/hwdb.d/70-pointingstick.hwdb
usr/lib/udev/hwdb.d/70-software-radio.hwdb
usr/lib/udev/hwdb.d/70-sound-card.hwdb
usr/lib/udev/hwdb.d/70-touchpad.hwdb
+usr/lib/udev/hwdb.d/70-vsock.hwdb
usr/lib/udev/hwdb.d/80-ieee1394-unit-function.hwdb
usr/lib/udev/hwdb.d/82-net-auto-link-local.hwdb
usr/lib/udev/hwdb.d/README
diff --git a/lfs/systemd b/lfs/systemd
index 46f873b04..446e397df 100644
--- a/lfs/systemd
+++ b/lfs/systemd
@@ -24,7 +24,7 @@
include Config
-VER = 260.1
+VER = 261.1
THISAPP = systemd-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 072424e7288f8796be1e6952fadc5452c2ab54633b356796a29872609a03b4cc2edbc0cac0df7542bc969b06d265d2cbf52f9174742c5a570a5a3d7a7664cfa8
+$(DL_FILE)_BLAKE2 = ab345d6ae27d361aa56d3b021263e2b2e3af76cdc37ee9015932557f1b904f2e5e5a6d5911b4a442057d12d5eedf8a702a30aa13f9b68294ccc14833f397a0ea
install : $(TARGET)
--
2.55.0
next prev parent reply other threads:[~2026-07-03 19:41 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-03 19:41 [PATCH] core204: Ship curl Adolf Belka
2026-07-03 19:41 ` [PATCH] core204: Ship glib Adolf Belka
2026-07-03 19:41 ` [PATCH] core204: Ship json-c Adolf Belka
2026-07-03 19:41 ` [PATCH] core204: Ship libarchive Adolf Belka
2026-07-03 19:41 ` [PATCH] core204: Ship libjpeg Adolf Belka
2026-07-03 19:41 ` [PATCH] core204: Ship pango Adolf Belka
2026-07-03 19:41 ` [PATCH] core204: Ship systemd Adolf Belka
2026-07-03 19:41 ` [PATCH] core204: Ship vim Adolf Belka
2026-07-03 19:41 ` [PATCH] curl: Update to version 8.21.0 Adolf Belka
2026-07-03 19:41 ` [PATCH] fetchmail: Update to version 6.6.6 Adolf Belka
2026-07-03 19:41 ` [PATCH] git: Update to version 2.55.0 Adolf Belka
2026-07-03 19:41 ` [PATCH] glib: Update to version 2.88.2 Adolf Belka
2026-07-03 19:41 ` [PATCH] json-c: Update to version 0.19 Adolf Belka
2026-07-03 19:41 ` [PATCH] libarchive: Update to version 3.8.8 Adolf Belka
2026-07-03 19:41 ` [PATCH] libjpeg: Update to version 3.2.0 Adolf Belka
2026-07-03 19:41 ` [PATCH] pango: Update to version 1.58.0 Adolf Belka
2026-07-03 19:41 ` [PATCH] sqlite: Update to version 3530300 Adolf Belka
2026-07-03 19:41 ` Adolf Belka [this message]
2026-07-03 19:41 ` [PATCH] vim: Update to version 9.2.0769 Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260703194133.2938870-18-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox