Skip to content
Snippets Groups Projects
Commit 1daddd58 authored by Darren Tucker's avatar Darren Tucker Committed by Rosen Penev
Browse files

openssh: Use CDN first for source downloads.


Also point to https for website.

Signed-off-by: default avatarDarren Tucker <dtucker@dtucker.net>
parent 3aaccd25
No related branches found
No related tags found
2 merge requests!39Merge openwrt v23.05.0-rc3,!38Merge openwrt v23.05.0-rc3
......@@ -12,8 +12,8 @@ PKG_VERSION:=9.3p1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
https://ftp.spline.de/pub/OpenBSD/OpenSSH/portable/
PKG_SOURCE_URL:=https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
PKG_HASH:=e9baba7701a76a51f3d85a62c383a3c9dcd97fa900b859bc7db114c1868af8a8
PKG_LICENSE:=BSD ISC
......@@ -34,7 +34,7 @@ define Package/openssh/Default
DEPENDS:=+libopenssl +zlib
TITLE:=OpenSSH
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
URL:=http://www.openssh.com/
URL:=https://www.openssh.com/
SUBMENU:=SSH
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment