The branch, v4-12-stable has been updated via c7627de2c65 VERSION: Bump version for Samba 4.12.14 release. via 6e82957b969 ldb: version 2.1.5 from bb2f64babf1 VERSION: Disable GIT_SNAPSHOT for the Samba 4.12.13 release.
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-12-stable - Log ----------------------------------------------------------------- commit c7627de2c654eee34126011f3fe5174b6143486d Author: Stefan Metzmacher <me...@samba.org> Date: Wed Mar 24 10:24:47 2021 +0100 VERSION: Bump version for Samba 4.12.14 release. o BUG #14595: CVE-2020-27840: Heap corruption via crafted DN strings. o BUG #14655: CVE-2021-20277: Out of bounds read in AD DC LDAP server. Note this is exactly the same as 4.12.13, except that it has a dependency on ldb version 2.1.5, which is needed if someone builds against a system libldb. Signed-off-by: Stefan Metzmacher <me...@samba.org> Signed-off-by: Karolin Seeger <ksee...@samba.org> commit 6e82957b969036fc4670d2d7e500c09e5b880112 Author: Stefan Metzmacher <me...@samba.org> Date: Wed Mar 24 10:19:53 2021 +0100 ldb: version 2.1.5 o BUG #14595: CVE-2020-27840: Heap corruption via crafted DN strings. o BUG #14655: CVE-2021-20277: Out of bounds read in AD DC LDAP server. Signed-off-by: Stefan Metzmacher <me...@samba.org> Signed-off-by: Karolin Seeger <ksee...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- lib/ldb/ABI/{ldb-2.0.5.sigs => ldb-2.1.5.sigs} | 0 lib/ldb/ABI/{pyldb-util-2.1.0.sigs => pyldb-util-2.1.5.sigs} | 0 lib/ldb/wscript | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) copy lib/ldb/ABI/{ldb-2.0.5.sigs => ldb-2.1.5.sigs} (100%) copy lib/ldb/ABI/{pyldb-util-2.1.0.sigs => pyldb-util-2.1.5.sigs} (100%) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index 94138794cdc..b3cc915133d 100644 --- a/VERSION +++ b/VERSION @@ -25,7 +25,7 @@ ######################################################## SAMBA_VERSION_MAJOR=4 SAMBA_VERSION_MINOR=12 -SAMBA_VERSION_RELEASE=13 +SAMBA_VERSION_RELEASE=14 ######################################################## # If a official release has a serious bug # diff --git a/lib/ldb/ABI/ldb-2.0.5.sigs b/lib/ldb/ABI/ldb-2.1.5.sigs similarity index 100% copy from lib/ldb/ABI/ldb-2.0.5.sigs copy to lib/ldb/ABI/ldb-2.1.5.sigs diff --git a/lib/ldb/ABI/pyldb-util-2.1.0.sigs b/lib/ldb/ABI/pyldb-util-2.1.5.sigs similarity index 100% copy from lib/ldb/ABI/pyldb-util-2.1.0.sigs copy to lib/ldb/ABI/pyldb-util-2.1.5.sigs diff --git a/lib/ldb/wscript b/lib/ldb/wscript index 33265da373a..493fd7c5d77 100644 --- a/lib/ldb/wscript +++ b/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '2.1.4' +VERSION = '2.1.5' import sys, os -- Samba Shared Repository