Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (a6f16d225fff14602166f73f42c6393167a88ef1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (a6f16d225fff14602166f73f42c6393167a88ef1)
  • Date: Wed, 19 Aug 2009 15:12:18 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

net/samba/BUILD | 2 +-
net/samba/DETAILS | 4 ++--
net/samba/FINAL | 6 ++++++
net/samba/HISTORY | 5 +++++
4 files changed, 14 insertions(+), 3 deletions(-)

New commits:
commit a6f16d225fff14602166f73f42c6393167a88ef1
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

samba: Updated to version 3.4.0. Added FINAL with warning about
changes to default passwd backend.

diff --git a/net/samba/BUILD b/net/samba/BUILD
index f2b2f57..5aaf2c8 100755
--- a/net/samba/BUILD
+++ b/net/samba/BUILD
@@ -13,7 +13,7 @@ else
OPTS="--without-cifsmount $OPTS"
fi &&

-cd $SOURCE_DIRECTORY/source &&
+cd $SOURCE_DIRECTORY/source3 &&
make_single &&
default_build &&
make_normal &&
diff --git a/net/samba/DETAILS b/net/samba/DETAILS
index 8b673fc..502a9b6 100755
--- a/net/samba/DETAILS
+++ b/net/samba/DETAILS
@@ -1,11 +1,11 @@
SPELL=samba
- VERSION=3.3.7
+ VERSION=3.4.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://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_HASH=sha512:233f5cf7d4bcd863f543131ed9c60228c3f55e875d78eb8ae901a450c353fbd8603daf0e15f785df17dce32b7acc1878cb837f6b310006db421722a6048242d2
+
SOURCE_HASH=sha512:711fc9e2e10e4b06f65fee0cc84f0c448cc44377ddf30c4c6db1f2b2022be6ce7ba82f8e749b1fb5ac90a08fe083e4c31ea670a150a567094c573378a2e943b3
if [[ "$SAMBA_VSCAN" == "y" ]] ; then
VSCAN_VERSION=0.3.6c-beta4
SOURCE2=$SPELL-vscan-$VSCAN_VERSION.tar.gz
diff --git a/net/samba/FINAL b/net/samba/FINAL
new file mode 100755
index 0000000..cb5553e
--- /dev/null
+++ b/net/samba/FINAL
@@ -0,0 +1,6 @@
+message "${PROBLEM_COLOR}The default passdb backend has been changed" \
+ "to 'tdbsam'! That breaks existing setups using the 'smbpaswd'" \
+ "backend without explicit declaration! Please use" \
+ "passdb backend = smbpasswd' if you would like to stick to the" \
+ "'smbpasswd' backend or convert your smbpasswd entries using" \
+ "e.g. 'pdbedit -i smbpasswd -e tdbsam'.${DEFAULT_COLOR}"
diff --git a/net/samba/HISTORY b/net/samba/HISTORY
index 5750fde..544be7e 100644
--- a/net/samba/HISTORY
+++ b/net/samba/HISTORY
@@ -1,3 +1,8 @@
+2009-08-19 George Sherwood <gsherwood AT sourcemage.org>
+ * BUILD: Samba3 source is located now in source3
+ * DETAILS: Updated to version 3.4.0
+ * FINAL: Added to print message about default passdb backend
+
2009-07-31 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 3.3.7. Fixed SOURCE_URL[0]




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (a6f16d225fff14602166f73f42c6393167a88ef1), George Sherwood, 08/19/2009

Archive powered by MHonArc 2.6.24.

Top of Page