chrony: update from 1.27 to 1.29, potentially fixes CVE-2012-4502, CVE-2012-4503

This commit is contained in:
Nixpkgs Monitor 2013-12-04 05:56:17 +02:00 committed by Evgeny Egorochkin
parent 92de25cb55
commit 1db5dd4ffb

View File

@ -3,11 +3,11 @@
assert stdenv.isLinux -> libcap != null;
stdenv.mkDerivation rec {
name = "chrony-1.27";
name = "chrony-1.29";
src = fetchurl {
url = "http://download.tuxfamily.org/chrony/${name}.tar.gz";
sha256 = "17dfhcm5mrkg8ids0ajwscryr7fm7664kz10ygsa1ac047p3aj6l";
sha256 = "16ykdb8pnqcr30pdsaa6rabvsin2n858fmkzd81anqq6p9rg11f6";
};
buildInputs = [ readline ] ++ stdenv.lib.optional stdenv.isLinux libcap;