systemd: Update to version 261.1

Message ID 20260703194133.2938870-18-adolf.belka@ipfire.org
State New
Headers
Series systemd: Update to version 261.1 |

Commit Message

Adolf Belka 3 Jul 2026, 7:41 p.m. UTC
- 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(-)
  

Patch

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)