All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] pppd: fix url
@ 2015-04-20 17:47 Thomas Petazzoni
  2015-04-20 21:10 ` Arnout Vandecappelle
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2015-04-20 17:47 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=2a9041ab763e1e0a9f0fc727be22e13f38e40413
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Explanation from https://download.samba.org/pub/samba/README.FTP

Due to bandwidth usage, ftp downloads of Samba from samba.org are no
longer allowed. Please use one of our many mirror sites at
http://www.samba.org/ or to directly access the old site via http
please use http://download.samba.org/samba/ftp/

Signed-off-by: S??bastien Szymanski <sebastien.szymanski@armadeus.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/pppd/pppd.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/pppd/pppd.mk b/package/pppd/pppd.mk
index 31d6e06..b268fbe 100644
--- a/package/pppd/pppd.mk
+++ b/package/pppd/pppd.mk
@@ -6,7 +6,7 @@
 
 PPPD_VERSION = 2.4.7
 PPPD_SOURCE = ppp-$(PPPD_VERSION).tar.gz
-PPPD_SITE = ftp://ftp.samba.org/pub/ppp
+PPPD_SITE = https://download.samba.org/pub/ppp
 PPPD_LICENSE = LGPLv2+ LGPL BSD-4c BSD-3c GPLv2+
 PPPD_LICENSE_FILES = \
 	pppd/tdb.c pppd/plugins/pppoatm/COPYING \

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

* [Buildroot] [git commit] pppd: fix url
  2015-04-20 17:47 [Buildroot] [git commit] pppd: fix url Thomas Petazzoni
@ 2015-04-20 21:10 ` Arnout Vandecappelle
  2015-04-20 21:25   ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Arnout Vandecappelle @ 2015-04-20 21:10 UTC (permalink / raw)
  To: buildroot

On 20/04/15 19:47, Thomas Petazzoni wrote:
> commit: http://git.buildroot.net/buildroot/commit/?id=2a9041ab763e1e0a9f0fc727be22e13f38e40413
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> 
> Explanation from https://download.samba.org/pub/samba/README.FTP
> 
> Due to bandwidth usage, ftp downloads of Samba from samba.org are no
> longer allowed. Please use one of our many mirror sites at
> http://www.samba.org/ or to directly access the old site via http
> please use http://download.samba.org/samba/ftp/
> 
> Signed-off-by: S?bastien Szymanski <sebastien.szymanski@armadeus.com>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
>  package/pppd/pppd.mk |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/package/pppd/pppd.mk b/package/pppd/pppd.mk
> index 31d6e06..b268fbe 100644
> --- a/package/pppd/pppd.mk
> +++ b/package/pppd/pppd.mk
> @@ -6,7 +6,7 @@
>  
>  PPPD_VERSION = 2.4.7
>  PPPD_SOURCE = ppp-$(PPPD_VERSION).tar.gz
> -PPPD_SITE = ftp://ftp.samba.org/pub/ppp
> +PPPD_SITE = https://download.samba.org/pub/ppp

 Actually, we prefer to avoid https because of potential issues with
certificates and limitations of corporate firewalls. And the http version works.


 Regards,
 Arnout


>  PPPD_LICENSE = LGPLv2+ LGPL BSD-4c BSD-3c GPLv2+
>  PPPD_LICENSE_FILES = \
>  	pppd/tdb.c pppd/plugins/pppoatm/COPYING \
> 
> 
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

* [Buildroot] [git commit] pppd: fix url
  2015-04-20 21:10 ` Arnout Vandecappelle
@ 2015-04-20 21:25   ` Thomas Petazzoni
  2015-04-20 21:26     ` Arnout Vandecappelle
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2015-04-20 21:25 UTC (permalink / raw)
  To: buildroot

Dear Arnout Vandecappelle,

On Mon, 20 Apr 2015 23:10:36 +0200, Arnout Vandecappelle wrote:

>  Actually, we prefer to avoid https because of potential issues with
> certificates and limitations of corporate firewalls. And the http version works.

But redirects to https://, so using https:// directly is basically the
same.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [git commit] pppd: fix url
  2015-04-20 21:25   ` Thomas Petazzoni
@ 2015-04-20 21:26     ` Arnout Vandecappelle
  0 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2015-04-20 21:26 UTC (permalink / raw)
  To: buildroot

On 20/04/15 23:25, Thomas Petazzoni wrote:
> Dear Arnout Vandecappelle,
> 
> On Mon, 20 Apr 2015 23:10:36 +0200, Arnout Vandecappelle wrote:
> 
>>  Actually, we prefer to avoid https because of potential issues with
>> certificates and limitations of corporate firewalls. And the http version works.
> 
> But redirects to https://, so using https:// directly is basically the
> same.

 Oops my bad.

 Regards,
 Arnout


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

end of thread, other threads:[~2015-04-20 21:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-20 17:47 [Buildroot] [git commit] pppd: fix url Thomas Petazzoni
2015-04-20 21:10 ` Arnout Vandecappelle
2015-04-20 21:25   ` Thomas Petazzoni
2015-04-20 21:26     ` Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.