Skip to content

Commit 401b4ea

Browse files
authored
Update to go-libaudit v2.0.1 (#20052)
Fixes auditd module syscall table for ppc64 and ppc64le. elastic/go-libaudit#72
1 parent 3bacbfd commit 401b4ea

4 files changed

Lines changed: 11 additions & 8 deletions

File tree

CHANGELOG.next.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
220220
- Fix bug with empty filter values in system/service {pull}19812[19812]
221221
- Fix S3 input to trim delimiter /n from each log line. {pull}19972[19972]
222222
- Ignore missing in Zeek module when dropping unecessary fields. {pull}19984[19984]
223+
- Fix auditd module syscall table for ppc64 and ppc64le. {pull}20052[20052]
223224
- Fix Filebeat OOMs on very long lines {issue}19500[19500], {pull}19552[19552]
224225
- Fix s3 input parsing json file without expand_event_list_from_field. {issue}19902[19902] {pull}19962[19962]
225226
- Fix millisecond timestamp normalization issues in CrowdStrike module {issue}20035[20035], {pull}20138[20138]

NOTICE.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6147,11 +6147,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/go-concert@v0.0
61476147

61486148
--------------------------------------------------------------------------------
61496149
Dependency : github.com/elastic/go-libaudit/v2
6150-
Version: v2.0.0
6150+
Version: v2.0.1
61516151
Licence type (autodetected): Apache-2.0
61526152
--------------------------------------------------------------------------------
61536153

6154-
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-libaudit/v2@v2.0.0/LICENSE.txt:
6154+
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-libaudit/v2@v2.0.1/LICENSE.txt:
61556155

61566156

61576157
Apache License
@@ -15589,11 +15589,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1558915589

1559015590
--------------------------------------------------------------------------------
1559115591
Dependency : golang.org/x/sys
15592-
Version: v0.0.0-20200615200032-f1bc736245b1
15592+
Version: v0.0.0-20200625212154-ddb9806d33ae
1559315593
Licence type (autodetected): BSD-3-Clause
1559415594
--------------------------------------------------------------------------------
1559515595

15596-
Contents of probable licence file $GOMODCACHE/golang.org/x/sys@v0.0.0-20200615200032-f1bc736245b1/LICENSE:
15596+
Contents of probable licence file $GOMODCACHE/golang.org/x/sys@v0.0.0-20200625212154-ddb9806d33ae/LICENSE:
1559715597

1559815598
Copyright (c) 2009 The Go Authors. All rights reserved.
1559915599

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ require (
6060
github.com/elastic/ecs v1.5.0
6161
github.com/elastic/elastic-agent-client/v7 v7.0.0-20200709172729-d43b7ad5833a
6262
github.com/elastic/go-concert v0.0.3
63-
github.com/elastic/go-libaudit/v2 v2.0.0
63+
github.com/elastic/go-libaudit/v2 v2.0.1
6464
github.com/elastic/go-licenser v0.3.1
6565
github.com/elastic/go-lookslike v0.3.0
6666
github.com/elastic/go-lumber v0.1.0
@@ -164,7 +164,7 @@ require (
164164
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
165165
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
166166
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
167-
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1
167+
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
168168
golang.org/x/text v0.3.2
169169
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
170170
golang.org/x/tools v0.0.0-20200701041122-1837592efa10

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ github.com/elastic/fsevents v0.0.0-20181029231046-e1d381a4d270 h1:cWPqxlPtir4RoQ
232232
github.com/elastic/fsevents v0.0.0-20181029231046-e1d381a4d270/go.mod h1:Msl1pdboCbArMF/nSCDUXgQuWTeoMmE/z8607X+k7ng=
233233
github.com/elastic/go-concert v0.0.3 h1:f0F4WOi8tBOFIgwA7YbHRQ+Ok8vR+/qFrG7vYvbpX5Q=
234234
github.com/elastic/go-concert v0.0.3/go.mod h1:9MtFarjXroUgmm0m6HY3NSe1XiKhdktiNRRj9hWvIaM=
235-
github.com/elastic/go-libaudit/v2 v2.0.0 h1:4pbuZY+9Mz8Y4vxI5+G/RQVSYem0HyFFPcSjtmNDMp4=
236-
github.com/elastic/go-libaudit/v2 v2.0.0/go.mod h1:u100Al3gXDlDelEutZ0CZ6BMM+LsRFqdi7kzdrn6g7o=
235+
github.com/elastic/go-libaudit/v2 v2.0.1 h1:5xcgkgNTIUA6XO6C3Q6P7TZlnDgxrZUWmO2NG3enBXQ=
236+
github.com/elastic/go-libaudit/v2 v2.0.1/go.mod h1:u100Al3gXDlDelEutZ0CZ6BMM+LsRFqdi7kzdrn6g7o=
237237
github.com/elastic/go-licenser v0.3.1 h1:RmRukU/JUmts+rpexAw0Fvt2ly7VVu6mw8z4HrEzObU=
238238
github.com/elastic/go-licenser v0.3.1/go.mod h1:D8eNQk70FOCVBl3smCGQt/lv7meBeQno2eI1S5apiHQ=
239239
github.com/elastic/go-lookslike v0.3.0 h1:HDI/DQ65V85ZqM7D/sbxcK2wFFnh3+7iFvBk2v2FTHs=
@@ -841,6 +841,8 @@ golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e/go.mod h1:h1NjWce9XRLGQEsW7w
841841
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
842842
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 h1:ogLJMz+qpzav7lGMh10LMvAkM/fAoGlaiiHYiFYdm80=
843843
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
844+
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae h1:Ih9Yo4hSPImZOpfGuA4bR/ORKTAbhZo2AbWNRCnevdo=
845+
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
844846
golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
845847
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
846848
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=

0 commit comments

Comments
 (0)