Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (1240eff04b754814b976f867707c5e3df3e26423)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (1240eff04b754814b976f867707c5e3df3e26423)
  • Date: Mon, 8 Feb 2016 20:27:55 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

net/samba4/CONFIGURE | 5 ++++-
net/samba4/DETAILS | 4 ++--
net/samba4/HISTORY | 5 +++++
3 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit 1240eff04b754814b976f867707c5e3df3e26423
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

samba4: Updated latest stable to 4.3.4

SWAT is no longer disablable in configure
Uses waf_build

diff --git a/net/samba4/CONFIGURE b/net/samba4/CONFIGURE
index d7a0fca..025fd5c 100755
--- a/net/samba4/CONFIGURE
+++ b/net/samba4/CONFIGURE
@@ -1,8 +1,11 @@
+# SWAT removed in 4.3
+list_remove SAMBA4 '--without-swat' &&
+list_remove SAMBA4 '--with-swat' &&
+
config_query SAMBA_AD "Enable Active Directory Support?" n
config_query SAMBA_ADDC "Enable Active Directory Domain Controller support?"
n

config_query_option SAMBA4 "Build with winbind support (allows Windows NT
domain users to appear as UNIX users?" y "--with-winbind" "--without-winbind"
-config_query_option SAMBA4 "Build the Samba Web Administration Tool (SWAT)?"
n "--with-swat" "--without-swat"
config_query_option SAMBA4 "Enable quotas support?" y "--with-quotas"
"--without-quotas"
config_query_option SAMBA4 "Build with utmp support?" y "--with-utmp"
"--without-utmp"
config_query_option SAMBA4 "Build with automount support?" y
"--with-automount" "--without-automount"
diff --git a/net/samba4/DETAILS b/net/samba4/DETAILS
index cea13a3..96dd29e 100755
--- a/net/samba4/DETAILS
+++ b/net/samba4/DETAILS
@@ -7,9 +7,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
SOURCE_URL[0]=git://git.samba.org/samba.git:$SPELL
SOURCE_IGNORE=volatile
else
- VERSION=4.0.23
+ VERSION=4.3.4
SOURCE=${SPELL/4}-$VERSION.tar.gz
-
SOURCE_HASH=sha512:49a6889ce3124be0d12df75d30837dde63605d706a34e9017d6e8e365e97910d75bad3eef28296030fdbb013074b68e5e89ad73e3a73806b38e94d306104d711
+
SOURCE_HASH=sha512:021351534a70cd351934d7f8bfc3c4e9ed9ea3f11f778f6f9d076b3368103f7f478ff1745cb257de0bf2ee38ae76ecba58e01a4db6cbcacbd8a4876e8e1b30f2
# SOURCE2=${SPELL/4}-${VERSION}.tar.asc
# SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/4}-$VERSION
diff --git a/net/samba4/HISTORY b/net/samba4/HISTORY
index a177f29..3d8fc00 100644
--- a/net/samba4/HISTORY
+++ b/net/samba4/HISTORY
@@ -1,3 +1,8 @@
+2016-02-08 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated latest stable to 4.3.4
+ * CONFIGURE: SWAT is no longer disablable in configure
+ * BUILD: Uses waf_build
+
2015-01-02 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Update to latest stable 4.0 to 4.0.23
samba.org is on https://



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (1240eff04b754814b976f867707c5e3df3e26423), Eric Sandall, 02/08/2016

Archive powered by MHonArc 2.6.24.

Top of Page