[Bug 283550] freebsd-update doesn't refresh leapsecond file

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 24 Dec 2024 13:36:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283550

--- Comment #1 from void@f-m.fm ---
Seem to have fixed it by removing 

https://data.iana.org/time-zones/tzdb/leap-seconds.list

from ntp_leapfile_sources

which can be accomplished either by removing it from /etc/defaults/rc.conf or
adding

ntp_leapfile_sources="https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list"

to /etc/rc.conf

Whats really odd is that files from either source have the same md5 hash
(ec795e1cbff8b3d39c6cc2d9e3aa3c16) so maybe the problem is having two URLs by
default in ntp_leapfile_sources

-- 
You are receiving this mail because:
You are the assignee for the bug.