summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdithya Chakilam <achakila@codeaurora.org>2021-11-20 00:24:16 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-11-20 00:24:16 +0000
commitb355324894b97833de5b349fd88fd2592c69f1f6 (patch)
tree3a1fb1c964703b5b8bea0726081c7cc04c2b7513
parent1e84f2d0375564b2ab5bf07d66043f2c9e475360 (diff)
parent751e510e49eff89039667d3260a3a20fec28fea1 (diff)
Merge "Change bouncycastle urls" into stable-2.9upstream/stable-2.9
-rw-r--r--gerrit-pgm/src/main/resources/com/google/gerrit/pgm/libraries.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/gerrit-pgm/src/main/resources/com/google/gerrit/pgm/libraries.config b/gerrit-pgm/src/main/resources/com/google/gerrit/pgm/libraries.config
index b5e702f3d4..21491a41a8 100644
--- a/gerrit-pgm/src/main/resources/com/google/gerrit/pgm/libraries.config
+++ b/gerrit-pgm/src/main/resources/com/google/gerrit/pgm/libraries.config
@@ -16,14 +16,14 @@
# Version should match lib/bouncycastle/BUCK
[library "bouncyCastleProvider"]
name = Bouncy Castle Crypto Provider v149
- url = http://www.bouncycastle.org/download/bcprov-jdk15on-149.jar
+ url = https://www.bouncycastle.org/archive/149/bcprov-jdk15on-149.jar
sha1 = f5155f04330459104b79923274db5060c1057b99
remove = bcprov-.*[.]jar
# Version should match lib/bouncycastle/BUCK
[library "bouncyCastleSSL"]
name = Bouncy Castle Crypto SSL v149
- url = http://www.bouncycastle.org/download/bcpkix-jdk15on-149.jar
+ url = https://www.bouncycastle.org/archive/149/bcpkix-jdk15on-149.jar
sha1 = 924cc7ad2f589630c97b918f044296ebf1bb6855
needs = bouncyCastleProvider
remove = bcpkix-.*[.]jar