lol

ntp: 4.2.8p4 -> 4.2.8p6 (multiple CVEs)

http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities

+2 -2
+2 -2
pkgs/tools/networking/ntp/default.nix
··· 3 3 assert stdenv.isLinux -> libcap != null; 4 4 5 5 stdenv.mkDerivation rec { 6 - name = "ntp-4.2.8p4"; 6 + name = "ntp-4.2.8p6"; 7 7 8 8 src = fetchurl { 9 9 url = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${name}.tar.gz"; 10 - sha256 = "1fgxbhv0wyiivi6kh5zpzrd0yqmc48z7d3zmjspw9lj84mbn2s8d"; 10 + sha256 = "0j509gd0snj8dq15rhfv2v4wisfaabya1gmgqslk1kisawf0wgaq"; 11 11 }; 12 12 13 13 configureFlags = [