[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Wed Jun 8 17:58:01 UTC 2022


The branch, master has been updated
       via  27ceb1c3ad7 tdb: version 1.4.7
       via  53692735c73 tevent: version 0.12.1
       via  0189ccf9fc3 talloc: version 2.3.4
      from  8e701978a70 s3:tests: Reformat test_rpcclientsrvsvc.sh

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


- Log -----------------------------------------------------------------
commit 27ceb1c3ad786386e746a5e2968780d791393b9e
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Jun 8 15:02:53 2022 +0200

    tdb: version 1.4.7
    
    * Fix build problems
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=15071
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Wed Jun  8 17:57:53 UTC 2022 on sn-devel-184

commit 53692735c733d01acbd953641f831a1f5e0cf6c5
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Jun 8 15:04:08 2022 +0200

    tevent: version 0.12.1
    
    * Fix build problems
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=15071
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>

commit 0189ccf9fc3d2a77cc83cffe180e307bcdccebb4
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Jun 8 15:01:55 2022 +0200

    talloc: version 2.3.4
    
    * Fix build problems
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=15071
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>

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

Summary of changes:
 .../ABI/{pytalloc-util-2.3.0.sigs => pytalloc-util-2.3.4.sigs}      | 0
 lib/talloc/ABI/{talloc-2.1.10.sigs => talloc-2.3.4.sigs}            | 0
 lib/talloc/wscript                                                  | 2 +-
 lib/tdb/ABI/{tdb-1.3.17.sigs => tdb-1.4.7.sigs}                     | 0
 lib/tdb/wscript                                                     | 2 +-
 lib/tevent/ABI/{tevent-0.12.0.sigs => tevent-0.12.1.sigs}           | 6 +++---
 lib/tevent/wscript                                                  | 2 +-
 7 files changed, 6 insertions(+), 6 deletions(-)
 copy lib/talloc/ABI/{pytalloc-util-2.3.0.sigs => pytalloc-util-2.3.4.sigs} (100%)
 copy lib/talloc/ABI/{talloc-2.1.10.sigs => talloc-2.3.4.sigs} (100%)
 copy lib/tdb/ABI/{tdb-1.3.17.sigs => tdb-1.4.7.sigs} (100%)
 copy lib/tevent/ABI/{tevent-0.12.0.sigs => tevent-0.12.1.sigs} (100%)


Changeset truncated at 500 lines:

diff --git a/lib/talloc/ABI/pytalloc-util-2.3.0.sigs b/lib/talloc/ABI/pytalloc-util-2.3.4.sigs
similarity index 100%
copy from lib/talloc/ABI/pytalloc-util-2.3.0.sigs
copy to lib/talloc/ABI/pytalloc-util-2.3.4.sigs
diff --git a/lib/talloc/ABI/talloc-2.1.10.sigs b/lib/talloc/ABI/talloc-2.3.4.sigs
similarity index 100%
copy from lib/talloc/ABI/talloc-2.1.10.sigs
copy to lib/talloc/ABI/talloc-2.3.4.sigs
diff --git a/lib/talloc/wscript b/lib/talloc/wscript
index f0c266a7878..30896636404 100644
--- a/lib/talloc/wscript
+++ b/lib/talloc/wscript
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 APPNAME = 'talloc'
-VERSION = '2.3.3'
+VERSION = '2.3.4'
 
 import os
 import sys
diff --git a/lib/tdb/ABI/tdb-1.3.17.sigs b/lib/tdb/ABI/tdb-1.4.7.sigs
similarity index 100%
copy from lib/tdb/ABI/tdb-1.3.17.sigs
copy to lib/tdb/ABI/tdb-1.4.7.sigs
diff --git a/lib/tdb/wscript b/lib/tdb/wscript
index 2eb25b7f235..71ada311dc2 100644
--- a/lib/tdb/wscript
+++ b/lib/tdb/wscript
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 APPNAME = 'tdb'
-VERSION = '1.4.6'
+VERSION = '1.4.7'
 
 import sys, os
 
diff --git a/lib/tevent/ABI/tevent-0.12.0.sigs b/lib/tevent/ABI/tevent-0.12.1.sigs
similarity index 100%
copy from lib/tevent/ABI/tevent-0.12.0.sigs
copy to lib/tevent/ABI/tevent-0.12.1.sigs
index 22a8ce33413..0e4d1e1fe26 100644
--- a/lib/tevent/ABI/tevent-0.12.0.sigs
+++ b/lib/tevent/ABI/tevent-0.12.1.sigs
@@ -67,14 +67,14 @@ tevent_get_trace_signal_callback: void (struct tevent_context *, tevent_trace_si
 tevent_get_trace_timer_callback: void (struct tevent_context *, tevent_trace_timer_callback_t *, void *)
 tevent_immediate_get_tag: uint64_t (const struct tevent_immediate *)
 tevent_immediate_set_tag: void (struct tevent_immediate *, uint64_t)
-tevent_queue_entry_get_tag: uint64_t (const struct tevent_queue_entry *)
-tevent_queue_entry_set_tag: void (struct tevent_queue_entry *, uint64_t)
 tevent_loop_allow_nesting: void (struct tevent_context *)
 tevent_loop_set_nesting_hook: void (struct tevent_context *, tevent_nesting_hook, void *)
 tevent_num_signals: size_t (void)
 tevent_queue_add: bool (struct tevent_queue *, struct tevent_context *, struct tevent_req *, tevent_queue_trigger_fn_t, void *)
 tevent_queue_add_entry: struct tevent_queue_entry *(struct tevent_queue *, struct tevent_context *, struct tevent_req *, tevent_queue_trigger_fn_t, void *)
 tevent_queue_add_optimize_empty: struct tevent_queue_entry *(struct tevent_queue *, struct tevent_context *, struct tevent_req *, tevent_queue_trigger_fn_t, void *)
+tevent_queue_entry_get_tag: uint64_t (const struct tevent_queue_entry *)
+tevent_queue_entry_set_tag: void (struct tevent_queue_entry *, uint64_t)
 tevent_queue_entry_untrigger: void (struct tevent_queue_entry *)
 tevent_queue_length: size_t (struct tevent_queue *)
 tevent_queue_running: bool (struct tevent_queue *)
@@ -142,8 +142,8 @@ tevent_timeval_until: struct timeval (const struct timeval *, const struct timev
 tevent_timeval_zero: struct timeval (void)
 tevent_trace_fd_callback: void (struct tevent_context *, struct tevent_fd *, enum tevent_event_trace_point)
 tevent_trace_immediate_callback: void (struct tevent_context *, struct tevent_immediate *, enum tevent_event_trace_point)
-tevent_trace_queue_callback: void (struct tevent_context *, struct tevent_queue_entry *, enum tevent_event_trace_point)
 tevent_trace_point_callback: void (struct tevent_context *, enum tevent_trace_point)
+tevent_trace_queue_callback: void (struct tevent_context *, struct tevent_queue_entry *, enum tevent_event_trace_point)
 tevent_trace_signal_callback: void (struct tevent_context *, struct tevent_signal *, enum tevent_event_trace_point)
 tevent_trace_timer_callback: void (struct tevent_context *, struct tevent_timer *, enum tevent_event_trace_point)
 tevent_update_timer: void (struct tevent_timer *, struct timeval)
diff --git a/lib/tevent/wscript b/lib/tevent/wscript
index 308655e047f..2ba920c976a 100644
--- a/lib/tevent/wscript
+++ b/lib/tevent/wscript
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 APPNAME = 'tevent'
-VERSION = '0.12.0'
+VERSION = '0.12.1'
 
 import sys, os
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list