Accepting request 225422 from home:pwieczorkiewicz:branches:Base:System
Update to latest upstream version 2.1.3. Security fix: Bug 865854, CVE-2014-0004. OBS-URL: https://build.opensuse.org/request/show/225422 OBS-URL: https://build.opensuse.org/package/show/Base:System/udisks2?expand=0&rev=41
This commit is contained in:
parent
593c08bb30
commit
58cf70ba63
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:afe928fe7f44086b835257efc3fcbe503e2da7c988a773c997d0291bbab4a637
|
||||
size 899694
|
3
udisks-2.1.3.tar.bz2
Normal file
3
udisks-2.1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5cc92fd651ee49a7888f90d091282b949afc629b31fdb34e187208750720632d
|
||||
size 909945
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 10 10:03:31 UTC 2014 - pwieczorkiewicz@suse.com
|
||||
|
||||
- Update to version 2.1.3:
|
||||
+ Identify SD Card Reader in ChromeBook Pixel
|
||||
+ Send SCSI START STOP UNIT when powering down a drive
|
||||
+ udisksctl: add power-off verb to power off drives
|
||||
+ udisksctl: fix grammar
|
||||
+ Prefer /dev/VG/LV for LVM2 volumes.
|
||||
+ 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)
|
||||
+ Use SECTOR_COUNT=1 when issuing ATA IDENTIFY COMMAND
|
||||
+ Use reentrant version of getpwuid() for thread safety
|
||||
+ udisks_daemon_util_get_caller_uid_sync(): Add missing goto
|
||||
+ Fix crash when loop-deleting non-loop device
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 16 22:27:14 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
Name: udisks2
|
||||
%define _name udisks
|
||||
Version: 2.1.2
|
||||
Version: 2.1.3
|
||||
Release: 0
|
||||
Summary: Disk Management Service, version 2
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user