[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Fri Aug 24 08:22:25 UTC 2018


The branch, master has been updated
       via  e117f83 Add Samba 4.8.5.
       via  5cdd961 NEWS[4.8.5]: Samba 4.8.5 Available for Download
      from  f8e5103 NEWS[4.9.0rc3]: Samba 4.9.0rc3 Available for Download

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


- Log -----------------------------------------------------------------
commit e117f8324724841f20952555569f706c5448174a
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri Aug 24 10:21:59 2018 +0200

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

commit 5cdd961f6356914feb7f7f36c195f4fd5e615b6e
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri Aug 24 10:20:23 2018 +0200

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

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

Summary of changes:
 history/header_history.html                     |   1 +
 history/samba-4.8.5.html                        | 114 ++++++++++++++++++++++++
 posted_news/20180824-082140.4.8.5.body.html     |  13 +++
 posted_news/20180824-082140.4.8.5.headline.html |   3 +
 4 files changed, 131 insertions(+)
 create mode 100644 history/samba-4.8.5.html
 create mode 100644 posted_news/20180824-082140.4.8.5.body.html
 create mode 100644 posted_news/20180824-082140.4.8.5.headline.html


Changeset truncated at 500 lines:

diff --git a/history/header_history.html b/history/header_history.html
index faec972..191e049 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.8.5.html">samba-4.8.5</a></li>
 			<li><a href="samba-4.8.4.html">samba-4.8.4</a></li>
 			<li><a href="samba-4.8.3.html">samba-4.8.3</a></li>
 			<li><a href="samba-4.8.2.html">samba-4.8.2</a></li>
diff --git a/history/samba-4.8.5.html b/history/samba-4.8.5.html
new file mode 100644
index 0000000..9002490
--- /dev/null
+++ b/history/samba-4.8.5.html
@@ -0,0 +1,114 @@
+<!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.5 - Release Notes</title>
+</head>
+<body>
+<H2>Samba 4.8.5 Available for Download</H2>
+<p>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.8.5.tar.gz">Samba 4.8.5 (gzipped)</a><br>
+<a href="https://download.samba.org/pub/samba/stable/samba-4.8.5.tar.asc">Signature</a>
+</p>
+<p>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.8.4-4.8.5.diffs.gz">Patch (gzipped) against Samba 4.8.4</a><br>
+<a href="https://download.samba.org/pub/samba/patches/samba-4.8.4-4.8.5.diffs.asc">Signature</a>
+</p>
+<p>
+<pre>
+                   =============================
+                   Release Notes for Samba 4.8.5
+                           August 24, 2018
+                   =============================
+
+
+This is the latest stable release of the Samba 4.8 release series.
+
+
+Changes since 4.8.4:
+--------------------
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 13474: python: pysmbd: Additional error path leak fix.
+   * BUG 13511: libsmbclient: Initialize written value before use.
+   * BUG 13519: ldb: Refuse to build Samba against a newer minor version of
+     ldb.
+   * BUG 13527: s3: libsmbclient: Fix cli_splice() fallback when reading less
+     than a complete file.
+   * BUG 13537: Using "sendfile = yes" with SMB2 can cause CPU spin.
+
+o  Andrew Bartlett <abartlet at samba.org>
+   * BUG 13575: ldb: Release LDB 1.3.6.
+
+o  Bailey Berro <baileyberro at chromium.org>
+   * BUG 13511: libsmbclient: Initialize written in cli_splice_fallback().
+
+o  Ralph Boehme <slow at samba.org>
+   * BUG 13318: Durable Handles reconnect fails in a cluster when the cluster
+     fs uses different device ids.
+   * BUG 13351: s3: smbd: Always set vuid in check_user_ok().
+   * BUG 13441: vfs_fruit: Delete 0 byte size streams if AAPL is enabled.
+   * BUG 13451: Fail renaming file if that file has open streams.
+   * BUG 13505: lib: smb_threads: Fix access before init bug.
+   * BUG 13535: s3: smbd: Fix path check in
+     smbd_smb2_create_durable_lease_check().
+
+o  Alexander Bokovoy <ab at samba.org>
+   * BUG 13538: samba-tool trust: Support discovery via netr_GetDcName.
+
+o  Samuel Cabrero <scabrero at suse.de>
+   * BUG 13540: ctdb_mutex_ceph_rados_helper: Set SIGINT signal handler.
+
+o  David Disseldorp <ddiss at samba.org>
+   * BUG 13506: vfs_ceph: Don't lie about flock support.
+   * BUG 13540: Fix deadlock with ctdb_mutex_ceph_rados_helper.
+
+o  Amitay Isaacs <amitay at gmail.com>
+   * BUG 13493: ctdb: Fix build on FreeBSD and AIX.
+
+o  Volker Lendecke <vl at samba.org>
+   * BUG 13553: libsmb: Fix CID 1438243 (Unchecked return value), CID 1438244
+     (Unsigned compared against 0), CID 1438245 (Dereference before null check),
+     CID 1438246 (Unchecked return value).
+   * BUG 13584: vfs_fruit: Fix a panic if fruit_access_check detects a locking
+     conflict.
+
+o  Gary Lockyer <gary at catalyst.net.nz>
+   * BUG 13536: The current position in the dns name was not advanced past the
+     '.' character.
+
+o  Stefan Metzmacher <metze at samba.org>
+   * BUG 13308: samba-tool domain trust: Fix trust compatibility to Windows
+     Server 1709 and FreeIPA.
+
+o  Oleksandr Natalenko <oleksandr at redhat.com>
+   * BUG 13559: systemd: Only start smb when network interfaces are up.
+
+o  Noel Power <noel.power at suse.com>
+   * BUG 13553: Fix quotas with SMB2.
+   * BUG 13563: s3/smbd: Ensure quota code is only called when quota support
+     detected.
+
+o  Anoop C S <anoopcs at redhat.com>
+   * BUG 13204: s3/libsmb: Explicitly set delete_on_close token for rmdir.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 13489: krb5_plugin: Install plugins to krb5 modules dir.
+   * BUG 13503: s3:winbind: Do not lookup local system accounts in AD.
+
+o  Martin Schwenke <martin at meltin.net>
+   * BUG 13499: Don't use CTDB_BROADCAST_VNNMAP.
+   * BUG 13500: ctdb-daemon: Only consider client ID for local database attach.
+
+o  Justin Stephenson <jstephen at redhat.com>
+   * BUG 13485: s3:client: Add "--quiet" option to smbclient.
+
+o  Ralph Wuerthner <ralph.wuerthner at de.ibm.com>
+   * BUG 13568: s3: vfs: time_audit: Fix handling of token_blob in
+     smb_time_audit_offload_read_recv().
+
+
+</pre>
+</p>
+</body>
+</html>
diff --git a/posted_news/20180824-082140.4.8.5.body.html b/posted_news/20180824-082140.4.8.5.body.html
new file mode 100644
index 0000000..d6423a3
--- /dev/null
+++ b/posted_news/20180824-082140.4.8.5.body.html
@@ -0,0 +1,13 @@
+<!-- BEGIN: posted_news/20180824-082140.4.8.5.body.html -->
+<h5><a name="4.8.5">24 August 2018</a></h5>
+<p class=headline>Samba 4.8.5 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.5.tar.gz">downloaded now</a>.
+A <a href="https://download.samba.org/pub/samba/patches/samba-4.8.4-4.8.5.diffs.gz">patch against Samba 4.8.4</a> is also available.
+See <a href="https://www.samba.org/samba/history/samba-4.8.5.html">the release notes for more info</a>.
+</p>
+<!-- END: posted_news/20180824-082140.4.8.5.body.html -->
diff --git a/posted_news/20180824-082140.4.8.5.headline.html b/posted_news/20180824-082140.4.8.5.headline.html
new file mode 100644
index 0000000..8db0211
--- /dev/null
+++ b/posted_news/20180824-082140.4.8.5.headline.html
@@ -0,0 +1,3 @@
+<!-- BEGIN: posted_news/20180824-082140.4.8.5.headline.html -->
+<li> 24 August 2018 <a href="#4.8.5">Samba 4.8.5 Available for Download</a></li>
+<!-- END: posted_news/20180824-082140.4.8.5.headline.html -->


-- 
Samba Website Repository



More information about the samba-cvs mailing list