The branch, master has been updated
       via  a682773 Add Samba 4.15.1
       via  f81fe8a NEWS[4.15.1]: Samba 4.15.1 Available for Download
      from  9718fc0 team: add Jule

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


- Log -----------------------------------------------------------------
commit a682773b8dcdb38d8bd9e45a59569fee0a855af9
Author: Jule Anger <jan...@samba.org>
Date:   Wed Oct 27 14:59:04 2021 +0200

    Add Samba 4.15.1
    
    Signed-off-by: Jule Anger <jan...@samba.org>

commit f81fe8a9d2923a0bc649d3515a459fb09f73e2ff
Author: Jule Anger <jan...@samba.org>
Date:   Wed Oct 27 14:56:16 2021 +0200

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

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

Summary of changes:
 history/header_history.html                      |   1 +
 history/samba-4.15.1.html                        | 105 +++++++++++++++++++++++
 posted_news/20211027-125806.4.15.1.body.html     |  13 +++
 posted_news/20211027-125806.4.15.1.headline.html |   3 +
 4 files changed, 122 insertions(+)
 create mode 100644 history/samba-4.15.1.html
 create mode 100644 posted_news/20211027-125806.4.15.1.body.html
 create mode 100644 posted_news/20211027-125806.4.15.1.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index c9e2c01..cdbffe5 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.15.1.html">samba-4.15.1</a></li>
                        <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>
diff --git a/history/samba-4.15.1.html b/history/samba-4.15.1.html
new file mode 100644
index 0000000..a4504d8
--- /dev/null
+++ b/history/samba-4.15.1.html
@@ -0,0 +1,105 @@
+<!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.15.1 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.15.1 Available for Download</H2>
+<p>
+<a 
href="https://download.samba.org/pub/samba/stable/samba-4.15.1.tar.gz";>Samba 
4.15.1 (gzipped)</a><br>
+<a 
href="https://download.samba.org/pub/samba/stable/samba-4.15.1.tar.asc";>Signature</a>
+</p>
+<p>
+<a 
href="https://download.samba.org/pub/samba/patches/samba-4.15.0-4.15.1.diffs.gz";>Patch
 (gzipped) against Samba 4.15.0</a><br>
