Version: 0.3.1, Package name: openbsdisks2-0.3.1 |
Maintained by: Rafael Sadowski |
Master sites: |
Description A UDisks2 service implementation for OpenBSD forked from FreeBSD (bsdutils/bsdisks). OpenBSDisks2 provides a simple DBus org.freedesktop.UDisks2 service. It only provides readable properties for the UDisks2.Drive, UDisks2.Block and UDisks2.Filesystem interfaces. UDisks2 is an abstraction for enumerating disk and storage devices and performing operations on them. |
Filesize: 99.084 KB |
Version History (View Complete History) |
|
2021-06-03 23:55:16 by Rafael Sadowski | Files touched by this commit (4) |
Log message: Update openbsdisks2 to 0.3.0beta - Add minimal CD support (mount(2) / umount(2)) - Add more mount(2) options (ext2fs, msdos and ntfs support) - Small bugfixes - Fix build on !amd64 arches |
2021-05-20 12:38:40 by Theo Buehler | Files touched by this commit (3) |
Log message: sysutils/openbsdisks2: fix build on sparc64 Two headers need #include <memory> to make use of shared_ptr. ok rsadowski (upstream/maintainer) |
2021-05-15 02:20:57 by Rafael Sadowski | Files touched by this commit (2) |
Log message: Update openbsdisks2 to 0.2.3beta - Add FFS mount(2) and umount(2) support - Add initial experimental ext2fs, msdos and ntfs support |