[SCM] Samba Shared Repository - branch v4-16-test updated

Jule Anger janger at samba.org
Mon Jun 27 08:26:01 UTC 2022


The branch, v4-16-test has been updated
       via  becccbae321 s3:waf: Fix version number of public libsmbconf
      from  58bdf100b2b s3: VFS: streams_xattr: Add the same accommodation to streams_xattr_unlinkat() as used in streams_xattr_renameat().

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-16-test


- Log -----------------------------------------------------------------
commit becccbae321afe9b4223781512a682100bd88e31
Author: Andreas Schneider <asn at samba.org>
Date:   Fri Jun 24 09:36:27 2022 +0200

    s3:waf: Fix version number of public libsmbconf
    
    Error: ldconfig: /lib64/libsmbconf.so.0 is not a symbolic link
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=15108
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>
    (cherry picked from commit 8458449ddf1a5c939784116aa3f9d21edaf93a05)
    
    Autobuild-User(v4-16-test): Jule Anger <janger at samba.org>
    Autobuild-Date(v4-16-test): Mon Jun 27 08:25:10 UTC 2022 on sn-devel-184

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

Summary of changes:
 source3/wscript_build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/wscript_build b/source3/wscript_build
index acfc0c56f03..5cf965dc45d 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -572,7 +572,7 @@ bld.SAMBA3_LIBRARY('smbconf',
                         ''',
                    public_headers='../lib/smbconf/smbconf.h',
                    pc_files=[],
-                   vnum='0')
+                   vnum='0.0.1')
 
 bld.SAMBA3_SUBSYSTEM('sysquotas',
                      source='''


-- 
Samba Shared Repository



More information about the samba-cvs mailing list