Skip to content

Commit 02b34dc

Browse files
committed
Update bouncycastle to 1.84
also update the minimum version in MANIFEST.MF files to ensure we use the latest version to avoid issue jgit-249 reoccurs. Change-Id: Ice1238fd4632828b96bedae7c560eadd19563e76
1 parent 2fcd6f4 commit 02b34dc

13 files changed

Lines changed: 65 additions & 65 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ git_repository(
2323
remote = "https://gerrit.googlesource.com/bazlets",
2424
)
2525

26-
BOUNCYCASTLE_VERSION = "1.83"
26+
BOUNCYCASTLE_VERSION = "1.84"
2727

2828
BYTE_BUDDY_VERSION = "1.18.8"
2929

org.eclipse.jgit.gpg.bc.test/META-INF/MANIFEST.MF

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Bundle-Vendor: %Bundle-Vendor
88
Bundle-Localization: plugin
99
Bundle-RequiredExecutionEnvironment: JavaSE-17
1010
Bundle-SCM: url=https://github.com/eclipse-jgit/jgit, connection=scm:git:https://eclipse.gerrithub.io/eclipse-jgit/jgit.git, developerConnection=scm:git:https://eclipse.gerrithub.io/a/eclipse-jgit/jgit.git
11-
Import-Package: org.bouncycastle.asn1.cryptlib;version="[1.83.0,2.0.0)",
12-
org.bouncycastle.jce.provider;version="[1.83.0,2.0.0)",
13-
org.bouncycastle.openpgp;version="[1.83.0,2.0.0)",
14-
org.bouncycastle.openpgp.operator;version="[1.83.0,2.0.0)",
15-
org.bouncycastle.openpgp.operator.jcajce;version="[1.83.0,2.0.0)",
16-
org.bouncycastle.util.encoders;version="[1.83.0,2.0.0)",
11+
Import-Package: org.bouncycastle.asn1.cryptlib;version="[1.84.0,2.0.0)",
12+
org.bouncycastle.jce.provider;version="[1.84.0,2.0.0)",
13+
org.bouncycastle.openpgp;version="[1.84.0,2.0.0)",
14+
org.bouncycastle.openpgp.operator;version="[1.84.0,2.0.0)",
15+
org.bouncycastle.openpgp.operator.jcajce;version="[1.84.0,2.0.0)",
16+
org.bouncycastle.util.encoders;version="[1.84.0,2.0.0)",
1717
org.eclipse.jgit.gpg.bc.internal;version="[7.7.0,7.8.0)",
1818
org.eclipse.jgit.gpg.bc.internal.keys;version="[7.7.0,7.8.0)",
1919
org.eclipse.jgit.util.sha1;version="[7.7.0,7.8.0)",

org.eclipse.jgit.gpg.bc/META-INF/MANIFEST.MF

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ Bundle-Localization: OSGI-INF/l10n/gpg_bc
99
Bundle-Version: 7.7.0.qualifier
1010
Bundle-RequiredExecutionEnvironment: JavaSE-17
1111
Bundle-SCM: url=https://github.com/eclipse-jgit/jgit, connection=scm:git:https://eclipse.gerrithub.io/eclipse-jgit/jgit.git, developerConnection=scm:git:https://eclipse.gerrithub.io/a/eclipse-jgit/jgit.git
12-
Import-Package: org.bouncycastle.asn1;version="[1.83.0,2.0.0)",
13-
org.bouncycastle.asn1.x9;version="[1.83.0,2.0.0)",
14-
org.bouncycastle.bcpg;version="[1.83.0,2.0.0)",
15-
org.bouncycastle.bcpg.sig;version="[1.83.0,2.0.0)",
16-
org.bouncycastle.crypto.ec;version="[1.83.0,2.0.0)",
17-
org.bouncycastle.gpg;version="[1.83.0,2.0.0)",
18-
org.bouncycastle.gpg.keybox;version="[1.83.0,2.0.0)",
19-
org.bouncycastle.gpg.keybox.jcajce;version="[1.83.0,2.0.0)",
20-
org.bouncycastle.jcajce.interfaces;version="[1.83.0,2.0.0)",
21-
org.bouncycastle.jcajce.util;version="[1.83.0,2.0.0)",
22-
org.bouncycastle.math.ec;version="[1.83.0,2.0.0)",
23-
org.bouncycastle.math.field;version="[1.83.0,2.0.0)",
24-
org.bouncycastle.openpgp;version="[1.83.0,2.0.0)",
25-
org.bouncycastle.openpgp.jcajce;version="[1.83.0,2.0.0)",
26-
org.bouncycastle.openpgp.operator;version="[1.83.0,2.0.0)",
27-
org.bouncycastle.openpgp.operator.jcajce;version="[1.83.0,2.0.0)",
28-
org.bouncycastle.util.encoders;version="[1.83.0,2.0.0)",
12+
Import-Package: org.bouncycastle.asn1;version="[1.84.0,2.0.0)",
13+
org.bouncycastle.asn1.x9;version="[1.84.0,2.0.0)",
14+
org.bouncycastle.bcpg;version="[1.84.0,2.0.0)",
15+
org.bouncycastle.bcpg.sig;version="[1.84.0,2.0.0)",
16+
org.bouncycastle.crypto.ec;version="[1.84.0,2.0.0)",
17+
org.bouncycastle.gpg;version="[1.84.0,2.0.0)",
18+
org.bouncycastle.gpg.keybox;version="[1.84.0,2.0.0)",
19+
org.bouncycastle.gpg.keybox.jcajce;version="[1.84.0,2.0.0)",
20+
org.bouncycastle.jcajce.interfaces;version="[1.84.0,2.0.0)",
21+
org.bouncycastle.jcajce.util;version="[1.84.0,2.0.0)",
22+
org.bouncycastle.math.ec;version="[1.84.0,2.0.0)",
23+
org.bouncycastle.math.field;version="[1.84.0,2.0.0)",
24+
org.bouncycastle.openpgp;version="[1.84.0,2.0.0)",
25+
org.bouncycastle.openpgp.jcajce;version="[1.84.0,2.0.0)",
26+
org.bouncycastle.openpgp.operator;version="[1.84.0,2.0.0)",
27+
org.bouncycastle.openpgp.operator.jcajce;version="[1.84.0,2.0.0)",
28+
org.bouncycastle.util.encoders;version="[1.84.0,2.0.0)",
2929
org.slf4j;version="[1.7.0,3.0.0)"
3030
Export-Package: org.eclipse.jgit.gpg.bc.internal;version="7.7.0";x-friends:="org.eclipse.jgit.gpg.bc.test",
3131
org.eclipse.jgit.gpg.bc.internal.keys;version="7.7.0";x-friends:="org.eclipse.jgit.gpg.bc.test"

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.34.target

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="jgit-4.34" sequenceNumber="1776264895">
4+
<target name="jgit-4.34" sequenceNumber="1776265462">
55
<locations>
66
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
77
<unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
@@ -217,25 +217,25 @@
217217
<dependency>
218218
<groupId>org.bouncycastle</groupId>
219219
<artifactId>bcpg-jdk18on</artifactId>
220-
<version>1.83</version>
220+
<version>1.84</version>
221221
<type>jar</type>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.bouncycastle</groupId>
225225
<artifactId>bcprov-jdk18on</artifactId>
226-
<version>1.83</version>
226+
<version>1.84</version>
227227
<type>jar</type>
228228
</dependency>
229229
<dependency>
230230
<groupId>org.bouncycastle</groupId>
231231
<artifactId>bcpkix-jdk18on</artifactId>
232-
<version>1.83</version>
232+
<version>1.84</version>
233233
<type>jar</type>
234234
</dependency>
235235
<dependency>
236236
<groupId>org.bouncycastle</groupId>
237237
<artifactId>bcutil-jdk18on</artifactId>
238-
<version>1.83</version>
238+
<version>1.84</version>
239239
<type>jar</type>
240240
</dependency>
241241
</dependencies>

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.35.target

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="jgit-4.35" sequenceNumber="1776264895">
4+
<target name="jgit-4.35" sequenceNumber="1776265462">
55
<locations>
66
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
77
<unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
@@ -217,25 +217,25 @@
217217
<dependency>
218218
<groupId>org.bouncycastle</groupId>
219219
<artifactId>bcpg-jdk18on</artifactId>
220-
<version>1.83</version>
220+
<version>1.84</version>
221221
<type>jar</type>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.bouncycastle</groupId>
225225
<artifactId>bcprov-jdk18on</artifactId>
226-
<version>1.83</version>
226+
<version>1.84</version>
227227
<type>jar</type>
228228
</dependency>
229229
<dependency>
230230
<groupId>org.bouncycastle</groupId>
231231
<artifactId>bcpkix-jdk18on</artifactId>
232-
<version>1.83</version>
232+
<version>1.84</version>
233233
<type>jar</type>
234234
</dependency>
235235
<dependency>
236236
<groupId>org.bouncycastle</groupId>
237237
<artifactId>bcutil-jdk18on</artifactId>
238-
<version>1.83</version>
238+
<version>1.84</version>
239239
<type>jar</type>
240240
</dependency>
241241
</dependencies>

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.36.target

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="jgit-4.36" sequenceNumber="1776264895">
4+
<target name="jgit-4.36" sequenceNumber="1776265463">
55
<locations>
66
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
77
<unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
@@ -217,25 +217,25 @@
217217
<dependency>
218218
<groupId>org.bouncycastle</groupId>
219219
<artifactId>bcpg-jdk18on</artifactId>
220-
<version>1.83</version>
220+
<version>1.84</version>
221221
<type>jar</type>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.bouncycastle</groupId>
225225
<artifactId>bcprov-jdk18on</artifactId>
226-
<version>1.83</version>
226+
<version>1.84</version>
227227
<type>jar</type>
228228
</dependency>
229229
<dependency>
230230
<groupId>org.bouncycastle</groupId>
231231
<artifactId>bcpkix-jdk18on</artifactId>
232-
<version>1.83</version>
232+
<version>1.84</version>
233233
<type>jar</type>
234234
</dependency>
235235
<dependency>
236236
<groupId>org.bouncycastle</groupId>
237237
<artifactId>bcutil-jdk18on</artifactId>
238-
<version>1.83</version>
238+
<version>1.84</version>
239239
<type>jar</type>
240240
</dependency>
241241
</dependencies>

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.37.target

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="jgit-4.37" sequenceNumber="1776264895">
4+
<target name="jgit-4.37" sequenceNumber="1776265462">
55
<locations>
66
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
77
<unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
@@ -217,25 +217,25 @@
217217
<dependency>
218218
<groupId>org.bouncycastle</groupId>
219219
<artifactId>bcpg-jdk18on</artifactId>
220-
<version>1.83</version>
220+
<version>1.84</version>
221221
<type>jar</type>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.bouncycastle</groupId>
225225
<artifactId>bcprov-jdk18on</artifactId>
226-
<version>1.83</version>
226+
<version>1.84</version>
227227
<type>jar</type>
228228
</dependency>
229229
<dependency>
230230
<groupId>org.bouncycastle</groupId>
231231
<artifactId>bcpkix-jdk18on</artifactId>
232-
<version>1.83</version>
232+
<version>1.84</version>
233233
<type>jar</type>
234234
</dependency>
235235
<dependency>
236236
<groupId>org.bouncycastle</groupId>
237237
<artifactId>bcutil-jdk18on</artifactId>
238-
<version>1.83</version>
238+
<version>1.84</version>
239239
<type>jar</type>
240240
</dependency>
241241
</dependencies>

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.38.target

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="jgit-4.38" sequenceNumber="1776264895">
4+
<target name="jgit-4.38" sequenceNumber="1776265464">
55
<locations>
66
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
77
<unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
@@ -217,25 +217,25 @@
217217
<dependency>
218218
<groupId>org.bouncycastle</groupId>
219219
<artifactId>bcpg-jdk18on</artifactId>
220-
<version>1.83</version>
220+
<version>1.84</version>
221221
<type>jar</type>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.bouncycastle</groupId>
225225
<artifactId>bcprov-jdk18on</artifactId>
226-
<version>1.83</version>
226+
<version>1.84</version>
227227
<type>jar</type>
228228
</dependency>
229229
<dependency>
230230
<groupId>org.bouncycastle</groupId>
231231
<artifactId>bcpkix-jdk18on</artifactId>
232-
<version>1.83</version>
232+
<version>1.84</version>
233233
<type>jar</type>
234234
</dependency>
235235
<dependency>
236236
<groupId>org.bouncycastle</groupId>
237237
<artifactId>bcutil-jdk18on</artifactId>
238-
<version>1.83</version>
238+
<version>1.84</version>
239239
<type>jar</type>
240240
</dependency>
241241
</dependencies>

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.39.target

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="jgit-4.39" sequenceNumber="1776264895">
4+
<target name="jgit-4.39" sequenceNumber="1776265464">
55
<locations>
66
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
77
<unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
@@ -217,25 +217,25 @@
217217
<dependency>
218218
<groupId>org.bouncycastle</groupId>
219219
<artifactId>bcpg-jdk18on</artifactId>
220-
<version>1.83</version>
220+
<version>1.84</version>
221221
<type>jar</type>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.bouncycastle</groupId>
225225
<artifactId>bcprov-jdk18on</artifactId>
226-
<version>1.83</version>
226+
<version>1.84</version>
227227
<type>jar</type>
228228
</dependency>
229229
<dependency>
230230
<groupId>org.bouncycastle</groupId>
231231
<artifactId>bcpkix-jdk18on</artifactId>
232-
<version>1.83</version>
232+
<version>1.84</version>
233233
<type>jar</type>
234234
</dependency>
235235
<dependency>
236236
<groupId>org.bouncycastle</groupId>
237237
<artifactId>bcutil-jdk18on</artifactId>
238-
<version>1.83</version>
238+
<version>1.84</version>
239239
<type>jar</type>
240240
</dependency>
241241
</dependencies>

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.40.target

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="jgit-4.40" sequenceNumber="1776264895">
4+
<target name="jgit-4.40" sequenceNumber="1776265463">
55
<locations>
66
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
77
<unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
@@ -217,25 +217,25 @@
217217
<dependency>
218218
<groupId>org.bouncycastle</groupId>
219219
<artifactId>bcpg-jdk18on</artifactId>
220-
<version>1.83</version>
220+
<version>1.84</version>
221221
<type>jar</type>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.bouncycastle</groupId>
225225
<artifactId>bcprov-jdk18on</artifactId>
226-
<version>1.83</version>
226+
<version>1.84</version>
227227
<type>jar</type>
228228
</dependency>
229229
<dependency>
230230
<groupId>org.bouncycastle</groupId>
231231
<artifactId>bcpkix-jdk18on</artifactId>
232-
<version>1.83</version>
232+
<version>1.84</version>
233233
<type>jar</type>
234234
</dependency>
235235
<dependency>
236236
<groupId>org.bouncycastle</groupId>
237237
<artifactId>bcutil-jdk18on</artifactId>
238-
<version>1.83</version>
238+
<version>1.84</version>
239239
<type>jar</type>
240240
</dependency>
241241
</dependencies>

0 commit comments

Comments
 (0)