[openssl-commits] [web] OpenSSL Web Pages branch master updated. 784cd8c7ab3c6594f02c1c4c6f1830ece16928cf

Rich Salz rsalz at openssl.org
Tue Jan 6 18:51:50 UTC 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSSL Web Pages ".

The branch, master has been updated
       via  784cd8c7ab3c6594f02c1c4c6f1830ece16928cf (commit)
       via  701f74aa55842791569fc1b8d4c902b2b9c387ef (commit)
      from  8c31b889d64732b86d2ab6cb047559df4c1edb9a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 784cd8c7ab3c6594f02c1c4c6f1830ece16928cf
Author: Rich Salz <rsalz at akamai.com>
Date:   Tue Jan 6 13:50:04 2015 -0500

    Replace git.openssl.org links with github ones.
    
    Change all links that referred to gitweb and git.openssl.org to
    instead have github links.

commit 701f74aa55842791569fc1b8d4c902b2b9c387ef
Author: Rich Salz <rsalz at akamai.com>
Date:   Tue Jan 6 07:59:29 2015 -0500

    Remove gitweb tab; use github folks :)

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

Summary of changes:
 news/openssl-1.0.2-notes.wml |    9 ++++++---
 news/openssl-notes.wml       |    9 ++++++---
 news/openssl-old-notes.wml   |    8 ++++++--
 news/vulnerabilities.xsl     |    2 +-
 openssl.wml                  |    7 +++++--
 source/.wmlsnb               |    1 -
 source/repos.wml             |    9 +++------
 7 files changed, 27 insertions(+), 18 deletions(-)

diff --git a/news/openssl-1.0.2-notes.wml b/news/openssl-1.0.2-notes.wml
index f5ddd66..935a89c 100644
--- a/news/openssl-1.0.2-notes.wml
+++ b/news/openssl-1.0.2-notes.wml
@@ -8,11 +8,14 @@
 Version 1.0.2 of the OpenSSL toolkit is now in beta. Major changes
 and known issues are summarised below. This page will be updated regularly
 as problems are reported and fixed.
+
 <p>
-Additional details of changes to OpenSSL 1.0.2 can be found in the <a href="http://git.openssl.org/gitweb/?p=openssl.git;a=blob_plain;f=CHANGES;hb=refs/heads/OpenSSL_1_0_2-stable">ChangeLog</a>.
+Additional details of changes can be found in the
+<a href="https://github.com/openssl/openssl/blob/OpenSSL_1_0_2-stable/CHANGES">
+change log.</a>.
 <p>
-A complete list of changes to OpenSSL 1.0.2 can be found in the <a href="http://git.openssl.org/gitweb/?p=openssl.git;a=shortlog;h=refs/heads/OpenSSL_1_0_2-stable">git repository commit log</a>.
+The complete list of changes can be found in the
+<a href="https://github.com/openssl/openssl/commits/OpenSSL_1_0_2-stable">commit log</a>.
 <p>
 
 <notes minversion="1.0.2" maxversion="1.0.2">
-
diff --git a/news/openssl-notes.wml b/news/openssl-notes.wml
index b990025..9452174 100644
--- a/news/openssl-notes.wml
+++ b/news/openssl-notes.wml
@@ -8,10 +8,13 @@
 The major changes for all branches of the OpenSSL toolkit are summarised below. The contents reflect the state of the <tt>NEWS</tt> file inside the git
 repository.
 
-Additional details of changes to all versions of OpenSSL can be found in the <a href="http://git.openssl.org/gitweb/?p=openssl.git;a=blob_plain;f=CHANGES;hb=refs/heads/master">ChangeLog</a>.
 <p>
-A complete list of changes to OpenSSL can be found in the <a href="http://git.openssl.org/gitweb/?p=openssl.git;a=shortlog;h=refs/heads/master">git repository commit log</a>.
+Additional details of changes can be found in the
+<a href="https://github.com/openssl/openssl/blob/master/CHANGES">
+change log.</a>.
+<p>
+The complete list of changes can be found in the
+<a href="https://github.com/openssl/openssl/commits/master">commit log</a>.
 <p>
 
 <notes minversion="" maxversion="X" dirname="openssl">
-
diff --git a/news/openssl-old-notes.wml b/news/openssl-old-notes.wml
index 1b446b1..9c2f238 100644
--- a/news/openssl-old-notes.wml
+++ b/news/openssl-old-notes.wml
@@ -10,10 +10,14 @@ toolkit are summarised below. The contents reflect the state of the
 <tt>NEWS</tt> file inside the git repository. <b>Note:</b> these branches
 are considered obsolete and are no longer maintained.
 <p>
-Additional details of changes to OpenSSL 0.9.7 and earlier can be found in the <a href="http://git.openssl.org/gitweb/?p=openssl.git;a=blob_plain;f=CHANGES;hb=refs/heads/OpenSSL_0_9_7-stable">ChangeLog</a>.
+Additional details of changes to OpenSSL 0.9.7 and earlier can be found in the
+<a href="https://github.com/openssl/openssl/blob/OpenSSL_0_9_7-stable/CHANGES">
+change log</a>.
 <p>
 
-A complete list of changes to OpenSSL 0.9.7 and earlier can be found in the <a href="http://git.openssl.org/gitweb/?p=openssl.git;a=shortlog;h=refs/heads/OpenSSL_0_9_7-stable">git repository commit log</a>.
+A complete list of changes to OpenSSL 0.9.7 and earlier can be found in the
+<a href="https://github.com/openssl/openssl/commits/OpenSSL_0_9_7-stable">
+commit log</a>.
 <p>
 
 
diff --git a/news/vulnerabilities.xsl b/news/vulnerabilities.xsl
index 81ae9ac..008532e 100644
--- a/news/vulnerabilities.xsl
+++ b/news/vulnerabilities.xsl
@@ -81,7 +81,7 @@ receive security updates</p>
       <dd>Fixed in OpenSSL  
       <xsl:value-of select="@version"/>
       <xsl:if test="git/@hash">
-         <xsl:text> </xsl:text><a href="http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h={git/@hash}">(git commit)</a><xsl:text> </xsl:text>
+	<xsl:text> </xsl:text><a href="https://github.com/openssl/openssl/commit/{git/@hash}">(git commit)</a><xsl:text> </xsl:text>
       </xsl:if>
       <xsl:variable name="mybase" select="@base"/>
       <xsl:for-each select="../affects[@base=$mybase]|../maybeaffects[@base=$mybase]">
diff --git a/openssl.wml b/openssl.wml
index b223977..5b8216d 100644
--- a/openssl.wml
+++ b/openssl.wml
@@ -423,9 +423,12 @@ The major changes and known issues for the $minversion branch of the OpenSSL
 toolkit are summarised below. The contents reflect the current state of the
 <tt>NEWS</tt> file inside the git repository.
 <p>
-Additional details of changes can be found in the <a href="http://git.openssl.org/gitweb/?p=openssl.git;a=blob_plain;f=CHANGES;hb=refs/heads/$brname">ChangeLog for OpenSSL $minversion</a>.
+Additional details of changes can be found in the
+<a href="https://github.com/openssl/openssl/blob/$brname/CHANGES">
+change log.</a>.
 <p>
-A complete list of changes to OpenSSL $minversion can be found in the <a href="http://git.openssl.org/gitweb/?p=openssl.git;a=shortlog;h=refs/heads/$brname">git repository commit log</a>.
+The complete list of changes can be found in the
+<a href="https://github.com/openssl/openssl/commits/$brname">commit log</a>.
 <p>
 
 END
diff --git a/source/.wmlsnb b/source/.wmlsnb
index a99d046..e9cfd83 100644
--- a/source/.wmlsnb
+++ b/source/.wmlsnb
@@ -8,6 +8,5 @@
   <snb_button id=rt       txt="Bugs"     url="/support/rt.html">
   <snb_button id=repos    txt="Repository"   url="repos.html">
   <snb_button id=mirror   txt="Mirror"       url="mirror.html">
-  <snb_button id=gitweb   txt="GitWeb"       url="http://git.openssl.org/">
 </snb>
 
diff --git a/source/repos.wml b/source/repos.wml
index 52fb38c..7b62ea0 100644
--- a/source/repos.wml
+++ b/source/repos.wml
@@ -10,12 +10,9 @@
 <h1>Git repository</h1>
 
 The OpenSSL package is developed in a Git-based repository.
-It is available via Git mechanisms at git.openssl.org and as snapshot
-tarballs through FTP on ftp.openssl.org for those people who either want to
-always stay at the bleeding edge or even want to participate in the
-development of OpenSSL. But use such repository snapshots only when you like
-to see OpenSSL dump core and you can help yourself in case of problems, of
-course.
+It is available via Git mechanisms at git.openssl.org or at
+<a href="https://github.com/openssl/openssl">
+https://github.com/openssl/openssl</a> on GitHub.
 
 <h2>Fetching Git repository snapshot tarballs</h2>
 


hooks/post-receive
-- 
OpenSSL Web Pages 


More information about the openssl-commits mailing list