Modified: nifi/site/trunk/registry.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/registry.html?rev=1827315&r1=1827314&r2=1827315&view=diff
==============================================================================
--- nifi/site/trunk/registry.html (original)
+++ nifi/site/trunk/registry.html Tue Mar 20 14:24:15 2018
@@ -188,43 +188,6 @@
               </ul>
           </p>
           <p class="description">
-              Videos
-          </p>
-                <p>
-                  <ul>
-                    <li>
-                      <a href="#" data-reveal-id="getting-started">Getting 
Started With Apache NiFi Registry</a>
-                      <div id="getting-started" class="reveal-modal medium" 
data-reveal>
-                        <h2>Getting Started With Apache NiFi Registry</h2>
-                      <div class="flex-video widescreen" style="display: 
block;">
-                        <iframe width="560" height="315" 
src="https://www.youtube.com/embed/X_qhRVChjZY"; frameborder="0" 
allow="autoplay; encrypted-media" allowfullscreen></iframe>
-                      </div>
-                        <a class="close-reveal-modal">&#215;</a>
-                      </div>
-                    </li>
-                    <li>
-                      <a href="#" data-reveal-id="secure-registry">Setting Up 
a Secure Apache NiFi Registry</a>
-                      <div id="secure-registry" class="reveal-modal medium" 
data-reveal>
-                        <h2>Setting Up a Secure Apache NiFi Registry</h2>
-                      <div class="flex-video widescreen" style="display: 
block;">
-                        <iframe width="560" height="315" 
src="https://www.youtube.com/embed/qD03ao3R-a4"; frameborder="0" 
allow="autoplay; encrypted-media" allowfullscreen></iframe>
-                      </div>
-                      <a class="close-reveal-modal">&#215;</a>
-                      </div>
-                    </li>
-                    <li>
-                      <a href="#" data-reveal-id="secure-nifi">Setting Up a 
Secure NiFi to Integrate with a Secure NiFi Registry</a>
-                      <div id="secure-nifi" class="reveal-modal medium" 
data-reveal>
-                        <h2>Setting Up a Secure NiFi to Integrate with a 
Secure NiFi Registry</h2>
-                      <div class="flex-video widescreen" style="display: 
block;">
-                        <iframe width="560" height="315" 
src="https://www.youtube.com/embed/DSO12fhnZ90"; frameborder="0" 
allow="autoplay; encrypted-media" allowfullscreen></iframe>
-                      </div>
-                      <a class="close-reveal-modal">&#215;</a>
-                      </div>
-                    </li>
-            </ul>
-              </p>
-          <p class="description">
               Source
               <ul>
                   <li><a 
href="https://git-wip-us.apache.org/repos/asf?p=nifi-registry.git";>Apache 
Git</a></li>

Modified: nifi/site/trunk/release-guide.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/release-guide.html?rev=1827315&r1=1827314&r2=1827315&view=diff
==============================================================================
--- nifi/site/trunk/release-guide.html (original)
+++ nifi/site/trunk/release-guide.html Tue Mar 20 14:24:15 2018
@@ -214,8 +214,9 @@ present at the root of the archive.</li>
 </li>
 <li>Are the signatures and hashes correct for the source release?<ul>
 <li>Validate the hashes of the sources artifact do in fact match:
-<code>https://repository.apache.org/content/repositories/${STAGING_REPO_ID}/org/apache/nifi/nifi/${NIFI_VERSION}/nifi-${NIFI_VERSION}-source-release.zip.md5</code>
-<code>https://repository.apache.org/content/repositories/${STAGING_REPO_ID}/org/apache/nifi/nifi/${NIFI_VERSION}/nifi-${NIFI_VERSION}-source-release.zip.sha1</code></li>
+<code>https://repository.apache.org/content/repositories/${STAGING_REPO_ID}/org/apache/nifi/nifi/${NIFI_VERSION}/nifi-${NIFI_VERSION}-source-release.zip.sha1</code>
+<code>https://repository.apache.org/content/repositories/${STAGING_REPO_ID}/org/apache/nifi/nifi/${NIFI_VERSION}/nifi-${NIFI_VERSION}-source-release.zip.sha256</code>
+<code>https://repository.apache.org/content/repositories/${STAGING_REPO_ID}/org/apache/nifi/nifi/${NIFI_VERSION}/nifi-${NIFI_VERSION}-source-release.zip.sha512</code></li>
 <li>Validate the signature of the source artifact.  Here is an example path:
 
<code>https://repository.apache.org/content/repositories/${STAGING_REPO_ID}/org/apache/nifi/nifi/${NIFI_VERSION}/nifi-${NIFI_VERSION}-source-release.zip.asc</code></li>
 <li>Need a quick reminder on how to <a 
href="https://www.apache.org/dev/release-signing.html#verifying-signature";>verify
 a signature</a>?</li>
@@ -350,17 +351,11 @@ click on that you can inspect the variou
  $ gpg -a -b --digest-algo=SHA512 nifi-toolkit-${NIFI_VERSION}-bin.zip     # 
produces nifi-toolkit-${NIFI_VERSION}-bin.zip.asc
  $ gpg -a -b --digest-algo=SHA512 nifi-toolkit-${NIFI_VERSION}-bin.tar.gz  # 
produces nifi-toolkit-${NIFI_VERSION}-bin.tar.gz.asc</code></pre>
 </li>
-<li>Generate md5 hash summaries.<pre><code> $ md5sum 
nifi-${NIFI_VERSION}-source-release.zip | cut -d&quot; &quot; -f1 &gt; 
nifi-${NIFI_VERSION}-source-release.zip.md5
- $ md5sum nifi-${NIFI_VERSION}-bin.tar.gz | cut -d&quot; &quot; -f1 &gt; 
nifi-${NIFI_VERSION}-bin.tar.gz.md5
- $ md5sum nifi-${NIFI_VERSION}-bin.zip | cut -d&quot; &quot; -f1 &gt; 
nifi-${NIFI_VERSION}-bin.zip.md5
- $ md5sum nifi-toolkit-${NIFI_VERSION}-bin.zip | cut -d&quot; &quot; -f1 &gt; 
nifi-toolkit-${NIFI_VERSION}-bin.zip.md5
- $ md5sum nifi-toolkit-${NIFI_VERSION}-bin.tar.gz | cut -d&quot; &quot; -f1 
&gt; nifi-toolkit-${NIFI_VERSION}-bin.tar.gz.md5</code></pre>
-</li>
-<li>Generate SHA1 hash summaries.<pre><code> $ sha1sum 
nifi-${NIFI_VERSION}-source-release.zip | cut -d&quot; &quot; -f1 &gt;  
nifi-${RELEASAE}-source-release.zip.sha1
- $ sha1sum nifi-${NIFI_VERSION}-bin.tar.gz | cut -d&quot; &quot; -f1 &gt;  
nifi-${RELEASAE}-bin.tar.gz.sha1
- $ sha1sum nifi-${NIFI_VERSION}-bin.zip | cut -d&quot; &quot; -f1 &gt;  
nifi-${RELEASAE}-bin.zip.sha1
- $ sha1sum nifi-toolkit-${NIFI_VERSION}-bin.zip | cut -d&quot; &quot; -f1 &gt; 
 nifi-toolkit-${RELEASAE}-bin.zip.sha1
- $ sha1sum nifi-toolkit-${NIFI_VERSION}-bin.tar.gz | cut -d&quot; &quot; -f1 
&gt;  nifi-toolkit-${RELEASAE}-bin.tar.gz.sha1</code></pre>
+<li>Generate SHA1 hash summaries.<pre><code> $ shasum -a 1 
nifi-${NIFI_VERSION}-source-release.zip | cut -d&quot; &quot; -f1 &gt;  
nifi-${NIFI_VERSION}-source-release.zip.sha1
+ $ shasum -a 1 nifi-${NIFI_VERSION}-bin.tar.gz | cut -d&quot; &quot; -f1 &gt;  
nifi-${NIFI_VERSION}-bin.tar.gz.sha1
+ $ shasum -a 1 nifi-${NIFI_VERSION}-bin.zip | cut -d&quot; &quot; -f1 &gt;  
nifi-${NIFI_VERSION}-bin.zip.sha1
+ $ shasum -a 1 nifi-toolkit-${NIFI_VERSION}-bin.zip | cut -d&quot; &quot; -f1 
&gt;  nifi--toolkit${NIFI_VERSION}-bin.zip.sha1
+ $ shasum -a 1 nifi-toolkit-${NIFI_VERSION}-bin.tar.gz | cut -d&quot; &quot; 
-f1 &gt;  nifi-toolkit-${NIFI_VERSION}-bin.tar.gz.sha1</code></pre>
 </li>
 <li>Generate SHA256 hash summaries.<pre><code> $ shasum -a 256 
nifi-${NIFI_VERSION}-source-release.zip | cut -d&quot; &quot; -f1 &gt;  
nifi-${NIFI_VERSION}-source-release.zip.sha256
  $ shasum -a 256 nifi-${NIFI_VERSION}-bin.tar.gz | cut -d&quot; &quot; -f1 
