diff options
author | BALATON Zoltan <balaton@eik.bme.hu> | 2016-04-29 11:45:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-29 18:00:25 +0200 |
commit | a45979516c7f6daea72057ae07a2c3579bcb44dd (patch) | |
tree | 13755027bd169eddfe936eec51119bb1be819da3 | |
parent | 87326ba4697d67cf7115f9dda56bb5078ad4f1a2 (diff) |
openssh: Download source via http because the ftp seems to be down
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
-rw-r--r-- | package/openssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssh/Makefile b/package/openssh/Makefile index 1389bd2b8..42611dd68 100644 --- a/package/openssh/Makefile +++ b/package/openssh/Makefile @@ -13,7 +13,7 @@ PKG_BUILDDEP:= zlib PKG_DEPENDS:= zlib PKG_NEEDS:= threads PKG_URL:= http://www.openssh.com/ -PKG_SITES:= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ +PKG_SITES:= http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |