]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
VERSION: Disable GIT_SNAPSHOT for the Samba 4.12.13 release. samba-4.12.13
authorKarolin Seeger <kseeger@samba.org>
Tue, 23 Mar 2021 10:11:31 +0000 (11:11 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 23 Mar 2021 11:37:48 +0000 (12:37 +0100)
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 <kseeger@samba.org>
VERSION
WHATSNEW.txt

diff --git a/VERSION b/VERSION
index f10a52e188b5f19b4b928db77fa183d580f3c891..94138794cdc965ea14771bf9b793607e531980c0 100644 (file)
--- 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            #
index 54ba3298981d1f6fe32397f45b892d0c001be6e1..21db21b8de0f4988d8bd57698198bc72571006e2 100644 (file)
@@ -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 <abartlet@samba.org>