From 5245b9d9fe8f92067ad45adeddfa8cc6a0fd2b81 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Tue, 3 Oct 2023 08:08:06 +0200 Subject: [PATCH] Update bouncycastle to jdk18on-1.76. - switches from jdk15on to jdk18on (which is for JDK 8+) - updates from 1.70 to 1.76 --- ...g-jdk15on-1.70-license.txt => bcpg-jdk18on-1.76-license.txt} | 2 +- ide/bcpg/external/binaries-list | 2 +- ide/bcpg/nbproject/project.properties | 2 +- ide/bcpg/nbproject/project.xml | 2 +- ...jdk15on-1.70-license.txt => bcpkix-jdk18on-1.76-license.txt} | 2 +- ide/bcpkix/external/binaries-list | 2 +- ide/bcpkix/nbproject/project.properties | 2 +- ide/bcpkix/nbproject/project.xml | 2 +- ...jdk15on-1.70-license.txt => bcprov-jdk18on-1.76-license.txt} | 2 +- ide/bcprov/external/binaries-list | 2 +- ide/bcprov/nbproject/project.properties | 2 +- ide/bcprov/nbproject/project.xml | 2 +- ...jdk15on-1.70-license.txt => bcutil-jdk18on-1.76-license.txt} | 2 +- ide/bcutil/external/binaries-list | 2 +- ide/bcutil/nbproject/project.properties | 2 +- ide/bcutil/nbproject/project.xml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) rename ide/bcpg/external/{bcpg-jdk15on-1.70-license.txt => bcpg-jdk18on-1.76-license.txt} (98%) rename ide/bcpkix/external/{bcpkix-jdk15on-1.70-license.txt => bcpkix-jdk18on-1.76-license.txt} (98%) rename ide/bcprov/external/{bcprov-jdk15on-1.70-license.txt => bcprov-jdk18on-1.76-license.txt} (98%) rename ide/bcutil/external/{bcutil-jdk15on-1.70-license.txt => bcutil-jdk18on-1.76-license.txt} (98%) diff --git a/ide/bcpg/external/bcpg-jdk15on-1.70-license.txt b/ide/bcpg/external/bcpg-jdk18on-1.76-license.txt similarity index 98% rename from ide/bcpg/external/bcpg-jdk15on-1.70-license.txt rename to ide/bcpg/external/bcpg-jdk18on-1.76-license.txt index 11ef79ec7d11..3dfa1d25cc58 100644 --- a/ide/bcpg/external/bcpg-jdk15on-1.70-license.txt +++ b/ide/bcpg/external/bcpg-jdk18on-1.76-license.txt @@ -1,5 +1,5 @@ Name: Bouncy Castle Java OpenPGP/BCPG -Version: 1.70 +Version: 1.76 License: MIT-bouncycastle Origin: https://www.bouncycastle.org/latest_releases.html Description: Legion of the Bouncy Castle Java cryptography APIs diff --git a/ide/bcpg/external/binaries-list b/ide/bcpg/external/binaries-list index b8268473abd9..c96cca50a6af 100644 --- a/ide/bcpg/external/binaries-list +++ b/ide/bcpg/external/binaries-list @@ -14,4 +14,4 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -062F72EC06F31A6C31A3F3355FCE0384B21126D7 org.bouncycastle:bcpg-jdk15on:1.70 +D5C23D0470261254D0E84DDE1D4237D228540298 org.bouncycastle:bcpg-jdk18on:1.76 diff --git a/ide/bcpg/nbproject/project.properties b/ide/bcpg/nbproject/project.properties index 9306e3e46d78..56161ba1296b 100644 --- a/ide/bcpg/nbproject/project.properties +++ b/ide/bcpg/nbproject/project.properties @@ -14,5 +14,5 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -release.external/bcpg-jdk15on-1.70.jar=modules/bcpg.jar +release.external/bcpg-jdk18on-1.76.jar=modules/bcpg.jar is.autoload=true diff --git a/ide/bcpg/nbproject/project.xml b/ide/bcpg/nbproject/project.xml index dbfacb9d59f6..53b635177238 100644 --- a/ide/bcpg/nbproject/project.xml +++ b/ide/bcpg/nbproject/project.xml @@ -28,7 +28,7 @@ bcpg.jar - external/bcpg-jdk15on-1.70.jar + external/bcpg-jdk18on-1.76.jar diff --git a/ide/bcpkix/external/bcpkix-jdk15on-1.70-license.txt b/ide/bcpkix/external/bcpkix-jdk18on-1.76-license.txt similarity index 98% rename from ide/bcpkix/external/bcpkix-jdk15on-1.70-license.txt rename to ide/bcpkix/external/bcpkix-jdk18on-1.76-license.txt index 27f8db112f0d..ec1ad25cc8d3 100644 --- a/ide/bcpkix/external/bcpkix-jdk15on-1.70-license.txt +++ b/ide/bcpkix/external/bcpkix-jdk18on-1.76-license.txt @@ -1,5 +1,5 @@ Name: Bouncy Castle Java Provider -Version: 1.70 +Version: 1.76 License: MIT-bouncycastle Origin: https://www.bouncycastle.org/latest_releases.html Description: Legion of the Bouncy Castle Java cryptography APIs diff --git a/ide/bcpkix/external/binaries-list b/ide/bcpkix/external/binaries-list index 7daa8a17215c..6da84b3d3047 100644 --- a/ide/bcpkix/external/binaries-list +++ b/ide/bcpkix/external/binaries-list @@ -14,4 +14,4 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -F81E5AF49571A9D5A109A88F239A73CE87055417 org.bouncycastle:bcpkix-jdk15on:1.70 +10C9CF5C1B4D64ABEDA28EE32FBADE3B74373622 org.bouncycastle:bcpkix-jdk18on:1.76 diff --git a/ide/bcpkix/nbproject/project.properties b/ide/bcpkix/nbproject/project.properties index 3ae544b61df0..c95c87513551 100644 --- a/ide/bcpkix/nbproject/project.properties +++ b/ide/bcpkix/nbproject/project.properties @@ -14,5 +14,5 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -release.external/bcpkix-jdk15on-1.70.jar=modules/bcpkix.jar +release.external/bcpkix-jdk18on-1.76.jar=modules/bcpkix.jar is.autoload=true diff --git a/ide/bcpkix/nbproject/project.xml b/ide/bcpkix/nbproject/project.xml index 524a7adb83b7..9d4c18267145 100644 --- a/ide/bcpkix/nbproject/project.xml +++ b/ide/bcpkix/nbproject/project.xml @@ -28,7 +28,7 @@ bcpkix.jar - external/bcpkix-jdk15on-1.70.jar + external/bcpkix-jdk18on-1.76.jar diff --git a/ide/bcprov/external/bcprov-jdk15on-1.70-license.txt b/ide/bcprov/external/bcprov-jdk18on-1.76-license.txt similarity index 98% rename from ide/bcprov/external/bcprov-jdk15on-1.70-license.txt rename to ide/bcprov/external/bcprov-jdk18on-1.76-license.txt index 27f8db112f0d..ec1ad25cc8d3 100644 --- a/ide/bcprov/external/bcprov-jdk15on-1.70-license.txt +++ b/ide/bcprov/external/bcprov-jdk18on-1.76-license.txt @@ -1,5 +1,5 @@ Name: Bouncy Castle Java Provider -Version: 1.70 +Version: 1.76 License: MIT-bouncycastle Origin: https://www.bouncycastle.org/latest_releases.html Description: Legion of the Bouncy Castle Java cryptography APIs diff --git a/ide/bcprov/external/binaries-list b/ide/bcprov/external/binaries-list index 8e22007a0361..58dc4d085ec1 100644 --- a/ide/bcprov/external/binaries-list +++ b/ide/bcprov/external/binaries-list @@ -14,4 +14,4 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -4636A0D01F74ACAF28082FB62B317F1080118371 org.bouncycastle:bcprov-jdk15on:1.70 +3A785D0B41806865AD7E311162BFA3FA60B3965B org.bouncycastle:bcprov-jdk18on:1.76 diff --git a/ide/bcprov/nbproject/project.properties b/ide/bcprov/nbproject/project.properties index 3073cdf89528..6d8692d68747 100644 --- a/ide/bcprov/nbproject/project.properties +++ b/ide/bcprov/nbproject/project.properties @@ -14,5 +14,5 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -release.external/bcprov-jdk15on-1.70.jar=modules/bcprov.jar +release.external/bcprov-jdk18on-1.76.jar=modules/bcprov.jar is.autoload=true diff --git a/ide/bcprov/nbproject/project.xml b/ide/bcprov/nbproject/project.xml index 3aec94c8de61..7d4badbf9401 100644 --- a/ide/bcprov/nbproject/project.xml +++ b/ide/bcprov/nbproject/project.xml @@ -28,7 +28,7 @@ bcprov.jar - external/bcprov-jdk15on-1.70.jar + external/bcprov-jdk18on-1.76.jar diff --git a/ide/bcutil/external/bcutil-jdk15on-1.70-license.txt b/ide/bcutil/external/bcutil-jdk18on-1.76-license.txt similarity index 98% rename from ide/bcutil/external/bcutil-jdk15on-1.70-license.txt rename to ide/bcutil/external/bcutil-jdk18on-1.76-license.txt index a578f7383e74..c4dc0e2571f9 100644 --- a/ide/bcutil/external/bcutil-jdk15on-1.70-license.txt +++ b/ide/bcutil/external/bcutil-jdk18on-1.76-license.txt @@ -1,5 +1,5 @@ Name: Bouncy Castle ASN.1 Extension and Utility APIs -Version: 1.70 +Version: 1.76 License: MIT-bouncycastle Origin: https://www.bouncycastle.org/latest_releases.html Description: Legion of the Bouncy Castle Java cryptography APIs diff --git a/ide/bcutil/external/binaries-list b/ide/bcutil/external/binaries-list index f1dae6e54eb1..7ce97f61c423 100644 --- a/ide/bcutil/external/binaries-list +++ b/ide/bcutil/external/binaries-list @@ -14,4 +14,4 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -54280E7195A7430D7911DED93FC01E07300B9526 org.bouncycastle:bcutil-jdk15on:1.70 +8C7594E651A278BCDE18E038D8AB55B1F97F4D31 org.bouncycastle:bcutil-jdk18on:1.76 diff --git a/ide/bcutil/nbproject/project.properties b/ide/bcutil/nbproject/project.properties index 54bc48495b09..c006048f2599 100644 --- a/ide/bcutil/nbproject/project.properties +++ b/ide/bcutil/nbproject/project.properties @@ -14,5 +14,5 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -release.external/bcutil-jdk15on-1.70.jar=modules/bcutil.jar +release.external/bcutil-jdk18on-1.76.jar=modules/bcutil.jar is.autoload=true diff --git a/ide/bcutil/nbproject/project.xml b/ide/bcutil/nbproject/project.xml index a8a3ce3ae880..ebc1352b18c2 100644 --- a/ide/bcutil/nbproject/project.xml +++ b/ide/bcutil/nbproject/project.xml @@ -28,7 +28,7 @@ bcutil.jar - external/bcutil-jdk15on-1.70.jar + external/bcutil-jdk18on-1.76.jar