Skip to content

Commit ad4ae12

Browse files
Merge pull request #9329 from matthiasblaesing/bouncy_castle_update
Enable loading of bundles importing java.-packages and update Bouncy Castle to fix jgit signing
2 parents 0b30443 + 86d59af commit ad4ae12

22 files changed

Lines changed: 40 additions & 26 deletions

ide/bcpg/external/bcpg-jdk18on-1.77-license.txt renamed to ide/bcpg/external/bcpg-jdk18on-1.83-license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: Bouncy Castle Java OpenPGP/BCPG
2-
Version: 1.77
2+
Version: 1.83
33
License: MIT-bouncycastle
44
Origin: https://www.bouncycastle.org/latest_releases.html
55
Description: Legion of the Bouncy Castle Java cryptography APIs

ide/bcpg/external/binaries-list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
BB0BE51E8B378BAAE6E0D86F5282CD3887066539 org.bouncycastle:bcpg-jdk18on:1.77
17+
4369727B9B02E6C62C26FDE862AC42D77CE8EDEF org.bouncycastle:bcpg-jdk18on:1.83

ide/bcpg/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
release.external/bcpg-jdk18on-1.77.jar=modules/bcpg.jar
17+
release.external/bcpg-jdk18on-1.83.jar=modules/bcpg.jar
1818
is.autoload=true

ide/bcpg/nbproject/project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<public-packages/>
2929
<class-path-extension>
3030
<runtime-relative-path>bcpg.jar</runtime-relative-path>
31-
<binary-origin>external/bcpg-jdk18on-1.77.jar</binary-origin>
31+
<binary-origin>external/bcpg-jdk18on-1.83.jar</binary-origin>
3232
</class-path-extension>
3333
</data>
3434
</configuration>

ide/bcpkix/external/bcpkix-jdk18on-1.77-license.txt renamed to ide/bcpkix/external/bcpkix-jdk18on-1.83-license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: Bouncy Castle Java Provider
2-
Version: 1.77
2+
Version: 1.83
33
License: MIT-bouncycastle
44
Origin: https://www.bouncycastle.org/latest_releases.html
55
Description: Legion of the Bouncy Castle Java cryptography APIs

ide/bcpkix/external/binaries-list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
ED953791BA0229747DD0FD9911E3D76A462ACFD3 org.bouncycastle:bcpkix-jdk18on:1.77
17+
3F4300D0441459BFA64A481C80062B002FF0CF65 org.bouncycastle:bcpkix-jdk18on:1.83

ide/bcpkix/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
release.external/bcpkix-jdk18on-1.77.jar=modules/bcpkix.jar
17+
release.external/bcpkix-jdk18on-1.83.jar=modules/bcpkix.jar
1818
is.autoload=true

ide/bcpkix/nbproject/project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<public-packages/>
2929
<class-path-extension>
3030
<runtime-relative-path>bcpkix.jar</runtime-relative-path>
31-
<binary-origin>external/bcpkix-jdk18on-1.77.jar</binary-origin>
31+
<binary-origin>external/bcpkix-jdk18on-1.83.jar</binary-origin>
3232
</class-path-extension>
3333
</data>
3434
</configuration>

ide/bcprov/external/bcprov-jdk18on-1.77-license.txt renamed to ide/bcprov/external/bcprov-jdk18on-1.83-license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: Bouncy Castle Java Provider
2-
Version: 1.77
2+
Version: 1.83
33
License: MIT-bouncycastle
44
Origin: https://www.bouncycastle.org/latest_releases.html
55
Description: Legion of the Bouncy Castle Java cryptography APIs

ide/bcprov/external/binaries-list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
2CC971B6C20949C1FF98D1A4BC741EE848A09523 org.bouncycastle:bcprov-jdk18on:1.77
17+
310E719F391BD9F4EE5103CA299C172643EFB595 org.bouncycastle:bcprov-jdk18on:1.83

0 commit comments

Comments
 (0)