Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ntp: 4.2.8p12 -> 4.2.8p13 (#57059)

From http://www.ntp.org/index.html:
> ntp-4.2.8p13 was released on 07 March 2019.
> It addresses 1 medium-severity security issue in ntpd, and provides 17
> other non-security fixes and 1 improvements over 4.2.8p12.

(cherry picked from commit d7c23cc65f94692146d5e387976a360bfbc445dd)

authored by

Will Dietz and committed by
Uli Baum
5919bf3b 27b4e71d

+2 -2
+2 -2
pkgs/tools/networking/ntp/default.nix
··· 8 in 9 10 stdenv.mkDerivation rec { 11 - name = "ntp-4.2.8p12"; 12 13 src = fetchurl { 14 url = "https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${name}.tar.gz"; 15 - sha256 = "0m04ndn0674kcf9x0aggjya07a3hlig2nlzzpwk7vmqka0mj56vh"; 16 }; 17 18 # The hardcoded list of allowed system calls for seccomp is
··· 8 in 9 10 stdenv.mkDerivation rec { 11 + name = "ntp-4.2.8p13"; 12 13 src = fetchurl { 14 url = "https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${name}.tar.gz"; 15 + sha256 = "0f1a4fya7v5s0426nim8ydvvlcashb8hicgs9xlm76ndrz7751r8"; 16 }; 17 18 # The hardcoded list of allowed system calls for seccomp is