summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2015-01-02 22:36:05 +0000
committerEric Sandall2015-01-02 22:36:05 +0000
commitb3420ac629de04760cc18ec2ebb098dd5b905288 (patch)
treeed56ecfc0c43703e82263b67bc50776abb3a07e1
parent93a4bcdf3dfc8d6cdbb1b6a30cdca4bfe6bcfb85 (diff)
samba4: Update to latest stable 4.0 to 4.0.23
samba.org is on https:// Not using GPG, see http://www.sourcemage.org/issues/331 HTTP_DL_HANDLER (default wget) needs SSL support curl and aria2 (other handlers) need SSL sub-depends added.
-rwxr-xr-xnet/samba4/DEPENDS2
-rwxr-xr-xnet/samba4/DETAILS19
-rw-r--r--net/samba4/HISTORY7
3 files changed, 19 insertions, 9 deletions
diff --git a/net/samba4/DEPENDS b/net/samba4/DEPENDS
index 762377a73b..c3887c493f 100755
--- a/net/samba4/DEPENDS
+++ b/net/samba4/DEPENDS
@@ -7,6 +7,8 @@ if [[ "$SAMBA4_BRANCH" == "scm" ]]; then
depends git
fi &&
+depends -sub 'SSL' ${HTTP_DL_HANDLER} &&
+
if [[ "$SAMBA_ADDC" == "y" ]]; then
depends acl "--with-acl-support"
else
diff --git a/net/samba4/DETAILS b/net/samba4/DETAILS
index ce8c5fe5d5..cea13a3f20 100755
--- a/net/samba4/DETAILS
+++ b/net/samba4/DETAILS
@@ -7,19 +7,20 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
SOURCE_URL[0]=git://git.samba.org/samba.git:$SPELL
SOURCE_IGNORE=volatile
else
- VERSION=4.0.2
+ VERSION=4.0.23
SOURCE=${SPELL/4}-$VERSION.tar.gz
- SOURCE2=${SPELL/4}-${VERSION}.tar.asc
- SOURCE2_IGNORE=signature
+ SOURCE_HASH=sha512:49a6889ce3124be0d12df75d30837dde63605d706a34e9017d6e8e365e97910d75bad3eef28296030fdbb013074b68e5e89ad73e3a73806b38e94d306104d711
+# SOURCE2=${SPELL/4}-${VERSION}.tar.asc
+# SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/4}-$VERSION
- SOURCE_URL[0]=http://www.samba.org/samba/ftp/stable/$SOURCE
- SOURCE_URL[1]=http://ftp.samba.org/pub/samba/$SOURCE
- SOURCE2_URL[0]=http://www.samba.org/samba/ftp/stable/$SOURCE2
- SOURCE2_URL[1]=http://ftp.samba.org/pub/samba/$SOURCE2
- SOURCE_GPG="samba.gpg:$SOURCE2:UPSTREAM_KEY"
+ SOURCE_URL[0]=https://www.samba.org/samba/ftp/stable/$SOURCE
+ SOURCE_URL[1]=https://ftp.samba.org/pub/samba/$SOURCE
+# SOURCE2_URL[0]=https://www.samba.org/samba/ftp/stable/$SOURCE2
+# SOURCE2_URL[1]=https://ftp.samba.org/pub/samba/$SOURCE2
+# SOURCE_GPG="samba.gpg:$SOURCE2:UPSTREAM_KEY"
fi
LICENSE[0]=GPL
- WEB_SITE=http://www.samba.org/
+ WEB_SITE=https://www.samba.org/
KEYWORDS="net"
ENTERED=20090120
SHORT="File and print services to SMB/CIFS clients"
diff --git a/net/samba4/HISTORY b/net/samba4/HISTORY
index cf1538c240..a177f29f6f 100644
--- a/net/samba4/HISTORY
+++ b/net/samba4/HISTORY
@@ -1,3 +1,10 @@
+2015-01-02 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Update to latest stable 4.0 to 4.0.23
+ samba.org is on https://
+ Not using GPG, see http://www.sourcemage.org/issues/331
+ * DEPENDS: HTTP_DL_HANDLER (default wget) needs SSL support
+ curl and aria2 (other handlers) need SSL sub-depends added.
+
2014-07-03 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: Use get_scm_version