aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2017-02-01 23:17:37 +0200
committerJo-Philipp Wich <jo@mein.io>2017-02-02 00:14:03 +0100
commiteaf3fef94636e81772776754a45f1b8ba1886793 (patch)
tree38ed138b1944c66d238302becc152ce3b0e69f02 /package/network
parent68bef935d52ae05c23233f2325970f56948a0558 (diff)
downloadupstream-eaf3fef94636e81772776754a45f1b8ba1886793.tar.gz
upstream-eaf3fef94636e81772776754a45f1b8ba1886793.tar.bz2
upstream-eaf3fef94636e81772776754a45f1b8ba1886793.zip
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')
-rw-r--r--package/network/services/ppp/Makefile2
-rw-r--r--package/network/services/samba36/Makefile8
2 files changed, 5 insertions, 5 deletions
diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile
index 8b58c1c06f..669e6534fe 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
diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile
index 1311e09001..fcf772195a 100644
--- a/package/network/services/samba36/Makefile
+++ b/package/network/services/samba36/Makefile
@@ -11,8 +11,8 @@ PKG_NAME:=samba
PKG_VERSION:=3.6.25
PKG_RELEASE:=5
-PKG_SOURCE_URL:=http://ftp.samba.org/pub/samba \
- http://ftp.samba.org/pub/samba/stable
+PKG_SOURCE_URL:=https://download.samba.org/pub/samba \
+ https://download.samba.org/pub/samba/stable
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_HASH:=8f2c8a7f2bd89b0dfd228ed917815852f7c625b2bc0936304ac3ed63aaf83751
@@ -34,7 +34,7 @@ define Package/samba36-server
SECTION:=net
CATEGORY:=Network
TITLE:=Samba 3.6 SMB/CIFS server
- URL:=http://www.samba.org/
+ URL:=https://www.samba.org/
DEPENDS:=+USE_GLIBC:librt $(ICONV_DEPENDS)
endef
@@ -42,7 +42,7 @@ define Package/samba36-client
SECTION:=net
CATEGORY:=Network
TITLE:=Samba 3.6 SMB/CIFS client
- URL:=http://www.samba.org/
+ URL:=https://www.samba.org/
DEPENDS:=+libreadline +libncurses
endef