mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] chrony: Fix URL.
@ 2024-04-09 20:00 Christian Melki
  2024-04-11 15:04 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2024-04-09 20:00 UTC (permalink / raw)
  To: ptxdist

tuxfamily.org seems down. Atleast partly.
Might as well adjust the URL to something officially
listed at:

https://chrony-project.org/download.html

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/chrony.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/chrony.make b/rules/chrony.make
index faa7e9a69..5b320d4a4 100644
--- a/rules/chrony.make
+++ b/rules/chrony.make
@@ -19,7 +19,7 @@ CHRONY_VERSION	:= 4.5
 CHRONY_MD5	:= fa50d026df54f9919e6a37fae1258c61
 CHRONY		:= chrony-$(CHRONY_VERSION)
 CHRONY_SUFFIX	:= tar.gz
-CHRONY_URL	:= http://download.tuxfamily.org/chrony/$(CHRONY).$(CHRONY_SUFFIX)
+CHRONY_URL	:= https://chrony-project.org/releases/$(CHRONY).$(CHRONY_SUFFIX)
 CHRONY_SOURCE	:= $(SRCDIR)/$(CHRONY).$(CHRONY_SUFFIX)
 CHRONY_DIR	:= $(BUILDDIR)/$(CHRONY)
 CHRONY_LICENSE	:= GPL-2.0-only AND RSA-MD
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-11 15:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-09 20:00 [ptxdist] [PATCH] chrony: Fix URL Christian Melki
2024-04-11 15:04 ` [ptxdist] [APPLIED] " Michael Olbrich

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