Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: udisks2 | Distribution: openSUSE Tumbleweed |
Version: 2.9.4 | Vendor: openSUSE |
Release: 6.1 | Build date: Thu Dec 8 17:30:22 2022 |
Group: System/Daemons | Build host: build85 |
Size: 967733 | Source RPM: udisks2-2.9.4-6.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/storaged-project/udisks | |
Summary: Disk Manager |
The Udisks project provides a daemon, tools and libraries to access and manipulate disks, storage devices and technologies.
GPL-2.0-or-later AND LGPL-2.0-or-later
* Tue Nov 22 2022 Thomas Blume <thomas.blume@suse.com> - avoid wakening spun-down disks on unrelated events (bsc#1120608) * add: 0001-udisksata-Move-the-low-level-PM-state-call.patch 0001-udiskslinuxfilesystem-Make-the-size-property-retriev.patch 0001-udiskslinuxprovider-Only-update-related-objects-on-u.patch * Wed Nov 16 2022 Thomas Blume <thomas.blume@suse.com> - fix crash during shutdown (bsc#1205371) * add: 0001-udiskslinuxmountoptions-Do-not-free-static-daemon-re.patch * Fri May 20 2022 Johannes Segitz <jsegitz@suse.com> - Added hardening to systemd service(s) (bsc#1181400). Added patch(es): * harden_udisks2-zram-setup@.service.patch * harden_udisks2.service.patch * Mon Jan 31 2022 Bjørn Lie <bjorn.lie@gmail.com> - Drop gtk-doc BuildRequires, and pass disable-gtk-doc to configure, the included gtk-docs are fine, we do not need to build them ourselves. * Thu Jan 27 2022 Bjørn Lie <bjorn.lie@gmail.com> - Stop packaging libudisks_vdo standalone module, it is deprecated. Do this via passing explicit disable-vdo to configure and dropping libblockdev-vdo-devel BuildRequires. Add a libudisks2_0_vdo Obsoletes to ease updates. - No longer remove upstream config files, we want to be able to load modules on demand. Note that we move an example file to docs to keep sysconfdir clean of non-conf files. - Add a default_luks_encryption define, and set it to luks2, sed this macro into source, future versions of udisks will not need this, as upstream moves to luks2 by default. - Ghost a dir/file created by us. - Split out API docs into separate docs sub-package. * Wed Nov 17 2021 Luciano Santos <luc14n0@linuxmail.org> - Update to version 2.9.4: + Many fixes, improvements, and additions to the code. + Mount options: - Always use errors=remount-ro for ext filesystems; - Add ntfs3 kernel driver options. + Build: Remove warnings unknown to clang. + Tests: Adapt to clang differences when causing a segfault. - Changes from version 2.9.3: + Many fixes, improvements, and additions to the code and test. - Add "%tmpfiles_create %{_tmpfilesdir}/udisks2.conf" call in %post section to make sure /run/media will be created right after the instalation of udisks2. * Fri Feb 12 2021 Dirk Müller <dmueller@suse.com> - update to 2.9.2: * udiskslinuxblock: Survive a missing /etc/crypttab * lvm2: Fix leaking BDLVMVDOPooldata * tests: Test modules that are actually enabled during build * build: Exclude VDO module from distcheck build * udisksfstabentry: Add udisks_fstab_entry_has_opt() * udiskslinuxblock: Reflect fstab "noauto" mount option in HintAuto * udiskslinuxblock: Update hints after fstab change * tests: Add tests for Block hints * udiskslinuxfilesystemhelpers: Make TakeOwnership() race free * tests: Extend filesystem test_take_ownership tests with symlinks * mount options: Allow 'nosymfollow' mount option for unprivileged mounts * udisksstate: Silence the block device busy messages on cleanup lock * udev: Distinguish mmcblk-class device types * udev: Propagate mmcblk disk attributes to mmcblk_boot devices * udiskslinuxdrive: Tweak the 'removable'/'ejectable' hints for mmcblk-class devices * udiskslinuxblock: Tweak the hints for mmcblk-class devices * udisksdaemonutil: Refactor udisks_daemon_util_trigger_uevent() out of UDisksLinuxBlockObject * udiskslinuxmanager: Trigger uevent after loop device setup * tests: Remove scsi_debug serial number checks * tests: Skip zram tests if zram module is already loaded * treewide: Fix typos * AUTHORS: Add tbzatek as the maintainer * tests: Do not use nilfs2 as an example of non-resizable FS * Memory leak fixes * doc: Update config file path - Drop udisks2-Fix-memory-leaks.patch, and udisks2-lvm2-Fix-leaking-BDLVMVDOPooldata.patch (upstream). * Sat Dec 19 2020 Bjørn Lie <bjorn.lie@gmail.com> - Add upstream bugfix patches: + udisks2-Fix-memory-leaks.patch + udisks2-lvm2-Fix-leaking-BDLVMVDOPooldata.patch * Sun Sep 06 2020 Milan Savić <milsav92@outlook.com> - Update to version 2.9.1: + This is mostly a bugfix release, notable changes include: - active modules are now tracked in a daemon state file and are automatically reloaded on next startup in case of previous unclean daemon shutdown - further improvements in object property updates while handling method calls - zram module fixes: + compatibility improvements with existing zram generators and toolkits + the zram-setup@.service systemd unit has been renamed to udisks2-zram-setup@.service + related udev rules have been separated into 90-udisks2-zram.rules + the zram.conf.d path is now configurable and defaults to /usr/lib/zram.conf.d - Update to version 2.9.0: + This 2.9.0 release brings many changes to the daemon core, internal modularity and the libudisks2 library. No public API has been removed, there is a couple of deprecations however. + There's a major change in how and when D-Bus object properties are updated. As a general rule when a method call returns affected objects should now have their properties updated by that moment. This is an ongoing task and while majority of the daemon API has been covered, there are pending issues in some of the modules. + Configurable mount options is a new big feature for this release, allowing sysadmins to re-define default mount options for each filesystem type. Extensive documentation is available at http://storaged.org/doc/udisks2-api/latest/mount_options.html + Internal module API has been reworked, modules should now be enabled separately via the new EnableModule() call that also reports initialization failures. The old org.freedesktop.UDisks2.Manager.EnableModules() call has been deprecated. + Additional feature highlights: - building the daemon can now be disabled via configure switch, only libudisks2 will be built - removed the systemd mount cleanup service, mount state is now tracked separately for persistent and non-persistent mount points and cleanup of lingering persistent mount points is performed on daemon startup (e.g. on system boot) - new LVM-VDO integration, deprecated the standalone VDO module - added support for (un)locking BitLocker devices - libudisks2 now includes generated GDBus code for compiled-in modules, separate pkg-config files are provided as well * Thu Nov 14 2019 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.8.4: + This udisks-2.8.4 release brings couple of bugfixes, docs and test fixes and translation updates. With ongoing focus on development towards udisks-2.9.0, this is just a small maintenance release. * Thu Sep 19 2019 Ludwig Nussel <lnussel@suse.de> - Do not recommend lang package. The lang package already has a supplements. * Tue Jul 09 2019 Thomas Blume <thomas.blume@suse.com> - don't call systemd uninstall macro for clean-mount-point@.service template (boo#1139996) * Thu Jun 13 2019 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.8.3: + This release brings many memory leak fixes with similar work done in libblockdev-2.22. While libblockdev version requirement remains unchanged, it's strongly recommended to use both releases together to get full coverage of the fixes. + Other notable changes include: - Default and supported encryption types are now exposed on the org.freedesktop.UDisks2.Manager interface. - Minor org.freedesktop.UDisks2.Filesystem improvements related to updating properties upon method call return. - Various test fixes and improvements. - Updated translations. * Wed Mar 20 2019 ro@suse.de - update to 2.8.2 + migration from intltool to gettext, udisks no longer depends on gnome-common + added 'windows_names' as a default mount option for ntfs-3g + fixed an issue potentially leading to open filedescriptors exhaustion - drop buildreq for intltool * Wed Feb 13 2019 Jan Engelhardt <jengelh@inai.de> - Generalize VDO description. - Fix faulty grammar. * Tue Feb 12 2019 bjorn.lie@gmail.com - Add more info to description of vdo. * Wed Jan 30 2019 bjorn.lie@gmail.com - Add libblockdev-vdo-devel BuildRequires: Build the new vdo module. Following this, add new vdo sub-package. * Thu Jan 24 2019 bjorn.lie@gmail.com - Update to version 2.8.1: + Mostly bugfixes. - Changes from version 2.8.0: + Introduce a new VDO module that is built on top of libblockdev-vdo. + General bugfixes. + Support creating LUKS 2 encrypted devices and other LUKS-related enhancements. * Thu Jan 24 2019 bjorn.lie@gmail.com - Add explicit libblockdev-lvm-dbus-devel BuildRequires: Previously pulled in implicitly. * Fri Jan 11 2019 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.7.8: + Fix string format vulnerability (CVE-2018-17336)
/etc/udisks2 /etc/udisks2/modules.conf.d /etc/udisks2/udisks2.conf /run/media /usr/bin/udisksctl /usr/lib/systemd/system/udisks2.service /usr/lib/tmpfiles.d/udisks2.conf /usr/lib/udev/rules.d /usr/lib/udev/rules.d/80-udisks2.rules /usr/lib/udev/rules.d/90-udisks2-zram.rules /usr/libexec/udisks2 /usr/libexec/udisks2/udisksd /usr/sbin/rcudisks2 /usr/sbin/umount.udisks2 /usr/share/bash-completion/completions/udisksctl /usr/share/dbus-1/system-services/org.freedesktop.UDisks2.service /usr/share/dbus-1/system.d/org.freedesktop.UDisks2.conf /usr/share/doc/packages/udisks2 /usr/share/doc/packages/udisks2/AUTHORS /usr/share/doc/packages/udisks2/NEWS /usr/share/doc/packages/udisks2/mount_options.conf.example /usr/share/man/man1/udisksctl.1.gz /usr/share/man/man5/udisks2.conf.5.gz /usr/share/man/man8/udisks.8.gz /usr/share/man/man8/udisksd.8.gz /usr/share/man/man8/umount.udisks2.8.gz /usr/share/polkit-1/actions/org.freedesktop.UDisks2.policy /var/lib/udisks2
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Sep 11 00:14:29 2023