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>
This commit is contained in:
parent
68bef935d5
commit
eaf3fef946
4 changed files with 8 additions and 7 deletions
|
@ -67,7 +67,7 @@ menuconfig DEVEL
|
||||||
bool "Use ccache" if DEVEL
|
bool "Use ccache" if DEVEL
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Compiler cache; see http://ccache.samba.org/.
|
Compiler cache; see https://ccache.samba.org/
|
||||||
|
|
||||||
config EXTERNAL_KERNEL_TREE
|
config EXTERNAL_KERNEL_TREE
|
||||||
string "Use external kernel tree" if DEVEL
|
string "Use external kernel tree" if DEVEL
|
||||||
|
|
|
@ -30,7 +30,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/ppp/Default
|
define Package/ppp/Default
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
URL:=http://ppp.samba.org/
|
URL:=https://ppp.samba.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ppp
|
define Package/ppp
|
||||||
|
|
|
@ -11,8 +11,8 @@ PKG_NAME:=samba
|
||||||
PKG_VERSION:=3.6.25
|
PKG_VERSION:=3.6.25
|
||||||
PKG_RELEASE:=5
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://ftp.samba.org/pub/samba \
|
PKG_SOURCE_URL:=https://download.samba.org/pub/samba \
|
||||||
http://ftp.samba.org/pub/samba/stable
|
https://download.samba.org/pub/samba/stable
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_HASH:=8f2c8a7f2bd89b0dfd228ed917815852f7c625b2bc0936304ac3ed63aaf83751
|
PKG_HASH:=8f2c8a7f2bd89b0dfd228ed917815852f7c625b2bc0936304ac3ed63aaf83751
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ define Package/samba36-server
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Samba 3.6 SMB/CIFS server
|
TITLE:=Samba 3.6 SMB/CIFS server
|
||||||
URL:=http://www.samba.org/
|
URL:=https://www.samba.org/
|
||||||
DEPENDS:=+USE_GLIBC:librt $(ICONV_DEPENDS)
|
DEPENDS:=+USE_GLIBC:librt $(ICONV_DEPENDS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ define Package/samba36-client
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Samba 3.6 SMB/CIFS client
|
TITLE:=Samba 3.6 SMB/CIFS client
|
||||||
URL:=http://www.samba.org/
|
URL:=https://www.samba.org/
|
||||||
DEPENDS:=+libreadline +libncurses
|
DEPENDS:=+libreadline +libncurses
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,8 @@ PKG_NAME:=ccache
|
||||||
PKG_VERSION:=3.3.2
|
PKG_VERSION:=3.3.2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://samba.org/ftp/ccache/
|
PKG_SOURCE_URL:=https://download.samba.org/pub/ccache/ \
|
||||||
|
https://samba.org/ftp/ccache/
|
||||||
PKG_HASH:=907685cb23d8f82074b8d1a9b4ebabb36914d151ac7b96a840c68c08d1a14530
|
PKG_HASH:=907685cb23d8f82074b8d1a9b4ebabb36914d151ac7b96a840c68c08d1a14530
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
|
|
Loading…
Reference in a new issue