[Buildroot] [PATCH] package/openssh: Use HTTP instead of FTP for source download.

Will Newton will.newton at gmail.com
Wed Dec 1 14:44:26 UTC 2010


HTTP should be more firewall friendly.

Signed-off-by: Will Newton <will.newton at 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>


More information about the buildroot mailing list