[prev in list] [next in list] [prev in thread] [next in thread] 

List:       samba-cvs
Subject:    [SCM] Samba Website Repository - branch master updated
From:       Jule Anger <janger () samba ! org>
Date:       2023-08-16 16:57:26
Message-ID: E1qWJpm-004AnK-5f () hrx0 ! samba ! org
[Download RAW message or body]

The branch, master has been updated
       via  5d95fc5 NEWS[4.18.6]: Samba 4.18.6 Available for Download
      from  40f156b NEWS[4.19.0rc2]: Samba 4.19.0rc2 Available for Download

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


- Log -----------------------------------------------------------------
commit 5d95fc5c3d62cafb8f1934d9628c4d26fe7d1e44
Author: Jule Anger <janger@samba.org>
Date:   Wed Aug 16 18:56:02 2023 +0200

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

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

Summary of changes:
 history/header_history.html                      |  1 +
 history/samba-4.18.6.html                        | 79 ++++++++++++++++++++++++
 posted_news/20230816-165656.4.18.6.body.html     | 13 ++++
 posted_news/20230816-165656.4.18.6.headline.html |  3 +
 4 files changed, 96 insertions(+)
 create mode 100644 history/samba-4.18.6.html
 create mode 100644 posted_news/20230816-165656.4.18.6.body.html
 create mode 100644 posted_news/20230816-165656.4.18.6.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index d122074..da9f631 100755
--- a/history/header_history.html
+++ b/history/header_history.html
@@ -9,6 +9,7 @@
 		<li><a href="/samba/history/">Release Notes</a>
 		<li class="navSub">
 			<ul>
+			<li><a href="samba-4.18.6.html">samba-4.18.6</a></li>
 			<li><a href="samba-4.18.5.html">samba-4.18.5</a></li>
 			<li><a href="samba-4.18.4.html">samba-4.18.4</a></li>
 			<li><a href="samba-4.18.3.html">samba-4.18.3</a></li>
diff --git a/history/samba-4.18.6.html b/history/samba-4.18.6.html
new file mode 100644
index 0000000..8d3cdbb
--- /dev/null
+++ b/history/samba-4.18.6.html
@@ -0,0 +1,79 @@
+<!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.18.6 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.18.6 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.18.6.tar.gz">Samba \
4.18.6 (gzipped)</a><br> +<a \
href="https://download.samba.org/pub/samba/stable/samba-4.18.6.tar.asc">Signature</a> \
+</p> +<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.18.5-4.18.6.diffs.gz">Patch \
(gzipped) against Samba 4.18.5</a><br> +<a \
href="https://download.samba.org/pub/samba/patches/samba-4.18.5-4.18.6.diffs.asc">Signature</a>
 +</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.18.6
+                          August 16, 2023
+                   ==============================
+
+
+This is the latest stable release of the Samba 4.18 release series.
+
+
+Changes since 4.18.5
+--------------------
+
+o  Jeremy Allison &lt;jra@samba.org&gt;
+   * BUG 15420: reply_sesssetup_and_X() can dereference uninitialized tmp
+     pointer.
+   * BUG 15430: Missing return in reply_exit_done().
+
+o  Andrew Bartlett &lt;abartlet@samba.org&gt;
+   * BUG 15289: post-exec password redaction for samba-tool is more reliable for
+     fully random passwords as it no longer uses regular expressions
+     containing the password value itself.
+   * BUG 9959: Windows client join fails if a second container CN=System exists
+     somewhere.
+
+o  Ralph Boehme &lt;slow@samba.org&gt;
+   * BUG 15342: Spotlight sometimes returns no results on latest macOS.
+   * BUG 15417: Renaming results in NT_STATUS_SHARING_VIOLATION if previously
+     attempted to remove the destination.
+   * BUG 15427: Spotlight results return wrong date in result list.
+
+o  G&uuml;nther Deschner &lt;gd@samba.org&gt;
+   * BUG 15414: &quot;net offlinejoin provision&quot; does not work as non-root \
user. +
+o  Pavel Filipenský &lt;pfilipensky@samba.org&gt;
+   * BUG 15400: rpcserver no longer accepts double backslash in dfs pathname.
+   * BUG 15433: cm_prepare_connection() calls close(fd) for the second time.
+
+o  Stefan Metzmacher &lt;metze@samba.org&gt;
+   * BUG 15346: 2-3min delays at reconnect with smb2_validate_sequence_number:
+     bad message_id 2.
+   * BUG 15441: samba-tool ntacl get segfault if aio_pthread appended.
+   * BUG 15446: DCERPC_PKT_CO_CANCEL and DCERPC_PKT_ORPHANED can&apos;t be parsed.
+
+o  Noel Power &lt;noel.power@suse.com&gt;
+   * BUG 15390: Python tarfile extraction needs change to avoid a warning
+     (CVE-2007-4559 mitigation).
+   * BUG 15435: Regression DFS not working with widelinks = true.
+
+o  Arvid Requate &lt;requate@univention.de&gt;
+   * BUG 9959: Windows client join fails if a second container CN=System exists
+    somewhere.
+
+o  Jones Syue &lt;jonessyue@qnap.com&gt;
+   * BUG 15441: samba-tool ntacl get segfault if aio_pthread appended.
+   * BUG 15449: mdssvc: Do an early talloc_free() in _mdssvc_open().
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20230816-165656.4.18.6.body.html \
b/posted_news/20230816-165656.4.18.6.body.html new file mode 100644
index 0000000..8638e3c
--- /dev/null
+++ b/posted_news/20230816-165656.4.18.6.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20230816-165656.4.18.6.body.html -->
+<h5><a name="4.18.6">16 August 2023</a></h5>
+<p class=headline>Samba 4.18.6 Available for Download</p>
+<p>
+This is the latest stable release of the Samba 4.18 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.18.6.tar.gz">downloaded \
now</a>. +A <a href="https://download.samba.org/pub/samba/patches/samba-4.18.5-4.18.6.diffs.gz">patch \
against Samba 4.18.5</a> is also available. +See <a \
href="https://www.samba.org/samba/history/samba-4.18.6.html">the release notes for \
more info</a>. +</p>
+<!-- END: posted_news/20230816-165656.4.18.6.body.html -->
diff --git a/posted_news/20230816-165656.4.18.6.headline.html \
b/posted_news/20230816-165656.4.18.6.headline.html new file mode 100644
index 0000000..05179dd
--- /dev/null
+++ b/posted_news/20230816-165656.4.18.6.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20230816-165656.4.18.6.headline.html -->
+<li> 16 August 2023 <a href="#4.18.6">Samba 4.18.6 Available for Download</a></li>
+<!-- END: posted_news/20230816-165656.4.18.6.headline.html -->


-- 
Samba Website Repository


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic