system/osquery-bin: Updated for version 5.11.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2024-01-20 09:54:02 +09:00 committed by Willy Sudiarto Raharjo
parent ad8987cdf8
commit 66717d08f1
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 9 additions and 8 deletions

View File

@ -3,7 +3,7 @@
# Slackware build script for osquery-bin
# Copyright 2019-2022 Andrew Clemons, Wellington New Zealand
# Copyright 2022-2023 Andrew Clemons, Tokyo Japan
# Copyright 2022-2024 Andrew Clemons, Tokyo Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=osquery-bin
SRCNAM=${PRGNAM%-bin}
VERSION=${VERSION:-5.10.2}
VERSION=${VERSION:-5.11.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -81,7 +81,8 @@ mkdir etc/rc.d
mv etc/init.d/osqueryd etc/rc.d/rc.osqueryd.new
rm -rf etc/init.d
rm -rf usr/lib
rm -rf usr/lib/systemd
rmdir usr/lib
# make symlinks relative
(

View File

@ -1,12 +1,12 @@
PRGNAM="osquery-bin"
VERSION="5.10.2"
VERSION="5.11.0"
HOMEPAGE="https://osquery.io/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.10.2/osquery_5.10.2-1.linux_amd64.deb \
https://github.com/osquery/osquery/releases/download/5.10.2/osquery_5.10.2-1.linux_arm64.deb"
MD5SUM_x86_64="590311d79e50d8fbb77a63aee5012976 \
c88dc349d3261d9bbc25959bf798fb58"
DOWNLOAD_x86_64="https://github.com/osquery/osquery/releases/download/5.11.0/osquery_5.11.0-1.linux_amd64.deb \
https://github.com/osquery/osquery/releases/download/5.11.0/osquery_5.11.0-1.linux_arm64.deb"
MD5SUM_x86_64="e7f0b47e08ddb382a3f2de7af00130f0 \
2c2cd8bc720b53f5eddae6a1ab1de005"
REQUIRES=""
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"