From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 09 Jul 2021 12:50:42 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1m1o5i-0005B7-4Z for lore@lore.pengutronix.de; Fri, 09 Jul 2021 12:50:42 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1m1o5h-0000Ub-NF; Fri, 09 Jul 2021 12:50:41 +0200 Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m1o5N-0000Pu-Au for ptxdist@pengutronix.de; Fri, 09 Jul 2021 12:50:21 +0200 Received: from rhi by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1m1o5N-00041P-1y for ptxdist@pengutronix.de; Fri, 09 Jul 2021 12:50:21 +0200 Date: Fri, 9 Jul 2021 12:50:21 +0200 From: Roland Hieber To: ptxdist@pengutronix.de Message-ID: <20210709105021.56iwmukpyghnkuyg@pengutronix.de> References: <20210708220204.13187-1-rhi@pengutronix.de> <20210708220204.13187-4-rhi@pengutronix.de> <20210709065907.musnv6a4n2w6lhga@falbala.internal.home.lespocky.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210709065907.musnv6a4n2w6lhga@falbala.internal.home.lespocky.de> User-Agent: NeoMutt/20180716 Subject: Re: [ptxdist] [PATCH 4/6] ppp: use HTTPS 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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.ext.pengutronix.de); SAEximRunCond expanded to false On Fri, Jul 09, 2021 at 08:59:08AM +0200, Alexander Dahl wrote: > Hello Roland, > > On Fri, Jul 09, 2021 at 12:02:02AM +0200, Roland Hieber wrote: > > Signed-off-by: Roland Hieber > > I miss the reasoning for this change. What's the benefit? Originally I tried to "fix" it because the nightly urlcheck run failed, but it turned out to be a temporary failure on the samba.org side. Nevertheless, HTTPS provides more security, and the HTTP URL redirects to HTTPS anyway (same for the other patches in this series). - Roland > > Greets > Alex > > > --- > > rules/ppp.make | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/rules/ppp.make b/rules/ppp.make > > index 3c8a57fd9396..e39b87b45dd3 100644 > > --- a/rules/ppp.make > > +++ b/rules/ppp.make > > @@ -20,7 +20,7 @@ PPP_VERSION := 2.4.9 > > PPP_MD5 := c88153ae3d16ae114152cd3c15c7301d > > PPP := ppp-$(PPP_VERSION) > > PPP_SUFFIX := tar.gz > > -PPP_URL := http://ftp.samba.org/pub/ppp/$(PPP).$(PPP_SUFFIX) > > +PPP_URL := https://www.samba.org/ftp/pub/ppp/$(PPP).$(PPP_SUFFIX) > > PPP_SOURCE := $(SRCDIR)/$(PPP).$(PPP_SUFFIX) > > PPP_DIR := $(BUILDDIR)/$(PPP) > > PPP_LICENSE := BSD AND GPL-2.0-only > > -- > > 2.30.2 -- Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de