&gt;  nifi-${NIFI_VERSION}-bin.tar.gz.sha256
@@ -368,6 +363,12 @@ click on that you can inspect the variou
  $ shasum -a 256 nifi-toolkit-${NIFI_VERSION}-bin.zip | cut -d&quot; &quot; 
-f1 &gt;  nifi--toolkit${NIFI_VERSION}-bin.zip.sha256
  $ shasum -a 256 nifi-toolkit-${NIFI_VERSION}-bin.tar.gz | cut -d&quot; &quot; 
-f1 &gt;  nifi-toolkit-${NIFI_VERSION}-bin.tar.gz.sha256</code></pre>
 </li>
+<li>Generate SHA512 hash summaries.<pre><code> $ shasum -a 512 
nifi-${NIFI_VERSION}-source-release.zip | cut -d&quot; &quot; -f1 &gt;  
nifi-${NIFI_VERSION}-source-release.zip.sha512
+ $ shasum -a 512 nifi-${NIFI_VERSION}-bin.tar.gz | cut -d&quot; &quot; -f1 
&gt;  nifi-${NIFI_VERSION}-bin.tar.gz.sha512
+ $ shasum -a 512 nifi-${NIFI_VERSION}-bin.zip | cut -d&quot; &quot; -f1 &gt;  
nifi-${NIFI_VERSION}-bin.zip.sha512
+ $ shasum -a 512 nifi-toolkit-${NIFI_VERSION}-bin.zip | cut -d&quot; &quot; 
-f1 &gt;  nifi--toolkit${NIFI_VERSION}-bin.zip.sha512
+ $ shasum -a 512 nifi-toolkit-${NIFI_VERSION}-bin.tar.gz | cut -d&quot; &quot; 
-f1 &gt;  nifi-toolkit-${NIFI_VERSION}-bin.tar.gz.sha512</code></pre>
+</li>
 </ol>
 </li>
 <li><p>For reviewing of the release candidate, commit the source release and 
convenience binaries files along with their
@@ -407,8 +408,9 @@ The Git commit ID is ${RC_TAG_COMMIT_ID}
 
https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=${RC_TAG_COMMIT_ID}
 
 Checksums of nifi-x.y.z-source-release.zip:
-MD5: &lt;32-BYTE-MD5SUM-HASH&gt;
 SHA1: &lt;40-BYTE-SHA1SUM-HASH&gt;
+SHA256: &lt;64-CHAR-SHA256SUM-HASH&gt;
+SHA512: &lt;128-CHAR-SHA512SUM-HASH&gt;
 
 Release artifacts are signed with the following key:
 https://people.apache.org/keys/committer/${RM_USERID}.asc
@@ -453,17 +455,17 @@ gpg --import KEYS
 
 wget 
https://dist.apache.org/repos/dist/dev/nifi/nifi-${NIFI_VERSION}/nifi-${NIFI_VERSION}-source-release.zip
 wget 
https://dist.apache.org/repos/dist/dev/nifi/nifi-${NIFI_VERSION}/nifi-${NIFI_VERSION}-source-release.zip.asc
-wget 
https://dist.apache.org/repos/dist/dev/nifi/nifi-${NIFI_VERSION}/nifi-${NIFI_VERSION}-source-release.zip.md5
 wget 
https://dist.apache.org/repos/dist/dev/nifi/nifi-${NIFI_VERSION}/nifi-${NIFI_VERSION}-source-release.zip.sha1
 wget 
https://dist.apache.org/repos/dist/dev/nifi/nifi-${NIFI_VERSION}/nifi-${NIFI_VERSION}-source-release.zip.sha256
+wget 
https://dist.apache.org/repos/dist/dev/nifi/nifi-${NIFI_VERSION}/nifi-${NIFI_VERSION}-source-release.zip.sha512
 
 # Verify the signature
 gpg --verify nifi-${NIFI_VERSION}-source-release.zip.asc
 
-# Verify the hashes (md5, sha1, sha256) match the source and what was provided 
in the vote email thread
-md5sum nifi-${NIFI_VERSION}-source-release.zip
-sha1sum nifi-${NIFI_VERSION}-source-release.zip
-sha256sum nifi-${NIFI_VERSION}-source-release.zip
+# Verify the hashes (sha1, sha256, sha512) match the source and what was 
provided in the vote email thread
+shasum -a 1 nifi-${NIFI_VERSION}-source-release.zip
+shasum -a 256 nifi-${NIFI_VERSION}-source-release.zip
+shasum -a 512 nifi-${NIFI_VERSION}-source-release.zip
 
 # Unzip nifi-${NIFI_VERSION}-source-release.zip
 


Reply via email to