svn commit: r448062 - in head/sysutils/osquery: . files

David Thiel lx at FreeBSD.org
Wed Aug 16 17:42:55 UTC 2017


Author: lx
Date: Wed Aug 16 17:42:53 2017
New Revision: 448062
URL: https://svnweb.freebsd.org/changeset/ports/448062

Log:
  Update to 2.6.1, which fixes a memory leak in the pkg_packages table. Enable watchdog.
  
  Approved by:	zi

Modified:
  head/sysutils/osquery/Makefile
  head/sysutils/osquery/distinfo
  head/sysutils/osquery/files/osqueryd.in

Modified: head/sysutils/osquery/Makefile
==============================================================================
--- head/sysutils/osquery/Makefile	Wed Aug 16 16:26:44 2017	(r448061)
+++ head/sysutils/osquery/Makefile	Wed Aug 16 17:42:53 2017	(r448062)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	osquery
-PORTVERSION=	2.6.0
+PORTVERSION=	2.6.1
 CATEGORIES=	sysutils
 
 MAINTAINER=	zi at 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

Modified: head/sysutils/osquery/distinfo
==============================================================================
--- head/sysutils/osquery/distinfo	Wed Aug 16 16:26:44 2017	(r448061)
+++ head/sysutils/osquery/distinfo	Wed Aug 16 17:42:53 2017	(r448062)
@@ -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

Modified: head/sysutils/osquery/files/osqueryd.in
==============================================================================
--- head/sysutils/osquery/files/osqueryd.in	Wed Aug 16 16:26:44 2017	(r448061)
+++ head/sysutils/osquery/files/osqueryd.in	Wed Aug 16 17:42:53 2017	(r448062)
@@ -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"


More information about the svn-ports-head mailing list