Bump bouncycastle verison to 1.49
Many bugs were fixed since version 1.44 that we are using[1]. JARs artifacts were renamed. [1] http://www.bouncycastle.org/releasenotes.html Change-Id: Ie2b22328c77b0100dfff61139b737894b88e7664
This commit is contained in:
parent
62c5eee965
commit
937d527ac0
@ -15,9 +15,9 @@
|
|||||||
|
|
||||||
# Version should match lib/bouncycastle/BUCK
|
# Version should match lib/bouncycastle/BUCK
|
||||||
[library "bouncyCastle"]
|
[library "bouncyCastle"]
|
||||||
name = Bouncy Castle Crypto v144
|
name = Bouncy Castle Crypto v149
|
||||||
url = http://www.bouncycastle.org/download/bcprov-jdk16-144.jar
|
url = http://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.49/bcprov-jdk15on-1.49.jar
|
||||||
sha1 = 6327a5f7a3dc45e0fd735adb5d08c5a74c05c20c
|
sha1 = f5155f04330459104b79923274db5060c1057b99
|
||||||
remove = bcprov-.*[.]jar
|
remove = bcprov-.*[.]jar
|
||||||
|
|
||||||
[library "mysqlDriver"]
|
[library "mysqlDriver"]
|
||||||
|
@ -2,19 +2,19 @@ include_defs('//lib/maven.defs')
|
|||||||
|
|
||||||
# This version must match the version that also appears in
|
# This version must match the version that also appears in
|
||||||
# gerrit-pgm/src/main/resources/com/google/gerrit/pgm/libraries.config
|
# gerrit-pgm/src/main/resources/com/google/gerrit/pgm/libraries.config
|
||||||
VERSION = '1.44'
|
VERSION = '1.49'
|
||||||
|
|
||||||
maven_jar(
|
maven_jar(
|
||||||
name = 'bcprov',
|
name = 'bcprov',
|
||||||
id = 'org.bouncycastle:bcprov-jdk16:' + VERSION,
|
id = 'org.bouncycastle:bcprov-jdk15on:' + VERSION,
|
||||||
sha1 = '6327a5f7a3dc45e0fd735adb5d08c5a74c05c20c',
|
sha1 = 'f5155f04330459104b79923274db5060c1057b99',
|
||||||
license = 'DO_NOT_DISTRIBUTE', #'bouncycastle'
|
license = 'DO_NOT_DISTRIBUTE', #'bouncycastle'
|
||||||
)
|
)
|
||||||
|
|
||||||
maven_jar(
|
maven_jar(
|
||||||
name = 'bcpg',
|
name = 'bcpg',
|
||||||
id = 'org.bouncycastle:bcpg-jdk16:' + VERSION,
|
id = 'org.bouncycastle:bcpg-jdk15on:' + VERSION,
|
||||||
sha1 = 'ee14f5a29cb3cf9c1edec034ab16e1bbd26e9647',
|
sha1 = '081d84be5b125e1997ab0e2244d1a2276b5de76c',
|
||||||
license = 'DO_NOT_DISTRIBUTE', #'bouncycastle'
|
license = 'DO_NOT_DISTRIBUTE', #'bouncycastle'
|
||||||
deps = [':bcprov'],
|
deps = [':bcprov'],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user