[SCM] Samba Website Repository - branch master updated

Jule Anger janger at samba.org
Tue Oct 5 13:21:41 UTC 2021


The branch, master has been updated
       via  a149f34 Add Samba 4.14.8
       via  5c332bb NEWS[4.14.8]: Samba 4.14.8 Available for Download
      from  764e94a Add Samba 4.13.12

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


- Log -----------------------------------------------------------------
commit a149f343e20cff09965d3f3e54afe94cbcacede0
Author: Jule Anger <janger at samba.org>
Date:   Tue Oct 5 15:20:51 2021 +0200

    Add Samba 4.14.8
    
    Signed-off-by: Jule Anger <janger at samba.org>

commit 5c332bbf9a1f241b70c20a82ed1685bd1f2489e3
Author: Jule Anger <janger at samba.org>
Date:   Tue Oct 5 15:17:43 2021 +0200

    NEWS[4.14.8]: Samba 4.14.8 Available for Download
    
    Signed-off-by: Jule Anger <janger at samba.org>

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

Summary of changes:
 history/header_history.html                      |  1 +
 history/samba-4.14.8.html                        | 93 ++++++++++++++++++++++++
 posted_news/20211005-131941.4.14.8.body.html     | 13 ++++
 posted_news/20211005-131941.4.14.8.headline.html |  3 +
 4 files changed, 110 insertions(+)
 create mode 100644 history/samba-4.14.8.html
 create mode 100644 posted_news/20211005-131941.4.14.8.body.html
 create mode 100644 posted_news/20211005-131941.4.14.8.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index a5d4ecb..c9e2c01 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -10,6 +10,7 @@
 		<li class="navSub">
 			<ul>
 			<li><a href="samba-4.15.0.html">samba-4.15.0</a></li>
+			<li><a href="samba-4.14.8.html">samba-4.14.8</a></li>
 			<li><a href="samba-4.14.7.html">samba-4.14.7</a></li>
 			<li><a href="samba-4.14.6.html">samba-4.14.6</a></li>
 			<li><a href="samba-4.14.5.html">samba-4.14.5</a></li>
diff --git a/history/samba-4.14.8.html b/history/samba-4.14.8.html
new file mode 100644
index 0000000..a3bffc4
--- /dev/null
+++ b/history/samba-4.14.8.html
@@ -0,0 +1,93 @@
+<!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.14.8 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.14.8 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.14.8.tar.gz">Samba 4.14.8 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.14.8.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.14.7-4.14.8.diffs.gz">Patch (gzipped) against Samba 4.14.7</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.14.7-4.14.8.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.14.8
+                          October 05, 2021
+                   ==============================
+
+
+This is the latest stable release of the Samba 4.14 release series.
+
+
+Changes since 4.14.7
+--------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 14742: Python ldb.msg_diff() memory handling failure.
+   * BUG 14805: OpenDir() loses the correct errno return.
+   * BUG 14809: Shares with variable substitutions cause core dump upon
+     connection from MacOS Big Sur 11.5.2.
+   * BUG 14816: Fix pathref open of a filesystem fifo in the DISABLE_OPATH
+     build.
+
+o  Andrew Bartlett <abartlet at samba.org>
+   * BUG 14806: Address a signifcant performance regression in database access
+     in the AD DC since Samba 4.12.
+   * BUG 14807: Fix performance regression in lsa_LookupSids3/LookupNames4 since
+     Samba 4.9 by using an explicit database handle cache.
+   * BUG 14817: An unuthenticated user can crash the AD DC KDC by omitting the
+     server name in a TGS-REQ.
+   * BUG 14818: Address flapping samba_tool_drs_showrepl test.
+   * BUG 14819: Address flapping dsdb_schema_attributes test.
+   * BUG 14841: Samba CI runs can now continue past the first error if
+     AUTOBUILD_FAIL_IMMEDIATELY=0 is set.
+   * BUG 14854: samldb_krbtgtnumber_available() looks for incorrect string.
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 14771: Some VFS operations on pathref (O_PATH) handles fail on GPFS.
+   * BUG 14783: smbd "deadtime" parameter doesn't work anymore.
+   * BUG 14787: net conf list crashes when run as normal user.
+   * BUG 14790: vfs_btrfs compression support broken.
+   * BUG 14804: winbindd can crash because idmap child state is not fully
+     initialized.
+
+o  Luke Howard <lukeh at padl.com>
+   * BUG 14817: An unuthenticated user can crash the AD DC KDC by omitting the
+     server name in a TGS-REQ.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 14817: An unuthenticated user can crash the AD DC KDC by omitting the
+     server name in a TGS-REQ.
+
+o  Gary Lockyer <gary at catalyst.net.nz>
+   * BUG 14817: An unuthenticated user can crash the AD DC KDC by omitting the
+     server name in a TGS-REQ.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 14771: Some VFS operations on pathref (O_PATH) handles fail on GPFS.
+   * BUG 14817: An unuthenticated user can crash the AD DC KDC by omitting the
+     server name in a TGS-REQ.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 14817: An unuthenticated user can crash the AD DC KDC by omitting the
+     server name in a TGS-REQ.
+
+o  Martin Schwenke <martin at meltin.net>
+   * BUG 14784: Fix CTDB flag/status update race conditions.
+
+o  Joseph Sutton <josephsutton at catalyst.net.nz>
+   * BUG 14817: An unuthenticated user can crash the AD DC KDC by omitting the
+     server name in a TGS-REQ.
+   * BUG 14836: Python ldb.msg_diff() memory handling failure.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20211005-131941.4.14.8.body.html b/posted_news/20211005-131941.4.14.8.body.html
new file mode 100644
index 0000000..8c1e005
--- /dev/null
+++ b/posted_news/20211005-131941.4.14.8.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20211005-131941.4.14.8.body.html -->
+<h5><a name="4.14.8">05 October 2021</a></h5>
+<p class=headline>Samba 4.14.8 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.14 release series.
+</p>
+<p>
+The uncompressed tarball has been signed using GnuPG (ID AA99442FB680B620).
+The source code can be <a href="https://download.samba.org/pub/samba/stable/samba-4.14.8.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.14.7-4.14.8.diffs.gz">patch against Samba 4.14.7</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.14.8.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20211005-131941.4.14.8.body.html -->
diff --git a/posted_news/20211005-131941.4.14.8.headline.html b/posted_news/20211005-131941.4.14.8.headline.html
new file mode 100644
index 0000000..183103e
--- /dev/null
+++ b/posted_news/20211005-131941.4.14.8.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20211005-131941.4.14.8.headline.html -->
+<li> 05 October 2021 <a href="#4.14.8">Samba 4.14.8 Available for Download</a></li>
+<!-- END: posted_news/20211005-131941.4.14.8.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list