The generated leapseconds file mentions the data can be retrieved from
ftp.boulder.nist.gov/pub/time/leap-seconds.list, but the domain no
longer resolves.

>From the Internet Archive for boulder.nist.gov it seems like it was a
redirect for nist.gov until it was later deleted.

The attached patch removes reference to it.

Collin

[1] https://web.archive.org/web/20180901000000*/boulder.nist.gov

>From 933df2d70cbb38004b6d94c112423ebe5b92391a Mon Sep 17 00:00:00 2001
From: Collin Funk <collin.fu...@gmail.com>
Date: Thu, 17 Apr 2025 18:17:49 -0700
Subject: [PATCH] Don't mention boulder.nist.gov

* leapseconds.awk: Don't mention boulder.nist.gov in comments.  Don't
mention NIST since the file cannot be found elsewhere from IERS.
---
 leapseconds.awk | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/leapseconds.awk b/leapseconds.awk
index 15e85012..d8ba332b 100644
--- a/leapseconds.awk
+++ b/leapseconds.awk
@@ -21,10 +21,8 @@ BEGIN {
   print "# This file is in the public domain."
   print ""
   print "# This file is generated automatically from the data in the public-domain"
-  print "# NIST/IERS format leap-seconds.list file, which can be copied from"
-  print "# <https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list>"
-  print "# or, in a variant with different comments, from"
-  print "# <ftp://ftp.boulder.nist.gov/pub/time/leap-seconds.list>."
+  print "# IERS format leap-seconds.list file, which can be copied from"
+  print "# <https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list>."
   print "# For more about leap-seconds.list, please see"
   print "# The NTP Timescale and Leap Seconds"
   print "# <https://www.eecis.udel.edu/~mills/leap.html>."
-- 
2.49.0

Reply via email to