logstash-input-tcp 6.4.0-java → 6.4.2-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 +7 -7
- data/vendor/jar-dependencies/io/netty/netty-buffer/{4.1.94.Final/netty-buffer-4.1.94.Final.jar → 4.1.109.Final/netty-buffer-4.1.109.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-codec/{4.1.94.Final/netty-codec-4.1.94.Final.jar → 4.1.109.Final/netty-codec-4.1.109.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-common/{4.1.94.Final/netty-common-4.1.94.Final.jar → 4.1.109.Final/netty-common-4.1.109.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-handler/{4.1.94.Final/netty-handler-4.1.94.Final.jar → 4.1.109.Final/netty-handler-4.1.109.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport/{4.1.94.Final/netty-transport-4.1.94.Final.jar → 4.1.109.Final/netty-transport-4.1.109.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/{4.1.94.Final/netty-transport-native-unix-common-4.1.94.Final.jar → 4.1.109.Final/netty-transport-native-unix-common-4.1.109.Final.jar} +0 -0
- data/vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/{6.4.0/logstash-input-tcp-6.4.0.jar → 6.4.2/logstash-input-tcp-6.4.2.jar} +0 -0
- data/version +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 27e8c579f750baae4ee58904a682b570a486177efc96032b01b9459b3e699327
|
|
4
|
+
data.tar.gz: 845422cc9979311d7ce759ec8e7906a24d82c0f53dc1929390988e0d19c48771
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1fa7629a4f8108a29fdeb7a9c057cd8cfc76ce95b446bfe1e53a12792dbf5c91cc63021b9dae577f741b44a51ac3cda0a234e307dc768702112383fbba81d438
|
|
7
|
+
data.tar.gz: 8caa7d374ef9412b442bc545065720f152bee6b6c465733f23106c3d8b50f32251eed864ea748c13039da9e83eae74dbe765ccb8a0be88ac09e61d95b0ed2498
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 6.4.2
|
|
2
|
+
- update netty to 4.1.109 [#220](https://github.com/logstash-plugins/logstash-input-tcp/pull/220)
|
|
3
|
+
|
|
4
|
+
## 6.4.1
|
|
5
|
+
- update netty to 4.1.100 [#217](https://github.com/logstash-plugins/logstash-input-tcp/pull/217)
|
|
6
|
+
|
|
1
7
|
## 6.4.0
|
|
2
8
|
- Reviewed and deprecated SSL settings to comply with Logstash's naming convention [#213](https://github.com/logstash-plugins/logstash-input-tcp/pull/213)
|
|
3
9
|
- Deprecated `ssl_enable` in favor of `ssl_enabled`
|
|
@@ -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-buffer', '4.1.
|
|
5
|
-
require_jar('io.netty', 'netty-codec', '4.1.
|
|
6
|
-
require_jar('io.netty', 'netty-common', '4.1.
|
|
7
|
-
require_jar('io.netty', 'netty-transport', '4.1.
|
|
8
|
-
require_jar('io.netty', 'netty-handler', '4.1.
|
|
9
|
-
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.
|
|
4
|
+
require_jar('io.netty', 'netty-buffer', '4.1.109.Final')
|
|
5
|
+
require_jar('io.netty', 'netty-codec', '4.1.109.Final')
|
|
6
|
+
require_jar('io.netty', 'netty-common', '4.1.109.Final')
|
|
7
|
+
require_jar('io.netty', 'netty-transport', '4.1.109.Final')
|
|
8
|
+
require_jar('io.netty', 'netty-handler', '4.1.109.Final')
|
|
9
|
+
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.109.Final')
|
|
10
10
|
require_jar('commons-io', 'commons-io', '2.13.0')
|
|
11
11
|
|
|
12
|
-
require_jar('org.logstash.inputs', 'logstash-input-tcp', '6.4.
|
|
12
|
+
require_jar('org.logstash.inputs', 'logstash-input-tcp', '6.4.2')
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.4.
|
|
1
|
+
6.4.2
|
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.2
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-04-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -246,13 +246,13 @@ files:
|
|
|
246
246
|
- spec/inputs/tcp_spec.rb
|
|
247
247
|
- spec/spec_helper.rb
|
|
248
248
|
- vendor/jar-dependencies/commons-io/commons-io/2.13.0/commons-io-2.13.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-transport-native-unix-common/4.1.
|
|
254
|
-
- vendor/jar-dependencies/io/netty/netty-transport/4.1.
|
|
255
|
-
- vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.4.
|
|
249
|
+
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.109.Final/netty-buffer-4.1.109.Final.jar
|
|
250
|
+
- vendor/jar-dependencies/io/netty/netty-codec/4.1.109.Final/netty-codec-4.1.109.Final.jar
|
|
251
|
+
- vendor/jar-dependencies/io/netty/netty-common/4.1.109.Final/netty-common-4.1.109.Final.jar
|
|
252
|
+
- vendor/jar-dependencies/io/netty/netty-handler/4.1.109.Final/netty-handler-4.1.109.Final.jar
|
|
253
|
+
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.109.Final/netty-transport-native-unix-common-4.1.109.Final.jar
|
|
254
|
+
- vendor/jar-dependencies/io/netty/netty-transport/4.1.109.Final/netty-transport-4.1.109.Final.jar
|
|
255
|
+
- vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.4.2/logstash-input-tcp-6.4.2.jar
|
|
256
256
|
- version
|
|
257
257
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
258
258
|
licenses:
|