VERSION: Disable git snapshot for the 4.1.8 release. samba-4.1.9
authorKarolin Seeger <kseeger@samba.org>
Sun, 22 Jun 2014 14:42:41 +0000 (16:42 +0200)
committerKarolin Seeger <kseeger@samba.org>
Sun, 22 Jun 2014 14:42:41 +0000 (16:42 +0200)
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10633
CVE-2014-0244: nmbd denial of service

Bug: https://bugzilla.samba.org/show_bug.cgi?id=10654
CVE-2014-3493: Segmentation fault in smbd_marshall_dir_entry()'s
SMB_FIND_FILE_UNIX handler because push_ascii() has returned(uint32_t)-1
via srvstr_push(), incrementing p by 4GB

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

diff --git a/VERSION b/VERSION
index 1faf36b9a76a0577518a3ece6d74eb188644ef7f..6783ea5e175f50200449a180ac3dcfa54389e40d 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            #