The branch, v4-14-stable has been updated via e2409cb5480 VERSION: Bump version for Samba 4.14.2 release. via f31a64c1333 ldb: version 2.3.0 from ed4a04eca53 VERSION: Disable GIT_SNAPSHOT for the 4.14.1 release.
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-14-stable - Log ----------------------------------------------------------------- commit e2409cb5480b705ee167f34ae00c7c91a2f9c0a0 Author: Stefan Metzmacher <me...@samba.org> Date: Wed Mar 24 10:24:47 2021 +0100 VERSION: Bump version for Samba 4.14.2 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.14.1, except that it has a dependency on ldb version 2.3.0, 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 f31a64c133388e4b40bc4e54f3d72f64e13aea86 Author: Stefan Metzmacher <me...@samba.org> Date: Wed Mar 24 10:23:06 2021 +0100 ldb: version 2.3.0 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.3.0.sigs} | 0 lib/ldb/ABI/{pyldb-util-2.1.0.sigs => pyldb-util-2.3.0.sigs} | 0 lib/ldb/wscript | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) copy lib/ldb/ABI/{ldb-2.0.5.sigs => ldb-2.3.0.sigs} (100%) copy lib/ldb/ABI/{pyldb-util-2.1.0.sigs => pyldb-util-2.3.0.sigs} (100%) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index 01b91528239..a1b3f67bdd1 100644 --- a/VERSION +++ b/VERSION @@ -25,7 +25,7 @@ ######################################################## SAMBA_VERSION_MAJOR=4 SAMBA_VERSION_MINOR=14 -SAMBA_VERSION_RELEASE=1 +SAMBA_VERSION_RELEASE=2 ######################################################## # 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.3.0.sigs similarity index 100% copy from lib/ldb/ABI/ldb-2.0.5.sigs copy to lib/ldb/ABI/ldb-2.3.0.sigs diff --git a/lib/ldb/ABI/pyldb-util-2.1.0.sigs b/lib/ldb/ABI/pyldb-util-2.3.0.sigs similarity index 100% copy from lib/ldb/ABI/pyldb-util-2.1.0.sigs copy to lib/ldb/ABI/pyldb-util-2.3.0.sigs diff --git a/lib/ldb/wscript b/lib/ldb/wscript index 32a1a2e0ec0..bf6129bd6fa 100644 --- a/lib/ldb/wscript +++ b/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '2.2.0' +VERSION = '2.3.0' import sys, os -- Samba Shared Repository