Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/openssh: Use HTTP instead of FTP for source download.
@ 2010-12-01 14:44 Will Newton
  2010-12-07 11:21 ` Will Newton
  2010-12-07 11:26 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Will Newton @ 2010-12-01 14:44 UTC (permalink / raw)
  To: buildroot

HTTP should be more firewall friendly.

Signed-off-by: Will Newton <will.newton@imgtec.com>
---
 package/openssh/openssh.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk
index 236a3a8..82c64d6 100644
--- a/package/openssh/openssh.mk
+++ b/package/openssh/openssh.mk
@@ -5,7 +5,7 @@
 #############################################################

 OPENSSH_VERSION = 5.6p1
-OPENSSH_SITE = ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable
+OPENSSH_SITE = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable
 OPENSSH_CONF_ENV = LD="$(TARGET_CC)"
 OPENSSH_CONF_OPT = --libexecdir=/usr/lib --disable-lastlog --disable-utmp \
 		--disable-utmpx --disable-wtmp --disable-wtmpx --disable-strip
-- 
1.7.2.2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-package-openssh-Use-HTTP-instead-of-FTP-for-source-d.patch
Type: text/x-patch
Size: 1015 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101201/f31664e4/attachment.bin>

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

end of thread, other threads:[~2010-12-07 11:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-01 14:44 [Buildroot] [PATCH] package/openssh: Use HTTP instead of FTP for source download Will Newton
2010-12-07 11:21 ` Will Newton
2010-12-07 11:26 ` Peter Korsgaard

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