The branch, v4-13-stable has been updated via 2afbb6d42e6 VERSION: Bump version for Samba 4.13.7 release. via 7cb60d4209a ldb: version 2.2.1 from 440b75fda70 VERSION: Disable GIT_SNAPSHOT for the 4.13.6 release.
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-13-stable - Log ----------------------------------------------------------------- commit 2afbb6d42e6c1a75a49c2682c461224fcfd20bb4 Author: Stefan Metzmacher <me...@samba.org> Date: Wed Mar 24 10:24:47 2021 +0100 VERSION: Bump version for Samba 4.13.7 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.13.6, except that it has a dependency on ldb version 2.2.1, 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 7cb60d4209ab416d37896f8dd6a3175fd3c6d657 Author: Stefan Metzmacher <me...@samba.org> Date: Wed Mar 24 10:21:56 2021 +0100 ldb: version 2.2.1 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.2.1.sigs} | 0 lib/ldb/ABI/{pyldb-util-2.1.0.sigs => pyldb-util-2.2.1.sigs} | 0 lib/ldb/wscript | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) copy lib/ldb/ABI/{ldb-2.0.5.sigs => ldb-2.2.1.sigs} (100%) copy lib/ldb/ABI/{pyldb-util-2.1.0.sigs => pyldb-util-2.2.1.sigs} (100%) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index de7894516ff..9f3a9e91308 100644 --- a/VERSION +++ b/VERSION @@ -25,7 +25,7 @@ ######################################################## SAMBA_VERSION_MAJOR=4 SAMBA_VERSION_MINOR=13 -SAMBA_VERSION_RELEASE=6 +SAMBA_VERSION_RELEASE=7 ######################################################## # 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.2.1.sigs similarity index 100% copy from lib/ldb/ABI/ldb-2.0.5.sigs copy to lib/ldb/ABI/ldb-2.2.1.sigs diff --git a/lib/ldb/ABI/pyldb-util-2.1.0.sigs b/lib/ldb/ABI/pyldb-util-2.2.1.sigs similarity index 100% copy from lib/ldb/ABI/pyldb-util-2.1.0.sigs copy to lib/ldb/ABI/pyldb-util-2.2.1.sigs diff --git a/lib/ldb/wscript b/lib/ldb/wscript index 32a1a2e0ec0..164065ab79a 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.2.1' import sys, os -- Samba Shared Repository