From 51afe5ade8c7ff90b9cf420a5f8043db4eea5589 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 4 Mar 2025 02:25:16 -0800 Subject: [PATCH] GUACAMOLE-1956: Update BouncyCastle FIPS to latest compatible (v2.1.0). --- doc/licenses/bouncycastle-2.0.0/dep-coordinates.txt | 1 - .../{bouncycastle-2.0.0 => bouncycastle-fips-2.1.0}/LICENSE | 0 .../{bouncycastle-2.0.0 => bouncycastle-fips-2.1.0}/README | 4 ++-- doc/licenses/bouncycastle-fips-2.1.0/dep-coordinates.txt | 1 + .../guacamole-auth-sso/modules/guacamole-auth-sso-ssl/pom.xml | 2 +- .../guacamole-vault/modules/guacamole-vault-ksm/pom.xml | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 doc/licenses/bouncycastle-2.0.0/dep-coordinates.txt rename doc/licenses/{bouncycastle-2.0.0 => bouncycastle-fips-2.1.0}/LICENSE (100%) rename doc/licenses/{bouncycastle-2.0.0 => bouncycastle-fips-2.1.0}/README (76%) create mode 100644 doc/licenses/bouncycastle-fips-2.1.0/dep-coordinates.txt diff --git a/doc/licenses/bouncycastle-2.0.0/dep-coordinates.txt b/doc/licenses/bouncycastle-2.0.0/dep-coordinates.txt deleted file mode 100644 index 06444427f..000000000 --- a/doc/licenses/bouncycastle-2.0.0/dep-coordinates.txt +++ /dev/null @@ -1 +0,0 @@ -org.bouncycastle:bc-fips:jar:2.0.0 diff --git a/doc/licenses/bouncycastle-2.0.0/LICENSE b/doc/licenses/bouncycastle-fips-2.1.0/LICENSE similarity index 100% rename from doc/licenses/bouncycastle-2.0.0/LICENSE rename to doc/licenses/bouncycastle-fips-2.1.0/LICENSE diff --git a/doc/licenses/bouncycastle-2.0.0/README b/doc/licenses/bouncycastle-fips-2.1.0/README similarity index 76% rename from doc/licenses/bouncycastle-2.0.0/README rename to doc/licenses/bouncycastle-fips-2.1.0/README index 525c9995c..0067750d8 100644 --- a/doc/licenses/bouncycastle-2.0.0/README +++ b/doc/licenses/bouncycastle-fips-2.1.0/README @@ -1,7 +1,7 @@ BouncyCastle FIPS Distribution (https://www.bouncycastle.org/fips-java) ----------------------------------------------------------------------- - Version: 2.0.0 + Version: 2.1.0 From: 'The Legion of Bouncy Castle' (https://www.bouncycastle.org) License(s): - MIT (bundled/bouncycastle-fips-2.0.0/LICENSE) + MIT (bundled/bouncycastle-fips-2.1.0/LICENSE) diff --git a/doc/licenses/bouncycastle-fips-2.1.0/dep-coordinates.txt b/doc/licenses/bouncycastle-fips-2.1.0/dep-coordinates.txt new file mode 100644 index 000000000..4481ae6f8 --- /dev/null +++ b/doc/licenses/bouncycastle-fips-2.1.0/dep-coordinates.txt @@ -0,0 +1 @@ +org.bouncycastle:bc-fips:jar:2.1.0 diff --git a/extensions/guacamole-auth-sso/modules/guacamole-auth-sso-ssl/pom.xml b/extensions/guacamole-auth-sso/modules/guacamole-auth-sso-ssl/pom.xml index 479bfdfbd..add3ab6de 100644 --- a/extensions/guacamole-auth-sso/modules/guacamole-auth-sso-ssl/pom.xml +++ b/extensions/guacamole-auth-sso/modules/guacamole-auth-sso-ssl/pom.xml @@ -142,7 +142,7 @@ org.bouncycastle bc-fips - 2.0.0 + 2.1.0 diff --git a/extensions/guacamole-vault/modules/guacamole-vault-ksm/pom.xml b/extensions/guacamole-vault/modules/guacamole-vault-ksm/pom.xml index 1668bb52e..1eb1fd632 100644 --- a/extensions/guacamole-vault/modules/guacamole-vault-ksm/pom.xml +++ b/extensions/guacamole-vault/modules/guacamole-vault-ksm/pom.xml @@ -106,7 +106,7 @@ org.bouncycastle bc-fips - 2.0.0 + 2.1.0