The branch, v4-15-test has been updated via d93892d2e8e ldb: version 2.4.2 from cf1ee828aa1 waf: Fix resolv_wrapper with glibc 2.34
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-15-test - Log ----------------------------------------------------------------- commit d93892d2e8ed69758c15ab18bc03bba09e715bc6 Author: Stefan Metzmacher <me...@samba.org> Date: Mon Jan 24 12:37:28 2022 +0100 ldb: version 2.4.2 CVE-2021-3670 ldb: Confirm the request has not yet timed out in ldb filter processing BUG: https://bugzilla.samba.org/show_bug.cgi?id=14694 Signed-off-by: Stefan Metzmacher <me...@samba.org> Autobuild-User(v4-15-test): Stefan Metzmacher <me...@samba.org> Autobuild-Date(v4-15-test): Mon Jan 24 12:44:54 UTC 2022 on sn-devel-184 ----------------------------------------------------------------------- Summary of changes: lib/ldb/ABI/{ldb-2.0.5.sigs => ldb-2.4.2.sigs} | 0 lib/ldb/ABI/{pyldb-util-2.1.0.sigs => pyldb-util-2.4.2.sigs} | 0 lib/ldb/wscript | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) copy lib/ldb/ABI/{ldb-2.0.5.sigs => ldb-2.4.2.sigs} (100%) copy lib/ldb/ABI/{pyldb-util-2.1.0.sigs => pyldb-util-2.4.2.sigs} (100%) Changeset truncated at 500 lines: diff --git a/lib/ldb/ABI/ldb-2.0.5.sigs b/lib/ldb/ABI/ldb-2.4.2.sigs similarity index 100% copy from lib/ldb/ABI/ldb-2.0.5.sigs copy to lib/ldb/ABI/ldb-2.4.2.sigs diff --git a/lib/ldb/ABI/pyldb-util-2.1.0.sigs b/lib/ldb/ABI/pyldb-util-2.4.2.sigs similarity index 100% copy from lib/ldb/ABI/pyldb-util-2.1.0.sigs copy to lib/ldb/ABI/pyldb-util-2.4.2.sigs diff --git a/lib/ldb/wscript b/lib/ldb/wscript index 986690181ec..c470f854b99 100644 --- a/lib/ldb/wscript +++ b/lib/ldb/wscript @@ -2,7 +2,7 @@ APPNAME = 'ldb' # For Samba 4.15.x -VERSION = '2.4.1' +VERSION = '2.4.2' import sys, os -- Samba Shared Repository