logstash-input-http 3.3.2-java → 3.3.3-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/VERSION +1 -1
- data/lib/logstash-input-http_jars.rb +3 -3
- data/vendor/jar-dependencies/io/netty/netty-all/{4.1.43.Final/netty-all-4.1.43.Final.jar → 4.1.30.Final/netty-all-4.1.30.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-tcnative-boringssl-static/2.0.12.Final/netty-tcnative-boringssl-static-2.0.12.Final.jar +0 -0
- data/vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/{3.3.2/logstash-input-http-3.3.2.jar → 3.3.3/logstash-input-http-3.3.3.jar} +0 -0
- metadata +5 -5
- data/vendor/jar-dependencies/io/netty/netty-tcnative-boringssl-static/2.0.27.Final/netty-tcnative-boringssl-static-2.0.27.Final.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c840c2c8013ab47e1d3fc43a6665b1b262f108c3b3650e9b9fd98bcfd23ae38
|
4
|
+
data.tar.gz: fc3afeae7a6d0d46ff366088ff5ef11baac377107d6c409f75fe3742bd8c96d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb380aa9cb337af0b5007c027bf0e1f73c73fac2a2c4342ca3a23b49da462e6f55f19c7101da8919ef53922b9149f4217738a5c63f8bb18e54fa0f41d2a174bb
|
7
|
+
data.tar.gz: 93af6e86b906ea58ae25c97449143bcf71f145cbcd82cb3ee42f5376c1f98ec272ecd7e0414934cd579f43f817f17674bf6227268389df26e5a53e67cdb12153
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
## 3.3.3
|
2
|
+
- Revert updates to netty and tcnative since CBC ciphers are still used in many contexts
|
3
|
+
- More about the reasoning can be found [here](https://github.com/elastic/logstash/issues/11499#issuecomment-580333510)
|
4
|
+
|
1
5
|
## 3.3.2
|
2
6
|
- Update netty and tcnative dependency [#118](https://github.com/logstash-plugins/logstash-input-http/issues/118)
|
3
7
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.
|
1
|
+
3.3.3
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
|
2
2
|
|
3
3
|
require 'jar_dependencies'
|
4
|
-
require_jar('io.netty', 'netty-all', '4.1.
|
5
|
-
require_jar('io.netty', 'netty-tcnative-boringssl-static', '2.0.
|
4
|
+
require_jar('io.netty', 'netty-all', '4.1.30.Final')
|
5
|
+
require_jar('io.netty', 'netty-tcnative-boringssl-static', '2.0.12.Final')
|
6
6
|
require_jar('org.apache.logging.log4j', 'log4j-api', '2.11.1')
|
7
|
-
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.3.
|
7
|
+
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.3.3')
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-input-http
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.3.
|
4
|
+
version: 3.3.3
|
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: 2020-01-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -144,10 +144,10 @@ files:
|
|
144
144
|
- lib/tasks/build.rake
|
145
145
|
- logstash-input-http.gemspec
|
146
146
|
- spec/inputs/http_spec.rb
|
147
|
-
- vendor/jar-dependencies/io/netty/netty-all/4.1.
|
148
|
-
- vendor/jar-dependencies/io/netty/netty-tcnative-boringssl-static/2.0.
|
147
|
+
- vendor/jar-dependencies/io/netty/netty-all/4.1.30.Final/netty-all-4.1.30.Final.jar
|
148
|
+
- vendor/jar-dependencies/io/netty/netty-tcnative-boringssl-static/2.0.12.Final/netty-tcnative-boringssl-static-2.0.12.Final.jar
|
149
149
|
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.11.1/log4j-api-2.11.1.jar
|
150
|
-
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.3.
|
150
|
+
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.3.3/logstash-input-http-3.3.3.jar
|
151
151
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
152
152
|
licenses:
|
153
153
|
- Apache License (2.0)
|