summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2024-01-20 09:54:02 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-20 09:16:17 +0700
commit66717d08f15facd346c9ff7bb82f79747ad2b41d (patch)
tree852cf8fd25ad9be03588012f1890f254cf028897
parentad8987cdf8cf9185be5c54d8454f170dccc43d16 (diff)
downloadslackbuilds-66717d08f15facd346c9ff7bb82f79747ad2b41d.tar.gz
slackbuilds-66717d08f15facd346c9ff7bb82f79747ad2b41d.tar.xz
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>
-rw-r--r--system/osquery-bin/osquery-bin.SlackBuild7
-rw-r--r--system/osquery-bin/osquery-bin.info10
2 files changed, 9 insertions, 8 deletions
diff --git a/system/osquery-bin/osquery-bin.SlackBuild b/system/osquery-bin/osquery-bin.SlackBuild
index 981ce64522..dd35ebd18d 100644
--- a/system/osquery-bin/osquery-bin.SlackBuild
+++ b/system/osquery-bin/osquery-bin.SlackBuild
@@ -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
(
diff --git a/system/osquery-bin/osquery-bin.info b/system/osquery-bin/osquery-bin.info
index e098b8d3be..afd5f6a419 100644
--- a/system/osquery-bin/osquery-bin.info
+++ b/system/osquery-bin/osquery-bin.info
@@ -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"