Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

udisks-1.0.1-2.3.1 RPM for i586

From OpenSuSE 11.3-test updates for i586

Name: udisks Distribution: openSUSE 11.3
Version: 1.0.1 Vendor: openSUSE
Release: 2.3.1 Build date: Wed Apr 27 17:52:18 2011
Group: System/Daemons Build host: build33
Size: 673016 Source RPM: udisks-1.0.1-2.3.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://cgit.freedesktop.org/udisks/
Summary: Disk Management Service
udisks provides a daemon, D-Bus API and command line tools
for managing disks and storage devices.

Provides

Requires

License

GPLv2+

Changelog

* Wed Apr 27 2011 kay.sievers@novell.com
  - Fix: Arbitrary LKMs from /lib/modules can be loaded
    CVE-2010-4661 (bnc#653900)
* Thu Jul 15 2010 vuntz@opensuse.org
  - Update umount.udisks script to reference /usr/sbin/umount.udisks
    instead of /usr/sbin/umount.devkit. Fix bnc#618955.
* Fri Apr 09 2010 kay.sievers@novell.com
  - Update to version 1.0.1
    fix bug that publicly exports dm key information
    fdo#27494, CVE-2010-1149
* Thu Apr 01 2010 kay.sievers@novell.com
  - install /var/lib/udisks -- needed for mtab mount tracking
    to be able to umount and cleanup /media directories
* Tue Mar 02 2010 dimstar@opensuse.org
  - Provide / Obsolete DeviceKit-disks-devel.
* Thu Feb 25 2010 meissner@suse.de
  - removed rpmlintrc, moved pkgconfig file to -devel
* Wed Feb 24 2010 dimstar@opensuse.org
  - Rename package to udisks
  - Update to git snapshot 7d998831 from 2010-02-24
* Fri Nov 13 2009 vuntz@opensuse.org
  - Update to version 009:
    + Various device-mapper and cryptsetup fixes
    + Pass -T to cryptsetup to handle incorrect passphrases
    + When updating holders/slaves, defer the updates to an idle
      handler
    + Work around blkid incorrectly detecting FAT on extended
      partitions
    + Use 'udevadm settle' instead of 15-second timeout
    + Allow creating a partition table with same scheme as existing
      one
    + Pass -F to mkfs.ext[234] to allow creating a filesystem on the
      whole disk
    + Use unregister facility in dbus-glib 0.82 and misc life-cycle
      fixes
    + Add new LinuxMdComponentPosition property
    + Also ignore a device if DM_UDEV_DISABLE_OTHER_RULES_FLAG is set
    + Use BLKPG_DEL_PARTITION when deleting partitions instead of
      libparted
    + Use BLKPG_ADD_PARTITION when adding a partition
    + Don't use hyphens in param names
    + fdo#24673 - Support creating swap fs with labels
    + fdo#24778 - throw_error() segfaults for daemon-internally
      called methods
    + fdo#24757 - Bashism in luks helper breaks password changing
    + fdo#24757 - Simplify helper-change-luks-password
    + fdo#24679 - Support creating minix file systems
    + fdo#24718 - Proper handling of missing mkfs.*/fsck.*
  - Changes from version 008:
    + Actually inhibit the daemon when Inhibit() is called
    + fdo#24054 - Devickit-disks doesn't support changing ntfs label
    + fdo#24343 - Unintended side-effect when calling DriveDetach()
    + fdo#24264 - Crash on removing NULL value from hash in
      device_remove()
    + fdo#24052 - CDROM eject button is locked while CDROM is mounted
    + fdo#24129 - Please mount vfat disks with shortname=mixed
    + fdo#24351 - Firewire hard drive is considered system-internal
    + fdo#24468 - part-id crashes if drive device node does not exist
    + fdo#24499 - media players have USB drive icon
    + fdo#24053 - MMC cards aren't automounted.
* Thu Oct 01 2009 vuntz@opensuse.org
  - Update to version 007:
    + fdo#22914 – Require password to eject a CD or DVD mounted by
      the same user
    + Rework ATA SMART handling
    + Also be paranoid about the UUID containing '/' characters
    + Use WindowsStyleCaps for property names
    + fdo#23829 – Undefined value in partutil.c
    + fdo#23828 – Undefined value in umount-devkit.c
    + fdo#23827 – Undefined value
    + fdo#23826 – NULL dereference
    + fdo#23825 – Leak in update_info_mount_state
    + fdo#23824 – Unused variable
    + fdo#23823 – NULL dereference
    + fdo#23764 – Small leak in update_drive_properties_from_sysfs
    + fdo#23762 – Fix typo
    + fdo#23579 – Must allow DBus Properties interface for g-d-u to
      work
    + fdo#23926 – Error creating partition
    + fdo#23541 – PartitionTableCreate method times out
    + fdo#23761 – Some leaks
* Wed Sep 09 2009 vuntz@opensuse.org
  - Update to version 006:
    + Add a way to spin down drives
    + Fix segfault when starting a Linux MD array
    + Fix polling process title and turn off noisy debugging spew
    + Pass size of buffer to avoid Z_BUF_ERROR when compressing ATA
      SMART blob
    + Add --poll-for-media option to devkit-disks(1)
    + Work around media detection problems
    + Move implementation of DrivePollMedia into a separate process
    + Move data files into a separate directory
    + Misc fixes for optical disc detection
    + Fix up ATA SMART detection
    + Add Device:drive-is-rotational property
    + Add LinuxMdCreate method
    + Rely on the disk to spin itself down
    + Require latest libatasmart
    + Fix up object path mapping
    + fdo#23309 – Udev rules probe floppy drives when they shouldn't
    + Add a new :device-presentation-nopolicy property
    + Ignore loop and ram devices for now
    + Make FilesystemMount() accept an 'auth_no_user_interaction'
      option
    + fdo#23235 – Cannot mount disc with / (slash) in label
    + Hide recovery, boot, and hidden partitions from desktops
* Wed Aug 26 2009 kay.sievers@novell.com
  - get rid of obsolete DeviceKit-devel build dependency
* Tue Jul 21 2009 kay.sievers@novell.com
  - update to version 005
    - use gudev instead of DeviceKit service
    - use polkit instead of PolicyKit
  - do no use "lib64" directories for private directories
  - silent overzealous rmplint:
      no, not all pkgconfig files do belong into -devel package
* Sun Jul 12 2009 coolo@novell.com
  - buildrequire udev to fix file lists
* Sun May 10 2009 mboman@suse.de
  - First checkin
  - Add a bash script, umount.devkit, to be installed into /sbin,
    bnc#504064

Files

/etc/avahi/services/udisks.service
/etc/dbus-1/system.d/org.freedesktop.UDisks.conf
/etc/profile.d/udisks-bash-completion.sh
/lib/udev/rules.d/80-udisks.rules
/lib/udev/udisks-dm-export
/lib/udev/udisks-part-id
/lib/udev/udisks-probe-ata-smart
/lib/udev/udisks-probe-sas-expander
/sbin/umount.udisks
/usr/bin/udisks
/usr/bin/udisks-tcp-bridge
/usr/lib/polkit-1/extensions/libudisks-action-lookup.so
/usr/lib/udisks
/usr/lib/udisks/udisks-daemon
/usr/lib/udisks/udisks-helper-ata-smart-collect
/usr/lib/udisks/udisks-helper-ata-smart-selftest
/usr/lib/udisks/udisks-helper-change-filesystem-label
/usr/lib/udisks/udisks-helper-change-luks-password
/usr/lib/udisks/udisks-helper-create-partition
/usr/lib/udisks/udisks-helper-create-partition-table
/usr/lib/udisks/udisks-helper-delete-partition
/usr/lib/udisks/udisks-helper-drive-benchmark
/usr/lib/udisks/udisks-helper-drive-detach
/usr/lib/udisks/udisks-helper-drive-poll
/usr/lib/udisks/udisks-helper-fstab-mounter
/usr/lib/udisks/udisks-helper-linux-md-check
/usr/lib/udisks/udisks-helper-linux-md-remove-component
/usr/lib/udisks/udisks-helper-mdadm-expand
/usr/lib/udisks/udisks-helper-mkfs
/usr/lib/udisks/udisks-helper-modify-partition
/usr/sbin/umount.udisks
/usr/share/dbus-1/system-services/org.freedesktop.UDisks.service
/usr/share/doc/packages/udisks
/usr/share/doc/packages/udisks/AUTHORS
/usr/share/doc/packages/udisks/COPYING
/usr/share/doc/packages/udisks/NEWS
/usr/share/doc/packages/udisks/README
/usr/share/locale/da/LC_MESSAGES/udisks.mo
/usr/share/man/man1/udisks-tcp-bridge.1.gz
/usr/share/man/man1/udisks.1.gz
/usr/share/man/man7/udisks.7.gz
/usr/share/man/man8/udisks-daemon.8.gz
/usr/share/polkit-1/actions/org.freedesktop.udisks.policy
/var/lib/udisks


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 20 05:36:02 2013