New commits:
commit 2bbb7fa814b8ce2fee9444d6630f437e66d9176a
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
samba: Comment out option to install mount tools suid.
smbmount/smbumount have been deprecated in samba 3.2.0.
Only commented out since I am not sure of permanent fix.
This is related to smbfs being removed from the kernel.
Need to use:
mount -t cifs //xxx.xxx.xxx.xxx/my_userid /mnt \
-o userid=my_userid,password=my_password
diff --git a/net/samba/CONFIGURE b/net/samba/CONFIGURE
index 20f2aeb..759b31a 100755
--- a/net/samba/CONFIGURE
+++ b/net/samba/CONFIGURE
@@ -10,8 +10,8 @@ fi &&
config_query SAMBA_CIFS \
"Build CIFS support (for Windows 2003)?" y &&
-config_query SAMBA_SUID \
- "Do you want to install mount tools suid root?" n &&
+#config_query SAMBA_SUID \
+# "Do you want to install mount tools suid root?" n &&
config_query_option SAMBA_QUOTA "Enable disk-quota support?" n \
'--with-quotas' '--without-quotas' &&
diff --git a/net/samba/HISTORY b/net/samba/HISTORY
index d724ffd..54f21d7 100644
--- a/net/samba/HISTORY
+++ b/net/samba/HISTORY
@@ -1,10 +1,11 @@
+2008-07-09 George Sherwood <george AT beernabeer.com>
+ * CONFIGURE: Removed option to install mount tools suid
+ * INSTALL: Removed setting suid on mount tools
+
2008-07-08 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 3.2.0
* DEPENDS: Removed depend python. Support removed.
* PRE_BUILD: Removed incorporated patches and sedit.
- * wrong_python_ldflags.patch: Removed. No more python bindings.
- * libcap.patch: Removed.
- * valgrind-include.patch: Removed.
2008-06-13 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* wrong_python_ldflags.patch, PRE_BUILD: added gentoo patch to fix
#14522
diff --git a/net/samba/INSTALL b/net/samba/INSTALL
index 67badf5..42f71c0 100755
--- a/net/samba/INSTALL
+++ b/net/samba/INSTALL
@@ -50,14 +50,14 @@ fi &&
install_config_file examples/smb.conf.default /etc/samba/smb.conf.default
&&
install_config_file examples/smb.conf.default /etc/samba/smb.conf
&&