From 66717d08f15facd346c9ff7bb82f79747ad2b41d Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sat, 20 Jan 2024 09:54:02 +0900 Subject: system/osquery-bin: Updated for version 5.11.0. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- system/osquery-bin/osquery-bin.SlackBuild | 7 ++++--- system/osquery-bin/osquery-bin.info | 10 +++++----- 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" -- cgit v1.2.3-65-gdbad