summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2017-08-16 17:42:53 +0000
committerDavid Thiel <lx@FreeBSD.org>2017-08-16 17:42:53 +0000
commit75c1c01eb030871fabdd8942f44bd7b924eab77a (patch)
tree5c91ecdd5765a13679a0a0bf17e74901b293b94e
parentwww/surf: Update to 2.0 (diff)
Update to 2.6.1, which fixes a memory leak in the pkg_packages table. Enable watchdog.
Approved by: zi
Notes
Notes: svn path=/head/; revision=448062
-rw-r--r--sysutils/osquery/Makefile4
-rw-r--r--sysutils/osquery/distinfo10
-rw-r--r--sysutils/osquery/files/osqueryd.in2
3 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/osquery/Makefile b/sysutils/osquery/Makefile
index 4fed1cb1318d..d0e37b9f87e4 100644
--- a/sysutils/osquery/Makefile
+++ b/sysutils/osquery/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= osquery
-PORTVERSION= 2.6.0
+PORTVERSION= 2.6.1
CATEGORIES= sysutils
MAINTAINER= zi@FreeBSD.org
@@ -41,7 +41,7 @@ USE_GITHUB= yes
GH_ACCOUNT= facebook ${PORTNAME}:tp
GH_PROJECT= third-party:tp
GH_SUBDIR= third-party:tp
-GH_TAGNAME= 2.5.2:tp
+GH_TAGNAME= ${PORTVERSION}:tp
# Some options for things that bring in many dependencies
OPTIONS_DEFINE= TSK AWS YARA LLDPD
diff --git a/sysutils/osquery/distinfo b/sysutils/osquery/distinfo
index 2c7b9af25d5d..647538b69729 100644
--- a/sysutils/osquery/distinfo
+++ b/sysutils/osquery/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1501352226
-SHA256 (facebook-osquery-2.6.0_GH0.tar.gz) = e2db49604a11ecf9eb5a73b6222bd944cfa0848bd18c25f0cfc3b55629f89cc5
-SIZE (facebook-osquery-2.6.0_GH0.tar.gz) = 946062
-SHA256 (osquery-third-party-2.5.2_GH0.tar.gz) = 71f5ee127e5a15e14593174a83944fb31c581f96c377c1faa10a50e0549b9c53
-SIZE (osquery-third-party-2.5.2_GH0.tar.gz) = 3229295
+TIMESTAMP = 1502739110
+SHA256 (facebook-osquery-2.6.1_GH0.tar.gz) = 288e5455fedd4e7d5ea2ee123477b3f75630db14979205717268c25cbdca04fd
+SIZE (facebook-osquery-2.6.1_GH0.tar.gz) = 957008
+SHA256 (osquery-third-party-2.6.1_GH0.tar.gz) = 1c58ad711f08656184e0d5b3fa53ecf5e9fef6034143e4c41c2989b54f6d5381
+SIZE (osquery-third-party-2.6.1_GH0.tar.gz) = 3264472
diff --git a/sysutils/osquery/files/osqueryd.in b/sysutils/osquery/files/osqueryd.in
index 1d65196c352d..e9e6a12cdd58 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 --tls_server_certs /etc/ssl/cert.pem --flagfile %%PREFIX%%/etc/osquery.flags --config_path=${osqueryd_config}"
+command_args="--pidfile /var/run/osqueryd.pid --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"