[SCM] Samba Shared Repository - branch master updated

Ralph Böhme slow at samba.org
Thu Oct 22 12:29:04 UTC 2015


The branch, master has been updated
       via  c466ad4 texpect: undefined symbol rep_fprintf
      from  d4059e1 auth: gensec: Parameters out_mem_ctx and ev are passed in the wrong order to gensec_spnego_server_try_fallback().

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


- Log -----------------------------------------------------------------
commit c466ad47d53b1f3fbfc582a89f4b90a2c5dee2e9
Author: Tom Schulz <schulz at adi.com>
Date:   Thu Oct 22 11:12:01 2015 +0200

    texpect: undefined symbol rep_fprintf
    
    Add libreplace dependency to texpect, fixes a linking error on Solaris.
    
    Bug: https://bugzilla.samba.org/show_bug.cgi?id=11511
    
    Signed-off-by: Tom Schulz <schulz at adi.com>
    Reviewed-by: Ralph Boehme <slow at samba.org>
    Reviewed-by: Stefan Metzmacher <metze at samba.org>
    
    Autobuild-User(master): Ralph Böhme <slow at samba.org>
    Autobuild-Date(master): Thu Oct 22 14:28:17 CEST 2015 on sn-devel-104

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

Summary of changes:
 lib/texpect/wscript | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/lib/texpect/wscript b/lib/texpect/wscript
index 62a1d4d..e14c048 100644
--- a/lib/texpect/wscript
+++ b/lib/texpect/wscript
@@ -4,4 +4,4 @@ def configure(conf):
     conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers='pty.h util.h bsd/libutil.h libutil.h')
 
 def build(bld):
-    bld.SAMBA_BINARY('texpect', 'texpect.c', deps='popt util', install=False)
+    bld.SAMBA_BINARY('texpect', 'texpect.c', deps='popt util replace', install=False)


-- 
Samba Shared Repository



More information about the samba-cvs mailing list