[SCM] Samba Website Repository - branch master updated

Björn Jacke bjacke at samba.org
Mon Jan 10 23:06:12 UTC 2022


The branch, master has been updated
       via  c2d9b98 fix a missing </p> in the headline. This caused a syntax error in the generated atom feed.
       via  9344f30 some s/http/https/ fixes
      from  5038e2f add CVE-2021-20316.html

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


- Log -----------------------------------------------------------------
commit c2d9b9803460776e006c703a19af160463ab57a7
Author: Björn Jacke <bj at sernet.de>
Date:   Tue Jan 11 00:03:42 2022 +0100

    fix a missing </p> in the headline. This caused a syntax error in the generated atom feed.

commit 9344f301a779d94417a026f32430ba6bdb0bb914
Author: Björn Jacke <bj at sernet.de>
Date:   Mon Jan 10 23:54:07 2022 +0100

    some s/http/https/ fixes

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

Summary of changes:
 devel/index.html                              | 8 ++++----
 menu_hack_samba_raw.html                      | 4 ++--
 menu_learn_samba_raw.html                     | 2 +-
 menu_think_samba_raw.html                     | 2 +-
 posted_news/20220110-100103.4.13.16.body.html | 2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)


Changeset truncated at 500 lines:

diff --git a/devel/index.html b/devel/index.html
index 5ec760d..31a0ef4 100755
--- a/devel/index.html
+++ b/devel/index.html
@@ -20,10 +20,10 @@ or
 git clone https://git.samba.org/samba.git samba
 </pre>
 <p>For more details see
-<a href="http://wiki.samba.org/index.php/Using_Git_for_Samba_Development">Using
+<a href="https://wiki.samba.org/index.php/Using_Git_for_Samba_Development">Using
 Git for Samba Development</a>.</p>
 <p>Also see the wiki article on
-<a href="http://wiki.samba.org/index.php/Contribute">Contribute</a>.</p>
+<a href="https://wiki.samba.org/index.php/Contribute">Contribute</a>.</p>
 
 <h3>Current release status</h3>
 
@@ -58,7 +58,7 @@ Channel logs are available <a href="http://irclog.samba.org/">here</a>.</p>
 <p>For anyone interested in getting up to speed with SMB/CIFS, NetBIOS, MS-RPC, etc... Here are some links to help out:</p>
 
   <ul>
-    <li>Get a copy of <a href="http://www.wireshark.org">Wireshark</a> or possibly Microsoft's Network Monitor shipped with Windows NT/2k server.</li>
+    <li>Get a copy of <a href="https://www.wireshark.org">Wireshark</a> or possibly Microsoft's Network Monitor shipped with Windows NT/2k server.</li>
   </ul>
   <ul>
     <li>See the docs at:
@@ -81,7 +81,7 @@ Channel logs are available <a href="http://irclog.samba.org/">here</a>.</p>
         </ul></li>
     <li>Get a symbolic debugger (gdb, ddd, ups, etc...) and step through the smbd source code as it is running in response to a SMB call (or RPC) that you are interested in.</li></ul>
   <ul>
-    <li>The MSDN site (<a href="http://msdn.microsoft.com/">msdn.microsoft.com</a>) is pretty good as well, if you know what you are looking for.</li>
+    <li>The MSDN site (<a href="https://msdn.microsoft.com/">msdn.microsoft.com</a>) is pretty good as well, if you know what you are looking for.</li>
   </ul>
 
   <ul>
diff --git a/menu_hack_samba_raw.html b/menu_hack_samba_raw.html
index cc53c9b..b418e92 100644
--- a/menu_hack_samba_raw.html
+++ b/menu_hack_samba_raw.html
@@ -1,6 +1,6 @@
 <ul>
 	<li><a href="/samba/devel/">Devel Overview</a></li>
-	<li><a href="http://gitweb.samba.org">Git Source</a></li>
-	<li><a href="http://build.samba.org/">Build Farm</a></li>
+	<li><a href="https://git.samba.org">Git Source</a></li>
+	<li><a href="https://build.samba.org/">Build Farm</a></li>
 	<li><a href="https://bugzilla.samba.org">Bug Reports</a></li>
 </ul>
diff --git a/menu_learn_samba_raw.html b/menu_learn_samba_raw.html
index 51cb779..8907bd5 100644
--- a/menu_learn_samba_raw.html
+++ b/menu_learn_samba_raw.html
@@ -1,4 +1,4 @@
 <ul>
 	<li><a href="/samba/docs/">Docs And Books</a></li>
-	<li><a href="http://wiki.samba.org/">Wiki</a></li>
+	<li><a href="https://wiki.samba.org/">Wiki</a></li>
 </ul>
diff --git a/menu_think_samba_raw.html b/menu_think_samba_raw.html
index c3e8b8c..30d2723 100644
--- a/menu_think_samba_raw.html
+++ b/menu_think_samba_raw.html
@@ -1,6 +1,6 @@
 <ul>
 	<li><a href="/samba/what_is_samba.html">What Is Samba?</a></li>
 	<li><a href="/samba/latest_news.html">Latest News</a></li>
-	<li><a href="http://planet.samba.org/">Planet Samba</a></li>
+	<li><a href="https://planet.samba.org/">Planet Samba</a></li>
 	<li><a href="/samba/docs/FAQ/">FAQ</a></li>
 </ul>
diff --git a/posted_news/20220110-100103.4.13.16.body.html b/posted_news/20220110-100103.4.13.16.body.html
index cedcc5a..6297d7f 100644
--- a/posted_news/20220110-100103.4.13.16.body.html
+++ b/posted_news/20220110-100103.4.13.16.body.html
@@ -1,6 +1,6 @@
 <!-- BEGIN: posted_news/20220110-100103.4.13.16.body.html -->
 <h5><a name="4.13.16">10 January 2022</a></h5>
-<p class=headline>Samba 4.13.16 Security Release is available for Download
+<p class=headline>Samba 4.13.16 Security Release is available for Download</p>
 <p>
 These is a Security Release in order to address
 <a href="/samba/security/CVE-2021-43566.html">CVE-2021-43566</a>.


-- 
Samba Website Repository



More information about the samba-cvs mailing list