[SCM] Samba Website Repository - branch master updated

Stefan Metzmacher metze at samba.org
Tue Mar 13 09:52:33 UTC 2018


The branch, master has been updated
       via  1e77789 Add backports for CVE-2018-1057 on top of 4.3.13 and 4.4.16
       via  de29a97 redirect outdated https://www.samba.org/samba/patches/ to https://www.samba.org/samba/history/security.html
      from  52725a6 Fix typos.

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


- Log -----------------------------------------------------------------
commit 1e77789ef43cfbf79ade5526c8602cd2391c1c44
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Mar 13 10:51:40 2018 +0100

    Add backports for CVE-2018-1057 on top of 4.3.13 and 4.4.16
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>

commit de29a9719794542e51a4615d5e451996f338af6e
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Mar 13 10:51:10 2018 +0100

    redirect outdated https://www.samba.org/samba/patches/ to https://www.samba.org/samba/history/security.html
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>

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

Summary of changes:
 history/security.html |  4 +++
 patches/index.html    | 95 ++++-----------------------------------------------
 2 files changed, 10 insertions(+), 89 deletions(-)


Changeset truncated at 500 lines:

diff --git a/history/security.html b/history/security.html
index d81359a..4321668 100755
--- a/history/security.html
+++ b/history/security.html
@@ -29,6 +29,10 @@ link to full release notes for each release.</p>
 	patch for Samba 4.6.13</a><br />
 	<a href="/samba/ftp/patches/security/samba-4.5.15-security-2018-03-13.patch">
 	patch for Samba 4.5.15</a><br />
+	<a href="/samba/ftp/patches/security/samba-4.4.16-CVE-2018-1057.patch">
+	patch for Samba 4.4.16 (only CVE-2018-1057)</a><br />
+	<a href="/samba/ftp/patches/security/samba-4.3.13-CVE-2018-1057.patch">
+	patch for Samba 4.3.13 (only CVE-2018-1057)</a><br />
 	<td>Numerous CVEs. Please see the announcements for details.
 	</td>
 	<td>please refer to the advisories</td>
diff --git a/patches/index.html b/patches/index.html
index 1be34e6..9ee2a0b 100755
--- a/patches/index.html
+++ b/patches/index.html
@@ -1,92 +1,9 @@
 <!--#include virtual="/samba/header.html" -->
-  <title>Samba - opening windows to a wider world</title>
-<!--#include virtual="/samba/header_columns.html" -->
+<title>You are being redirected...</title>
 
-<h2>Patches for Recent or Unsupported Releases</h2>
+<meta http-equiv="refresh" content="0;url=/samba/history/security.html" />
 
-<p>In order to better support the Samba community, this page
-   contains recommended patches for the most recent production
-   releases.  These patches have been integrated into the
-   main Samba development trees for the next version of Samba.
-</p>
-
-<p>Follow these instructions for applying patches:</p>
-<pre>$ tar zxvf samba-3.x.y.tar.gz
-$ cd samba-3.x.y
-$ patch -p1 < "downloaded_patch_file"
-$ cd source
-</pre>
-
-<p>Or use the <a href="http://savannah.nongnu.org/projects/quilt">quilt</a>
-tool to apply all patches to a known series.  For example:</p>
-
-<pre>$ tar zxvf samba-3.0.24.tar.gz
-$ cd samba-3.0.24
-$ wget <a href=http://www.samba.org/samba/patches/fetch-patches>http://www.samba.org/samba/patches/fetch-patches</a>
-$ sh ./fetch-patches 3.0.24
-$ quilt push -a
-$ cd source
-</pre>
-
-<p>....build Samba as normal....</p>
-
-<p>Please note that in some cases it will be necessary to regenerate
-   the configure script by executing autogen.sh located in the
-   source/ directory.  In all cases, it is best to do a clean build
-   after applying any patches.</p>
-
-<!-- Each release gets its own table. -->
-
-<table class="real">
-  <thead>
-    <tr><th colspan="2"><b>Samba 3.0.37</b></th></tr>
-  </thead>
-  <tbody>
-  <tr>
-    <td><em>Patch</em></td><td><em>Description</em></td>
-  </tr>
-  <tr>
-    <td><a href="/samba/patches/patches-3.0.37/0001-s3-schannel-client-Push-the-domain-and-netbios-name-.patch">Allow non-ASCII netbios names</a></td>
-    <td>Push the domain and netbios name into the DOS charset.</td>
-  </tr>
-  </tbody>
-</table>
-
-<br>
-<table class="real">
-  <thead>
-    <tr><th colspan="2"><b>Samba 3.2.15</b></th></tr>
-  </thead>
-  <tbody>
-  <tr>
-    <td><em>Patch</em></td><td><em>Description</em></td>
-  </tr>
-  <tr>
-    <td><a href="/samba/patches/patches-3.2.15/0001-s3-smbclient-Fix-bug-6606-reported-as-6744-in-3.2.patch">BUG 6606</a></td>
-    <td>Fix file corruption using smbclient with NT4 server.</td>
-  </tr>
-  <tr>
-    <td><a href="/samba/patches/patches-3.2.15/0002-Fix-bug-6776-Running-overlapping-Byte-Lock-test-wi.patch">BUG 6776</a></td>
-    <td>Fix core dump when running overlapping Byte Lock test.</td>
-  </tr>
-  </tbody>
-</table>
-<table class="real">
-  <thead>
-    <tr><th colspan="2"><b>Samba 3.3.14</b></th></tr>
-  </thead>
-  <tbody>
-  <tr>
-    <td><em>Patch</em></td><td><em>Description</em></td>
-  </tr>
-  <tr>
-    <td><a href="/samba/patches/patches-3.3.14/0001-s3-Stop-using-the-write-cache-after-an-oplock-break.patch">BUG 7715</a></td>
-    <td>Setting Samba Write Cache Size Can Cause File Corruption.</td>
-  </tr>
-  </tbody>
-</table>
-
-<p> </p>
-
-
-<!--#include virtual="/samba/footer.html" -->
+<head>
+<body>
+</body>
+</html>


-- 
Samba Website Repository



More information about the samba-cvs mailing list