mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] ntp: Add alternate download URL.
@ 2025-01-06 11:06 Christian Melki
  0 siblings, 0 replies; only message in thread
From: Christian Melki @ 2025-01-06 11:06 UTC (permalink / raw)
  To: ptxdist

udel.edu seems to have been down for two days now.
Add another URL suggested by https://www.ntp.org

They're not using the same structure, but hopefully this
will cover a few more outages.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/ntp.make | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/rules/ntp.make b/rules/ntp.make
index 21bae26a1..9c6c9555d 100644
--- a/rules/ntp.make
+++ b/rules/ntp.make
@@ -19,7 +19,9 @@ NTP_VERSION	:= 4.2.8p18
 NTP_MD5		:= 516bdabd94ab7c824e9771390761a46c
 NTP		:= ntp-$(NTP_VERSION)
 NTP_SUFFIX	:= tar.gz
-NTP_URL		:= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/$(NTP).$(NTP_SUFFIX)
+NTP_URL		:= \
+	http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/$(NTP).$(NTP_SUFFIX) \
+	https://downloads.nwtime.org/ntp/$(NTP).$(NTP_SUFFIX)
 NTP_SOURCE	:= $(SRCDIR)/$(NTP).$(NTP_SUFFIX)
 NTP_DIR		:= $(BUILDDIR)/$(NTP)
 NTP_LICENSE	:= ntp
-- 
2.34.1




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-01-06 11:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-06 11:06 [ptxdist] [PATCH] ntp: Add alternate download URL Christian Melki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox