VERSION: Disable GIT_SNAPSHOT for the 4.12.4 release. samba-4.12.4
authorKarolin Seeger <kseeger@samba.org>
Thu, 25 Jun 2020 10:57:04 +0000 (12:57 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 25 Jun 2020 10:57:04 +0000 (12:57 +0200)
This is a security release in order to address the following CVEs:

o CVE-2020-10730: NULL pointer de-reference and use-after-free in Samba AD DC
                  LDAP Server with ASQ, VLV and paged_results.
o CVE-2020-10745: Parsing and packing of NBT and DNS packets can consume
                  excessive CPU.
o CVE-2020-10760: LDAP Use-after-free in Samba AD DC Global Catalog with
                  paged_results and VLV.
o CVE-2020-14303: Empty UDP packet DoS in Samba AD DC nbtd.

Signed-off-by: Karolin Seeger <kseeger@samba.org>
VERSION

diff --git a/VERSION b/VERSION
index 1a2c925f3aaa16bfa3bf6373014ccddbc45c47e1..e964a32a686c3aec5fb65bf50b3d866d89464a58 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            #