logstash-input-tcp 6.4.6-java → 6.4.7-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 +3 -0
- data/lib/logstash-input-tcp_jars.rb +7 -7
- data/vendor/jar-dependencies/io/netty/netty-buffer/{4.1.118.Final/netty-buffer-4.1.118.Final.jar → 4.1.126.Final/netty-buffer-4.1.126.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-codec/{4.1.118.Final/netty-codec-4.1.118.Final.jar → 4.1.126.Final/netty-codec-4.1.126.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-common/{4.1.118.Final/netty-common-4.1.118.Final.jar → 4.1.126.Final/netty-common-4.1.126.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-handler/{4.1.118.Final/netty-handler-4.1.118.Final.jar → 4.1.126.Final/netty-handler-4.1.126.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport/{4.1.118.Final/netty-transport-4.1.118.Final.jar → 4.1.126.Final/netty-transport-4.1.126.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/{4.1.118.Final/netty-transport-native-unix-common-4.1.118.Final.jar → 4.1.126.Final/netty-transport-native-unix-common-4.1.126.Final.jar} +0 -0
- data/vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/{6.4.6/logstash-input-tcp-6.4.6.jar → 6.4.7/logstash-input-tcp-6.4.7.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: 4a031a0f26952fc3592f16979934f7a313b5c965e2683f688fb47a7c79759a5e
|
4
|
+
data.tar.gz: e77e04504ff6f1cdaa14f465ac8561496a4ea1b507328463f79d774f62214f9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b11b0a4b66d569c83414124fd253b5bd4a7c8a98c88aa9d93177753e5e712f58d2283700f7ae6025e638fd1b48fc049e3d17402e96fc6adafcb93ffa6620b72
|
7
|
+
data.tar.gz: 456296e3b8827409d426ef40afd8a6ca516c1258ea9a13ac9620f5c0146b7b6a16b27ae3eeb074d148b4ad8f032fc91f16849a5a3778e822f8a99046f36aa7ce
|
data/CHANGELOG.md
CHANGED
@@ -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.126.Final')
|
5
|
+
require_jar('io.netty', 'netty-codec', '4.1.126.Final')
|
6
|
+
require_jar('io.netty', 'netty-common', '4.1.126.Final')
|
7
|
+
require_jar('io.netty', 'netty-transport', '4.1.126.Final')
|
8
|
+
require_jar('io.netty', 'netty-handler', '4.1.126.Final')
|
9
|
+
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.126.Final')
|
10
10
|
require_jar('commons-io', 'commons-io', '2.17.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.7')
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
6.4.
|
1
|
+
6.4.7
|
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.7
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-09-04 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.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-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.126.Final/netty-buffer-4.1.126.Final.jar
|
250
|
+
- vendor/jar-dependencies/io/netty/netty-codec/4.1.126.Final/netty-codec-4.1.126.Final.jar
|
251
|
+
- vendor/jar-dependencies/io/netty/netty-common/4.1.126.Final/netty-common-4.1.126.Final.jar
|
252
|
+
- vendor/jar-dependencies/io/netty/netty-handler/4.1.126.Final/netty-handler-4.1.126.Final.jar
|
253
|
+
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.126.Final/netty-transport-native-unix-common-4.1.126.Final.jar
|
254
|
+
- vendor/jar-dependencies/io/netty/netty-transport/4.1.126.Final/netty-transport-4.1.126.Final.jar
|
255
|
+
- vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.4.7/logstash-input-tcp-6.4.7.jar
|
256
256
|
- version
|
257
257
|
homepage: https://elastic.co/logstash
|
258
258
|
licenses:
|