+<a 
href="https://download.samba.org/pub/samba/patches/samba-4.15.0-4.15.1.diffs.asc";>Signature</a>
+</p>
+<p>
+<pre>
+                   ==============================
+                   Release Notes for Samba 4.15.1
+                          October 27, 2021
+                   ==============================
+
+
+This is the latest stable release of the Samba 4.15 release series.
+
+
+Changes since 4.15.0
+--------------------
+
+o  Jeremy Allison &lt;j...@samba.org&gt;
+   * BUG 14682: vfs_shadow_copy2: core dump in make_relative_path.
+   * BUG 14685: Log clutter from filename_convert_internal.
+   * BUG 14862: MacOSX compilation fixes.
+
+o  Douglas Bagnall &lt;douglas.bagn...@catalyst.net.nz&gt;
+   * BUG 14868: rodc_rwdc test flaps.
+
+o  Andrew Bartlett &lt;abart...@samba.org&gt;
+   * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 
&apos;Bronze
+     bit&apos; S4U2Proxy Constrained Delegation bypass in Samba with embedded
+     Heimdal.
+   * BUG 14836: Python ldb.msg_diff() memory handling failure.
+   * BUG 14845: &quot;in&quot; operator on ldb.Message is case sensitive.
+   * BUG 14848: Release LDB 2.4.1 for Samba 4.15.1.
+   * BUG 14854: samldb_krbtgtnumber_available() looks for incorrect string.
+   * BUG 14871: Fix Samba support for UF_NO_AUTH_DATA_REQUIRED.
+   * BUG 14874: Allow special chars like &quot;@&quot; in samAccountName when 
generating
+     the salt.
+
+o  Ralph Boehme &lt;s...@samba.org&gt;
+   * BUG 14826: Correctly ignore comments in CTDB public addresses file.
+
+o  Isaac Boukris &lt;ibouk...@gmail.com&gt;
+   * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 
&apos;Bronze
+     bit&apos; S4U2Proxy Constrained Delegation bypass in Samba with embedded
+     Heimdal.
+
+o  Viktor Dukhovni &lt;vik...@twosigma.com&gt;
+   * BUG 12998: Fix transit path validation.
+
+o  Pavel Filipenský &lt;pfili...@redhat.com&gt;
+   * BUG 14852: Fix that child winbindd logs to log.winbindd instead of
+     log.wb-&lt;DOMAIN&gt;.
+
+o  Luke Howard &lt;lu...@padl.com&gt;
+   * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 
&apos;Bronze
+     bit&apos; S4U2Proxy Constrained Delegation bypass in Samba with embedded
+     Heimdal.
+
+o  Stefan Metzmacher &lt;me...@samba.org&gt;
+   * BUG 14855: SMB3 cancel requests should only include the MID together with
+     AsyncID when AES-128-GMAC is used.
+
+o  Alex Richardson &lt;alexander.richard...@cl.cam.ac.uk&gt;
+   * BUG 14862: MacOSX compilation fixes.
+
+o  Andreas Schneider &lt;a...@samba.org&gt;
+   * BUG 14870: Prepare to operate with MIT krb5 &gt;= 1.20.
+
+o  Martin Schwenke &lt;mar...@meltin.net&gt;
+   * BUG 14826: Correctly ignore comments in CTDB public addresses file.
+
+o  Joseph Sutton &lt;josephsut...@catalyst.net.nz&gt;
+   * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 
&apos;Bronze
+     bit&apos; S4U2Proxy Constrained Delegation bypass in Samba with embedded
+     Heimdal.
+   * BUG 14836: Python ldb.msg_diff() memory handling failure.
+   * BUG 14845: &quot;in&quot; operator on ldb.Message is case sensitive.
+   * BUG 14864: Heimdal prefers RC4 over AES for machine accounts.
+   * BUG 14868: rodc_rwdc test flaps.
+   * BUG 14871: Fix Samba support for UF_NO_AUTH_DATA_REQUIRED.
+   * BUG 14874: Allow special chars like &quot;@&quot; in samAccountName when 
generating
+     the salt.
+
+o  Nicolas Williams &lt;n...@twosigma.com&gt;
+   * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 
&apos;Bronze
+     bit&apos; S4U2Proxy Constrained Delegation bypass in Samba with embedded
+     Heimdal.
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20211027-125806.4.15.1.body.html 
b/posted_news/20211027-125806.4.15.1.body.html
new file mode 100644
index 0000000..d042395
--- /dev/null
+++ b/posted_news/20211027-125806.4.15.1.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20211027-125806.4.15.1.body.html -->
+<h5><a name="4.15.1">27 October 2021</a></h5>
+<p class=headline>Samba 4.15.1 Available for Download</p>
+<p>
+This is the first stable release of the Samba 4.15 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.15.1.tar.gz";>downloaded
 now</a>.
+A <a 
href="https://download.samba.org/pub/samba/patches/samba-4.15.0-4.15.1.diffs.gz";>patch
 against Samba 4.15.0</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.15.1.html";>the 
release notes for more info</a>.
+</p>
+<!-- END: posted_news/20211027-125806.4.15.1.body.html -->
diff --git a/posted_news/20211027-125806.4.15.1.headline.html 
b/posted_news/20211027-125806.4.15.1.headline.html
new file mode 100644
index 0000000..729d557
--- /dev/null
+++ b/posted_news/20211027-125806.4.15.1.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20211027-125806.4.15.1.headline.html -->
+<li> 27 October 2021 <a href="#4.15.1">Samba 4.15.1 Available for 
Download</a></li>
+<!-- END: posted_news/20211027-125806.4.15.1.headline.html -->


-- 
Samba Website Repository

Reply via email to