[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Thu Dec 13 09:51:58 UTC 2018


The branch, master has been updated
       via  ea99b56 Add Samba 4.8.8.
       via  2760f0c NEWS[4.8.8]: Samba 4.8.8 Available for Download
      from  cb0b96e NEWS[4.9.3]: Samba 4.9.3, 4.8.7 and 4.7.12 Security Releases Available

https://git.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit ea99b56534f0b49cbf6c90726a6550fd38e32fe2
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Dec 13 10:19:20 2018 +0100

    Add Samba 4.8.8.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit 2760f0cc19e4d91a9ff7294d7fbebf230e137bf2
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Dec 13 10:12:24 2018 +0100

    NEWS[4.8.8]: Samba 4.8.8 Available for Download
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

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

Summary of changes:
 history/header_history.html                     |   1 +
 history/samba-4.8.8.html                        | 100 ++++++++++++++++++++++++
 posted_news/20181213-091816.4.8.8.body.html     |  13 +++
 posted_news/20181213-091816.4.8.8.headline.html |   3 +
 4 files changed, 117 insertions(+)
 create mode 100644 history/samba-4.8.8.html
 create mode 100644 posted_news/20181213-091816.4.8.8.body.html
 create mode 100644 posted_news/20181213-091816.4.8.8.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index 6ffd230..d61b8e5 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -13,6 +13,7 @@
 			<li><a href="samba-4.9.2.html">samba-4.9.2</a></li>
 			<li><a href="samba-4.9.1.html">samba-4.9.1</a></li>
 			<li><a href="samba-4.9.0.html">samba-4.9.0</a></li>
+			<li><a href="samba-4.8.8.html">samba-4.8.8</a></li>
 			<li><a href="samba-4.8.7.html">samba-4.8.7</a></li>
 			<li><a href="samba-4.8.6.html">samba-4.8.6</a></li>
 			<li><a href="samba-4.8.5.html">samba-4.8.5</a></li>
diff --git a/history/samba-4.8.8.html b/history/samba-4.8.8.html
new file mode 100644
index 0000000..0139106
--- /dev/null
+++ b/history/samba-4.8.8.html
@@ -0,0 +1,100 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>Samba 4.8.8 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.8.8 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.8.8.tar.gz">Samba 4.8.8 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.8.8.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.8.7-4.8.8.diffs.gz">Patch (gzipped) against Samba 4.8.7</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.8.7-4.8.8.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   =============================
+                   Release Notes for Samba 4.8.8
+                         December 13, 2018
+                   =============================
+
+
+This is the latest stable release of the Samba 4.8 release series.
+
+Major bug fixes include:
+------------------------
+
+   o dns: Fix CNAME loop prevention using counter regression (bug #13600).
+
+
+Changes since 4.8.7:
+--------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 13633: s3: smbd: Prevent valgrind errors in smbtorture3 POSIX test.
+
+o  Andrew Bartlett <abartlet at samba.org>
+   * BUG 13418: dsdb: Add comments explaining the limitations of our current
+     backlink behaviour.
+   * BUG 13495: dbcheck: Use symbolic control name for
+     DSDB_CONTROL_DBCHECK_FIX_DUPLICATE_LINKS.
+
+o  Tim Beale <timbeale at catalyst.net.nz>
+   * BUG 13495: dbchecker: Fixing up incorrect DNs wasn't working.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 9175: libcli/smb: Don't overwrite status code.
+   * BUG 12164: 'wbinfo --group-info' 'NT AUTHORITY\System' does not work.
+   * BUG 13175: Fix accessing ZFS snapshot directories over SMB.
+   * BUG 13642: vfs_fruit should be able to cleanup AppleDouble files.
+   * BUG 13465: testparm crashes with PANIC: Messaging not initialized on
+     SLES 12 SP3.
+   * BUG 13646: File saving issues with vfs_fruit on samba >= 4.8.5.
+   * BUG 13649: Enabling vfs_fruit looses FinderInfo.
+   * BUG 13661: Session setup reauth fails to sign response.
+   * BUG 13667: Cancelling of SMB2 aio reads and writes returns wrong error
+     NT_STATUS_INTERNAL_ERROR.
+   * BUG 13677: Fix copy with vfs_fruit if AFP_AfpInfo stream file
+     size > 60bytes.
+
+o  Isaac Boukris <iboukris at gmail.com>
+   * BUG 13571: CVE-2018-16853: Fix S4U2Self crash with MIT KDC build.
+
+o  Amitay Isaacs <amitay at gmail.com>
+   * BUG 13641: Fix CTDB recovery record resurrection from inactive nodes and
+     simplify vacuuming.
+   * BUG 13659: Fix bugs in CTDB event handling.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 13465: examples: Fix the smb2mount build.
+   * BUG 13662: winbindd_cache: Fix timeout calculation for sid<->name cache.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 13418: Extended DN SID component missing for member after switching
+     group membership.
+   * BUG 13600: CVE-2018-14629 dns: Fix CNAME loop prevention using counter
+     regression.
+   * BUG 13624: STATUS_SESSION_EXPIRED error is returned unencrypted, if the
+     request was encrypted.
+
+o  Christof Schmitt <cs at samba.org>
+   * BUG 13465: testparm crashes with PANIC: Messaging not initialized on
+     SLES 12 SP3.
+   * BUG 13673: smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY
+     attribute.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 13571: CVE-2018-16853: Fix S4U2Self crash with MIT KDC build.
+   * BUG 13679: Fix a segfault in pyglue.
+
+o  Martin Schwenke <martin at meltin.net>
+   * BUG 13670: ctdb-recovery: Ban a node that causes recovery failure.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20181213-091816.4.8.8.body.html b/posted_news/20181213-091816.4.8.8.body.html
new file mode 100644
index 0000000..75037f8
--- /dev/null
+++ b/posted_news/20181213-091816.4.8.8.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20181213-091816.4.8.8.body.html -->
+<h5><a name="4.8.8">13 December 2018</a></h5>
+<p class=headline>Samba 4.8.8 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.8 release series.
+</p>
+<p>
+The uncompressed tarball has been signed using GnuPG (ID 6F33915B6568B7EA).
+The source code can be <a href="https://download.samba.org/pub/samba/stable/samba-4.8.8.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.8.7-4.8.8.diffs.gz">patch against Samba 4.8.7</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.8.8.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20181213-091816.4.8.8.body.html -->
diff --git a/posted_news/20181213-091816.4.8.8.headline.html b/posted_news/20181213-091816.4.8.8.headline.html
new file mode 100644
index 0000000..2e780a8
--- /dev/null
+++ b/posted_news/20181213-091816.4.8.8.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20181213-091816.4.8.8.headline.html -->
+<li> 13 December 2018 <a href="#4.8.8">Samba 4.8.8 Available for Download</a></li>
+<!-- END: posted_news/20181213-091816.4.8.8.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list