[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Thu Jan 20 14:20:01 UTC 2022


The branch, master has been updated
       via  d1891a0c4f6 autobuild: Fix path for libwbclient ldd checks
      from  7d16a56b9d1 s4:dsdb/vlv_pagination: fix segfault in vlv_results()

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


- Log -----------------------------------------------------------------
commit d1891a0c4f6f639f60d2063ca4c54d3b283e3636
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Jan 20 11:17:29 2022 +0100

    autobuild: Fix path for libwbclient ldd checks
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Stefan Metzmacher <metze at samba.org>
    
    Autobuild-User(master): Stefan Metzmacher <metze at samba.org>
    Autobuild-Date(master): Thu Jan 20 14:19:02 UTC 2022 on sn-devel-184

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

Summary of changes:
 script/autobuild.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/script/autobuild.py b/script/autobuild.py
index 041169e022e..6634356f031 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -894,14 +894,14 @@ tasks = {
             ("allshared-no-libldb", "find ./bin | grep -v 'module' | grep -v 'libldbsamba' | grep 'libldb' && exit 1; exit 0"),
             ("allshared-no-samba-nss_winbind", "ldd ./bin/plugins/libnss_winbind.so.2 | grep 'samba' && exit 1; exit 0"),
             ("allshared-no-samba-nss_wins", "ldd ./bin/plugins/libnss_wins.so.2 | grep 'samba' && exit 1; exit 0"),
-            ("allshared-no-samba-libwbclient", "ldd ./bin/plugins/libwbclient.so.0 | grep 'samba' && exit 1; exit 0"),
+            ("allshared-no-samba-libwbclient", "ldd ./bin/shared/libwbclient.so.0 | grep 'samba' && exit 1; exit 0"),
             ("allshared-no-samba-pam_winbind", "ldd ./bin/plugins/pam_winbind.so | grep -v 'libtalloc.so.2' | grep 'samba' && exit 1; exit 0"),
             ("allshared-no-public-nss_winbind",
                 nm_grep_symbols("./bin/plugins/libnss_winbind.so.2", " T _nss_winbind_")),
             ("allshared-no-public-nss_wins",
                 nm_grep_symbols("./bin/plugins/libnss_wins.so.2", " T _nss_wins_")),
             ("allshared-no-public-libwbclient",
-                nm_grep_symbols("./bin/plugins/libwbclient.so.0", " T wbc")),
+                nm_grep_symbols("./bin/shared/libwbclient.so.0", " T wbc")),
             ("allshared-no-public-pam_winbind",
                 nm_grep_symbols("./bin/plugins/pam_winbind.so", "T pam_sm_")),
             ("allshared-no-public-winbind_krb5_locator",


-- 
Samba Shared Repository



More information about the samba-cvs mailing list