logstash-core 6.8.3-java → 6.8.4-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/spec/logstash/patches_spec.rb +1 -3
- data/versions-gem-copy.yml +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b380f01eaf9ec0930636b14abecf808e660abe360018866096a4c9fc3e1ebd72
|
4
|
+
data.tar.gz: 7316781fc4dc392fb5007d65b81cc3465cced2aff5ad55ed427b06ec2a0f2afe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bec038c16e038b16f19448f6fb221ef11bb13a32ee17f0c54128277e128802fe928ab6068117999d782a3b6cd41a6ed22045360bb7bc55de83a5bf20503a6de2
|
7
|
+
data.tar.gz: 259f724f6bffc14644dea8ed8e7d0a268f4a86769ff7981730b7c1baa18307cb5087d8fc1b3639ecea23c36eae6cfd7046438ee5da52cfb44ddd15ae802550f3
|
@@ -36,9 +36,7 @@ describe "OpenSSL defaults" do
|
|
36
36
|
# https://github.com/jordansissel/ruby-flores/blob/master/spec/flores/pki_integration_spec.rb
|
37
37
|
# since these helpers were created to fix this particular issue
|
38
38
|
let(:csr) { Flores::PKI::CertificateSigningRequest.new }
|
39
|
-
|
40
|
-
# Please do not use such small keys in production.
|
41
|
-
let(:key_bits) { 1024 }
|
39
|
+
let(:key_bits) { 2048 }
|
42
40
|
let(:key) { OpenSSL::PKey::RSA.generate(key_bits, 65537) }
|
43
41
|
let(:certificate_duration) { Flores::Random.number(1..86400) }
|
44
42
|
|
data/versions-gem-copy.yml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
|
-
logstash: 6.8.
|
3
|
-
logstash-core: 6.8.
|
2
|
+
logstash: 6.8.4
|
3
|
+
logstash-core: 6.8.4
|
4
4
|
logstash-core-plugin-api: 2.1.16
|
5
5
|
|
6
6
|
# jruby must reference a *released* version of jruby which can be downloaded from the official download url
|
@@ -20,7 +20,7 @@ jruby:
|
|
20
20
|
# Note: this file is copied to the root of logstash-core because its gemspec needs it when
|
21
21
|
# bundler evaluates the gemspec via bin/logstash
|
22
22
|
# Ensure Jackson version here is kept in sync with version used by jrjackson gem
|
23
|
-
jrjackson: 0.4.
|
23
|
+
jrjackson: 0.4.10
|
24
24
|
jackson: 2.9.9
|
25
25
|
jackson-databind: 2.9.9.3
|
26
26
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.8.
|
4
|
+
version: 6.8.4
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -257,7 +257,7 @@ dependencies:
|
|
257
257
|
requirements:
|
258
258
|
- - '='
|
259
259
|
- !ruby/object:Gem::Version
|
260
|
-
version: 0.4.
|
260
|
+
version: 0.4.10
|
261
261
|
name: jrjackson
|
262
262
|
type: :runtime
|
263
263
|
prerelease: false
|
@@ -265,7 +265,7 @@ dependencies:
|
|
265
265
|
requirements:
|
266
266
|
- - '='
|
267
267
|
- !ruby/object:Gem::Version
|
268
|
-
version: 0.4.
|
268
|
+
version: 0.4.10
|
269
269
|
- !ruby/object:Gem::Dependency
|
270
270
|
requirement: !ruby/object:Gem::Requirement
|
271
271
|
requirements:
|