From: Florian Zschocke Date: Sun, 10 Nov 2019 12:02:07 +0000 (+0100) Subject: Update BouncyCastle dependency to version 1.57 X-Git-Tag: r1.9.0~26 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5784b125b676d5d19897c66144552afedc92c655;p=gitblit.git Update BouncyCastle dependency to version 1.57 To support the new PBKDF2 password hashing, the Bouncy Castle provider needs to be updated to a version that supports PBKDF2 with HMAC SHA265. The current version doesn't have PBKDF2WithHmacSHA265, and neither does Java 7, so that under Java 7 it can not be used. This update enables the new password hashing under Java 7, too. --- diff --git a/.classpath b/.classpath index 51de1bc4..86ac165c 100644 --- a/.classpath +++ b/.classpath @@ -51,9 +51,9 @@ - - - + + + @@ -95,5 +95,10 @@ + + + + + diff --git a/build.moxie b/build.moxie index e58b6c6d..b8dc3efc 100644 --- a/build.moxie +++ b/build.moxie @@ -109,7 +109,7 @@ properties: { lucene.version : 5.5.2 jgit.version : 4.1.1.201511131810-r groovy.version : 2.4.4 - bouncycastle.version : 1.52 + bouncycastle.version : 1.57 selenium.version : 2.28.0 wikitext.version : 1.4 sshd.version: 1.0.0 diff --git a/gitblit.iml b/gitblit.iml index 51945b11..b82a27b1 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -508,35 +508,35 @@ - + - + - + - + - + - + - + - + - +