From d7f5f04ba24d9315651900b9c9273463bf8dc1fa Mon Sep 17 00:00:00 2001 From: rvpaasen Date: Sun, 18 Oct 2009 19:35:12 +0200 Subject: samba: updated the samba package to version 3.3.8 Update the samba package to the new makefile format and also update it to samba version 3.3.8 (latest 3.3.x version). Based on the patch from bug 665, but with uclibc dependency and call to autogen.sh removed. Tested-By: Sven Neumann Signed-off-by: Peter Korsgaard --- package/samba/Config.in | 71 ++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 61 insertions(+), 10 deletions(-) (limited to 'package/samba/Config.in') diff --git a/package/samba/Config.in b/package/samba/Config.in index cb4c4f62d..720ecd795 100644 --- a/package/samba/Config.in +++ b/package/samba/Config.in @@ -8,7 +8,7 @@ config BR2_PACKAGE_SAMBA http://www.samba.org/ - NOTE: A complete Samba install takes close to 40MB of space, + NOTE: A complete Samba install takes over 50MB of space, so choose only the components you need. menu "Samba tools selection" @@ -40,15 +40,6 @@ config BR2_PACKAGE_SAMBA_FINDSMB comment "findsmb - disabled (requires nmblookup, smbclient and perl)" depends on !BR2_PACKAGE_SAMBA_SMBCLIENT || !BR2_PACKAGE_SAMBA_NMBLOOKUP || !BR2_PACKAGE_MICROPERL -config BR2_PACKAGE_SAMBA_LIBSMBCLIENT - bool "libsmbclient" - depends on BR2_PACKAGE_SAMBA - help - libsmbclient is a library toolset that permits applications - to manipulate CIFS/SMB network resources using many of the - standards POSIX functions available for manipulating local - files. - config BR2_PACKAGE_SAMBA_NET bool "net" default y @@ -95,6 +86,7 @@ config BR2_PACKAGE_SAMBA_PROFILES config BR2_PACKAGE_SAMBA_RPCCLIENT bool "rpcclient" + select BR2_PACKAGE_READLINE default y depends on BR2_PACKAGE_SAMBA help @@ -110,6 +102,7 @@ config BR2_PACKAGE_SAMBA_SMBCACLS config BR2_PACKAGE_SAMBA_SMBCLIENT bool "smbclient" + select BR2_PACKAGE_READLINE default y depends on BR2_PACKAGE_SAMBA help @@ -136,6 +129,13 @@ config BR2_PACKAGE_SAMBA_SMBGET help wget-like utility for download files over SMB +config BR2_PACKAGE_SAMBA_SMBLDBTOOLS + bool "smbldbtools" + default y + depends on BR2_PACKAGE_SAMBA + help + ldbadd ldbdel ldbedit ldbmodify ldbrename ldbsearch tools + config BR2_PACKAGE_SAMBA_SMBPASSWD bool "smbpasswd" default y @@ -143,6 +143,13 @@ config BR2_PACKAGE_SAMBA_SMBPASSWD help Change a user's SMB passwd +config BR2_PACKAGE_SAMBA_SMBSHARESEC + bool "smbsharesec" + default y + depends on BR2_PACKAGE_SAMBA + help + Manipulate share permissions on SMB file shares + config BR2_PACKAGE_SAMBA_SMBSPOOL bool "smbspool" default y @@ -210,3 +217,47 @@ config BR2_PACKAGE_SAMBA_WBINFO Query information from winbind daemon endmenu + + +menu "Samba libraries selection" + depends on BR2_PACKAGE_SAMBA + +config BR2_PACKAGE_SAMBA_LIBSMBCLIENT + bool "libsmbclient" + depends on BR2_PACKAGE_SAMBA + help + libsmbclient is a library toolset that permits applications + to manipulate CIFS/SMB network resources using many of the + standards POSIX functions available for manipulating local + files. + +endmenu + + +menu "Samba support selection" + depends on BR2_PACKAGE_SAMBA + +config BR2_PACKAGE_SAMBA_AVAHI + bool "support avahi" + default y + depends on BR2_PACKAGE_SAMBA + depends on BR2_PACKAGE_AVAHI + help + Include support for avahi + +comment "support avahi - disabled (requires avahi)" + depends on !BR2_PACKAGE_AVAHI + +config BR2_PACKAGE_SAMBA_GAMIN + bool "support gamin" + default y + depends on BR2_PACKAGE_SAMBA + depends on BR2_PACKAGE_GAMIN + help + Include support for gamin + +comment "support gamin - disabled (requires gamin)" + depends on !BR2_PACKAGE_GAMIN + +endmenu + -- cgit v1.2.3