aboutsummaryrefslogtreecommitdiff
path: root/sysutils/osquery
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2017-05-27 00:22:23 +0000
committerDavid Thiel <lx@FreeBSD.org>2017-05-27 00:22:23 +0000
commitcc2e34f49751d650c5b63f0792330b169c0f1107 (patch)
tree1fa62a4783aae27e2a67ea26e4980cf6ab6b64b2 /sysutils/osquery
parentc52a715800ff83f6a958709fb689f16631b4ef8a (diff)
Update to 2.4.5, which fixes os version monitoring and adds kernel module monitoring. Allow MAKE_JOBS.
Notes
Notes: svn path=/head/; revision=441820
Diffstat (limited to 'sysutils/osquery')
-rw-r--r--sysutils/osquery/Makefile7
-rw-r--r--sysutils/osquery/distinfo10
-rw-r--r--sysutils/osquery/files/osqueryd.in2
3 files changed, 7 insertions, 12 deletions
diff --git a/sysutils/osquery/Makefile b/sysutils/osquery/Makefile
index 543fb31ecd1e..3c3ad0ef8174 100644
--- a/sysutils/osquery/Makefile
+++ b/sysutils/osquery/Makefile
@@ -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
diff --git a/sysutils/osquery/distinfo b/sysutils/osquery/distinfo
index 56a5627697f2..b45c16243f31 100644
--- a/sysutils/osquery/distinfo
+++ b/sysutils/osquery/distinfo
@@ -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
diff --git a/sysutils/osquery/files/osqueryd.in b/sysutils/osquery/files/osqueryd.in
index 6145026efabc..1d65196c352d 100644
--- a/sysutils/osquery/files/osqueryd.in
+++ b/sysutils/osquery/files/osqueryd.in
@@ -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"