SHA256
1
0
forked from pool/velociraptor

Accepting request 1085933 from security:sensor

- Update to version 0.6.7.5~git81.01be570:
  * libbpfgo: pull fix for double-free
  * logscale: add documentation for plugin

- bump minimum nodejs to 18:
  building against 16 causes errors

OBS-URL: https://build.opensuse.org/request/show/1085933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/velociraptor?expand=0&rev=5
This commit is contained in:
2023-05-10 14:19:17 +00:00
committed by Git OBS Bridge
6 changed files with 24 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/SUSE/linux-security-sensor</param>
<param name="changesrevision">2bef6fce8e26733a13a3bbfeaa8c4828db1a99ba</param></service><service name="tar_scm">
<param name="changesrevision">01be57033daf2e1505c5ac686fb7b25df7cae760</param></service><service name="tar_scm">
<param name="url">https://github.com/jeffmahoney/linux-security-sensor</param>
<param name="changesrevision">02020f9752134efd8a6a92ab83a7b55b498e1948</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:638b6e6ef4d9146cd59ba9252358f1605b64af59ab902f1b919be6e6fe8c38e4
size 130006542

BIN
velociraptor-0.6.7.5~git81.01be570.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed May 10 00:49:09 UTC 2023 - jeffm@suse.com
- Update to version 0.6.7.5~git81.01be570:
* libbpfgo: pull fix for double-free
* logscale: add documentation for plugin
-------------------------------------------------------------------
Tue May 9 14:10:31 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
- bump minimum nodejs to 18:
building against 16 causes errors
-------------------------------------------------------------------
Tue May 9 01:25:01 UTC 2023 - Jeff Mahoney <jeffm@suse.com>

View File

@@ -1,4 +1,4 @@
name: velociraptor
version: 0.6.7.5~git78.2bef6fc
mtime: 1683577211
commit: 2bef6fce8e26733a13a3bbfeaa8c4828db1a99ba
version: 0.6.7.5~git81.01be570
mtime: 1683679734
commit: 01be57033daf2e1505c5ac686fb7b25df7cae760

View File

@@ -60,7 +60,7 @@
%endif
Name: velociraptor%{name_suffix}
Version: 0.6.7.5~git78.2bef6fc
Version: 0.6.7.5~git81.01be570
Release: 0
%if %{build_server}
Summary: Endpoint visibility and collection tool
@@ -98,8 +98,8 @@ BuildRequires: systemd-rpm-macros
BuildRequires: golang(API) >= 1.18
BuildRequires: pkgconfig(libsystemd)
%if %{build_server}
BuildRequires: nodejs >= 16
BuildRequires: npm >= 16
BuildRequires: nodejs >= 18
BuildRequires: npm >= 18
%endif
%if %{with bpf}
# clang15 causes libbpfgo to crash immediately
@@ -146,7 +146,7 @@ This package provides a shared system user for all velociraptor components
%if %{build_kafka_humio_gateway}
%package kafka-humio-gateway
Summary: Gateway between Kafka and Humio for Velociraptor Artifacts
Version: 0.6.7.5~git78.2bef6fc
Version: 0.6.7.5~git81.01be570
Requires: group(velociraptor-kafka)
Requires: user(velociraptor-kafka)