You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2018/08/29 16:39:45 UTC

[openmeetings] branch master updated: no jira: Release preparation: SHA is changed to 512

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new ad441ce  no jira: Release preparation: SHA is changed to 512
ad441ce is described below

commit ad441cedfb01498002d44dfb4e5693c4ec0165a6
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed Aug 29 23:39:06 2018 +0700

    no jira: Release preparation: SHA is changed to 512
---
 openmeetings-server/src/main/assembly/components/all.xml | 2 +-
 openmeetings-server/src/site/xdoc/ReleaseGuide.xml       | 8 ++++----
 openmeetings-server/src/site/xdoc/downloads.xml          | 8 ++++----
 pom.xml                                                  | 2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/openmeetings-server/src/main/assembly/components/all.xml b/openmeetings-server/src/main/assembly/components/all.xml
index e13f246..fb4526c 100644
--- a/openmeetings-server/src/main/assembly/components/all.xml
+++ b/openmeetings-server/src/main/assembly/components/all.xml
@@ -68,7 +68,7 @@
 			<outputDirectory>${om.webapp}/screenshare</outputDirectory>
 			<excludes>
 				<exclude>APPLICATION.jnlp</exclude>
-				<exclude>*.sha256</exclude>
+				<exclude>*.sha512</exclude>
 			</excludes>
 		</fileSet>
 		<fileSet>
diff --git a/openmeetings-server/src/site/xdoc/ReleaseGuide.xml b/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
index 50a3402..72e646e 100644
--- a/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
+++ b/openmeetings-server/src/site/xdoc/ReleaseGuide.xml
@@ -224,18 +224,18 @@ mvn clean install -Prc,release
 					<li>Replace jar files inside artifacts <tt>webapps/openmeetings/screenshare</tt> with the signed ones</li>
 					<li>
 						Re-create artifact signatures
-						<p>Create sha256sum checksums</p>
+						<p>Create sha512sum checksums</p>
 						<source>
 #On OSX you might use this command to make a SHA checksum and store it to a file
-shasum -a 256 -r apache-openmeetings-XXX-src.zip >apache-openmeetings-XXX-src.zip.sha256
+shasum -a 512 -r apache-openmeetings-XXX-src.zip >apache-openmeetings-XXX-src.zip.sha512
 						</source>
 						<source>
 <![CDATA[
 #To create SHA hashes On Ubuntu:
-for f in `ls -1 *.tar.gz *.zip`; do sha256sum $f > $f.sha256; done
+for f in `ls -1 *.tar.gz *.zip`; do sha512sum $f > $f.sha512; done
 
 #To check SHA hashes On Ubuntu:
-for f in `ls -1 *.tar.gz *.zip`; do sha256sum -c $f.sha256; done
+for f in `ls -1 *.tar.gz *.zip`; do sha512sum -c $f.sha512; done
 ]]>
 						</source>
 						<p>
diff --git a/openmeetings-server/src/site/xdoc/downloads.xml b/openmeetings-server/src/site/xdoc/downloads.xml
index d724282..5555825 100644
--- a/openmeetings-server/src/site/xdoc/downloads.xml
+++ b/openmeetings-server/src/site/xdoc/downloads.xml
@@ -43,12 +43,12 @@
 							<li>
 								<a href="https://www.apache.org/dyn/closer.lua/openmeetings/4.0.4/bin/apache-openmeetings-4.0.4.zip">apache-openmeetings-4.0.4.zip</a>
 								<a href="https://www.apache.org/dist/openmeetings/4.0.4/bin/apache-openmeetings-4.0.4.zip.asc">[SIG]</a>
-								<a href="https://www.apache.org/dist/openmeetings/4.0.4/bin/apache-openmeetings-4.0.4.zip.sha256">[SHA256]</a>
+								<a href="https://www.apache.org/dist/openmeetings/4.0.4/bin/apache-openmeetings-4.0.4.zip.sha512">[SHA512]</a>
 							</li>
 							<li>
 								<a href="https://www.apache.org/dyn/closer.lua/openmeetings/4.0.4/bin/apache-openmeetings-4.0.4.tar.gz">apache-openmeetings-4.0.4.tar.gz</a>
 								<a href="https://www.apache.org/dist/openmeetings/4.0.4/bin/apache-openmeetings-4.0.4.tar.gz.asc">[SIG]</a>
-								<a href="https://www.apache.org/dist/openmeetings/4.0.4/bin/apache-openmeetings-4.0.4.tar.gz.sha256">[SHA256]</a>
+								<a href="https://www.apache.org/dist/openmeetings/4.0.4/bin/apache-openmeetings-4.0.4.tar.gz.sha512">[SHA512]</a>
 							</li>
 						</ul>
 					</li>
@@ -58,12 +58,12 @@
 							<li>
 								<a href="https://www.apache.org/dyn/closer.lua/openmeetings/4.0.4/src/apache-openmeetings-4.0.4-src.zip">apache-openmeetings-4.0.4-src.zip</a>
 								<a href="https://www.apache.org/dist/openmeetings/4.0.4/src/apache-openmeetings-4.0.4-src.zip.asc">[SIG]</a>
-								<a href="https://www.apache.org/dist/openmeetings/4.0.4/src/apache-openmeetings-4.0.4-src.zip.sha256">[SHA256]</a>
+								<a href="https://www.apache.org/dist/openmeetings/4.0.4/src/apache-openmeetings-4.0.4-src.zip.sha512">[SHA512]</a>
 							</li>
 							<li>
 								<a href="https://www.apache.org/dyn/closer.lua/openmeetings/4.0.4/src/apache-openmeetings-4.0.4-src.tar.gz">apache-openmeetings-4.0.4-src.tar.gz</a>
 								<a href="https://www.apache.org/dist/openmeetings/4.0.4/src/apache-openmeetings-4.0.4-src.tar.gz.asc">[SIG]</a>
-								<a href="https://www.apache.org/dist/openmeetings/4.0.4/src/apache-openmeetings-4.0.4-src.tar.gz.sha256">[SHA256]</a>
+								<a href="https://www.apache.org/dist/openmeetings/4.0.4/src/apache-openmeetings-4.0.4-src.tar.gz.sha512">[SHA512]</a>
 							</li>
 						</ul>
 					</li>
diff --git a/pom.xml b/pom.xml
index 272c315..00f50d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,7 +213,7 @@
 						<configuration>
 							<shasumSummary>true</shasumSummary>
 							<algorithms>
-								<algorithm>SHA-256</algorithm>
+								<algorithm>SHA-512</algorithm>
 							</algorithms>
 						</configuration>
 					</plugin>