forked from pool/velociraptor
- Update to upstream 0.6.4-2: * Reset nanny when client connection failed. (#1780) * Fix artifacts that use yara parameters to specify yara type (#1779) * Update release for bugfixes 0.6.4-2 * Add update to ADSHunter for better output on complete system hunts (#28) (#1765) * SysmonInstall artifact now skips install if not needed (#1777) * Initial implementation of client side process tracker. (#1768) * Invalidate transformed cache when the base table changes. (#1742) * GUI Table widgets now can apply transformations on the table. (#1740) * Suppress warning message for offline collector (#1776) * Bug fix (#1774) * Avoid bash process lingering around while server is running (#1775) * oidc: Fix typo: Genric -> Generic (#1773) * Make MaxWait for event table settable. (#1772) * Fixed bug in Windows.Detection.Yara.Process (#1771) * fix: upgrade react-scripts from 5.0.0 to 5.0.1 (#1770) * Bugfix: Client did not update list of query columns (#1767) * Merge bugfixes from master branch. (#1769) - Revendored dependencies. - Update to version 0.6.4~git31.4298eab0: * 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 * Elastic.Events.Client: Update to use new artifactset type * Kafka.Events.Client: Update to use new artifactset type * artifacts: add artifactset parameter type * api: add type and description fields to v1/GetArtifacts endpoint * Add artifacts for dns/tcp snoop plugins OBS-URL: https://build.opensuse.org/request/show/976934 OBS-URL: https://build.opensuse.org/package/show/security:sensor/velociraptor?expand=0&rev=17
22 lines
851 B
Plaintext
22 lines
851 B
Plaintext
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://github.com/SUSE/linux-security-sensor</param>
|
|
<param name="filename">velociraptor</param>
|
|
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
|
|
<param name="revision">sensor-base-0.6.4</param>
|
|
<param name="scm">git</param>
|
|
<param name="parent-tag">v0.6.4-2</param>
|
|
<param name="versionrewrite-pattern">v([0-9\.]*)-(.*)</param>
|
|
<param name="versionrewrite-replacement">\1.\2</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="submodules">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
<service mode="buildtime" name="tar"/>
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|
|
|