nfs-utils: update from 1.2.5 to 1.3.1
Potentially fixes CVE-2013-1923. Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
parent
e7db6fd1ac
commit
bde3fe2335
@ -1,18 +1,18 @@
|
|||||||
{ fetchurl, stdenv, tcp_wrappers, utillinux, libcap, libtirpc, libevent, libnfsidmap
|
{ fetchurl, stdenv, tcp_wrappers, utillinux, libcap, libtirpc, libevent, libnfsidmap
|
||||||
, lvm2, e2fsprogs, python
|
, lvm2, e2fsprogs, python, sqlite
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nfs-utils-1.2.5";
|
name = "nfs-utils-1.3.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/nfs/${name}.tar.bz2";
|
url = "mirror://sourceforge/nfs/${name}.tar.bz2";
|
||||||
sha256 = "16ssfkj36ljifyaskgwpd3ys8ylhi5gasq88aha3bhg5dr7yv59m";
|
sha256 = "1lxfjl6mzdfn7kw2hcn40q9xn40a539iv7spzqbj1sfkvzxlm33l";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ tcp_wrappers utillinux libcap libtirpc libevent libnfsidmap
|
[ tcp_wrappers utillinux libcap libtirpc libevent libnfsidmap
|
||||||
lvm2 e2fsprogs python
|
lvm2 e2fsprogs python sqlite
|
||||||
];
|
];
|
||||||
|
|
||||||
# FIXME: Add the dependencies needed for NFSv4 and TI-RPC.
|
# FIXME: Add the dependencies needed for NFSv4 and TI-RPC.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user