summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdithya Chakilam <achakila@codeaurora.org>2021-09-29 22:57:30 -0500
committerAdithya Chakilam <achakila@codeaurora.org>2021-11-11 06:57:12 +0000
commit751e510e49eff89039667d3260a3a20fec28fea1 (patch)
tree7e29e8b9257756fd7e74c4aebaad0ace578161aa
parent5c6e69a7430ec0bf25178176ec932d8eeb48325b (diff)
Change bouncycastle urls
The old urls redirect to these new urls and java code is failing on redirect. Change-Id: I734bb76e3fe621062c03d45edc577c0c4ac91e08
-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