You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2022/03/03 19:52:22 UTC

[shiro] branch SHIRO-838_hashes_fix created (now ba3e28a)

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

bmarwell pushed a change to branch SHIRO-838_hashes_fix
in repository https://gitbox.apache.org/repos/asf/shiro.git.


      at ba3e28a  [SHIRO-838] add sha256 which is a required hash algorithm

This branch includes the following new commits:

     new 0562ba6  [SHIRO-838] update parent pom for attachement of hashes
     new ba3e28a  [SHIRO-838] add sha256 which is a required hash algorithm

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.


[shiro] 01/02: [SHIRO-838] update parent pom for attachement of hashes

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

bmarwell pushed a commit to branch SHIRO-838_hashes_fix
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit 0562ba60fed2381518ed42aefa801eb55aa4601b
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Thu Mar 3 20:47:36 2022 +0100

    [SHIRO-838] update parent pom for attachement of hashes
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d9aada1..13a2e28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>21</version>
+        <version>25</version>
     </parent>
 
     <groupId>org.apache.shiro</groupId>

[shiro] 02/02: [SHIRO-838] add sha256 which is a required hash algorithm

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

bmarwell pushed a commit to branch SHIRO-838_hashes_fix
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit ba3e28ac6beff93294923d51b1bbf2cbe87b7135
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Thu Mar 3 20:48:35 2022 +0100

    [SHIRO-838] add sha256 which is a required hash algorithm
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 13a2e28..83b7595 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1486,6 +1486,7 @@
                         </executions>
                         <configuration>
                             <algorithms>
+                                <algorithm>SHA-256</algorithm>
                                 <algorithm>SHA-512</algorithm>
                                 <algorithm>SHA3-512</algorithm>
                             </algorithms>