[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Wed Mar 16 00:35:05 UTC 2016


The branch, master has been updated
       via  e55806e ldb-samba:wscript: python_samba__ldb depends on pyauth
       via  74ca470 s3:wscript: pylibsmb depends on pycredentials
      from  e85e405 smbd: enable multi-channel if 'server multi channel support = yes' in the config

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit e55806e83e6c5df4f6c0f7dd93a86dbcaac440f6
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Mar 15 17:02:03 2016 +0100

    ldb-samba:wscript: python_samba__ldb depends on pyauth
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=11789
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Günther Deschner <gd at samba.org>
    
    Autobuild-User(master): Stefan Metzmacher <metze at samba.org>
    Autobuild-Date(master): Wed Mar 16 01:34:29 CET 2016 on sn-devel-144

commit 74ca470739e0128556d8d20010464df07f2f0ac8
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Mar 15 16:59:51 2016 +0100

    s3:wscript: pylibsmb depends on pycredentials
    
    The need for pytalloc-util was based on the fact that
    pycredentials depends on pytalloc-util.
    
    As pylibsmb only used pycredentials and not pytalloc-util directly,
    we should depend on pycredentials.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=11789
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Günther Deschner <gd at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 lib/ldb-samba/wscript_build | 2 +-
 source3/wscript_build       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/ldb-samba/wscript_build b/lib/ldb-samba/wscript_build
index 3625f8b..d35b227 100644
--- a/lib/ldb-samba/wscript_build
+++ b/lib/ldb-samba/wscript_build
@@ -20,7 +20,7 @@ bld.SAMBA_SUBSYSTEM('ldbwrap',
 
 
 bld.SAMBA_PYTHON('python_samba__ldb', 'pyldb.c',
-                 deps='ldbsamba pyparam_util ldbwrap pyldb-util',
+                 deps='ldbsamba pyparam_util ldbwrap pyldb-util pyauth',
                  realname='samba/_ldb.so')
 
 bld.SAMBA_MODULE('ldbsamba_extensions',
diff --git a/source3/wscript_build b/source3/wscript_build
index 18fdf54..436b112 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1487,7 +1487,7 @@ bld.SAMBA3_PYTHON('pysmbd',
 
 bld.SAMBA3_PYTHON('pylibsmb',
                   source='libsmb/pylibsmb.c',
-                  deps='smbclient samba-credentials pytalloc-util',
+                  deps='smbclient samba-credentials pycredentials',
                   realname='samba/samba3/libsmb_samba_internal.so'
                   )
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list