collectd: 5.5.1 -> 5.5.2 (security)
Fixes CVE-2016-6254.
This commit is contained in:
parent
6cf7e8d2ed
commit
a3f6ca6d17
@ -32,12 +32,12 @@
|
|||||||
, net_snmp ? null
|
, net_snmp ? null
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "5.5.1";
|
version = "5.5.2";
|
||||||
name = "collectd-${version}";
|
name = "collectd-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://collectd.org/files/${name}.tar.bz2";
|
url = "http://collectd.org/files/${name}.tar.bz2";
|
||||||
sha256 = "0gxwq3jl20wgvb7qawivshpkm4i3kvghpnfcn5yrlhphw4kdbigr";
|
sha256 = "03w2pawbshl2wrl4cmyw8alsi0pvamb6ibxni96mjzhqc903lzq1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user