From bb2f64babf1a2bfb780d0325e859f796d0ce1647 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 23 Mar 2021 11:11:31 +0100 Subject: [PATCH] VERSION: Disable GIT_SNAPSHOT for the Samba 4.12.13 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. Signed-off-by: Karolin Seeger --- VERSION | 2 +- WHATSNEW.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f10a52e188b..94138794cdc 100644 --- a/VERSION +++ b/VERSION @@ -99,7 +99,7 @@ SAMBA_VERSION_RC_RELEASE= # e.g. SAMBA_VERSION_IS_SVN_SNAPSHOT=yes # # -> "3.0.0-SVN-build-199" # ######################################################## -SAMBA_VERSION_IS_GIT_SNAPSHOT=yes +SAMBA_VERSION_IS_GIT_SNAPSHOT=no ######################################################## # This is for specifying a release nickname # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 54ba3298981..21db21b8de0 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -26,7 +26,7 @@ o CVE-2021-20277: For more details, please refer to the security advisories. -Changes since 4.12.11 +Changes since 4.12.12 --------------------- o Andrew Bartlett -- 2.34.1