Thanks, applied as 9ee954cdfb30c08240f0a02dc1e1095acd6e3318. Michael
[sent from post-receive hook] On Thu, 16 Jan 2025 17:09:45 +0100, Christian Melki <[email protected]> wrote: > 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 <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/ntp.make b/rules/ntp.make > index 21bae26a1207..9c6c9555de07 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
