summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2015-01-02 20:53:05 +0000
committerEric Sandall2015-01-02 20:53:05 +0000
commit4715ea458a45ec301dfe77a7b44e424abebd91a0 (patch)
treeee0b8af8f54c6a4b385299f3c7aa01dec52d5e84
parente1d4df7f99e057a9eacc61bb37f0b75e0cfba421 (diff)
samba: samba.org is on https://
HTTP_DL_HANDLER (default wget) needs SSL support curl and aria2 (other handlers) need SSL sub-depends added.
-rwxr-xr-xnet/samba/DEPENDS1
-rwxr-xr-xnet/samba/DETAILS6
-rw-r--r--net/samba/HISTORY5
3 files changed, 9 insertions, 3 deletions
diff --git a/net/samba/DEPENDS b/net/samba/DEPENDS
index 95378a3b7b2..b5a545a393 100755
--- a/net/samba/DEPENDS
+++ b/net/samba/DEPENDS
@@ -1,6 +1,7 @@
depends e2fsprogs &&
depends popt "--without-included-popt" &&
depends pkgconfig &&
+depends -sub 'SSL' ${HTTP_DL_HANDLER} &&
if [[ "$SAMBA_AD" == "y" ]]; then
depends openldap "--with-ldap" &&
diff --git a/net/samba/DETAILS b/net/samba/DETAILS
index a4d8bac576..a80361dd30 100755
--- a/net/samba/DETAILS
+++ b/net/samba/DETAILS
@@ -3,9 +3,9 @@
SECURITY_PATCH=23
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://download.samba.org/samba/ftp/$SOURCE
+ SOURCE_URL[0]=https://download.samba.org/samba/ftp/$SOURCE
SOURCE_URL[1]=ftp://de3.samba.org/pub/$SPELL/$SOURCE
- SOURCE_URL[2]=http://us1.samba.org/samba/ftp/old-versions/$SOURCE
+ SOURCE_URL[2]=https://us1.samba.org/samba/ftp/old-versions/$SOURCE
SOURCE_HASH=sha512:40f054ab0e1ef07fa4bb4934229c42eb0e484596c4d4b81edbf43951acd56e7b04b6efb17e6cb269b329f1a84d60cbe10a3ff04e86c1983ec603bdcf7fc7ecbb
if [[ "$SAMBA_VSCAN" == "y" ]] ; then
VSCAN_VERSION=0.3.6c-beta4
@@ -14,7 +14,7 @@ if [[ "$SAMBA_VSCAN" == "y" ]] ; then
SOURCE2_HASH=sha512:6a4d6f9c033777a54af19f5e4d637ba0515cfb6ca3c815357d8ee4d735586f372d9b7e2b315a783be21ce524aa6f39e1536f91031f496acffbda225a6c8a996f
fi
LICENSE[0]=GPL
- WEB_SITE=http://www.samba.org/
+ WEB_SITE=https://www.samba.org/
KEYWORDS="net"
ENTERED=20010922
SHORT="File and print services to SMB/CIFS clients"
diff --git a/net/samba/HISTORY b/net/samba/HISTORY
index e292c9b400..3966a55a70 100644
--- a/net/samba/HISTORY
+++ b/net/samba/HISTORY
@@ -1,3 +1,8 @@
+2015-01-02 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: samba.org is on https://
+ * DEPENDS: HTTP_DL_HANDLER (default wget) needs SSL support
+ curl and aria2 (other handlers) need SSL sub-depends added.
+
2014-06-23 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 3.6.24, SECURITY_PATCH=23, CVE-2014-0244 and CVE-2014-3493