SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for udisks-1.0.5-lp150.2.6.x86_64.rpm :

* Thu May 22 2014 wernerAATTsuse.de- Add some missing pkgconfig build requires as well as a missing service unit file to file list
* Mon Mar 10 2014 pwieczorkiewiczAATTsuse.com- Update to version 1.0.5: + Fix segfault and detection for SATA-II RAID controller + udisks-daemon: Add --no-debug option and use this for D-Bus activation + udisks should hide lvm PVs (fdo#51439 and bnc#737038) + Fix power/level deprecation kernel warning + Fix buffer overflow in mount path parsing. If users have the possibility to create very long mount points, such as with FUSE, they could cause udisksd to crash, or even to run arbitrary code as root with specially crafted mount paths. (bnc#865854, CVE-2014-0004) + tests/run: Fix crash if first hard disk is not SMART capable + Add some safe and useful ntfs-3g allowed mount options + Drop deprecated g_io_channel_seek() + test suite: Fix test_swap to not expect successful fsck + test suite: Fix test_reiserfs for current reiserfsprogs + Ignore add/change events for a nonexisting native path (fdo#48173) + Mark rts_bpp devices as SD card readers + add systemd service file and dbus activation to the udisks1 branch- Drop udisks-hide-lvm-raid-partitions.patch: Fixed upstream.
* Wed Nov 14 2012 vuntzAATTopensuse.org- Move udev files from /lib/udev to the udevdir defined in udev.pc.
* Tue Jun 26 2012 gberAATTopensuse.org- Added udisks-hide-lvm-raid-partitions.patch in order to hide partitions marked as containing LVM and RAID. This is only useful for encrypted partitions (fixes fdo#51439 and bnc#737038).
* Tue Feb 21 2012 vuntzAATTopensuse.org- Update umount.udisks: fix /sbin/umount.udisks to correctly pass arguments to /usr/sbin/umount.udisks. Fix bnc#747883, thanks to Harald Koenig .
* Wed Feb 15 2012 vuntzAATTopensuse.org- Move dbus xml interface files from devel subpackage to main subpackage: those files might be needed at runtime.
* Fri Sep 02 2011 vuntzAATTopensuse.org- Update to version 1.0.4: + Mark all rts_pstor devices as card readers + fdo#24265: Needs to create /var/run/udisks/ on demand + Change the default for LVM2 and dm-multipath support to off + Fix typo in configure
* Fri Jul 01 2011 vuntzAATTopensuse.org- Update to version 1.0.3: + fdo#32232, CVE-2010-4661: Arbitrary kernel module load + Nuke the PolicyKit extension as that is now deprecated + Add missing comma in fs whitelist + Update comment about validating requested filesystem type + Ignore broken directory permissions on UDF media + Remove blkid probing of device-mapper nodes + Add \"unmount\" option to DriveEject + Fix udisks --eject-options + Add override for system internal property + fdo#38535: A DeviceAutoMountHint attribute should be added to udisks + fdo#34710: CD-ROM polling failed due to O_EXCL flag + fdo#32917: EeePC 900 SD card reader icon looks like a usb stick in GNOME + Support calling device_drive_eject() and device_filesystem_unmount() from daemon + throw_error(): Print error to stderr when being called internally + Improvements for specific hardware: - Mark Realtek PCI flash card reader as such - Hide recovery partition on newer Lenovo machines + Update man pages. + Test suite improvements. + Code cleanups.- Drop udisks-kernel-module-load-fix.patch: fixed upstream.
* Sun May 15 2011 kay.sieversAATTnovell.com- add missing comma, to properly whitelist ntfs (bnc#691077)
* Tue Apr 26 2011 kay.sieversAATTnovell.com- Fix: Arbitrary LKMs from /lib/modules can be loaded CVE-2010-4661 (bnc#653900)
* Mon Dec 20 2010 vuntzAATTopensuse.org- Update to version 1.0.2: + Add nilfs2 file system support + fdo#26258: initial btrfs support + Update to latest LVM2 API + Add udisks --eject option + Don\'t probe non-data discs for partition tables + Fix long hangs on probing nonexistant floppy drives + Fix hang on setting invalid VFAT labels + Fix mkfs.ext
* arguments + Fix creating NTFS on raw devices + Also export UDISKS_DM_TARGET_PARAMS for \'multipath\' target + Fix a bug of unquoted/unescaped label string + Escape backslash for label string + Escape NTFS labels properly + fdo#28075: Do not have all files executable on vfat + fdo#28075: Do not have files executable on NTFS + partutil: Explicitly use PART_TYPE_UNKNOWN + Fix building with Linux 2.6.37 + fdo#30332: udisks does not tear down LUKS devices when the slave is forcibly removed + Avoid using entities in introspection XML + Various code fixes. + Improve testsuite.
* Sun Oct 31 2010 jengelhAATTmedozas.de- Use %_smp_mflags
* Thu Jul 15 2010 vuntzAATTopensuse.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.sieversAATTnovell.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.sieversAATTnovell.com- install /var/lib/udisks -- needed for mtab mount tracking to be able to umount and cleanup /media directories
* Tue Mar 02 2010 dimstarAATTopensuse.org- Provide / Obsolete DeviceKit-disks-devel.
* Thu Feb 25 2010 meissnerAATTsuse.de- removed rpmlintrc, moved pkgconfig file to -devel
* Wed Feb 24 2010 dimstarAATTopensuse.org- Rename package to udisks- Update to git snapshot 7d998831 from 2010-02-24
* Fri Nov 13 2009 vuntzAATTopensuse.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 vuntzAATTopensuse.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 vuntzAATTopensuse.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.sieversAATTnovell.com- get rid of obsolete DeviceKit-devel build dependency
* Tue Jul 21 2009 kay.sieversAATTnovell.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 cooloAATTnovell.com- buildrequire udev to fix file lists
* Sun May 10 2009 mbomanAATTsuse.de- First checkin- Add a bash script, umount.devkit, to be installed into /sbin, bnc#504064
 
ICM