From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 11 Apr 2024 17:05:34 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1ruvza-007n8w-0B for lore@lore.pengutronix.de; Thu, 11 Apr 2024 17:05:34 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ruvzZ-0005Gw-GC; Thu, 11 Apr 2024 17:05:33 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ruvz0-0004GM-Pt; Thu, 11 Apr 2024 17:04:58 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ruvz0-00BiC2-CX; Thu, 11 Apr 2024 17:04:58 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1ruvz0-005ISj-17; Thu, 11 Apr 2024 17:04:58 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 11 Apr 2024 17:04:58 +0200 Message-Id: <20240411150458.1262602-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240409200045.1135011-1-christian.melki@t2data.com> References: <20240409200045.1135011-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] chrony: Fix URL. X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 1d1944bb28c5fc6b4de4c8789a24acdd7f7b5719. Michael [sent from post-receive hook] On Thu, 11 Apr 2024 17:04:58 +0200, Christian Melki wrote: > 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 > Message-Id: <20240409200045.1135011-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/chrony.make b/rules/chrony.make > index faa7e9a691d9..5b320d4a4265 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