|
@@ -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 \
|
|
|
|
- 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_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
|
|
|
|
|