forked from pool/velociraptor
- Update to version 0.6.4.2~git68.5226b23b:
* api/authenticators/basic: fix logoff endpoint * clients/host-info.js: add MAC addresses to client dashboard * linux: Add ability to interrogate system and network configuration * SUSE: Add docker-compose environment * SUSE: add Docker files * Add Linux.Sys.Bash to Server.Monitor.Shell artifact - Update to version 0.6.4.2~git68.5226b23b: * api/authenticators/basic: fix logoff endpoint * clients/host-info.js: add MAC addresses to client dashboard * linux: Add ability to interrogate system and network configuration * SUSE: Add docker-compose environment * SUSE: add Docker files * Add Linux.Sys.Bash to Server.Monitor.Shell artifact OBS-URL: https://build.opensuse.org/package/show/security:sensor/velociraptor?expand=0&rev=20
This commit is contained in:
parent
ae188ff398
commit
08bbeb37f8
@ -3,4 +3,4 @@
|
||||
<param name="url">https://github.com/jeffmahoney/linux-security-sensor</param>
|
||||
<param name="changesrevision">45393b11957049ed841f559cf9f3b88dc5a588d9</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/SUSE/linux-security-sensor</param>
|
||||
<param name="changesrevision">87123d4614a0479dd645dccacddffbdd2eab6c19</param></service></servicedata>
|
||||
<param name="changesrevision">5226b23bedd680920adbb106ba2f71884ff6a565</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81dc5205be0d262528fb8ba2a1b60e5ca8d58565eb1e90bc809eed3409ce32c5
|
||||
size 36168205
|
3
velociraptor-0.6.4.2~git68.5226b23b.obscpio
Normal file
3
velociraptor-0.6.4.2~git68.5226b23b.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:626b7fcf23e06d46a9d5c99b20d02d34f070ab05370b35a6e1fe89b6b35b676a
|
||||
size 36226061
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 14:16:05 UTC 2022 - jeffm@suse.com
|
||||
|
||||
- Update to version 0.6.4.2~git68.5226b23b:
|
||||
* api/authenticators/basic: fix logoff endpoint
|
||||
* clients/host-info.js: add MAC addresses to client dashboard
|
||||
* linux: Add ability to interrogate system and network configuration
|
||||
* SUSE: Add docker-compose environment
|
||||
* SUSE: add Docker files
|
||||
* Add Linux.Sys.Bash to Server.Monitor.Shell artifact
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 19 21:07:30 UTC 2022 - Jeff Mahoney <jeffm@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define vmlinux_h_version 5.18.9-2-default
|
||||
|
||||
Name: velociraptor-client
|
||||
Version: 0.6.4.2~git59.5ebb49db
|
||||
Version: 0.6.4.2~git68.5226b23b
|
||||
Release: 0
|
||||
Summary: Endpoint visibility and collection tool (endpoint only)
|
||||
Group: System/Monitoring
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 14:16:05 UTC 2022 - jeffm@suse.com
|
||||
|
||||
- Update to version 0.6.4.2~git68.5226b23b:
|
||||
* api/authenticators/basic: fix logoff endpoint
|
||||
* clients/host-info.js: add MAC addresses to client dashboard
|
||||
* linux: Add ability to interrogate system and network configuration
|
||||
* SUSE: Add docker-compose environment
|
||||
* SUSE: add Docker files
|
||||
* Add Linux.Sys.Bash to Server.Monitor.Shell artifact
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 19 21:07:15 UTC 2022 - Jeff Mahoney <jeffm@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: velociraptor
|
||||
version: 0.6.4.2~git59.5ebb49db
|
||||
mtime: 1660874322
|
||||
commit: 5ebb49db07717905c8dd9774dc0ab3f38b71c1ba
|
||||
version: 0.6.4.2~git68.5226b23b
|
||||
mtime: 1664460926
|
||||
commit: 5226b23bedd680920adbb106ba2f71884ff6a565
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define vmlinux_h_version 5.18.9-2-default
|
||||
|
||||
Name: velociraptor
|
||||
Version: 0.6.4.2~git59.5ebb49db
|
||||
Version: 0.6.4.2~git68.5226b23b
|
||||
Release: 0
|
||||
Summary: Endpoint visibility and collection tool
|
||||
Group: System/Monitoring
|
||||
@ -68,7 +68,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.2~git59.5ebb49db
|
||||
Version: 0.6.4.2~git68.5226b23b
|
||||
|
||||
%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