1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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.
This commit is contained in:
Will Dietz 2019-03-08 16:06:29 -06:00 committed by xeji
parent 54cf5b4bbf
commit d7c23cc65f

View file

@ -8,11 +8,11 @@ let
in
stdenv.mkDerivation rec {
name = "ntp-4.2.8p12";
name = "ntp-4.2.8p13";
src = fetchurl {
url = "https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${name}.tar.gz";
sha256 = "0m04ndn0674kcf9x0aggjya07a3hlig2nlzzpwk7vmqka0mj56vh";
sha256 = "0f1a4fya7v5s0426nim8ydvvlcashb8hicgs9xlm76ndrz7751r8";
};
# The hardcoded list of allowed system calls for seccomp is