logstash-filter-cipher 3.0.1 → 4.0.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 84b9b4bc69e72cc2bffa52ee03d97e8ab3e9008c874c117ebbd1ab3a4e966751
4
- data.tar.gz: 03f8f883940c77b6de8c34dd1a40a615ceb6413b5406dbe79b61b11c4606ad29
3
+ metadata.gz: d8e456f6087e8f9329260bc8b0143035e9d1fa01ba4f1528967d2dccd5910bed
4
+ data.tar.gz: acd6dd98bf9a974fc1d3f619a0ecc10c555e13b51bb4d248ee37f9d3c9acc0eb
5
5
  SHA512:
6
- metadata.gz: 609473928705f0c6f0f2eb76751737744dc673598b753ac09986a9e2a321abacfb0007c0870744d4eb68a565a1046a349b0a5716d229a8c6ee6e74662c903849
7
- data.tar.gz: ab6d649dc2fc4455423729efe7f8ff10a35620d405cd1c48d3e814272f09be1ded0233a2328b558c1dd9cbe69d2ad43428ffb677c4df95ef0bf211701885adf4
6
+ metadata.gz: f01dde0f3cc877114b466e82361770540336fb41992afbed7d67ea2c230972b42ca88b6fafeca23c20be81f2bda5428ab06198f6a8c67090433e8f5c3a44ab0a
7
+ data.tar.gz: 681000d52f6bfb763d92f47a0b5d41b67901538525402c0f3ba8b622c41c59fb3917bd91ef4362daaeaeea5762e072b3f062b4424fd0025a5b3ce574cdd71eaa
data/CHANGELOG.md CHANGED
@@ -1,7 +1,10 @@
1
+ ## 4.0.0
2
+ - Removed obsolete iv field
3
+
1
4
  ## 3.0.1
2
5
  - Update gemspec summary
3
6
 
4
- # 3.0.0
7
+ ## 3.0.0
5
8
  - Mark deprecated iv field obsolete
6
9
 
7
10
  ## 2.0.7
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -83,8 +83,6 @@ class LogStash::Filters::Cipher < LogStash::Filters::Base
83
83
  # filter { cipher { cipher_padding => 0 }}
84
84
  config :cipher_padding, :validate => :string
85
85
 
86
- config :iv, :validate => :string, :obsolete => "Please use 'iv_random_length'"
87
-
88
86
  # Force an random IV to be used per encryption invocation and specify
89
87
  # the length of the random IV that will be generated via:
90
88
  #
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-cipher'
4
- s.version = '3.0.1'
4
+ s.version = '4.0.0'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Applies or removes a cipher to an event"
7
7
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-cipher
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-07 00:00:00.000000000 Z
11
+ date: 2019-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  version: '0'
85
85
  requirements: []
86
86
  rubyforge_project:
87
- rubygems_version: 2.6.11
87
+ rubygems_version: 2.6.13
88
88
  signing_key:
89
89
  specification_version: 4
90
90
  summary: Applies or removes a cipher to an event