mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 2.4.5, which fixes os version monitoring and adds kernel module monitoring. Allow MAKE_JOBS.
This commit is contained in:
parent
c52a715800
commit
cc2e34f497
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441820
3 changed files with 7 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= osquery
|
||||
PORTVERSION= 2.4.4
|
||||
PORTVERSION= 2.4.5
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= zi@FreeBSD.org
|
||||
|
@ -40,7 +40,6 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= facebook ${PORTNAME}:tp
|
||||
GH_PROJECT= third-party:tp
|
||||
GH_SUBDIR= third-party:tp
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
# Some options for things that bring in many dependencies
|
||||
OPTIONS_DEFINE= TSK AWS YARA LLDPD
|
||||
|
@ -72,10 +71,6 @@ CXX= clang++38
|
|||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|/var/osquery/|/var/db/osquery/|g' \
|
||||
${WRKSRC}/tools/deployment/osquery.example.conf
|
||||
${REINPLACE_CMD} -e 's|/etc/osquery/yara/|/var/db/osquery/yara/|g' \
|
||||
${WRKSRC}/osquery/tables/yara/yara.cpp \
|
||||
${WRKSRC}/osquery/tables/yara/yara_utils.cpp \
|
||||
${WRKSRC}/specs/yara/yara.table
|
||||
${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|g' \
|
||||
${WRKSRC}/CMakeLists.txt \
|
||||
${WRKSRC}/tools/get_platform.py
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1494628534
|
||||
SHA256 (facebook-osquery-2.4.4_GH0.tar.gz) = 882e78a0449a0e99df236874384fc8ff35875e60878fb6cd1e4b1525f2296df0
|
||||
SIZE (facebook-osquery-2.4.4_GH0.tar.gz) = 910298
|
||||
SHA256 (osquery-third-party-2.4.4_GH0.tar.gz) = b8b485cf4babfde116a1835c901a58c7b06cb8bfd74afb1d938250d3847db76f
|
||||
SIZE (osquery-third-party-2.4.4_GH0.tar.gz) = 3229323
|
||||
TIMESTAMP = 1495835263
|
||||
SHA256 (facebook-osquery-2.4.5_GH0.tar.gz) = 3c65038c06fce0aa3c027a47dc07e55a519118076b9e9a1704eb43a535f5e84c
|
||||
SIZE (facebook-osquery-2.4.5_GH0.tar.gz) = 912358
|
||||
SHA256 (osquery-third-party-2.4.5_GH0.tar.gz) = 1c1021ce27a9997563a4b784b21cc03b07a6c40b65611620977d13de165efac3
|
||||
SIZE (osquery-third-party-2.4.5_GH0.tar.gz) = 3229301
|
||||
|
|
|
@ -23,7 +23,7 @@ osqueryd_enable=${osqueryd_enable-"NO"}
|
|||
osqueryd_flags=${osqueryd_flags-""}
|
||||
osqueryd_config=${osqueryd_config-"%%PREFIX%%/etc/osquery.conf"}
|
||||
required_files=${osqueryd_config}
|
||||
command_args="--pidfile /var/run/osqueryd.pid --disable_watchdog --daemonize=true --database_path /var/db/osquery/osqueryd --extensions_socket /var/run/osquery.em --extensions_autoload %%PREFIX%%/etc/osquery.extensions --modules_autoload %%PREFIX%%/etc/osquery.modules --tls_server_certs /etc/ssl/cert.pem --flagfile %%PREFIX%%/etc/osquery.flags --config_path=${osqueryd_config}"
|
||||
command_args="--pidfile /var/run/osqueryd.pid --disable_watchdog --daemonize=true --database_path /var/db/osquery/osqueryd --tls_server_certs /etc/ssl/cert.pem --flagfile %%PREFIX%%/etc/osquery.flags --config_path=${osqueryd_config}"
|
||||
extra_commands="configtest"
|
||||
configtest_cmd="configtest"
|
||||
pidfile="/var/run/osqueryd.pid"
|
||||
|
|
Loading…
Add table
Reference in a new issue