Revert "udisks1: bump to fix CVE-2014-0004"

This reverts commit 0194a44d63 because
it breaks udisks on 13.10 (e.g. running "udisks --enumerate" will
print "Unit udisks.service failed to load").
This commit is contained in:
Eelco Dolstra 2014-04-05 18:56:45 +02:00
parent 14805c170b
commit d7daf1a47f

View File

@ -3,11 +3,11 @@
, libxslt, docbook_xsl, utillinux }:
stdenv.mkDerivation rec {
name = "udisks-1.0.5";
name = "udisks-1.0.4";
src = fetchurl {
url = "http://hal.freedesktop.org/releases/${name}.tar.gz";
sha256 = "0wbg3jrv8limdgvcygf4dqin3y6d30y9pcmmk711vq571vmq5v7j";
sha256 = "1xgqifddwaavmjc8c30i0mdffyirsld7c6qhfyjw7f9khwv8jjw5";
};
patches = [ ./purity.patch ./no-pci-db.patch ];
@ -28,11 +28,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
configureFlags = [
"--localstatedir=/var"
"--enable-lvm2"
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
];
configureFlags = "--localstatedir=/var --enable-lvm2";
meta = {
homepage = http://www.freedesktop.org/wiki/Software/udisks;