You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2021/04/21 13:09:41 UTC

[syncope] branch 2_1_X updated (3f69181 -> 2e73f3f)

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

ilgrosso pushed a change to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git.


    from 3f69181  Upgrading Swagger UI
     new 6407095  Fix release verification section by referring to http://www.apache.org/info/verification.html
     new 2e73f3f  Upgrading Groovy

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                             |  2 +-
 .../systemadministration/setadmincredentials.adoc   | 21 +++------------------
 src/site/xdoc/downloads.xml                         | 12 +-----------
 3 files changed, 5 insertions(+), 30 deletions(-)

[syncope] 01/02: Fix release verification section by referring to http://www.apache.org/info/verification.html

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 64070950fcebebdeef4125862f93f8ba7abbf20c
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Apr 21 13:17:53 2021 +0200

    Fix release verification section by referring to http://www.apache.org/info/verification.html
---
 .../systemadministration/setadmincredentials.adoc   | 21 +++------------------
 src/site/xdoc/downloads.xml                         | 12 +-----------
 2 files changed, 4 insertions(+), 29 deletions(-)

diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/setadmincredentials.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/setadmincredentials.adoc
index 0ba8718..7a77099 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/setadmincredentials.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/setadmincredentials.adoc
@@ -28,12 +28,9 @@ The credentials are defined in the `security.properties` file; text encoding mus
 * `adminPasswordAlgorithm` - algorithm to be used for hash evaluation (default `SHA1`, others as
 `SHA256`, `SHA512`, `SMD5`, `SSHA1`, `SSHA256`, `SSHA512` and `BCRYPT` are supported)
 
-[TIP]
+.Generate SHA1 password value on GNU / Linux
 ====
-The hashed password value can be obtained, depending on the actual algorithm, via various tools.
-
-As an example, for `SHA1` and GNU / Linux and Mac OS X, the `sha1sum` command-line tool of
-http://www.gnu.org/software/coreutils/[GNU Core Utilities^] can be used as follows:
+The `sha1sum` command-line tool of http://www.gnu.org/software/coreutils/[GNU Core Utilities^] can be used as follows:
 [source,bash]
 ....
 echo -n "new_password" | sha1sum
@@ -41,21 +38,9 @@ echo -n "new_password" | sha1sum
 
 Please beware that any shell special character must be properly escaped for the command above to produce the expected
 hashed value.
-
-Again about `SHA1`, for MS Windows some options are available:
-
-* http://support.microsoft.com/kb/841290[MS File Checksum Integrity Verifier^] +
-install, save your password to a file (e.g. `password.txt` without EOL) and issue at command line: +
-[source,bash]
-....
-fciv.exe -sha1 password.txt
-....
-* http://gnuwin32.sourceforge.net/[GnuWin32^] port of GNU utilities for MS Windows
-* http://www.cygwin.com/[Cygwin^] Unix-like environment and command-line interface for Microsoft Windows (featuring
-http://www.gnu.org/software/coreutils/[GNU Core Utilities^])
 ====
 
-.Generate SSHA256 password value with common GNU / Linux tools
+.Generate SSHA256 password value on GNU / Linux
 ====
 ....
 $ python3 pySSHA/ssha.py -p password -enc sha256 -s 666ac543 \
diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/downloads.xml
index 7ce6db5..8b60fdd 100644
--- a/src/site/xdoc/downloads.xml
+++ b/src/site/xdoc/downloads.xml
@@ -275,17 +275,7 @@ under the License.
     </section>
     
     <section name="Verifying Releases">
-      <p>When downloading from a mirror please check the SHA512 checksums as well as verifying the OpenPGP compatible
-        signature available from the main Apache site.
-        The <a href="https://downloads.apache.org/syncope/KEYS">KEYS</a> file contains the public keys used for signing the
-        release. It is recommended that a web of trust is used to confirm the identity of these keys.</p>
-
-      <p>You can check the OpenPGP signature with GnuPG via:</p>
-      <source><![CDATA[gpg --import KEYS
-gpg --verify *syncope*.asc]]></source>
-      
-      <p>You can check the SHA512 checksum with:</p>
-      <source><![CDATA[sha512sum --check *syncope*.sha512]]></source>
+      <p>You can verify your download by following these <a href="http://www.apache.org/info/verification.html">procedures</a> and using these <a href="https://www.apache.org/dist/syncope/KEYS">KEYS</a>.</p>
     </section>
   </body>
 </document>

[syncope] 02/02: Upgrading Groovy

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 2e73f3f4bffaa38d79f4d9de01199a85dda78480
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Apr 21 15:08:46 2021 +0200

    Upgrading Groovy
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3c90e3b..64f275d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -421,7 +421,7 @@ under the License.
 
     <cocoon.version>3.0.0-alpha-3</cocoon.version>
 
-    <groovy.version>3.0.7</groovy.version>
+    <groovy.version>3.0.8</groovy.version>
 
     <flowable.version>6.6.0</flowable.version>