]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
rc.conf: correct $ntp_leapfile_sources
authorPhilip Paeps <philip@FreeBSD.org>
Thu, 7 Dec 2023 05:48:13 +0000 (13:48 +0800)
committerPhilip Paeps <philip@FreeBSD.org>
Wed, 14 Feb 2024 06:25:56 +0000 (14:25 +0800)
commita839681443b6662571d6b90732baae364c97e9d9
treeae26da9c89b6a4f94fe989d16c1bea7500f24b5e
parent66bb668fe5f2561844f5b79251ea42e1bfce9aee
rc.conf: correct $ntp_leapfile_sources

IETF is no longer serving leap-seconds.list.  Update to the canonical place.

This fixes "service ntpd fetch".

IERS is the source of truth for leap seconds. Their leapsecond file is
updated most quickly and is always right (unlike the IANA one which
often lags). IERS operates this public service for the express purpose
of random people downloading it. Their terms of service are compatible
with open source (we could include this in our release). Rather than
fighting with questions around this because the IANA one changed
locations or the auto update script broken, just use this.

This is in preference to the NIST ftp copy. NIST is in the process of
retiring their FTP services.

Sponsored by: Netflix
Reviewed by: philip, delphij, cy
Differential Revision: https://reviews.freebsd.org/D43752

(cherry picked from commit b1c95af45488bef649e9a84890e2414ff80b3a00)
(cherry picked from commit 74a8c6da4f28e691c169aa502713a5aaebc00584)
(cherry picked from commit 11da791920ba285f0832f09cb504ac81e35ff8d1)
(cherry picked from commit 0eea8292ae8c8e9119520ce54aa82cae491d83b9)

Security:       FreeBSD-EN-24:01.tzdata
Approved by:    so (gordon)
libexec/rc/rc.conf