logstash-input-tcp 6.4.9-java → 6.4.11-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/logstash-input-tcp_jars.rb +8 -8
- data/spec/inputs/tcp_spec.rb +4 -4
- data/vendor/jar-dependencies/io/netty/netty-buffer/{4.1.129.Final/netty-buffer-4.1.129.Final.jar → 4.1.132.Final/netty-buffer-4.1.132.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-codec/{4.1.129.Final/netty-codec-4.1.129.Final.jar → 4.1.132.Final/netty-codec-4.1.132.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-common/{4.1.129.Final/netty-common-4.1.129.Final.jar → 4.1.132.Final/netty-common-4.1.132.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-handler/{4.1.129.Final/netty-handler-4.1.129.Final.jar → 4.1.132.Final/netty-handler-4.1.132.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-resolver/{4.1.129.Final/netty-resolver-4.1.129.Final.jar → 4.1.132.Final/netty-resolver-4.1.132.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport/{4.1.129.Final/netty-transport-4.1.129.Final.jar → 4.1.132.Final/netty-transport-4.1.132.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/{4.1.129.Final/netty-transport-native-unix-common-4.1.129.Final.jar → 4.1.132.Final/netty-transport-native-unix-common-4.1.132.Final.jar} +0 -0
- data/vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/{6.4.9/logstash-input-tcp-6.4.9.jar → 6.4.11/logstash-input-tcp-6.4.11.jar} +0 -0
- data/version +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f47d0848a4154271e047d87a05cae343711fc7fe219753ce61a536ad6a09138
|
|
4
|
+
data.tar.gz: ab860412bf25e1e00ef03e6c3756eecd0daad0a93bb239220d395daa83a87a47
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 435d9bb81f655886939cff5f1d1b8ca78342708d791c85c31075aaf084e15b08762f2f0c440b3dba7d72a013cb8ad3a19a10714c53d11260b3da7b8ae944dbc2
|
|
7
|
+
data.tar.gz: c3fa875bf3374dcd57118b4b61a980a9f774c540245d6ad327022102298d1ef31cc65fc8915c961d2a2feba630e4c8d42d3cf30f516767f40dbdc980d68b1aeb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 6.4.11
|
|
2
|
+
- Update Netty dependency to 4.1.132.Final [#248](https://github.com/logstash-plugins/logstash-input-tcp/pull/248)
|
|
3
|
+
|
|
4
|
+
## 6.4.10
|
|
5
|
+
- Upgrade netty to 4.1.131 [#247](https://github.com/logstash-plugins/logstash-input-tcp/pull/247)
|
|
6
|
+
|
|
1
7
|
## 6.4.9
|
|
2
8
|
- Re-packaging the plugin [#244](https://github.com/logstash-plugins/logstash-input-tcp/pull/244)
|
|
3
9
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
require 'jar_dependencies'
|
|
4
|
-
require_jar('io.netty', 'netty-handler', '4.1.
|
|
4
|
+
require_jar('io.netty', 'netty-handler', '4.1.132.Final')
|
|
5
5
|
require_jar('commons-io', 'commons-io', '2.17.0')
|
|
6
|
-
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.
|
|
7
|
-
require_jar('io.netty', 'netty-codec', '4.1.
|
|
8
|
-
require_jar('io.netty', 'netty-transport', '4.1.
|
|
9
|
-
require_jar('io.netty', 'netty-resolver', '4.1.
|
|
10
|
-
require_jar('io.netty', 'netty-buffer', '4.1.
|
|
11
|
-
require_jar('io.netty', 'netty-common', '4.1.
|
|
12
|
-
require_jar('org.logstash.inputs', 'logstash-input-tcp', '6.4.
|
|
6
|
+
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.132.Final')
|
|
7
|
+
require_jar('io.netty', 'netty-codec', '4.1.132.Final')
|
|
8
|
+
require_jar('io.netty', 'netty-transport', '4.1.132.Final')
|
|
9
|
+
require_jar('io.netty', 'netty-resolver', '4.1.132.Final')
|
|
10
|
+
require_jar('io.netty', 'netty-buffer', '4.1.132.Final')
|
|
11
|
+
require_jar('io.netty', 'netty-common', '4.1.132.Final')
|
|
12
|
+
require_jar('org.logstash.inputs', 'logstash-input-tcp', '6.4.11')
|
data/spec/inputs/tcp_spec.rb
CHANGED
|
@@ -915,7 +915,7 @@ describe LogStash::Inputs::Tcp, :ecs_compatibility_support do
|
|
|
915
915
|
base_config.merge 'ssl_cipher_suites' => [ cipher_suite ]
|
|
916
916
|
end
|
|
917
917
|
|
|
918
|
-
let(:cipher_suite) { '
|
|
918
|
+
let(:cipher_suite) { 'TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256' }
|
|
919
919
|
|
|
920
920
|
it "should be able to connect and write data" do
|
|
921
921
|
used_cipher_suite = nil
|
|
@@ -934,7 +934,7 @@ describe LogStash::Inputs::Tcp, :ecs_compatibility_support do
|
|
|
934
934
|
|
|
935
935
|
context "with unsupported client cipher" do
|
|
936
936
|
let(:config) do
|
|
937
|
-
base_config.merge 'ssl_cipher_suites' => [ '
|
|
937
|
+
base_config.merge 'ssl_cipher_suites' => [ 'TLS_DHE_RSA_WITH_AES_128_GCM_SHA256', 'TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256' ]
|
|
938
938
|
end
|
|
939
939
|
|
|
940
940
|
let(:sslcontext) do
|
|
@@ -1050,11 +1050,11 @@ describe LogStash::Inputs::Tcp, :ecs_compatibility_support do
|
|
|
1050
1050
|
super().merge 'ssl_cipher_suites' => [ cipher_suite ]
|
|
1051
1051
|
end
|
|
1052
1052
|
|
|
1053
|
-
let(:cipher_suite) { '
|
|
1053
|
+
let(:cipher_suite) { 'TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256' }
|
|
1054
1054
|
|
|
1055
1055
|
it "sets ciphers" do
|
|
1056
1056
|
cipher_ary = ssl_context.ciphers.first
|
|
1057
|
-
expect( cipher_ary[0] ).to eql 'AES128-GCM-SHA256'
|
|
1057
|
+
expect( cipher_ary[0] ).to eql 'ECDHE-RSA-AES128-GCM-SHA256'
|
|
1058
1058
|
end
|
|
1059
1059
|
|
|
1060
1060
|
end
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.4.
|
|
1
|
+
6.4.11
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-tcp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.4.
|
|
4
|
+
version: 6.4.11
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -246,14 +246,14 @@ files:
|
|
|
246
246
|
- spec/inputs/tcp_spec.rb
|
|
247
247
|
- spec/spec_helper.rb
|
|
248
248
|
- vendor/jar-dependencies/commons-io/commons-io/2.17.0/commons-io-2.17.0.jar
|
|
249
|
-
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.
|
|
250
|
-
- vendor/jar-dependencies/io/netty/netty-codec/4.1.
|
|
251
|
-
- vendor/jar-dependencies/io/netty/netty-common/4.1.
|
|
252
|
-
- vendor/jar-dependencies/io/netty/netty-handler/4.1.
|
|
253
|
-
- vendor/jar-dependencies/io/netty/netty-resolver/4.1.
|
|
254
|
-
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.
|
|
255
|
-
- vendor/jar-dependencies/io/netty/netty-transport/4.1.
|
|
256
|
-
- vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.4.
|
|
249
|
+
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.132.Final/netty-buffer-4.1.132.Final.jar
|
|
250
|
+
- vendor/jar-dependencies/io/netty/netty-codec/4.1.132.Final/netty-codec-4.1.132.Final.jar
|
|
251
|
+
- vendor/jar-dependencies/io/netty/netty-common/4.1.132.Final/netty-common-4.1.132.Final.jar
|
|
252
|
+
- vendor/jar-dependencies/io/netty/netty-handler/4.1.132.Final/netty-handler-4.1.132.Final.jar
|
|
253
|
+
- vendor/jar-dependencies/io/netty/netty-resolver/4.1.132.Final/netty-resolver-4.1.132.Final.jar
|
|
254
|
+
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.132.Final/netty-transport-native-unix-common-4.1.132.Final.jar
|
|
255
|
+
- vendor/jar-dependencies/io/netty/netty-transport/4.1.132.Final/netty-transport-4.1.132.Final.jar
|
|
256
|
+
- vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.4.11/logstash-input-tcp-6.4.11.jar
|
|
257
257
|
- version
|
|
258
258
|
homepage: https://elastic.co/logstash
|
|
259
259
|
licenses:
|