This package contains the dynamic library, which provides
access to the UDisksd daemon.
Provides
Requires
License
LGPL-2.0-or-later
Changelog
* Mon Dec 22 2025 thomas.blume@suse.com
- (CVE-2025-8067) VUL-0: missing bounds check can lead to out-of-bounds
read in udisks daemon (bsc#1248502)
+ add 0001-udiskslinuxmanager-Add-lower-bounds-check-to-fd_inde.patch
- Fix dbus daemon requires, it's dbus-service, not dbus-1
* Fri Feb 14 2025 thomas.blume@suse.com
- Drop rcFOO symlinks for CODE16 (PED-266).
- update to version 2.10.1
- Update Ukrainian translation
- tests: Wipe used devices for LVM2 RAID tests
- tests: Settle down before checking the LVM RAID MissingPhysicalVolumes property
- tests: Rescan vdevs after lvm raid tests
- Update German translation
- tests: Mark UDF fstab filesystem tests as unstable
- tests: Add offline and online filesystem grow tests
- doc: Clarify the Filesystem.Size property presence
- udiskslinuxfilesystem: Force native tools for mounted XFS fs size retrieval
- udiskslinuxfilesystem: Refactor internal whitelists
- tests: Fix Python class invocation in nvme tests
- udisksctl: Add "--no-partition-scan" option for "loop-setup" command
- tests: Fix regex escaping
- integration-test: Fix invalid escaping
- tests: Mark LVM RAID tests as unstable
- tests: Fix LSM drive objects crawl
- iscsi: Fix login on firmware-discovered nodes
- udiskslinuxmanager: Properly handle disabled modules
- tests: Replace deprecated unittest assert calls
- udisksctl: Guard object lookup
- Update ka.po
- udiskslinuxloop: Avoid warnings on empty loop devices
- Update Polish translation
- Limit getting filesystem size only to Ext and XFS
- build: Check for gobject-introspection m4 macro presence
- tests: start the polkitd mock with the corresponding user if it exists
- Add Obsoletes tags for libudisks2-0_bcache and libudisks2-0_zram
modules, dropped on latest version bump, so they get removed from
end users' systems upon system upgrade.
- Drop unnecessary/discouraged %{?systemd_requires} from spec file.
- Update to version 2.10.0:
+ This release brings large number of internal changes, while
keeping the promise of API stability. This development cycle
was mostly driven by libblockdev 3.0 API overhaul.
+ Partitioning was ported to libfdisk.
+ The kbd and vdo libblockdev plugins were removed and so were
zram, bcache and vdo udisks modules.
+ Definition of supported filesystems was moved to libblockdev
and filesystem operations were unified.
+ Native NVMe support has been added through libnvme.
+ Syntax of configurable mount options was extended to separate
filesystem signature and filesystem driver used for mounting.
+ A number of workarounds was placed around the
org.freedesktop.UDisks2.Filesystem.Size property value
retrieval to avoid excessive I/O traffic whenever possible.
+ Bash and Zsh completion enhancements.
+ lvm2 module uevent handling improvements.
+ ATA Secure Erase is now allowed only on top-level block
objects.
+ Extra iSCSI node parameters are now honoured properly.
+ FIPS mode fixes.
+ Added support for resolving devices by PARTLABEL and PARTUUID.
+ Full support for setting filesystem and partition UUIDs.
+ Dynamic mountpoint name sanitization and ACL fixes.
+ Added support for LVM2 RAID.
+ UUID of Bitlocker volumes is now properly exposed.
+ Added an option to force/avoid creation of mdraid write-intent
bitmap.
+ Updated translations.
- Drop default_luks_encryption macro definition. It's no longer
needed as upstream defaults to LUKS2 now.
- Drop bcache, vdo and zram sub-packages, following upstream
changes, and libblockdev-kbd(-devel) BuildRequires/Requires.
- Drop bogus build requirement on libblockdev-lvm-dbus-devel, and
move libblockdev-lvm-devel BuildRequires to the lvm2 module
sub-package.
- Move libconfig and libstoragemgmt pkgconfig() BuildRequires to
the lsm module sub-package, and libblockdev-btrfs-devel
BuildRequires to the btrfs modules sub-package, which is where
they belong.
- Add libblockdev-nvme-devel BuildRequires and libblockdev-nvme
Requires as new required dependencies.
- Drop harden_udisks2-zram-setup@.service.patch: It's unneeded now