From c0a5b6be3ce66e8dbbcae3eb5ebc977b98f6e648 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 13:48:31 -0700 Subject: [PATCH] =?UTF-8?q?Add=20netty-transport-native-unix-common=20to?= =?UTF-8?q?=20modules/transport-netty4/bu=E2=80=A6=20(#3848)=20(#3861)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add netty-transport-native-unix-common to modules/transport-netty4/build.gradle to satisfy transitive dependency Signed-off-by: Craig Perkins * Update third party audit check Signed-off-by: Craig Perkins (cherry picked from commit 33138eded9f76e9243a16bca61b18be722172ed0) Co-authored-by: Craig Perkins --- modules/transport-netty4/build.gradle | 5 +---- .../netty-transport-native-unix-common-4.1.78.Final.jar.sha1 | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 modules/transport-netty4/licenses/netty-transport-native-unix-common-4.1.78.Final.jar.sha1 diff --git a/modules/transport-netty4/build.gradle b/modules/transport-netty4/build.gradle index 74448e7a5ac06..89988fc3ed224 100644 --- a/modules/transport-netty4/build.gradle +++ b/modules/transport-netty4/build.gradle @@ -59,6 +59,7 @@ dependencies { api "io.netty:netty-handler:${versions.netty}" api "io.netty:netty-resolver:${versions.netty}" api "io.netty:netty-transport:${versions.netty}" + api "io.netty:netty-transport-native-unix-common:${versions.netty}" } restResources { @@ -147,10 +148,6 @@ thirdPartyAudit { 'io.netty.internal.tcnative.SSLContext', 'io.netty.internal.tcnative.SSLPrivateKeyMethod', - // from io.netty.channel.unix (netty) - 'io.netty.channel.unix.FileDescriptor', - 'io.netty.channel.unix.UnixChannel', - // from io.netty.handler.ssl.util.BouncyCastleSelfSignedCertGenerator (netty) 'org.bouncycastle.cert.X509v3CertificateBuilder', 'org.bouncycastle.cert.jcajce.JcaX509CertificateConverter', diff --git a/modules/transport-netty4/licenses/netty-transport-native-unix-common-4.1.78.Final.jar.sha1 b/modules/transport-netty4/licenses/netty-transport-native-unix-common-4.1.78.Final.jar.sha1 new file mode 100644 index 0000000000000..58224c6d6bddb --- /dev/null +++ b/modules/transport-netty4/licenses/netty-transport-native-unix-common-4.1.78.Final.jar.sha1 @@ -0,0 +1 @@ +62c64e182a11e31ad80e68a94f0b02b45344df23 \ No newline at end of file