diff options
author | gordon <gordon@FreeBSD.org> | 2019-05-14 23:06:26 +0000 |
---|---|---|
committer | gordon <gordon@FreeBSD.org> | 2019-05-14 23:06:26 +0000 |
commit | d196ca685378f9d29b6f523ca725f9ae8c660139 (patch) | |
tree | 665ed8040a51958458a523a3ce085a076d4101da /contrib/ntp/build | |
parent | c51de0e18513f3dc43d8d73d3f29ad2a77cbe4e7 (diff) | |
download | FreeBSD-src-d196ca685378f9d29b6f523ca725f9ae8c660139.zip FreeBSD-src-d196ca685378f9d29b6f523ca725f9ae8c660139.tar.gz |
Update ntpd to 4.2.8p13 to fix authenticated denial of service.
Approved by: so
Security: FreeBSD-SA-19:04.ntp
Security: CVE-2019-8936
Diffstat (limited to 'contrib/ntp/build')
-rwxr-xr-x | contrib/ntp/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/build b/contrib/ntp/build index 15fe39a..f6dca6b 100755 --- a/contrib/ntp/build +++ b/contrib/ntp/build @@ -52,7 +52,7 @@ esac case "$NTP_BDIR" in '') case "$IAM" in - *.ntp.org) + *.ntp.org | *.ntfo.org) NTP_BDIR=host ;; *.udel.edu) |