From 56a2e82c40947bb4eab2a129bfe184df83fd2807 Mon Sep 17 00:00:00 2001 From: Will Newton Date: Wed, 1 Dec 2010 14:44:26 +0000 Subject: package/openssh: Use HTTP instead of FTP for source download HTTP should be more firewall friendly. Signed-off-by: Will Newton Signed-off-by: Peter Korsgaard --- CHANGES | 2 +- package/openssh/openssh.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 7ca867fee..b3cf6aef6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ 2011.02, Not yet released: - Updated/fixed packages: cloop, m4, xz + Updated/fixed packages: cloop, m4, openssh, xz 2010.11, Released November 30th, 2010: diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk index 236a3a812..82c64d631 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 -- cgit v1.2.3