David Runge pushed to branch main at Arch Linux / Packaging / Packages / osquery


Commits:
ce0d2be7 by David Runge at 2024-05-15T23:17:03+02:00
Add nvchecker integration

Signed-off-by: David Runge <dv...@archlinux.org>

- - - - -
d28c5469 by David Runge at 2024-05-15T23:17:48+02:00
Remove tab poisoning

Signed-off-by: David Runge <dv...@archlinux.org>

- - - - -
46a8747a by David Runge at 2024-05-15T23:19:42+02:00
Switch to correct SPDX license identifier

Signed-off-by: David Runge <dv...@archlinux.org>

- - - - -


2 changed files:

- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[osquery]
+source = "git"
+git = "https://github.com/osquery/osquery";
+prefix = "v"


=====================================
PKGBUILD
=====================================
@@ -6,11 +6,11 @@ pkgrel=1
 pkgdesc='SQL powered operating system instrumentation, monitoring, and 
analytics'
 arch=(x86_64)
 url='https://osquery.io'
-license=(Apache GPL2)
+license=('Apache-2.0 OR GPL-2.0-only')
 makedepends=(cmake ninja clang python gcc-libs git libunwind)
 source=(git+https://github.com/osquery/osquery.git#tag=$pkgver
         fixes.patch
-       rocksdb.patch
+        rocksdb.patch
         ebpf-common.patch
         libaudit.patch)
 sha256sums=('SKIP'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/osquery/-/compare/c849d6fd0a742f18f69669b53446e24dcea59a57...46a8747a749d3bc82359852ae2d55883c8a29d4c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/osquery/-/compare/c849d6fd0a742f18f69669b53446e24dcea59a57...46a8747a749d3bc82359852ae2d55883c8a29d4c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to