Skip to content

Commit 73349e4

Browse files
committed
fix bouncycastle update, needs the util module now
1 parent e007bf5 commit 73349e4

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2197,6 +2197,7 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
21972197
'graalpython:GRAALPYTHON_RESOURCES',
21982198
'graalpython:BOUNCYCASTLE-PROVIDER',
21992199
'graalpython:BOUNCYCASTLE-PKIX',
2200+
'graalpython:BOUNCYCASTLE-UTIL',
22002201
'graalpython:XZ-1.8',
22012202
],
22022203
support_distributions=[

mx.graalpython/suite.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,16 @@
144144
},
145145
"moduleName": "org.bouncycastle.pkix",
146146
},
147+
"BOUNCYCASTLE-UTIL": {
148+
"digest": "sha512:385d95b4c32053bb3734c342d5f3255bcc1cee7e35649965bb5fbf8733ec37009fd5f5e06817a45e7857a2e62e923563ce1231ee3a1de411f788dfa93d39ce41",
149+
"sourceDigest": "sha512:8d2068b8a90381dde75f25059dfdf3073a2657ea8f7d65872f972aaae6b780a4156b39d922e10302f4c4ddaf22d5057c02e9a0cb2a228f0a43730dfba46b1b22",
150+
"maven": {
151+
"groupId": "org.bouncycastle",
152+
"artifactId": "bcutil-jdk18on",
153+
"version": "1.76",
154+
},
155+
"moduleName": "org.bouncycastle.util",
156+
},
147157
"BZIP2": {
148158
"urls": [
149159
"https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/graalpython/bzip2-1.0.8.tar.gz",
@@ -394,6 +404,7 @@
394404
"regex:TREGEX",
395405
"BOUNCYCASTLE-PROVIDER",
396406
"BOUNCYCASTLE-PKIX",
407+
"BOUNCYCASTLE-UTIL",
397408
],
398409
"requires": [
399410
"java.logging",
@@ -952,6 +963,7 @@
952963
"exclude": [
953964
"BOUNCYCASTLE-PROVIDER",
954965
"BOUNCYCASTLE-PKIX",
966+
"BOUNCYCASTLE-UTIL",
955967
"XZ-1.8",
956968
],
957969
"javaProperties": {

0 commit comments

Comments
 (0)