From: Karolin Seeger Date: Tue, 23 Mar 2021 10:11:31 +0000 (+0100) Subject: VERSION: Disable GIT_SNAPSHOT for the Samba 4.12.13 release. X-Git-Tag: samba-4.12.13^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb2f64babf1a2bfb780d0325e859f796d0ce1647;p=thirdparty%2Fsamba.git 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 --- 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