[SCM] Samba Shared Repository - branch v4-5-test updated

Karolin Seeger kseeger at samba.org
Fri Mar 31 08:16:45 UTC 2017


The branch, v4-5-test has been updated
       via  fa9bc20 VERSION: Bump version up to 4.5.9.
       via  25ed615 Merge tag 'samba-4.5.8' into v4-5-test
       via  964d1fc VERSION: Disable GIT_SNAPSHOTS for the 4.5.8 release.
       via  46032b9 WHATSNEW: Add release notes for Samba 4.5.8.
       via  e013dc8 s3: Test for CVE-2017-2619 regression with "follow symlinks = no" - part 2
       via  8dfe455 s3: smbd: Fix "follow symlink = no" regression part 2.
       via  95c190d s3: smbd: Fix "follow symlink = no" regression part 2.
       via  99378b7 s3: Fixup test for CVE-2017-2619 regression with "follow symlinks = no"
       via  29dd6b1 s3: Test for CVE-2017-2619 regression with "follow symlinks = no".
       via  42fd34a s3: smbd: Fix incorrect logic exposed by fix for the security bug 12496 (CVE-2017-2619).
       via  4e28a8f VERSION: Re-enable GIT_SNAPSHOTS.
       via  bf889af VERSION: Up to Samba 4.5.8.
      from  342e39b s3: Test for CVE-2017-2619 regression with "follow symlinks = no" - part 2

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-5-test


- Log -----------------------------------------------------------------
commit fa9bc20eecc28073be09a6644f057131213d01eb
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri Mar 31 10:16:13 2017 +0200

    VERSION: Bump version up to 4.5.9.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit 25ed6156ab8e2a14475c635e21b3c1b3c332083a
Merge: 342e39b 964d1fc
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri Mar 31 10:15:40 2017 +0200

    Merge tag 'samba-4.5.8' into v4-5-test
    
    samba: tag release samba-4.5.8

-----------------------------------------------------------------------

Summary of changes:
 VERSION                   |  2 +-
 WHATSNEW.txt              | 45 +++++++++++++++++++++++++++++++++++++++++++--
 selftest/target/Samba3.pm |  4 ++++
 3 files changed, 48 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/VERSION b/VERSION
index da28b78..2ecd3ac 100644
--- a/VERSION
+++ b/VERSION
@@ -25,7 +25,7 @@
 ########################################################
 SAMBA_VERSION_MAJOR=4
 SAMBA_VERSION_MINOR=5
-SAMBA_VERSION_RELEASE=8
+SAMBA_VERSION_RELEASE=9
 
 ########################################################
 # If a official release has a serious bug              #
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 591fbc6..5f37176 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,4 +1,45 @@
                    =============================
+                   Release Notes for Samba 4.5.8
+                           March 31, 2017
+                   =============================
+
+
+This is a bug fix release to address a regression introduced by the security
+fixes for CVE-2017-2619 (Symlink race allows access outside share definition).
+Please see https://bugzilla.samba.org/show_bug.cgi?id=12721 for details.
+
+
+Changes since 4.5.7:
+--------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 12721: Fix regression with "follow symlinks = no".
+
+
+#######################################
+Reporting bugs & Development Discussion
+#######################################
+
+Please discuss this release on the samba-technical mailing list or by
+joining the #samba-technical IRC channel on irc.freenode.net.
+
+If you do report problems then please try to send high quality
+feedback. If you don't provide vital information to help us track down
+the problem then you will probably be ignored.  All bug reports should
+be filed under the Samba 4.1 and newer product in the project's Bugzilla
+database (https://bugzilla.samba.org/).
+
+
+======================================================================
+== Our Code, Our Bugs, Our Responsibility.
+== The Samba Team
+======================================================================
+
+
+Release notes for older releases follow:
+----------------------------------------
+
+                   =============================
                    Release Notes for Samba 4.5.7
                            March 23, 2017
                    =============================
@@ -66,8 +107,8 @@ database (https://bugzilla.samba.org/).
 ======================================================================
 
 
-Release notes for older releases follow:
-----------------------------------------
+----------------------------------------------------------------------
+
 
                    =============================
                    Release Notes for Samba 4.5.6
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm
index 69ea33e..ce60b52 100755
--- a/selftest/target/Samba3.pm
+++ b/selftest/target/Samba3.pm
@@ -1823,6 +1823,10 @@ sub provision($$$$$$$$)
 	copy = tmp
 	acl_xattr:ignore system acls = yes
 	acl_xattr:default acl style = posix
+[nosymlinks]
+	copy = tmp
+	path = $nosymlinks_shrdir
+	follow symlinks = no
 [acl_xattr_ign_sysacl_windows]
 	copy = tmp
 	acl_xattr:ignore system acls = yes


-- 
Samba Shared Repository



More information about the samba-cvs mailing list