diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-02-01 23:17:37 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-02-02 00:26:05 +0100 |
commit | 1b51a49a9dd0314ec44f6a8d69a3f1d35ec743fa (patch) | |
tree | 57daf6c4425b83f6099fa5aa6a5ef3fea552bccd /package/network/services/ppp/Makefile | |
parent | 0224e32cd0b1ac400f4d52b66d4839d90a328277 (diff) | |
download | mtk-20170518-1b51a49a9dd0314ec44f6a8d69a3f1d35ec743fa.zip mtk-20170518-1b51a49a9dd0314ec44f6a8d69a3f1d35ec743fa.tar.gz mtk-20170518-1b51a49a9dd0314ec44f6a8d69a3f1d35ec743fa.tar.bz2 |
ccache, samba36: fix samba.org addresses to use https
samba.org has started to enforce https and
currently plain http downloads with curl/wget fail,
so convert samba.org download links to use https.
Modernise links at the same time.
Also convert samba.org URL fields to have https.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'package/network/services/ppp/Makefile')
-rw-r--r-- | package/network/services/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile index 8b58c1c..669e653 100644 --- a/package/network/services/ppp/Makefile +++ b/package/network/services/ppp/Makefile @@ -30,7 +30,7 @@ include $(INCLUDE_DIR)/package.mk define Package/ppp/Default SECTION:=net CATEGORY:=Network - URL:=http://ppp.samba.org/ + URL:=https://ppp.samba.org/ endef define Package/ppp |