forked from pool/velociraptor
- Update to version 0.6.7.4~git46.5d88d80:
* contrib/kafka-humio-gateway: add new debug option for noisy events * contrib/kafka-humio-gateway: backoff and retry for metadata * vql/server/kafka: connect sarama logging to velociraptor logging * vql/server/kafka: add exponential backoff (limited to 30s) for metadata retries * vql/server/kafka: set appropriate ClientID - Update to version 0.6.7.4~git46.5d88d80: * contrib/kafka-humio-gateway: add new debug option for noisy events * contrib/kafka-humio-gateway: backoff and retry for metadata * vql/server/kafka: connect sarama logging to velociraptor logging * vql/server/kafka: add exponential backoff (limited to 30s) for metadata retries * vql/server/kafka: set appropriate ClientID OBS-URL: https://build.opensuse.org/package/show/security:sensor/velociraptor?expand=0&rev=26
This commit is contained in:
parent
62de5286f7
commit
01f83bd1f6
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/jeffmahoney/linux-security-sensor</param>
|
||||
<param name="changesrevision">678ed562b0dc36217e5fc081936a57bc1e40be22</param></service><service name="tar_scm">
|
||||
<param name="changesrevision">5d88d8095b52fea3fd0c30ad1f8673ffabd1d63c</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/SUSE/linux-security-sensor</param>
|
||||
<param name="changesrevision">b5931f73eb6c171a558d09d4ef8b3d4d7292d519</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e6ccc02e8e3e223fb1db4ee8f432f29d6d0b8f4da8aecb5bb4eed0e5758c37d
|
||||
size 127589902
|
3
velociraptor-0.6.7.4~git46.5d88d80.obscpio
Normal file
3
velociraptor-0.6.7.4~git46.5d88d80.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd2c70fec3076bf0e467f2ced43d2fe6ecba51ab5541d72f1cac6bc2dd4564cd
|
||||
size 127591438
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 07 04:21:36 UTC 2022 - jeffm@suse.com
|
||||
|
||||
- Update to version 0.6.7.4~git46.5d88d80:
|
||||
* contrib/kafka-humio-gateway: add new debug option for noisy events
|
||||
* contrib/kafka-humio-gateway: backoff and retry for metadata
|
||||
* vql/server/kafka: connect sarama logging to velociraptor logging
|
||||
* vql/server/kafka: add exponential backoff (limited to 30s) for metadata retries
|
||||
* vql/server/kafka: set appropriate ClientID
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 07 02:49:56 UTC 2022 - jeffm@suse.com
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define vmlinux_h_version 5.14.21150400.22-150400-default
|
||||
|
||||
Name: velociraptor-client
|
||||
Version: 0.6.7.4~git41.678ed56
|
||||
Version: 0.6.7.4~git46.5d88d80
|
||||
Release: 0
|
||||
Summary: Endpoint visibility and collection tool (endpoint only)
|
||||
Group: System/Monitoring
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 07 04:21:36 UTC 2022 - jeffm@suse.com
|
||||
|
||||
- Update to version 0.6.7.4~git46.5d88d80:
|
||||
* contrib/kafka-humio-gateway: add new debug option for noisy events
|
||||
* contrib/kafka-humio-gateway: backoff and retry for metadata
|
||||
* vql/server/kafka: connect sarama logging to velociraptor logging
|
||||
* vql/server/kafka: add exponential backoff (limited to 30s) for metadata retries
|
||||
* vql/server/kafka: set appropriate ClientID
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 07 02:49:56 UTC 2022 - jeffm@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: velociraptor
|
||||
version: 0.6.7.4~git41.678ed56
|
||||
mtime: 1670380876
|
||||
commit: 678ed562b0dc36217e5fc081936a57bc1e40be22
|
||||
version: 0.6.7.4~git46.5d88d80
|
||||
mtime: 1670386624
|
||||
commit: 5d88d8095b52fea3fd0c30ad1f8673ffabd1d63c
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define vmlinux_h_version 5.14.21150400.22-150400-default
|
||||
|
||||
Name: velociraptor
|
||||
Version: 0.6.7.4~git41.678ed56
|
||||
Version: 0.6.7.4~git46.5d88d80
|
||||
Release: 0
|
||||
Summary: Endpoint visibility and collection tool
|
||||
Group: System/Monitoring
|
||||
@ -69,7 +69,7 @@ For just the endpoint agent, please install the 'velociraptor-client' package.
|
||||
|
||||
%package kafka-humio-gateway
|
||||
Summary: Gateway between Kafka and Humio for Velociraptor Artifacts
|
||||
Version: 0.6.7.4~git41.678ed56
|
||||
Version: 0.6.7.4~git46.5d88d80
|
||||
|
||||
%description kafka-humio-gateway
|
||||
This tool is used to consume events generated by the Kafka Velociraptor plugin
|
||||
|
Loading…
Reference in New Issue
Block a user