forked from pool/velociraptor
Accepting request 976815 from home:jeff_mahoney:branches:security:sensor
- Update to version 0.6.4~git26.4407b9b7: * Add artifact for chattrsnoop plugin * bpflib: ensure it's built only on linux and when requesting bpf * Add chattrsnoop plugin * tcpsnoop: Properly close module in case of attach error * Add artifacts for dns/tcp snoop plugins * tcpsnoop: Add timestamp to generated events * dnssnoop: Add timestamp to generated events - Update to version 0.6.4~git26.4407b9b7: * Add artifact for chattrsnoop plugin * bpflib: ensure it's built only on linux and when requesting bpf * Add chattrsnoop plugin * tcpsnoop: Properly close module in case of attach error * Add artifacts for dns/tcp snoop plugins * tcpsnoop: Add timestamp to generated events * dnssnoop: Add timestamp to generated events OBS-URL: https://build.opensuse.org/request/show/976815 OBS-URL: https://build.opensuse.org/package/show/security:sensor/velociraptor?expand=0&rev=15
This commit is contained in:
parent
2d6a29d947
commit
6b715abe43
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/SUSE/linux-security-sensor</param>
|
||||
<param name="changesrevision">cb7dfd4978750bca1dc24e06c796adf5df5ca0e3</param></service><service name="tar_scm">
|
||||
<param name="changesrevision">dea0ff1b714824a1115efa1641d3fe39f0d6b240</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/jeffmahoney/linux-security-sensor</param>
|
||||
<param name="changesrevision">cb7dfd4978750bca1dc24e06c796adf5df5ca0e3</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12fc23eab81f534c4a0b085a3c3de875adfb9da97b98b68b8b2d50d51ebc4b64
|
||||
size 37749773
|
3
velociraptor-0.6.4~git26.4407b9b7.obscpio
Normal file
3
velociraptor-0.6.4~git26.4407b9b7.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1253959831a058255d604a36bb424183c01832e6097b7225de5429aacffcbf0
|
||||
size 35025933
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 13:30:42 UTC 2022 - jeffm@suse.com
|
||||
|
||||
- Update to version 0.6.4~git26.4407b9b7:
|
||||
* Add artifact for chattrsnoop plugin
|
||||
* bpflib: ensure it's built only on linux and when requesting bpf
|
||||
* Add chattrsnoop plugin
|
||||
* tcpsnoop: Properly close module in case of attach error
|
||||
* Add artifacts for dns/tcp snoop plugins
|
||||
* tcpsnoop: Add timestamp to generated events
|
||||
* dnssnoop: Add timestamp to generated events
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 3 20:35:57 UTC 2022 - Jeff Mahoney <jeffm@suse.com>
|
||||
|
||||
|
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
%define projname velociraptor
|
||||
%define vendor_version %{version}
|
||||
%define vendor_version 0.6.4~git17.cb7dfd49
|
||||
|
||||
Name: velociraptor-client
|
||||
Version: 0.6.4~git17.cb7dfd49
|
||||
Version: 0.6.4~git26.4407b9b7
|
||||
Release: 0
|
||||
Summary: Endpoint visibility and collection tool (endpoint only)
|
||||
|
||||
|
@ -11,7 +11,7 @@ Signed-off-by: Jeff Mahoney <jeffm@suse.com>
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -61,8 +61,8 @@ ifeq ($(BUILD_LIBBPFGO), 1)
|
||||
vql/linux/dnssnoop/dnssnoop.bpf.o
|
||||
vql/linux/chattrsnoop/chattrsnoop.bpf.o
|
||||
|
||||
$(LIBBPFGO_DIR): always-check
|
||||
- echo "INFO: updating submodule 'libbpfgo'"
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 13:30:42 UTC 2022 - jeffm@suse.com
|
||||
|
||||
- Update to version 0.6.4~git26.4407b9b7:
|
||||
* Add artifact for chattrsnoop plugin
|
||||
* bpflib: ensure it's built only on linux and when requesting bpf
|
||||
* Add chattrsnoop plugin
|
||||
* tcpsnoop: Properly close module in case of attach error
|
||||
* Add artifacts for dns/tcp snoop plugins
|
||||
* tcpsnoop: Add timestamp to generated events
|
||||
* dnssnoop: Add timestamp to generated events
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 3 20:35:57 UTC 2022 - Jeff Mahoney <jeffm@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: velociraptor
|
||||
version: 0.6.4~git17.cb7dfd49
|
||||
mtime: 1651674535
|
||||
commit: cb7dfd4978750bca1dc24e06c796adf5df5ca0e3
|
||||
version: 0.6.4~git26.4407b9b7
|
||||
mtime: 1652362038
|
||||
commit: 4407b9b7179cda0017d9995a8faf9d2449ee523f
|
||||
|
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
%define projname velociraptor
|
||||
%define vendor_version %{version}
|
||||
%define vendor_version 0.6.4~git17.cb7dfd49
|
||||
|
||||
Name: velociraptor
|
||||
Version: 0.6.4~git17.cb7dfd49
|
||||
Version: 0.6.4~git26.4407b9b7
|
||||
Release: 0
|
||||
Summary: Endpoint visibility and collection tool
|
||||
|
||||
@ -66,7 +66,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.4~git17.cb7dfd49
|
||||
Version: 0.6.4~git26.4407b9b7
|
||||
|
||||
%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